Home

Submit

Source

Feeds

Home » JavaScript » General Development ::

JavaScript General Development
We work hard to get more traffic to make our web portal or blog popular. We use various tips and techniques to achieve our goals. We go for search engine optimization, forum and discussion boards. We put our back link there. People use it and from different parts of the world people comes to our web portal or blog.
Related Tutorials
JavaScript User Info
JavaScript Browser Detection
JavaScript / User Info
Browser detection allows you to find out what browser your viewer is using, and then perform a script based on it-- or just to send a friendly message to those with your favorite browser.

Site: www.webdesign.org Report - View Tutorial

JavaScript Cookies and Sessions
Determining JavaScript cookie support in client's browser
JavaScript / Cookies and Sessions
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.

Site: www.javascriptkit.com Report - View Tutorial

JavaScript User Info
Browser Version Control
JavaScript / User Info
There are different browsers and versions out there. Thus you, the programmer, do not know what JavaScript capabilities the user has. Insuring that the scripts you write run in most users browsers can be done in a few different ways.One way is to use JavaScript to check which browser they are using, and then program accordingly. This is the most common way to avoid any scripting error.

Site: blazonry.com Report - View Tutorial

JavaScript User Info
Browser Detect Script
JavaScript / User Info
Our client side browser sniffer based on JavaScript, which includes links from our popular object and method detection tests to more detailed information on how they work.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript Getting Started
Functions
JavaScript / Getting Started
Sometimes instead of just adding your javascript to the page and having the browser perform the tasks as soon as the script is read, you might want your javascript to be performed only upon the detection of a certain event. A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized JavaScript designed to accomplish a single task.

Site: www.webcheatsheet.com Report - View Tutorial

JavaScript User Info
Using the navigator object to detect client's browser
JavaScript / User Info
In this tutorial we'll probe the navigator object of JavaScript, and show how to use it to perform browser detection, whether the subject is Firefox, Internet Explorer 6, or even Opera 8.

Site: www.javascriptkit.com Report - View Tutorial

JavaScript Image Effects
Swap Images with Javascript
JavaScript / Image Effects
Almost everyone has visited webpages where an image changes when you move the mouse over it or click on it without the page having to reload. This is a common effect and can be easily achieved with Javascript. Any browser can show this Image Swap effect, unless you are using an old browser like IE 3.0, which is very unlikely these days.

Site: www.carbotek.org Report - View Tutorial

JavaScript AJAX
AJAX Tutorial For Beginners
JavaScript / AJAX
What is AJAX? AJAX stands for Asynchronous JavaScript and XML. AJAX uses a combination of Javascript and XML to allow web pages to be updated with new data from the server. It consists of HTML, JavaScript, DHTML, and DOM. The traditional way of processing data between client's browser and a server was to submit a HTML form and send data to the server, the server processed the data and sent a response back to the browser.

Site: www.itechcollege.com Report - View Tutorial

JavaScript Miscellaneous
Statusbar Message
JavaScript / Miscellaneous
This is a quick, and quite simple tutorial. Now its not html, it uses Javascript. What it does is lets you customize what it says in the status bar usually at the bottom left of your browser. Right now in your browser it should say 'Infinite Designs.org ....'. Here's how to make it do that.

Site: www.webdesign.org Report - View Tutorial

JavaScript Getting Started
Tutorial: Introduction to JavaScript
JavaScript / Getting Started
JavaScript is an easy-to-learn programming language which can be built into Web pages, so that it executes from within the browser rather than on the web server. Intranets especially can leverage the power of JavaScript to create "smart" Web pages which can process data and interact with the user. In this introduction we concisely look at the main programming points of the JavaScript language.

Site: www.intranetjournal.com Report - View Tutorial

JavaScript Getting Started
Starting a JavaScript
JavaScript / Getting Started
How do you tell the browser that a script is starting? Moreover, how does he know what kind of script is starting? What if the browser doesn't support JavaScript?.

Site: www.geekpedia.com Report - View Tutorial

JavaScript Getting Started
Web Pages for Everyone
JavaScript / Getting Started
One of the most difficult tasks a Web Designer faces is using new technologies or browser specific effects without alienating people with other browsers. How to use JavaScript and meta tags to make browser specific effects available to everyone.

Site: www.webdesign.org Report - View Tutorial

JavaScript Frames and Window
Opening a New Browser Window in JavaScript
JavaScript / Frames and Window
Learn how to create a new window using JavaScript. This tutorial explains the options for customizing a window including the title, location, size, and if it is resizable. It will also explain how to hide/show the menubar, location bar, status bar, and scrollbars.

Site: www.codebeach.com Report - View Tutorial

JavaScript Getting Started
Learning Javascript - Keeping Markup Clean
JavaScript / Getting Started
Like many front end developers I've come to Javascript late. Of course I could go and grab one of the many Javascript libraries out there. But I'm making an effort to learn Javascript.

Site: www.shapeshed.com Report - View Tutorial

JavaScript Navigation and Searching
JavaScript Redirection
JavaScript / Navigation and Searching
Redirection is often used to take viewers to a page depending on their browser's name or version. To redirect a viewer instantly, you just need to add a short command in your head section.

Site: www.webdesign.org Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement