Follow Us!

Most Recent Articles

What’s new in HTML 5

Posted by on Dec 27, 2011 in HTML Tutorials, Web Development Tutorials | 2 comments

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 More

8 Must Have iPhone Cheat Sheets for Web Developers

Posted by on Aug 8, 2011 in Reviews | 0 comments

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 More

Fix the timthumb.php WordPress exploit

Posted by on Aug 2, 2011 in Web Development Tutorials, WordPress Tutorials | 2 comments

There was a recent exploit found in a common file used to generate thumbnails....

Read More

Creating a Pill Icon in Photoshop

Posted by on Jul 29, 2011 in Photoshop Tutorials | 0 comments

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 More

Parsing XML Feed to an Array with XPath

Posted by on Jan 15, 2011 in PHP Tutorials, Programming Tutorials, XML | 0 comments

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 More

Combine Text Files into One File in Windows, Mac, and Linux

Posted by on Dec 26, 2010 in Other Tutorials | 3 comments

I ran into a problem where I had a zip file that had a document I wanted to...

Read More

Access a MySQL Database Using PDO

Posted by on Nov 2, 2010 in Database Tutorials, MySQL Tutorials, PHP Tutorials, Web Development Tutorials | 2 comments

This tutorial will show you how to access a mysql database using the PHP Data...

Read More