Programming Articles

  • JavaScript Popup Windows

    Popup windows are additional browser window opened from a web page. The popups are opened programmatically using JavaScript. JavaScript Popup windows are used widely for displaying advertisements. It is a proven method of generating good income...

    Read more...
    11/29/2007 2:57:31 AM Category Java Script Comments 0
  • Java Script Button

    JavaScript buttons can give nice effects to your web page. If done properly, JavaScript buttons give very impressive look and feel. This article shows you the creation of a JavaScript button in simple steps.

    Read more...
    11/29/2007 2:50:00 AM Category Java Script Comments 0
  • CSS Tips: A Simple Way to Preload Images

    So you need to pre-load images, but don't want to deal with javascript or complicated workarounds. What do you do? The solution is simple. All we need to do is designate a CSS style with multiple background-images. As your browser reads the style, it...

    Read more...
    11/28/2007 11:06:56 PM Category CSS Comments 0
  • CSS Drop Down Menu

    After playing with some javascript menus today, I decided to see if I could pull off a drop down menu without any javascript. I’ve seen it done before, so I thought I’d give it a shot. It actually ended up being pretty simple, so I thought...

    Read more...
    11/28/2007 10:18:12 AM Category CSS Comments 0
  • Use the CASE Statement in a SQL SELECT Clause

    SQL Server provides a mechanism for returning different values in a SELECT clause based on Boolean conditions: the CASE statement. This statement resembles Visual Basics Select Case statement...

    Read more...
    11/19/2007 10:20:56 PM Category SQL Comments 0
  • MySQL poetry

    Three ALTER TABLEs to make the AUTO_INCREMENT column complete, Seven UPDATES for the INTEGER column to prevent disaster, Nine for TEMPORARY data doomed to DELETE, One REPLACE for the replication MASTER In...

    Read more...
    11/12/2007 2:24:14 AM Category MySql Comments 0
  • MySQL Tip: Error code meaning

    You can find out what the error code means by either examining the documentation for your system or by using the perror utility. Some examples: [root@mylinux ~]#perror 147 MySQL error code 147: Lock table is...

    Read more...
    11/12/2007 2:22:26 AM Category MySql Comments 0
Archive