Most Recent Articles
What’s new in HTML 5
It’s been way too long since we’ve posted anything. With all the news around HTML5 and CSS3 that continues to come out, I thought now might be a good time to talk about some things we will see in the...
Read More8 Must Have iPhone Cheat Sheets for Web Developers
When it comes to development, there are always simple things that we as developers forget. Ever get into a situation where you know how to do something in one language, but can’t quite figure out the correct...
Read MoreFix the timthumb.php WordPress exploit
There was a recent exploit found in a common file used to generate thumbnails....
Read MoreCreating a Pill Icon in Photoshop
In this tutorial you will be learning basic techniques in Photoshop, such as using layer styles, brush and pen tool and effects. The end product will be a glossy pill icon, useful as a logo or an illustration. The tutorial is suitable for absolute beginners.
Read MoreParsing XML Feed to an Array with XPath
Recently while working on a project, I found myself needed to parse several different types of files through the same mechanism (CSV, pipe delimited, XML, and more). I decided that it would be best to get each time of feed to a identical object that could then be run through the same methods regardless of the input type. This tutorial will walk you through using PHP and XPath to parse the values from an XML file and store them into array for later manipulation.
Read MoreCombine Text Files into One File in Windows, Mac, and Linux
I ran into a problem where I had a zip file that had a document I wanted to...
Read MoreAccess a MySQL Database Using PDO
This tutorial will show you how to access a mysql database using the PHP Data...
Read More
Recent Comments