Is your website CCPA compliant?

The California Consumer Privacy Act (CCPA) is a new data privacy law which applies to certain businesses that collect personal information from California residents. The new law went into effect on January 1, 2020. Under the CCPA, Californians can demand to know who has their information, what they are doing with it, specifically what kind […]

Fancy Grid Portfolio just Published to WordPress.org

Just wanted to share my new WordPress plugin that’s now published at WordPress.org. The plugin is super easy to use and is great for creating a portfolio page on the fly. I’ve set up a demo page with full details. Fancy Grid Portfolio Demo: https://sinawiwebdesign.local/wordpress-plugins/fancy-grid-portfolio/ Fancy Grid Portfolio @ WordPress.org: https://wordpress.org/plugins/fancy-grid-portfolio/

Dynamic Pricing Shopping Cart for Bullion and Coin Seller

Integrate Dynamic Pricing Shopping Cart into Existing Product Catalog Application This dynamic pricing shopping cart was a special project that required adding a shopping cart to an existing website/application with a product catalog.  In order to minimize work of adding shopping cart capability and not disturbing existing code, I carefully injected code into the product page […]

phpDesigner 8 Not Mature for Windows 8

I bought a new PHP IDE/editor debugger recently as an update to the famous open source Notepad++.   However, after using it for over a month, I realized I paid $100 for phpDesigner 8 (commercial license) only to discover it has a number of bugs running on Windows 8.  After sending a couple emails to […]

Making a Simple Math Captcha using both jQuery and PHP

I wanted to write a simple Captcha that I could easily integrate into my own scripts that would work with or without Javascript. My first approach was to find open-source that I could pretty much just copy and paste into my code with little modification. All the cookie-cutter Captcha scripts I found were so bloated […]