<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Webmaster Tips &gt;&gt; JavaScript</title>
<link>http://www.wmtips.com/JavaScript/</link>
<description>Webmaster tips and tools. Articles about HTML, CSS, AdSense, Javascript. Google Pagerank Checker, Whois and Alexa Rank tools.</description>
<language>en-us</language>
<item>
<title>MooWheel: a javascript connections visualization library</title>
<link>http://www.wmtips.com/JavaScript/id/698/</link>
<pubDate>Wed, 14 May 2008 10:21:54 -0500</pubDate>
<description> <![CDATA[ The purpose of this script is to provide a unique and elegant way to visualize data using Javascript and the canvas object. This type of visualization can be used to display connections between many different objects, be them people, places, things, or otherwise. ]]> </description>
</item>
<item>
<title>Easiest Tooltip and Image Preview Using jQuery</title>
<link>http://www.wmtips.com/JavaScript/id/697/</link>
<pubDate>Wed, 14 May 2008 10:18:24 -0500</pubDate>
<description> <![CDATA[ A rollover image or tooltip preview based on JQuery library - tooltip-like bubble popups that appears when you roll over link or a thumbnail. Included 3 examples of using this simple script. ]]> </description>
</item>
<item>
<title>prettyPhoto - a jQuery lightbox clone</title>
<link>http://www.wmtips.com/JavaScript/id/696/</link>
<pubDate>Wed, 14 May 2008 10:13:57 -0500</pubDate>
<description> <![CDATA[ Easy to use JQuery-based lightbox clone.
 ]]> </description>
</item>
<item>
<title>Custom JavaScript Dialog Boxes</title>
<link>http://www.wmtips.com/JavaScript/id/690/</link>
<pubDate>Tue, 29 Apr 2008 08:48:31 -0500</pubDate>
<description> <![CDATA[ A lightweight (~4.5kb) JavaScript dialog box library. The script currently offers four dialog styles: alerts, warnings, prompts and success. There is nothing to add to your page except references to the JavaScript and CSS if you choose not to incorporate them in your existing files.. ]]> </description>
</item>
<item>
<title>Partial Page Rendering Using Hidden IFrame</title>
<link>http://www.wmtips.com/JavaScript/partial-page-rendering-using-hidden-iframe-586.htm</link>
<pubDate>Thu, 24 May 2007 08:32:28 -0500</pubDate>
<description> <![CDATA[ 
Partial-page rendering removes the need for the whole web page to be refreshed as the result of a postback. Instead, only individual regions of the page that have changed are updated. As a result, users do not see the whole page reload with every postback, which makes user interaction with the Web page more seamless.
Developers that want to add such behaviors to their web pages are often faced with a difficult decision. All of these actions can be implemented using a very simple solution: by refreshing the entire page in response to the user interaction. However this solution is easy but not always desirable. The full page refresh can be slow, giving the user the impression that the application is unresponsive. Another option is to implement such actions using JavaScript (or other client-side scripting technologies). This results in faster response times, at the expense of more complex, less portable code. JavaScript may be a good choice for simple actions, such as updating an image. However, for more complicated actions, such as scrolling through data in a table, writing custom JavaScript code can be a very challenging undertaking..
 ]]> </description>
</item>
<item>
<title>What is the AJAX enabled Google tool-kit?</title>
<link>http://www.wmtips.com/JavaScript/what-ajax-enabled-google-tool-kit-550.htm</link>
<pubDate>Sat, 03 Mar 2007 18:13:18 -0600</pubDate>
<description> <![CDATA[ First things first, Asynchronous JavaScript and XML (AJAX) is not a technology. AJAX is a technique that has brought about a great change in the world of web development. The AJAX technique comes in response to the increasing demand of interactive web applications. With AJAX, web page exchange small amount of data with the server behind the scene. This means that every time a new piece of data is entered by the user, or there is a request for a change, the entire page does not have to be reloaded. Usability is also greatly affected thanks to AJAX.. ]]> </description>
</item>
<item>
<title>15 Things you can do with Yahoo! UI</title>
<link>http://www.wmtips.com/JavaScript/id/460/</link>
<pubDate>Thu, 06 Jul 2006 16:00:01 -0500</pubDate>
<description> <![CDATA[ Good article about practical using of Yahoo! UI javascript library. 15 code examples with demos are included. ]]> </description>
</item>
<item>
<title>Interactive Forms with HTML and Javascript</title>
<link>http://www.wmtips.com/HTML/interactive-forms-with-html-javascript-458.htm</link>
<pubDate>Sun, 02 Jul 2006 08:16:10 -0500</pubDate>
<description> <![CDATA[ Forms are easy enough to create when they are simple, like search boxes. But 
  what if you need them to be complex? How about changing the forms based on input 
  by the viewer? This is where interactive forms using Javascript and HTML can 
  help. I'll use a simple example on how interactive forms can be useful. ]]> </description>
</item>
<item>
<title>Serving JavaScript Fast</title>
<link>http://www.wmtips.com/JavaScript/id/453/</link>
<pubDate>Sat, 01 Jul 2006 03:37:50 -0500</pubDate>
<description> <![CDATA[ The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you how to make those apps responsive and quick.
With our so-called &quot;Web 2.0&quot; applications and their rich content and interaction, we expect our applications to increasingly make use of CSS and JavaScript. To make sure these applications are nice and snappy to use, we need to optimize the size and nature of content required to render the page, making sure we’re delivering the optimum experience. In practice, this means a combination of making our content as small and fast to download as possible, while avoiding unnecessarily refetching unmodified resources.. ]]> </description>
</item>
<item>
<title>Building an 'AJAX' ProgressBar in Atlas</title>
<link>http://www.wmtips.com/JavaScript/id/1/</link>
<pubDate>Thu, 02 Feb 2006 09:45:00 -0600</pubDate>
<description> <![CDATA[ Learn how to write a basic, client-side Atlas progress bar, and download the source code. ]]> </description>
</item>
</channel>
</rss> 