Posts tagged with web
Animating with JavaScript
A look at how to make a simple JavaScript animation library
ServerHere - When you just need a webserver
A tool for when you just want to server some files.
Making the Internet Explorer JavaScript tools better
Some thoughts on how to improve the IE9 JavaScript developer tools
A look at browser storage options
Looking at localStorage, sessionStorage and the like
Are you Doin' Nothin'?
Interested in tracking what doing nothing really means to you?
Issue with Geolocation in IE9 RC
A (known) issue with the IE9 RC geolocation API.
Implementing the marquee tag using jQuery
This time we'll implement the marquee tag, just because we can!
Implementing the blink tag using jQuery
How to implement the blink tag using jQuery and some silliness :P
LINQ in JavaScript, now with more ES5
A look at the way ECMAScript 5 is improving LINQ in JavaScript
How to get the field name for a model property
Ever needed to find the name that'll be generated for a property in MVC? Here's how
WhatKey.net, a simple way to find JavaScript keycodes
An overview of a simple site which helps JavaScript developers working with keyboard events
Internet Explorer bug with assigning CSS classes
An interesting problem when assigning CSS classes in JavaScript
JavaScript functions are objects
JavaScript functions are more than just functions
JavaScript functions that rewrite themselves for a Singleton pattern
Time for more crazy JavaScript, functions that can rewrite themselves!
An EventManager in JavaScript
Having disconnected eventing in JavaScript using a simple little framework
Yes, I LIKE WebForms!
I think ASP.Net WebForms is really quite good, and here's some thoughts on the topic