Get All the Files from a Directory Using PHP
I was developing a WordPress site for a client who required multiple images for each of the products that they offered. Instead of uploading each one through the WP uploader,…
I was developing a WordPress site for a client who required multiple images for each of the products that they offered. Instead of uploading each one through the WP uploader,…
Over the past couple of weeks I have helped out many people who have been hacked. There are many ways in which you can protect your site, but the most…
While developing a site for a client, I needed to figure out a way to convert certain text elements into images. I had no clue how to do this but…
I just needed to do this for a client’s site to set an expiration date for a user and I thought it might be something that other programmers might like…
With the amount of people walking around using iPhones or some sort of Blackberry or PDA, it makes sense to provide an alternative landing page for Mobile/Handheld users that is…
A client asked for me to put together a page on his website that would collect info off of his RSS feed and populate a page that could be viewable…
I noticed a small issue in WordPress 2.7 when I was designing a login bar at the top of a client’s site and the logout link would not log the…
I was just putting together a WordPress widget for a client and I came across a small road block. I was using <?php query_post(); ?> to set the loop to…
There are two plugins out there that I have found that help customize your WordPress install by removing the dashboard. Why would you want to do this? Well, perhaps you…
Sometimes when I’m bored I decide to try to replicate something using Photoshop and/or Illustrator. I was thinking of incorporating a vinyl record into a logo for a client and…