Tutorials Archive

  • jQueryui drop down menu

    jQueryui drop down menu

    I was going to title this post: “jQuery, your friend and enemy” because I spent close to 2 hours today hating it and thinking of coding my own functions rather than trying to work with it. Eventually I figured out what I was doing and made it work beautifully with the custom ui template [...]

    Read More

  • PHP/Perl If trick using ? and :

    PHP/Perl If trick using ? and :

    Most experienced programmers already know this, but this is a quick trick that will save you a few lines of code if you have a really simple if-statement to display one thing or another. This works with both PHP and Perl and will help you cut down some coding time. For this post [...]

    Read More