Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Java Script -> General Articles Adds this page to your personal favorites
  General
Accessing Dreamweaver's JavaScript API
This article shows you how to get inside Dreamweaver and manipulate the functions defined by the JavaScript-API.
Visits: 1681 Updated: 2001-8-8  Rating: 
Add JavaScript to Fireworks
Does your design need more pizazz? Add interactivity to your site without learning JavaScript! Matt explains the creation of JavaScript effects in Fireworks, and explores in detail the use of this program's tools.
Visits: 921 Updated: 2001-9-30  Rating: (Not Rated)  More info & Ratings
Advertisment
Adding more than one JavaScript to a page
This article will show you how to add more than 1 script on your web-page
Visits: 1454 Updated: 2001-5-26  Rating: 
Building `Drag-and-Drop` DIVs: An Advanced Approach
This is it, the article you were waiting for! Welcome to the second tutorial of the series "Building drag-and-drop DIVs." In three parts, this series teaches you how to create realistic dragging DIVs, in order to boost the capabilities of web-based user interfaces, by introducing the "drag-and-drop" features found in many popular desktop applications.
Visits: 468 Updated: 2005-12-27  Rating: (Not Rated)  More info & Ratings
Building `Drag-and-Drop` DIVs: Developing a Basic Script
Conventional pop-up windows in JavaScript applications may work for some things, but they can be annoying, and many people use pop-up blockers. There is an alternative: drag-and-drop DIV elements. In this article, Alejandro Gervasio gets you started with the basics.
Visits: 437 Updated: 2005-12-27  Rating: (Not Rated)  More info & Ratings
Building `Drag-and-Drop` DIVs: Polishing the Look and Feel
This is the last tutorial of the series "Building drag-and-drop DIVs." Welcome back. In three parts, this series introduces the key points for creating dragging DIV elements, for quick inclusion in web pages, emulating the behavior of many user interfaces found in current desktop applications.
Visits: 502 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
Client-Side Initialization Code from the Server
This article will show you the simple method that takes advantage of the DOM and a recordset to reduce the server-side processing and move the brunt of the work to the client.
Visits: 1985 Updated: 2001-3-26  Rating: (Not Rated)  More info & Ratings
Create Dynamic Banners By Using JavaScript
This article shows how to use JavaScript to dynamically display banners, very useful!
Visits: 931 Updated: 2001-6-26  Rating: (Not Rated)  More info & Ratings
Create Templates using JavaScript
There are many ways to create a web page templete. Using JavaScript is one of easiest ways
Visits: 1149 Updated: 2001-6-26  Rating: (Not Rated)  More info & Ratings
Creating an Autosuggest Textbox with JavaScript, Part 1
One of Google's new applications is Google Suggest. As you type, Google suggests search terms that come up with results. While not a new implementation, it's quickly becoming popular among developers. This week, you'll learn how to build an autosuggest control one step at a time.
Visits: 858 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
Creating an Autosuggest Textbox with JavaScript, Part 2
In the first part of this series, you learned how to create type ahead functionality in a textbox, which presents the user with a single suggestion for what they've already typed. This article builds upon that functionality by adding a dropdown list of multiple suggestions.
Visits: 545 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
Creating Themes with CSS and JavaScript
With a dash of JavaScript and a sprinkle of CSS, you can let site visitors choose various "themes" to customize the appearance of your site.
Visits: 1075 Updated: 2001-8-8  Rating: (Not Rated)  More info & Ratings
Cross-Browser Layers, Part One
Layers are possible thanks to the Dynamic HTML specifications in version 4 of Netscape Navigator and Internet Explorer. In this two-part series, you'll learn the characteristics of layers and how to use them in your web pages.
Visits: 1046 Updated: 2001-8-8  Rating: (Not Rated)  More info & Ratings
Excerpt: Pro JavaScript Design Patterns
The adapter pattern allows you to adapt existing interfaces to classes that would otherwise be incompatible. Objects that use this pattern can also be called wrappers, since they wrap another object in a new interface. There are many situations where creating adapters can benefit both the programmers and the interface designers.
Visits: 158 Updated: 2008-6-12  Rating: (Not Rated)  More info & Ratings
Extending Dreamweaver with its JavaScript API
Using Dreamweaver's JavaScript API to dissect a custom command to determine the document's number of words and characters. This is part two of a short series on using JavaScript with Dreamweaver.
Visits: 926 Updated: 2001-8-8  Rating: (Not Rated)  More info & Ratings
Generating Content On-The-Fly
Using the JavaScript function document.write you can create dynamic content inside your otherwise static HTML. As one of the easiest JavaScript concepts to learn, you can start with very basic functionality and add more as you master other JavaScript features. In this article we will talk about how dynamic content can be used and show how to build a tip-of-the-day feature.
Visits: 1083 Updated: 2001-7-5  Rating: (Not Rated)  More info & Ratings
JavaScript: Displaying the Current URL
This article will explain you the using of very useful capability of JavaScript for your site - how to include full url into your page view without writting of this manually
Visits: 6074 Updated: 2001-6-30  Rating: 
Performance tips for JavaScript
As our JavaScript applications get larger and ever more sophisticated, the need for efficient scripting becomes increasingly important and hard to bypass. Pick up some important performance tips for your scripts here.
Visits: 1229 Updated: 2003-1-30  Rating: 
Pushlets: Send events from servlets to DHTML client browsers
Discover how pushlets, a servlet-based notification mechanism, enables server-side Java objects to call back JavaScript code within a client browser.
Visits: 1956 Updated: 2001-9-4  Rating: (Not Rated)  More info & Ratings
Remembering "Anti-Scripters" When Developing Pages
Anti-Scripters don't do JavaScript. How can you prevent these deviants from rending your JavaScript-centric pages useless?
Visits: 975 Updated: 2001-8-19  Rating: (Not Rated)  More info & Ratings
Remote Scripting Made Easy
Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page.
Visits: 1303 Updated: 2002-12-7  Rating: (Not Rated)  More info & Ratings
Remote Scripting with Cookies For Small Amounts Of Data
If you've had any experience with RDS, you know it can get pretty complicated. Remote Scripting (which uses a small Java applet) can often be a more lightweight solution. One of the best remote scripting solutions I've found...
Visits: 852 Updated: 2001-9-19  Rating: (Not Rated)  More info & Ratings
Rotating regular HTML content using DHTML
See how to rotate regular HTML content on your page using DHTML and the DOM.
Visits: 809 Updated: 2003-8-19  Rating: (Not Rated)  More info & Ratings
Stay Clear of Unhealthy Competition with ECMAscript
To entice developers to create sites that render best in their specific browsers, vendors have fueled a compatibility war using scripting languages as their weapons of choice while users get caught in the middle with slow-loading Web pages and potential security holes. As the market drives such (unhealthy) competition, it's clear that it's time for better standardization. See what you can do to stay on neutral territory until that day comes.
Visits: 389 Updated: 2006-6-27  Rating: (Not Rated)  More info & Ratings
String Functions (Server side)
This article shows us some common string functions (both in VBScript and JavaScript) which can be used in your application.
Visits: 1336 Updated: 2002-11-20  Rating: (Not Rated)  More info & Ratings
The JavaScript STL (Standard Template Library).
In the first article, I introduced a JavaScript implementation of the C++ Standard Template Library and outlined three of the collections; list, vector and deque. In this article I delve deeper into the magic of iterators and introduce a new class of sorted collection that includes set, map, multiset and multimap.
Visits: 522 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
Useful Web Widgets
If you do a lot of web programming, it can save you a lot of time and effort to have a library of JavaScript functions. This article presents some useful, reusable client side code, for calendars and more. When you are starting a project it can be pretty nice having some pre-written code to work with to make things easier. You may have built up an arsenal of PHP, JSP or C# classes, a few Perl scripts and other sundry tools, but do you have any good reusable client side code?
Visits: 522 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
Using Javascript Components in Java Studio Creator
Discover how you can draw on the wealth of ready-made Javascript Components and Libraries within Java Studio Creator to create a richer and more complete user interface experience.
Visits: 335 Updated: 2006-1-16  Rating: (Not Rated)  More info & Ratings
Variable Scope for New Programmers
When all variables are always available, memory is wasted because it is set aside well before or after it’s needed. This also causes a lot of confusion when a programmer needs to recall used variable names. So, we have scope.
Visits: 379 Updated: 2005-11-13  Rating: (Not Rated)  More info & Ratings
Working with Styles
Learn how to use Cascading Style Sheets and JavaScript to enhance your site. Learn how to create fold-out menus using CSS and JavaScript.
Visits: 1289 Updated: 2002-2-3  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Files
   Scripts
    Miscellaneous
   Java Script tools
    General Tools
 

Sponsored Links 
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Computer Professionals: Are you owed Overtime?
Federal and State Laws may allow computer professionals to collect overtime. Our law firm is experienced, and has initiated class action lawsuits against some of the largest computer companies to collect back pay and overtime. Strictly Confidential.
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Law Firm Web Development & Marketing
Search Engine Optimized Web Sites - Custom Content Sites for Law Firms - Search Engine Marketing - Keyword Campaigns, Yellow Page Listings, Lawyer Directory and Web Directory Listings.
Friends University
Organizational development program to help attain your career goals.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
InfoWorld is a enterprise-level publication that focuses on technology and HOW to use it to achieve higher revenues, more efficient operations and greater profits.
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.