Blog Category: Development
June 25, 2013 Development, PHP, WordPress
When users are logged in at a website built on WordPress, they’ll see an admin bar at the top of the page by default. There are some cases where I’ve …
Read MoreMay 21, 2013 Development, PHP
For a contact form script, I was using a PHP foreach loop to run through the $_POST array and print out the visitor’s message no matter the number of fields. …
Read MoreMay 21, 2013 .htaccess, Development
I needed to redirect all webpages that had the extension of .html to the equivalent page with the extension of .php. For example, apple.html to apple.php, orange.html to orange.php and …
Read MoreMay 19, 2013 CSS, Development, HTML, jQuery
In the signup area of an automated system I’m creating, there is a terms of use that should be read before the user continues filling out the form. First, I …
Read More