Browse a Listing
Top > JavaScript > References
Popular Tags
Free Script links
Yes every thing is on W3C specification, I know, but who wants to go through hundreds of pages to find out one single usage? I tried to make it simple on this site. For me, this made me more focused on site design and business logic for clients, rather than finding the exact attributes and CSS2 properties for HTML tags.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 33 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Welcome to the DevGuru JavaScript Quick Reference guide. This is an extensive 214 page reference source that explains and gives comprehensive, working examples of code in a definitive manner for the JavaScript language (and hence, for the ECMAScript and JScript languages). All elements of the language are covered, including the events, functions, methods, objects, operators, properties, statements, and values.
The JavaScript language was developed by the Netscape Communications Corporation and is a trademarked name. It is a cross-platform, object-based scripting language that was originally designed for use in Netscape Navigator. Indeed, versions 2.0, and later, of Navigator can interpret JavaScript statements that are embedded within HTML code. When a request is made to see a page, the HTML code that defines the requested page along with the embedded JavaScript statements, are sent by the server to the client. Navigator interprets the HTML document and executes the JavaScript code. The resultant page is displayed for the client. It is important to understand that this interpretation occurs on the client-side rather than the server-side.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 12, 2006 Hits: 28 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
In this article you will learn how to set up PHP files, to display any HTML or Javascript code, and how to call the PHP files with the PHP Include statement. If you have a multitude of HTML pages that reuse the same code or content, you can make changes to one file and all your webpages will display the code.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 4, 2007 Hits: 59 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
If you change the HTML and the CSS of a page there is a decent chance that a user will get the new HTML but not the new CSS. This is especially true for sites with high usage and users that come back to the site several times a day.
If they only get the new HTML but not the new CSS then the site will break, the user will get confused, and you will look unprofessional. On the development site of this the problem is already solved. Having a Dev server as a place to test code is standard practice but how does this translate to CSS?
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Sep 22, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR