Browse by Tags

All Tags » JavaScript (RSS)

Need To Set Bounds for onscroll to Work by Jason N. Gaylord

Sonu Kapoor over at DotNetSlackers.com has, not only a great site, but also some great AJAX controls. He's always looking to improve his controls and today he stumbled across something. He was working on a prototype where he had a div nested inside of...
Filed under: , ,

How To: Properly Reference A JavaScript File by Jason N. Gaylord

Wow. After 2 hours of pain and suffering, I ran into my own daily WTF. I had some script contained within a .js file in my web. Like many times before, I created a reference to the script in the header. However, the script would only work in the Internet...

Mario Brothers in JavaScript by Jason N. Gaylord

I came across this post and found it to be an interesting implementation of Mario. The game is written in 14kb of JavaScript. Check it out at http://blog.nihilogic.dk/2008/04/super-mario-in-14kb-javascript.html .
Filed under: , ,

Enumerating JavaScript Object Properties by Jason N. Gaylord

I am building a few controls that use client-side script for reuse in the one web app I'm working on. I needed a way to enumerate the property names and values of an object in JavaScript so I knew which properties I had access to. Here's a JavaScript...
Filed under: ,
More Posts