EppsNet Archive: Javascript

HTML5 Date Tag

 

I learned something interesting about the HTML5 date tag. Look at this calendar dropdown: Here is the sum total of code needed to make that happen in a Chrome browser: That’s it! No Javascript, no CSS. Programmers these days have it easy. Read more →

Twitter: 2009-09-22

 

RT @sportsguy33: My postgame question 4 Tony Sparano: "Tony, that's one of the worst coaching jobs I've ever seen. I dont have a question." # When you find a big kettle of crazy, it's best not to stir it: http://bit.ly/rJ4kd # RT @diablocody: "I learned JavaScript, so my personal website is getting really dynamic." #1999IceBreakers # Read more →

EppsNet Labs: Glider

 

Here’s a really simple gliding tabs demo using glider.js, which is downloadable here. As you can see from the really simple code below, you could do something pretty nice with this without too much extra effort. Glider is dependent on the Prototype and Scriptaculous libraries, both of which are included in the glider download, as is the required stylesheet. Read more →