5,401,186 members and growing! (224 online)
Email Password   helpLost your password?
Announcements




BullFrog Power
Search    
Advanced Search
Sitemap

Set your article filter

 Current Filter:

Client side scripting


Web Development » Client side scripting

Contents Quick search by title:

JavaScript - Beginners

top
Title / Updated Author Score  
JavaScript For Beginners 2: Cookies
Updated: 15 Mar 2001  
An introduction to using Cookies in Javascript
Javascript, Dev, Beginner
Tibor Blazko 3.57
Masterpage and Javascript document.getElementById - Unedited
Updated: 14 Dec 2007  
This article talks about the issues faced in accessing the controls inside a Masterpage from Javascript, and points a quick solution
ASP, ASP.NET, Javascript, CSS, HTML, Dev, XHTML, Ajax, Intermediate
Rajganesh Mountbatton 3.27
 

JavaScript - Controls

top
Title / Updated Author Score  
Javascript DataGrid using the MVC pattern.
Updated: 31 May 2007  
This grid supports resizing, draging, and sorting the columns. It was implemented using the MVC pattern.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Advanced
Andrew Golik 4.50
Easy Client Side TabStrip
Updated: 8 Dec 2006  
A rich client side TabStrip
IE 6.0, IE 5.5, Javascript, XML, Windows, Visual Studio, Dev, Ajax, Intermediate
HoangKC 4.28
 

JavaScript - General

top
Title / Updated Author Score  
Memory Leakage in Internet Explorer - revisited
Updated: 12 Nov 2005  
In this article, we will review JavaScript memory leakage patterns from a slightly different perspective and support it with diagrams and memory utilization graphs.
Javascript, Windows, Visual Studio, CEO, Architect, Dev, QA, Intermediate
volkan.ozcelik 4.83
Graphic JavaScript Tree with Layout
Updated: 28 Nov 2006  
A JavaScript Tree component which implements the J.Q.Walker II layout algorithm.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Intermediate
Emilio CL 4.83
A JavaScript Implementation of the Surveyor's Formula
Updated: 17 Mar 2006  
An article presenting a JavaScript implementation of the Surveyor's formula for calculating the area of any polygon.
WinXP, IE 6.0, Javascript, Visual Studio, Dev, Intermediate
dszarkow 4.80
Extending JavaScript Intrinsic Objects with Prototypes
Updated: 17 Oct 2006  
Distillate your own JavaScript flavor with prototypes.
Win2K, WinXP, IE 6.0, Javascript, Visual Studio, Dev, Beginner
Tor2k 4.79
DeeHTML a web based platform game
Updated: 30 May 2007  
A platform game using only DHTML
NT4, Win2K, WinXP, Win2003, Vista, Javascript, Visual Studio, Dev, Intermediate
user_pk001 4.79
JavaScript StringBuilder
Updated: 6 Dec 2005  
An extremely simple, light-weight JavaScript StringBuilder class. Hundreds of times faster than string concatenation in IE.
Javascript, XML, Windows, Visual Studio, Dev, Ajax, Intermediate
K.Collins 4.75
htmlArea - Turn any TEXTAREA into a WYSIWYG editor
Updated: 6 May 2003  
htmlArea is a free WYSIWYG editor replacement forTEXTAREA fields on web forms
IE 5.5, Javascript, Windows, IIS, Dev, Intermediate
Fraser Cain 4.74
Auto-complete Control
Updated: 16 May 2005  
Auto-complete control.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Intermediate
zichun 4.71
Dynamic Table Filtering/Searching using DHTML and JavaScript
Updated: 21 Jun 2007  
Easily add table filtering/searching capability to your webpage without requiring a round trip to the server.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Intermediate
Sidney Chong 4.70
JSBalloon: non modal feedback mechanism for DHTML applications
Updated: 7 Sep 2005  
A flexible, encapsulated way to implement a passive feedback mechanism.
Win2K, WinXP, Win2003, TabletPC, IE 6.0, Javascript, Visual Studio, Dev, Intermediate
Arkady Lesniara 4.69
JavaScript Date Format
Updated: 7 Aug 2005  
A fast VB-like date format function in JavaScript (requires JScript 5.5+).
NT4, Win2K, WinXP, Javascript, Visual Studio, Dev, Intermediate
Tor2k 4.68
HOWTO: Lockdown Internet Explorer using a Trusted Zone helper
Updated: 14 Jan 2005  
This article includes a fully working Javascript with user interface that plugs-in to Internet Explorer. The plugin allows you to effortlessly manage which websites are part of your "Trusted Zone". The Trusted Zone is a little used (and generally little known) powerful security feature of
Win2K, WinXP, Win2003, IE 6.0, Javascript, CSS, Visual Studio, CEO, Architect, Dev, Intermediate
Nathan Evans 4.64
Scrollable HTML Table
Updated: 6 Sep 2003  
Make your HTML tables scrollable with this simple method. No additional coding necessary!
IE 6.0, IE 5.5, Javascript, Dev, Advanced
Wagner DosAnjos 4.57
A Simple Data Modeling Tool with entities, relations, attributes, Classes/Objects
Updated: 24 Nov 2002  
This database tool supports simple data modeling with entities, relations, attributes, classes & objects. Classes are like type definitions. Objects are like instances of the classes.
Win2K, WinXP, IE 6.0, Javascript, Dev, Intermediate
greghop 4.55
JavaScript Debugging Tool
Updated: 3 Oct 2006  
This article introduces a very simple, and yet very versatible, JavaScript debugging tool for cross-browser development. Strongly based on web standards, this code runs on IE5+, Opera, and Gekco based browsers (FireFox, Netscape).
IIS 5.1, IIS 6, Javascript, Windows, Visual Studio, Dev, Intermediate
Roberto 'Obi-Wan' Colnaghi Junior 4.51
Cross Browser JavaScript
Updated: 15 Dec 2005  
A not widely known trick to make your programming easier by implementing a small compatibility layer, when programming for multiple browsers.
Javascript, XML, Windows, Visual Studio, Dev, Intermediate
Matthias Hertel 4.49
Customizable JavaScript Calendar
Updated: 16 Feb 2005  
A customizable event calendar/date picker in JavaScript with fail-over behaviour for non-script based browsers.
WinXP, Javascript, Visual Studio, Dev, Intermediate
Karl Agius 4.49
JavaScript Mathematical Expression Evaluator
Updated: 21 Jun 2006  
A mathematical expression evaluator in pure JavaScript, with support for user defined variables.
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Intermediate
Prasad Khandekar 4.46
Modeling a Draggable Layer and Loading Dynamic Content to it via XML HTTP
Updated: 28 May 2005  
In this article, we will try to generate a draggable DHTML layer that loads data from an external URL via XMLHTTP connection. The code will be object oriented, cross-browser compatible, and relatively cutting-edge.
Javascript, Windows, Visual Studio, Dev, Advanced
volkan.ozcelik 4.46
A Simple Tooltip With Images And Text
Updated: 16 Sep 2007  
A Simple Tooltip with Images and Text using JavaScript, DHTML
IE 6.0, IE 7, Javascript, Windows, Visual Studio, Dev, Intermediate
Kumar Sundaram 4.45
JavaScript Regular Expression Tester
Updated: 19 Oct 2004  
A tool for testing regular expressions in JavaScript.
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Advanced
Anth_Humphreys 4.44
Windows Like Choose Color Dialog
Updated: 1 Dec 2005  
How to implement a Windows like Choose Color dialog with HTML and JavaScript.
Javascript, Windows, Visual Studio, Dev, Intermediate
Veselin Tenev 4.44
CPHog for Internet Explorer
Updated: 17 Jun 2005  
A translation of Shog9's GreaseMonkey script, useable in Internet Explorer with Trixie.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Intermediate
John Fisher 4.38
Cool Graph object to plot Column and Line Graphs in your web pages.
Updated: 30 Sep 2003  
JavaScript Graph object to plot Column and Line Graphs. Only JavaScript and DHTML required.
IE 6.0, IE 5.5, Javascript, Dev, Advanced
Wagner DosAnjos 4.37
Another XP style panel bar for Web
Updated: 16 Aug 2005  
XP style panel bar for Web applications.
Javascript, Windows, Visual Studio, Dev, Intermediate
Prasad Khandekar 4.37
TableActionProvider - row clickable HTML table
Updated: 24 Jan 2006  
Row click functionality for any HTML table grid (DataGrid, DataView, etc...).
ASP, ASP.NET, Javascript, Windows, .NET, Visual Studio, Dev, Intermediate
Noogen 4.36
Hostile code analysis with JavaScript
Updated: 21 Sep 2005  
An article on how to uncover the true intents of a JS script.
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Intermediate
Cd-MaN 4.33
JavaScript DatePicker
Updated: 24 Feb 2006  
The DatePicker is a control for use on the client side of ASP.NET applications.
C#, ASP.NET, Javascript, Windows, .NET, IIS, Visual Studio, Dev, Intermediate
Nikita D. Sinelnikoff 4.33
Namespaces in JavaScript
Updated: 1 Jun 2007  
Extending JavaScript to handle namespaces, classes, static methods, and global namespace variables.
IE 6.0, IE 5.5, IE 7, C#, ASP.NET, Javascript, XML, Windows, .NET, Visual Studio, Dev, JScript .NET, Ajax, Design, Intermediate
VectorX 4.27
Making the Microsoft Calendar.htc DHTML Behaviour Better?
Updated: 12 Dec 2004  
The Microsoft Calendar.htc is a great DHTML Behaviour, I try and make it better and quicker and easier to use.
.NET 1.0, IE 6.0, IE 5.5, ASP.NET, Javascript, Windows, Visual Studio, Dev, Intermediate
stectaylor 4.25
Hourglass cursor for Web/ASP.NET pages
Updated: 10 Sep 2004  
Show your users that something *is* actually happening when you do a postback on a web form.
ASP.NET, Javascript, Windows, .NET, Visual Studio, Dev, Intermediate
raouls 4.18
Automatially Recover from Web Server Failures
Updated: 19 Jul 2004  
This article addresses the dreaded "Page Cannot be Displayed" message, and explains how to use HTML frames and JavaScript to catch web server failures and automatically reconnect when the server comes back on line.
Javascript, Windows, IIS, Dev, Intermediate
Barry Etter 4.14
Input mask - a script that automatically enters a specified character at a certain point in a text box.
Updated: 19 Aug 2003  
A script that will mask an input field - can be used on multiple fields on the same form with diferent characters, at different points in the text box, all using the same 10 line function.
Win2K, WinXP, Win2003, Javascript, Dev, Intermediate
webProgrammer 4.14
MiniRacer - Extending W3C DOM Elements using JavaScript (IE)
Updated: 16 Feb 2005  
A JavaScript table-based driving game to demonstrate how to extend W3C DOM Elements to add your own functionality.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Advanced
Paul Baker 4.13
Windows like menus on web pages
Updated: 10 Jan 2003  
How to create menus using Javascript and HTML.
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Intermediate
javasOK, .Shoaib 4.08
Tiny Javascript tree - Unedited
Updated: 21 Nov 2007  
Tiny Javascript tree
IE 6.0, IE 7, Javascript, Windows, Dev, Intermediate
gstolarov 4.06
Encryption - RSA implemented through Java Script to Encryt/Decrypt data
Updated: 9 Sep 2003  
Demonstrate the use of RSA algorithm in HTML pages
NT4, Win2K, Javascript, Java, Visual Studio, Dev, Intermediate
Gaurav Saini 4.00
Inputer Replacer
Updated: 1 Nov 2005  
Javascript implementation to make standard form <input> radios or checkboxes visually attractive by exchanging with images.
Javascript, Windows, Visual Studio, Dev, Intermediate
Anthony Main 4.00
Browsing XML/XSL/XSD with HTA/Scripting Runtime
Updated: 7 Jun 2006  
This article presents an XML/XSL/XSD browsing and validation tool, a shining example of how various technologies like Shell scripting, Scripting Runtime, or HTA can be put together to aid programmers in rapid development of powerful script-based applications.
IE 5.5, Javascript, XML, Windows, Visual Studio, Dev, XSLT, Intermediate
Dmitry Khudorozhkov 3.93
JavaScript password protection and session management
Updated: 17 Jul 2002  
This client-side code implements secure password protection and user/session management using cookies based on rc4 encryption.
Javascript, Dev, Intermediate
Marc Richarme 3.80
Gmail Image Viewer
Updated: 15 Dec 2004  
How to add a context menu to IE that does some neat stuff in Gmail.
NT4, Win2K, WinXP, Win2003, Vista, TabletPC, Embedded, Javascript, Visual Studio, Dev, Intermediate
Nir Levy 3.76
Javascript to highlight textbox when focused.... - Unedited
Updated: 4 Oct 2007  
Javascript to highlight textbox when focused....
VS.NET2002, VS.NET2003, VS2005, IE 6.0, IE 5.5, IE 7, Javascript, Windows, Dev, Advanced
Nital Soni 3.75
Internet Explorer 5+ Extensions
Updated: 13 May 2005  
A variety of new and used Internet explorer extensions available from a 'right click'
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, QA, Intermediate
CodeBureau - Matt Simner 3.73
Loading XML data to HTML table using XML DSO object and JavaScript
Updated: 16 Oct 2005  
This article illustrates the process of fetching data from an XML file to be filled in an HTML table, using DSO and JavaScript.
Javascript, Windows, Visual Studio, Dev, Intermediate
newbegin 3.70
Explorer-style Dynamic Menu
Updated: 28 May 2001  
How to create explorer-style menus for IE 4.0+ NS6.0+ that degrade well on older browsers.
IE 6.0, Javascript, Dev, Intermediate
Cirkadia 3.63
Physical Phenomena
Updated: 22 Feb 2005  
JavaScript simulation of common physical phenomena -- Newtonian basics and 3D Engine. Favourite of Kevin Fortuna.
NT4, Win2K, WinXP, Win2003, Javascript, Visual Studio, Dev, Intermediate
Joey Fortuna 3.55
Integrated Composition Utility to Double Your Might of Writing CP Articles - Unedited
Updated: 24 Sep 2005  
An article on a useful tool to help you write Code Project articles.
WinXP, IE 6.0, Javascript, Visual Studio, Dev, Intermediate
Xia Xiongjun 3.50
Using JSON for import/export with the JavaScript Regular Expression Tester
Updated: 19 Oct 2004  
How to load data to and save data in a JavaScript object using JSON.
NT4, Win2K, WinXP, Win2003, IE 6.0, IE 5.5, Javascript, Visual Studio, Dev, Advanced
Anth_Humphreys 3.46
Filtreing in HTML Tables using context sensitive menu
Updated: 17 Apr 2004  
Table data filtering using context sensitive menus.
IE 5.5, Javascript, Dev, Intermediate
Durga Prasad J. 3.33
Draggable Divs - Unedited
Updated: 17 Sep 2007  
Make your Divs draggable.
IE 6.0, IE 7, Javascript, CSS, Windows, Visual Studio, Dev, XHTML, Intermediate
Kumar Sundaram 3.30
View Source of ShowModalDialog - Unedited
Updated: 12 Sep 2005  
How to View Source of a window opened using ShowModalDialog
.NET 1.0, NT4, Win2K, WinXP, Win2003, VS.NET2002, VS.NET2003, VS2005, IE 6.0, IE 5.5, C#, VB, ASP, ASP.NET, Javascript, .NET CF, Mobile, Dev, JScript .NET, Intermediate
FlashMerlot 3.28
Parent - Child relationship of Windows in JavaScript
Updated: 8 Feb 2005  
Controlling the parent window with child windows.
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Intermediate
AtulMalhotra 3.22
Proper Case JavaScript Function
Updated: 16 Jul 2005  
A one-line code snippet that will turn a string into proper case form (where each letter after a space is capitalized).
NT4, Win2K, WinXP, Win2003, Javascript, IIS, Visual Studio, Dev, Intermediate
Tor2k 3.18
Random Password Generator With Pattern String Support
Updated: 2 Feb 2006  
A JavaScript based random password generator with pattern string support.
IIS 6, IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Intermediate
Prasad Khandekar 3.04
MS Word style Symbol Dialog
Updated: 25 Aug 2004  
This article explains how to create a MS Word style Symbol Dialog for a web application using JavaScript.
ASP, VBScript, Javascript, XML, Windows, IIS, Visual Studio, Dev, Advanced
Chanfron Hu 3.00
Multithreading in Internet Explorer 6
Updated: 26 Sep 2005  
How to throw and kill threads dynamically in Internet Explorer 6.
IE 6.0, Javascript, Windows, Visual Studio, Dev, Intermediate
Cipriano Valdezate 3.00
Dynamically add and remove rows in a HTML table - Unedited
Updated: 30 Jul 2006  
Dynamically add and remove rows in a HTML table using Javascript
Javascript, Windows, Dev, Beginner
eeraj 3.00
Your dynamic menu bar component in Javascript - Unedited
Updated: 29 Jan 2007  
How to create a dynamic menu bar component in Javascript
IE 6.0, Javascript, Windows, Visual Studio, Dev, Intermediate
David Domingues 2.80
How to calculate difference between two dates using JavaScript - Unedited
Updated: 8 Apr 2007  
This code will give you the diffrence between the two dates in days.Some time it is required in the program to get diff. between two dates.It is so small and very efficient code.
.NET 1.0, .NET 1.1, .NET 2.0, NT4, Win2K, WinXP, Win2003, Vista, TabletPC, Embedded, Mono, DotGNU, .NET 3.0, ASP.NET, Javascript, Dev, Intermediate
Nilesh Surve 2.55
Passing function arguments as parameters in JavaScript
Updated: 6 Aug 2005  
If you're in need of C-like input/output parameters or VB-like "by reference" function arguments in JavaScript, here's some help.
NT4, Win2K, WinXP, Win2003, IE 6.0, Javascript, Visual Studio, Dev, Intermediate
Tor2k 2.50
Multiple Action Forms
Updated: 13 Jan 2005  
How to send data from a form to multiple pages at once.
IE 6.0, IE 5.5, Javascript, Windows, Visual Studio, Dev, Intermediate
Uron Tuman 2.15
Pop open according to the size of the image - Unedited
Updated: 16 Mar 2007  
Pop open according to the size of the image: Put images in the folder & give the name & path of the images & folder
.NET 1.0, .NET 1.1, .NET 2.0, VS.NET2002, VS.NET2003, .NET 3.0, ASP.NET, Javascript, Windows, Dev, Intermediate
Sachin Jain(Polaris India) 2.12
Javascript/PHP - Multiple File Upload - Unedited
Updated: 15 Jul 2007  
Option to add n number of file input controls to upload multiple files
IE 6.0, IE 5.5, IE 7, ASP.NET, Javascript, Windows, .NET, Visual Studio, Dev, PHP, Beginner
Anisur RM 1.93
Date Validation in JavaScript
Updated: 21 Apr 2006  
An article to validate dates in JavaScript.
IE 6.0, IE 5.5, ASP.NET, Javascript, Windows, .NET, Visual Studio, Dev, Intermediate
jebarson 1.86
Objects in Internet Explorer - Unedited
Updated: 3 Jun 2006  
Simple code to eliminate the frame generated by Internet Explorer in the objects
Javascript, Dev, XHTML, Intermediate
Angel Jiménez 1.64
Valid specific fields with a simple javascript - Unedited
Updated: 25 Jul 2005  
Valid specific fields in the html button, with a simple javascript, then submit when valid or show an alert
NT4, Win2K, WinXP, Win2003, TabletPC, IE 5.5, Javascript, Dev, Beginner
Marcelo Lujan [El Bebe.Net ] 1.50
Good one and simple example for beginners to display time on browser using java script - Unedited
Updated: 30 Sep 2005  
The code demonstrates displaying time using javascript.The javascript function showtime will be called onLoad event of form body tag.settTimeout will keep on dispalying the time for set interval.
IE 6.0, IE 5.5, Javascript, Windows, Java, Visual Studio, Dev, Beginner
ManjunathR 1.50
Image Loder - Unedited
Updated: 18 Aug 2005  
Image Loder for your pictures
Javascript, Windows, Visual Studio, Dev, Intermediate
ashal 1.42
Progressbar for Slow Loading Webpages
Updated: 18 Sep 2004  
Here is an earnest attempt to help a web developer to make his web audience comfortable with a relatively slow loading webpage, by giving a sort of 'Loading Please Wait' attempt.
NT4, Win2K, WinXP, Win2003, Vista, TabletPC, eVC 3.0, Embedded, Javascript, Win Mobile, Visual Studio, Mobile, Dev, QA, Intermediate
Vasudevan Deepak Kumar 1.39
 

JavaScript - Java

top
Title / Updated Author Score  
Java to JavaScript Communication
Updated: 25 May 2000  
Give Java applets a second chance (as COM style binary components)
Javascript, Windows, Java, IIS, Dev, Intermediate
Jeremiah Talkar 4.52
 

Last Updated 20 Aug 2008
Advertise | Privacy
Copyright © CodeProject, 1999-2008
All Rights Reserved. Terms of Use