I find myself wanting to document various different attributes mid development on my jquery code. I have created the following function to help use FireBug’s console access code effectively in the jQuery fashion. (more…)
All entries of my technical and business blog.
Twitter live search updates page
I decided it would be kind of cool to make a page that combined a bunch of twitter hash tags or just tweets in general. Here are the details… (more…)
mod_unique_id error after installing mod_security
After installing my mod_security module for apache, I could not restart my apache server. I kept getting the following error: (more…)
chaining methods in PHP
I rarely find myself needing to chain methods in PHP - but its not an altogether bad idea. The only caveat that is necessary is that your code must be written in such a way that a method can fail, but other methods can still continue. For example, you couldn’t have one method return false… that would break the chain. You also couldn’t have a method depending on the actions of the previous method to... (more…)
Firebug for Internet Explorer
During the creation of my websites, I develop solely in Firefox. When it comes to testing, I run it through IE tester. One thing that I really miss is my Firebug. (more…)
Email to SMS/TXT address list
The website http://www.emailtextmessages.com/ keeps a database of most of the email addresses that correlate directly to a txt for mobile phones. However, their version is in HTML - and I see no feed. I’ve compiled the list into a CSV file so that its easier to use in programming. Do visit their website and click on an ad to support their hard work. (more…)
Bluefish Editor could help you leak your PHP!
The BlueFish editor is a primarily linux based visual editor for various web languages. Visit the site for more… (more…)
Displaying the Most Popular Youtube Videos with PHP
During one of my random dreams of how to become an internet millionaire, I thought about displaying the top youtube videos on an aesthetically pleasing backdrop. (more…)
Moving files from one webserver to another using PHP script
A while back, a colleague mentioned to me that he was moving his site from one webserver to another. He hated having to FTP everything down, then reupload it. Invariably, we’ve all done this - and forgot to apply proper file permissions, etc. (more…)
Photoshop Touchup
So I tried my very first photoshop touch up of a girl I found online. Turns out she was used for a photoshop tutorial about the same concept. I used my own process however. (more…)