News in the Category: JavaScript Subscribe to the rss of this category.

Total posts: 330

Creating Multi-Language Custom Control

ASPAlliance.com - The #1 ASP.NET Community, July 2, 2008

Suppose that we are dealing with a multi-language website: English, French, Chinese, etc. and in some forms we need to enter a username in three languages, each language in a separate textbox. Abdulla...

Fast ASP.NET web page loading by downloading multiple javascripts after visible content and in batch

The Code Project Latest Articles, June 29, 2008

Download all external scripts on your web page after the visible content is loaded for faster perceived speed and donwload multiple javascript in batch for better actual speed...

Dynamic Javascript Validation Message Panel

The Code Project Latest Articles, June 27, 2008

This article describes creation of dynamic Javascript Message Panel that used to display validation failed error messages....

JavaScript ListBox Control

The Code Project Latest Articles, June 26, 2008

This article describes how to create a ListBox control using JavaScript....

Links of the Week June 23 2008

Chris Love's Official Blog - Professional ASP.NET, June 23, 2008

So much stuff going on. Last week I did a lot of performance and scaling research and I think that is reflected here. Client-Side Use Ensure to load client scripts on demand - Hey, this is pretty good...

Exploring OOPS - JavaScript Style: Part 2 - Inheritance

The Code Project Latest Articles, June 19, 2008

This article, 2nd Part in the series of 3-articles, discusses Inheritance in JavaScript...

Exploring OOPS - JavaScript Style: Part 3 - Polymorphism

The Code Project Latest Articles, June 19, 2008

This article, 3rd Part in the series of 3-articles, discusses Polymorphism in JavaScript...

Javascript Awesome Bar

The Code Project Latest Articles, June 18, 2008

Javascript Implementation of Firefox's "Awesome Bar"...

Binary Formats in JavaScript: Base64, Deflate and UTF8

The Code Project Latest Articles, June 16, 2008

The article demonstrates using of the binary formats in JavaScript...

A jQuery Client Status Bar

Rick Strahls WebLog, June 13, 2008

Several people have asked about the status bar in my jQuery Photoalbum example I posted recently. This is nothing fancy at all and actually quite simple to do, but since several people have asked me I...

Simple Voting Control In JavaScript

The Code Project Latest Articles, June 12, 2008

A simple voting control In JavaScript....

jQuery CoDe Magazine Editorial Posted

Rick Strahls WebLog, June 10, 2008

My jQuery editorial for the Code Magazine Newsletter went live today. It turned into a rather lengthy affair (what else is new?) even though it's a high level editorial and so doesn't show code. The p...

Internet Explorer style information bar in Javascript

The Code Project Latest Articles, June 9, 2008

Internet Explorer style information bar in Javascript...

JavaScript Context Menu Control

The Code Project Latest Articles, June 9, 2008

Cross-browser JavaScript ContextMenu Control for web applications,...

ensure - Ensure Javascripts/HTML/CSS loaded on-demand when needed

The Code Project Latest Articles, June 9, 2008

A tiny javascript library that provides a handy function "ensure" which allows you to load Javascript, HTML, CSS on-demand and then execute your code. Ensure ensures that relevent Javascript and HTM...

Windows Live Writer PlugIn for DotNetKicks Alpha

JohnPapa.net, June 3, 2008

About a month ago I started writing a plug-in for Windows Live Writer that would insert a DotNetKicks link into the post. I got it working but I was not satisfied with the workarounds I had to use. Th...

Check if JavaScript is Enabled from Server-Side Using an User Control

The Code Project Latest Articles, May 27, 2008

An ASP.NET User Control which can check if Javascript is enabled in the user's browser, and either does postback to perform an alternate action from the server side, or redirects to a non-JavaScript p...

Check Javascript Enabled from Server Side Using an User Control

The Code Project Latest Articles, May 27, 2008

ASP.NET User Control which can Check if Javascript is anabled in the users browser and either does postback to perform an alternate action from Server Side or redirects to a non javascript page....

Add Geotwitter to your website/blog

ASP.NET Announcements, May 27, 2008

You can add Geotwitter.NET to your website or blog with a simple JavaScript include and will provide two functions: You can see the last 10 users using Twitter the have a location as well as you can ...

jQuery Books Review

Rick Strahls WebLog, May 27, 2008

As you may have noticed if you read this blog on occasion I've been doing quite a bit of work with the jQuery JavaScript library in the last few months. I've kind of fallen into a couple of very clien...

Kings of Code slides up

QuirksBlog, May 27, 2008

Just now I posted the (Dutch) slides of my JavaScript Events presentation at Kings of Code.Download them here. PDF file; about 620K.I want to repeat this presentation in English at some conference som...

getElementsByClassName

QuirksBlog, May 20, 2008

This is worth a formal note: getElementsByClassName() is now natively supported by the most recent versions of Firefox, Safari, and Opera. I added it to the compatibility tables. Obviously, as long as...

How to manage ASP.NET validation from Javascript with jQuery

Code Climber, May 14, 2008

Validators are a great part of the ASP.NET framework: they provide a standardized and easy way to add validation to form fields. But even if the framework provides different kinds of validators, there...

Useful free online string manipulation tools

Laurent Duveau, May 13, 2008

www.string-functions.com is a set of online string manipulation tools. Not that it is complex to do by yourself but it can be useful sometimes for quick-edit-stuff. Direct links to services: ...

JavaScript Page Cookie (maintaining page state)

The Code Project Latest Articles, May 12, 2008

Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other wa...

The most used Javascript Library is... jQuery

Code Climber, May 12, 2008

A month ago a popular CSS blog asked: "What is your Javascript library of choice?" Yesterday, after having received more than 1600 answers, he published the results. The winner is clearly jQuery, ...

Faster web page loading by defering and combining multiple external javascripts into one

The Code Project Latest Articles, May 9, 2008

Download all external scripts on your web page after the visible content is loaded for faster perceived speed and donwload multiple javascript in batch for better actual speed...

Expanding / Collapsing GridView Rows

The Code Project Latest Articles, May 7, 2008

This article describes how to expand and collapse rows of a GridView using JavaScript....

Need To Set Bounds for onscroll to Work

Jason N. Gaylords Blog, May 2, 2008

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...

UPDATED WORKAROUND: Intellisense for page level map variables using the Virtual Earth JavaScript Intellisense Helper

Federal Developer Weblog, May 2, 2008

So I have been playing around with other approaches to the workaround described here.  The first thing I tried was:   On the surface, this seemed like a reasonable workaround.  Howeve...

Faster Javascript StringBuilder

The Code Project Latest Articles, May 1, 2008

Faster Javascript StringBuilder...

DotNetKicks PlugIn for Windows Live Writer

JohnPapa.net, April 30, 2008

I've been using some javascript snippet that generates a DotNetKicks KickIt image for a blog post. I found the javascript to insert the KickIt link in a post by Jon Galloway. (Thanks Jon!) I tweak...

DotNetKicks PlugIn for Windows Live Writer

JohnPapa.net, April 30, 2008

I've been using some javascript snippet that generates a DotNetKicks KickIt image for a blog post. I found the javascript to insert the KickIt link in a post by Jon Galloway. (Thanks Jon!) I tweak...

DotNetKicks PlugIn for Windows Live Writer

JohnPapa.net, April 30, 2008

I've been using some javascript snippet that generates a DotNetKicks KickIt image for a blog post. I found the javascript to insert the KickIt link in a post by Jon Galloway. (Thanks Jon!) I tweak...

DotNetKicks PlugIn for Windows Live Writer

JohnPapa.net, April 30, 2008

I've been using some javascript snippet that generates a DotNetKicks KickIt image for a blog post. I found the javascript to insert the KickIt link in a post by Jon Galloway. (Thanks Jon!) I tweak...

jQuery.ui Sortable

Rick Strahls WebLog, April 28, 2008

Sorting of a list of items is a common task in any user interface. Personally I've been wanting to add sorting to a number of applications for ages, and some time ago I started down the path of buildi...

Using jQuery to Display Google Maps in a Modal Dialog

BiteTheBullet - Latest 25 Items, April 23, 2008

How to use jQuery and Thickbox to display a Google Map in a modal style dialog....

Script# 0.5 Update and Associated CodePlex Project

Nikhil Kotharis Weblog, April 21, 2008

This is a quick post on the latest release of Script# (Build 0.5). I'll be following up with subsequent posts with more details on some of the specific feature additions, but here is a list of whats n...

Custom Styled Checkboxes

The Code Project Latest Articles, April 21, 2008

A JavaScript widget to customize the look and feel of check boxes...

Multiple UpdatePanels - Who caused the update ?

Misfit Geek, April 19, 2008

Does your client code need to know what control caused your update panels to update or which of several UpdatePanels contained the triggering control ? Try this.... (Or do the same thing with addbegi...

Javascript Tokenizer

RegexLib.com - Recent Patterns, April 19, 2008

Tokenize a Javascript document for parsing each token is a language-token : string, int, float, comment, multiline comment, operator, expression etc. etc....

NEW RELEASE: Virtual Earth JavaScript Intellisense Helper

Federal Developer Weblog, April 17, 2008

I am happy to announce that we have a new release of the Virtual Earth JavaScript Intellisense Helper to bring Intellisense in sync with the new Virtual Earth Map Control 6.1.  In addition to 6.1...

Having a crush on jQuery

Code Climber, April 17, 2008

A few weeks ago I started to play around with jQuery and I already banged my head against some small gotchas of the framework. But a comment made by Jake Scott opened my eyes: I recommend you read...

VE JavaScript Intellisense Helper bug & workaround

Federal Developer Weblog, April 14, 2008

A bug has been discovered when using the Virtual Earth JavaScript Intellisense Helper where JavaScript Intellisense fails to surface in a very common scenario.  The scenario is when you have decl...

Delegating the focus and blur events

QuirksBlog, April 14, 2008

Nowadays many JavaScripters are aware of the advantages of event delegation. Chris Heilmann and Dan Webb, among others, have discussed its advantages, and I've been using it as much as possible for ab...

How To: Properly Reference A JavaScript File

Jason N. Gaylords Blog, April 11, 2008

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 heade...

How To: Properly Reference A JavaScript File

Jason N. Gaylords Blog, April 11, 2008

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 heade...

How To: Properly Reference A JavaScript File

Jason N. Gaylords Blog, April 11, 2008

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 heade...

Mario Brothers in JavaScript

Jason N. Gaylords Blog, April 9, 2008

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-javas...

Mario Brothers in JavaScript

Jason N. Gaylords Blog, April 9, 2008

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-javas...

Product Spotlight