Search results

  1. A

    Simple MySQL optimizations

    This is for the beginners out there with databases. It won't contain anything fancy or in depth, but there are some basic things you should keep in mind when working with MySQL databases. For a more in depth treatment, check out the mysql optimization page at...
  2. A

    Y! developer network

    Has anyone used the Y! dev tools they so graciously went public with? I've primarily used the page layouts for one major reason - they are cross browser, w3c compliant, and heavily tested by Y!. Granted, I've had to go in and modify every layout to get it suited to my taste, but I was very...
  3. A

    Development language of choice

    What is your preferred language, and why? I currently use PHP, primarily because it is free and easily accessible with mysql (also free). I picked it up rather easily as well being object oriented. Recently though Ive had the desire to start working with java and .net/asp. Java largely just...