JavaScript

 Pages: 1 | 2 | 3 | 4
   Next >
Development & SEO Resources arranged by common categories

Rating
 

Some JavaScript + REGEX goo to get query strings from your HREF/URI/URL

Posted by Adron (compositecode.com) on August 6, 2011

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]

Rating

Javascript coding style recommendation: in return and throw statements use only simple variables

Posted by Michael Freidgeim on January 14, 2012

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]

Rating

Composability in HTML generation

Posted by Mauricio Scheffer on July 16, 2011

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]

Rating

entityspaces.js - A Knockout/Javascript ORM

Posted by Mike Griffin (EntitySpaces) on December 25, 2011

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]

Rating
 

Set SharePoint List Form Web Part field values using JavaScript when Creating New Item

Posted by Daniel on August 19, 2010

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]

Rating

Download Reactive Extensions for JavaScript (RxJS) v1.0.10621 SP1

Posted by Senthil Kumar on January 7, 2012

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]

Rating

JavaScript Koans

Posted by K. Scott Allen (OdeToCode.com) on February 2, 2011

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]

Rating

Plain Old JavaScript

Posted by K. Scott Allen (OdeToCode.com) on February 28, 2012

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]

Rating

JavaScript tips

Posted by Colt Kwong on June 20, 2010

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]

Rating

JavaScript Development Environment

Posted by Adron (compositecode.com) on July 23, 2011

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]

Rating

Javascript Query String Manipulation Functions

Posted by DanielS on February 13, 2011

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]

Rating

Combining javascript files

Posted by Michael Freidgeim on June 26, 2011

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]

Rating

Create Apps using HTML5, CSS3 and JavaScript with Pokki

Posted by Senthil Kumar on January 12, 2012

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]

Rating

Jesse Hallett to Present Object-oriented Patterns in JavaScript @ #NodePDX

Posted by Adron (compositecode.com) on January 20, 2012

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]

Rating

Using ViewModel information in an ASP.NET MVC 2 Editor or Display template

Posted by Jon Galloway on July 2, 2010

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]

 Pages: 1 | 2 | 3 | 4
   Next >