Code, Debug, Repeat

Archive for the ‘Code Bin’ Category

Feb, 2010
02

Date Squashing with PHP and CodeIgniter

I was working on a little attendance tracking system today and I used PHP and some native CodeIgniter functions to get it to play nice with my APP. I’m using one of my favorite new scripts CalendarView to pass the dates into this function from a simple form post.

See the rest »

Post to Twitter Tweet This!

Jan, 2010
29

How to detect and avoid browsers with Javascript

I am going to go ahead a regurgitate what everyone has been saying for years now, that IE6 is just well past its prime and its time to retire it. This has been beaten death time and time again, so I am not going to list all the reasons why we should drop it, I am just going to tell you how to make sure that users with IE6 are properly handled on your site.

See the rest »

Post to Twitter Tweet This!

Jan, 2010
21

PHP Mailer Stuffs FTW

It took me almost 5 hours to find a solution to this one simple problem. I don’t know why this is not more clearly documented, but I figure I will post it up here for everyone to see. Im sure spam mailer people will love it.

See the rest »

Post to Twitter Tweet This!

Jan, 2010
20

YouTube API – XML Feed Ripper

DOWNLOAD SOURCE (*.ZIP)

I created this tool because I could not find a tool that met my needs.  I wanted a simple feed extraction tool that would just post up some dynamic content from YouTube.  It turned into a class which is actually pretty easy to use.

See the rest »

Post to Twitter Tweet This!