How to Make a .com Website
The internet is ingrained in most of our day to day lives at this point. It’s hard for me to imagine a day that I do not touch the...
Read MoreSimple Array Comparison with Ruby
I ran into a task where I needed to find the differences with some data. Since I’ve not spent much time with ruby I decided to give...
Read MoreWhy Zen-Coding is an Awesome Time Saver
If you are a web developer doing any kind of CSS and HTML work then you need to be using the zen-coding plugins. So what exactly is zen-coding? It's not a new language, but more of shortcut system for generating structured code, such as HTML or XML, using a CSS selector like syntax. If you don't get it yet, you'll see the beauty within seconds of playing with the language.
Read MoreWhat’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...
Read MoreFix the timthumb.php WordPress exploit
There was a recent exploit found in a common file used to generate thumbnails. I found out about the exploit from Mark Maunder’s...
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 More
Recent Comments