Tutorials Page 203

  • By
    5 Features Your Login System Must Have

    It seems like every website has some login system nowadays and half of the time the content provided in these protected areas should be freely available anyway. A bad login system can be a plague for your web app. If you do need to...

  • By
    Email Protection with MooTools JavaScript

    We all know how spammers write scripts to slurp pages and collect as many emails as they possibly can, right? Well, I've created a really easy way to avoid this problem using MooTools JavaScript. Let me show you the process. The XHTML We create a link...

  • By
    Element Collection Manipulation Shortcut Using MooTools 1.2

    One mistake I've been making with MooTools is that I've been looping through element collections (retrieved by using $$ function) to add events and manipulate elements. When you've got an element collection, there's no need to loop through them. Why? Because you can...

  • By
    First Impressions of Google Chrome

    Google Chrome was released last week and got as much attention as you would expect it would. A Google browser was inevitable. I'd like to share a few scattered thoughts on Google's browser effort and gain a little feedback from you. I'll let...

  • By
    Are You Having A Laugh?

    I'll be honest -- it's been a long, tough week at work. After trying to follow through on some of my 8 Ways for a Programmer to Stay Sane, I need a bit more. As David Brent would say, I need to have...

  • By
    MooTools Accordion: Mouseover Style

    Everyone loves the MooTools Accordion plugin but I get a lot of requests from readers asking me how to make each accordion item open when the user hovers over the item instead of making the user click. You have two options: hack the original plugin...

  • By
    Detecting Google Chrome Using JavaScript

    As we all know, Google's Chrome browser hit the web yesterday. Whether you wanted to or not, you definitely downloaded Google's effort to see what ingenuity they put into their browser. It's clean, fast, and more stable than Firefox has been for me lately.

  • By
    I Want You II

    Yep, looking for you again! I'd like to announce that I'm looking for guest bloggers. Have a code tidbit that you think others may want to use? Have a wacky theory and simply need a place to be heard? If so, I want you! Here's...

  • Media Temple Hosting
  • By
    Thoughts on “10 Principles of the CSS Masters In HTML / CSS”

    NETTUTS ran an article last week titled 10 Principles of the CSS Masters. The article asked several CSS and industry experts to provide advice on much-discussed CSS topics and share a trick or two. The article brought up some great points...

  • By
    PHP, ODBC, and nvarchar

    I stumbled upon an odd error using PHP's ODBC functions to query a SQL Server 2005 database. I was doing a basic SELECT statement to get the description of something when I encountered the following error: It turns out that the PHP ODBC functions have a...