Core JavaScript Guide: Version 1.5
Starting at the beginning, this reference explains everything you need to know about using core JavaScript. It assumes you have the following basic background: a general understanding of the Internet and the World Wide Web and a good working knowledge of HTML. An excellent resource.
Categorized & Searchable List Boxes
This script creates a list of categorized links from a data array. The list is also searchable. A great navigational aid for small spaces. Very easy to implement.
Yahoo! UI Library: Paginator
The Paginator Control allows you to reduce the page size and render time of your site or Web application by breaking up large data sets into smaller pages. Paginator addresses the navigation aspect of chunked content, offering a set of controls that it can render into your UI to allow users to navigate through logical sections of local or remote data.
Event Listeners
Add event listeners for all browsers at once. Easy to use, for all browsers.
Dropdown Menu
This is a very nice animated dropdown menu. Highly customizable, using unobtrusive JavaScript and CSS. Easy to implement.
Attention JavaScript Coders!
Want some recognition for your scripts? Submit them to us and they may be featured here and on JavaScript Source!
Using Multiple JavaScript Onload Functions
When scripts are written they're used to accomplish a given task, such as creating a rotating picture gallery, or to validate a form. For each task, a separate script is necessary. Often, a script is called using an onload function.
JavaScript and HTML Tricks
In this article you'll learn about a wide variety of tips: from storing and using hidden data to making HTML forms and lists look great. Each topic contains a brief introduction, then details on how to apply the technique.
Popular JavaScript Framework Libraries: An Overview
Javascript Framework libraries have become an integral part of Web development. This series will present an overview of a dozen of the most popular JavaScript Frameworks. This week's article will focus on Prototype, script.aculo.us and MooTools. By Rob Gravelle. 1008
Browse Doc JavaScript's Tip of the Day Archive:
Elsewhere on internet.com
MS Access and MySQL
Learn how to set up an off-site copy of a working MySQL database, an Access version of the same back-end, and a front-end that could link to either.
Cisco AutoQoS: VoIP QoS for Mere Mortals
Optimizing VoIP traffic traditionally requires a deep understanding of your network, but with Cisco's AutoQoS and some interfaces, happier VoIP is only three steps away.
Polyglot Programming: Building Solutions by Composing Languages This article delves into the motivation, benefits, and challenges of writing applications using polyglot programming?leveraging the multi-language nature of the CLR to create simpler solutions to vexing problems.
How To Debug Classic ASP Pages in VS 2005 VS 2005, like its predessor, does not allow debugging for classic ASP pages, by default. This forces you to attach the ASP worker process (w3wp.exe).
SharePoint Applied: 10 Things You Wish They Had Told You?Part 2 Part 1 of this two-part article covered five architecture- and management-focused topics you wish they had told you about SharePoint. This article follows up with five more topics targeted specifically toward SharePoint developers.
Specifying Assemblies Do you know how to cancel the automatic association between namespaces and assemblies? Learn how to specify assemblies explicitly. - Similar Tips