HOME   >   Javascript Functions


Javascript unshift Function
Code_Punk - Advanced JavaScript Lesson 40 - Using shift() and unshift()

Free Web tutorials covering HTML, CSS, JavaScript, and DHTML from beginner to advanced. Free downloads and developer resources. Personalized help via email, form, and chat.

JavaScript Kit- Array Object

Click here for a complete JavaScript Reference, including array, string, document. window, and more.

Observer Design Pattern Using JavaScript - The Code Project - JavaScript

Ensuring a crisp boundary exists between objects, enabling greater reuse and system maintainability.

Extending JavaScript Arrays

Provides advice and opinions by members to questions coupled with a vast variety of tutorials and articles related to programming.

What Does and Does Not Work With JavaScript - Web Developer's Journal

Tips on Web page design and development, HTML, graphics, scripting, favicon, development tools, Java, sql basics, building web sites, and much more for developers.

JavaScript Array Object

Describes the JavaScript aray object including parameters, properties, and methods.

oreilly.com -- Online Catalog: JavaScript & DHTML Cookbook

On numerous online forums for JavaScript and DHTML, the majority of questions begin with How do I...? This new Cookbook provides the answers with a comprehensive collection of problems, solutions, and practical examples. The book's recipes range from...

Build Your Own AJAX Web Applications [JavaScript & AJAX Tutorials]

Eager to dabble in remote scripting, but don't know where to start? Let AJAX guru Matthew Eernisse be your pilot -- his aerial tour will give you a bird's-eye view of the basics of building AJAX applications. Then it's back to the workshop to develop the foundations of an AJAX library on which you can glide to the dizzy heights of Web 2.0 success!

DevGuru JavaScript Methods Index

Award-winning web developers' resource: over 3000 pages of quick reference guides, tutorials, knowledge base articles, Ask DevGuru, useful products.

Perl functions 101 - Program - Perl - Builder AU

In this article we explore some of the most useful Perl functions for manipulating arrays and hashes, how each one works, and when it should be used.

Javascript Tutorial Appendices

The JavaScript tutorial appendix is a synopsis of important objects, methods, properties, functions ,events and reserved words.

Mbedthis AppWeb -- Embedded JavaScript

Mbedthis Sofware provides open source embedded web servers for devices and applications.

JavaScript at AllExperts

JavaScript in its modern form is an object-based scripting programming language based on the concept of prototypes The language is best known for its use in website s but is also used to enable scripting access to objects embedded in other applications It was originally developed by Brendan Eich of Netscape Communications Corporation under the name Mocha then LiveScript and finally renamed to JavaScript Like Java JavaScript has a C-like syntax but it has far more in common with the Self programm

Marakana - Perl Training Course

This course introduces users, programmers and system administrators to the popular interpreted language called Perl (Practical Extraction and Report Language). Although Perl is hailed as the system administrator's language and is the standard de facto language for writing dynamic web pages, this practical course will be useful for anyone working with UNIX text files, databases and processes. Although the course is taught on a UNIX system, it is very portable and can be run on a number of platforms including DOS, Windows 95 and NT, Linux, Macintosh, etc.

What's New in JavaScript 1.2

Large Collection of JavaScript source code. Choose from thousands of free scripts. JavaScript tutorials with example code. Excellent reference material for JavaScript. If you need help with JavaScript. JavaScript Made Easy is the place to find it.

SE Using JavaScript - Table of Contents

Special Edition Using JavaScript teaches you JavaScript whether you're a beginning scripter or an experienced coder.

JavaScript Search: A Re-Introduction to JavaScript

2005 has seen the launch of a number of high profile JavaScript applications, showing that deeper knowledge of this technology is an important skill for any web developer.

Perl functions 101 - Program - Perl - Builder AU

In this article we explore some of the most useful Perl functions for manipulating arrays and hashes, how each one works, and when it should be used.

JavaScript Array Object Reference

Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.

oreilly.com -- Online Catalog: JavaScript: The Definitive Guide, Fifth Edition

The indispensable reference for JavaScript programmers since 1996, JavaScript: The Definitive Guide, Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications.

letUBU: eBusiness & eCommerce project analysis, design, development and management

letUBU is a small web site design firm based out of Toronto, Ontario. We design sites ranging from 200 page e-commerce systems to small 4 page startups for the small business market.

JavaScript: display amount with 2 decimal (eg:12.30)

hi, i have downloaded script that will calculate the total of 2 fields and put the sum in another field (the 3rd field)... like this: 12.30 + 5.5, then the 3rd field will show 17.8 but i wanted it...

Informit Safari Tech Books Online - JavaScript: The Definitive Guide, 4th Edition

JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers. At the same time, JavaScript is an interpreted scripting language, providing a flexible, forgiving programming environment in which new programmers can learn. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book includes sophisticated examples that show you how to handle common tasks, like validating form data, working with cookies, and creating portable DHTML animations. The book also contains detailed reference sections that cover the core JavaScript API, the legacy client-side API, and the W3C standard DOM API, documenting every JavaScript object, method, property, constructor, constant, function, and event handler in those APIs. This fourth edition of the bestselling JavaScript book has been carefully updated to cover JavaScript 1.5 (ECMAScript version 3). The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility. JavaScript: The Definitive Guide is a complete programmer's guide and reference manual for JavaScript. It is particularly useful for developers working with the latest standards-compliant web browsers, like Internet Explorer 6, Netscape 6, and Mozilla. HTML authors can learn how to use JavaScript to build dynamic web pages. Experienced programmers can quickly find the information they need to start writing sophisticated JavaScript programs. This book is an indispensable reference for all JavaScript programmers, regardless of experience level.

Fabulous Adventures In Coding : Table Driven Programming

Table driven programming is a technique that can make some programs more readable and maintainable, but is often overlooked by script developers. Let me give you an example.  Here's a fragment of a VBScript program that I ran into