Some JavaScript + REGEX goo to get query strings from your HREF/URI/URL
I guess there is a library somewhere to do this, but I couldn't find it fast enough so I spit this contraption out. It's a function that grabs the value from a ... [read more]
Javascript coding style recommendation: in return and throw statements use only simple variables
My collegue told me that placing the opening curly brace at the end of the line is safer than at the beginning of the new line, because it prevents some hard-t... [read more]
Composability in HTML generation
I'm bored... I know, let's write write a web page with Wing Beats to show Seth MacFarlane's (creator of Family Guy) tweets! We'll use this nice jQuery plugin to... [read more]
entityspaces.js - A Knockout/Javascript ORM
Are you ready to jump into the HTML5/Javascript arena? If so we have a great solution for you. We have come a long way on entityspaces.... [read more]
Set SharePoint List Form Web Part field values using JavaScript when Creating New Item
How to set values of form fields generated by the SharePoint List Form Web Part when adding a new item to the list using JavaScript. Using a custom metadat... [read more]
Download Reactive Extensions for JavaScript (RxJS) v1.0.10621 SP1
Microsoft has released the Reactive Extensions for JavaScript (RxJS) v1.0.10621 SP1 which is now available for download from Microsoft Download Center. What is ... [read more]
JavaScript Koans
Programming koans liberally borrow from Zen Buddhism to teach programming. If you look around the Internet, you'll find koans to learn Ruby, koans to learn func... [read more]
Plain Old JavaScript
Once upon a time there was a pure JavaScript model. The model sang songs about simplicity in a land full of complexity and confusion. The model's clear and beau... [read more]
JavaScript tips
I was writing a lot of jQuery and JavaScript this weekend, and two tips that I would like to jot down for future reference:1. Place open brace on new line in Vi... [read more]
JavaScript Development Environment
JavaScript is pretty easy to develop with, usually only a browser and a text editor is the only thing needed. But seriously, that's a bit slow going. It helps a... [read more]
Javascript Query String Manipulation Functions
Javascript Query String Manipulation Functions The following is a series of articles with Javascript functions that can be used to manipulate the query s... [read more]
Combining javascript files
I...ve read Combining Client Scripts into a Composite Script and wanted to use it.Then I...ve read Julian Jelfs concerns ScriptManager.CompositeScript issue... [read more]
Create Apps using HTML5, CSS3 and JavaScript with Pokki
Just found this application platform called Pokki while seraching in google . What is Pokki ? Pokki is a application platform that lets the developers to create... [read more]
Jesse Hallett to Present Object-oriented Patterns in JavaScript @ #NodePDX
This is the first in a series of posts about the individual speakers lined up for... Over the following days I'll be introducing each of the speakers for Nod... [read more]
Using ViewModel information in an ASP.NET MVC 2 Editor or Display template
Editor and Display templates are a great new feature in ASP.NET MVC 2. They allow you to define a template which will be used for any datatype you'd like, and t... [read more]
Next >