Home

Submit

Source

Feeds

Home » JavaScript » Frames and Window ::

JavaScript Frames and Window
Javascript allows you to display a page in full screen via a button, the script consists of 2 parts, the first one will be inserted between the <head> and </head> tags.
Related Tutorials
JavaScript Getting Started
Learning the Basics of JavaScripting
JavaScript / Getting Started
JavaScript is not a full-fledged programming language so you cannot churn out geeky applications with it. But yes, you can make your web site a lot more interactive and dynamic if you know how to use it to your convenience. In the initial stages, we are going to toy around with the basic syntax.

Site: www.codebeach.com Report - View Tutorial

JavaScript User Info
Browser Test Scripts
JavaScript / User Info
Customize your content for your visitors by checking their browser type, screen resolution, or whether or not they have Flash.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript User Info
Screen Resolution Detection and Redirection
JavaScript / User Info
Sometimes it is important to develop for a specific resolution. The page may not adjust properly. Code to redirect someone to the correct resolution for your designs.

Site: www.developingwebs.net Report - View Tutorial

JavaScript AJAX
AJAX/PHP - the beginners guide to loading external content
JavaScript / AJAX
Load content using javascript from an PHP backend script - An Easy Guide with full example.

Site: nodstrum.com Report - View Tutorial

JavaScript AJAX
AJAX Hello World!
JavaScript / AJAX
This tutorial will teach you how to create a hello world web page using AJAX technologies. Odds are if you found this tutorial, then you have created a "Hello World!" program before. Hello World is the most basic program that you can write, and every language out there has one written. It basically shows you how to use the language or technology to display a result on the screen.

Site: www.dynamicajax.com Report - View Tutorial

JavaScript General Development
Writing Classes in Javascript
JavaScript / General Development
Wrtting classes in Javascript doesn't give full functionality of an object oriented language, but it atleast gives data hiding and encapsulation which are very useful specially when javascript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects , instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also gives the namespace resolution to the variables so that you can avoid using global variables and still use variables across procedures.

Site: www.microcyb.com Report - View Tutorial

 
Site Search

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