Category: "development"

  • php simple twitter class

    Posted: Apr 16, 2010 12:53 am 7 Comments

    Awhile ago I wrote a light Twitter PHP class that could grab and update your status. I also threw in two methods for Tiny and Tr.im url shortners. Check it out. // DEFINE TWITTER CLASS AND UPDATE STATUS WITH OUTPUT RETURNING ... read more
  • php simplest, cookie based, login script

    Posted: Apr 16, 2010 12:08 am 1 Comments

    I wrote an extremely quick and simple PHP based login script a few years back for some peers. It uses some basic methodology and cookies to authenticate. You can easily modify this script to use sessions, protect against cook... read more
  • php recursive find and replace

    Posted: Apr 15, 2010 11:55 pm 0 Comments

    If you've ever worked with the str_replace() function in PHP you may or may not have come across the issue with it not recursively looping through arrays.  I recently came across this issue when having to deal with a multi-di... read more
  • structuring your web apps files/folders

    Posted: Apr 15, 2010 11:32 pm 0 Comments

    I'm always looking for the best way to structure my folders and files when building client apps so that I can easily navigate and update important features down the road. I've finally settled on a very streamlined approach to... read more
  • jquery collapsing nav

    Posted: Apr 15, 2010 10:56 pm 0 Comments

    I've used this same technique a few times across a couple projects now. jQuery collapsable navs are all around the internet so if you've already seen 3-4+ you're probably not going to encounter anything new here. The basic HT... read more
  • quick jquery/ajax tip

    Posted: Apr 15, 2010 10:18 pm 0 Comments

    Pulling your JSON data from a file is a pretty straight forward process. Usually most of my AJAX requests are run through jQuery's shorthand $.get() or $.post() functions. What I've come across, many times, is that these func... read more
  • You Say What?

    Posted: Aug 20, 2009 12:00 am 0 Comments

    Say Yeah! is a UX development company that aims to build great websites and web development tools for their clients and internally. Having been able to work with the guys at Say Yeah! for a brief stint, I was able to see how ... read more
  • Website Launch

    Posted: Apr 15, 2009 12:00 am 0 Comments

    Anyone that knows me well knows that I've been under a lot of pressure / stress the past month-ish to get a bunch of projects done. Well, in 3 days I have been able to get a brand new website up. That's right, I said THREE DAY... read more