Ever wander why so many webmasters refuse to insert their email address into the body of their webpages?
Quickie Popup Windows with JavaScript
Popup windows were the rage for years but are fast becoming extinct as popup blocker software franticly tries to eliminate this overly abused feature. It’s sad to think that a useful web feature that was utilized by millions of websites over the years for all the right reasons will someday be history. But that’s the web!
Using Dynamic JavaScript Source Reference for Embedded Content and Syndication
As blogs and RSS feeds gain more popularity amongst the mainstream, content aggregation and integration seems to be the next logical step in the right direction. Most of the content integrating technology till date has been focused on the “Back-End” – XML-RPC, SOAP, RSS feeds etc. We’ll show a very easy, yet very effective, way of enabling content integration using dynamic JavaScript.
XML and JavaScript Tutorial
XML is a very important base on which Web Services work. XML can be used in conjunction with a lot of client side and server side languages to put it to good use.
Let us see how we can get XML and client side JavaScript to work together. We will see how we can display the contents of an XML file using JavaScript, accessing child elements, manipulating elements etc.
Spice Up Your Web Site with JavaScript
JavaScript is a scripting language designed for use within a web page and/or on a web server. It is used to create special effects within a web page. Elements such as links, images and forms can be manipulated using this powerful technology.
Two Easy Ways To Optimize Your JavaScript
Many web sites, even those owned by people we all think of as gurus in the Internet marketing business, have large blocks of JavaScript code at the top of their web pages, sometimes running to dozens of lines of code.
SEO Corner – JavaScript and Search Engine Visibility
Question: I am using JavaScript on my site, and I am concerned that my site may not being fully seen/indexed by the search engines and the spiders. How can I find out?
Use JavaScript to Dynamically Update Your Website
If you’ve been on the Internet for a while, you’ve probably seen numerous examples of JavaScript use. JavaScript is a powerful scripting language used to create special effects on your website, but did you know it can also be used as a very powerful web design tool?
SEO Corner – Frames, JavaScript and Search Engines
Question: My site has frames and JavaScript. How can I tell if it is being fully seen/indexed by the search engines?
Optimizing JavaScript for Execution Speed
JavaScript can benefit from many of the same speed-optimization techniques that are used in other languages, like C1,2 and Java. Algorithms and data structures, caching frequently used values, loop unrolling and hoisting, removing tail recursion, and strength-reduction techniques all have a place in your JavaScript optimization toolbox. However, how you interact with the Document Object Model (DOM) in large part determines how efficiently your code executes.