Posts tagged with web
Hello mathy
An introduction to another new library from me, this time it's mathy, a simple formula parser
Making the Internet Explorer JavaScript tools better, again
A look at what's changed since I last pointed out the failings of the IE dev tools
Indexes and Queries in db.js
An overview of how to create indexes and execute powerful queries against them using db.js
OWIN and View Engines
A look at how you'd put together a View Engine for OWIN.
OWIN Responses
A look at how to give power to our responses by making different response types easier to handle
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