<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: Latest JavaScript Tutorials</title>
    <link>http://www.good-tutorials.com</link>
    <description>This is the newest 25 tutorials added to Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>A Very Simple Way to Add Google Maps to Your Website</title>
      <description>This is an incredibly easy way to add a Google Map to your website.

    * It&#8217;s free
    * It keeps the look of your site
    * Easy to set up


This includes a Video Tutorial and the files to get you set up in minutes </description>
      <author>easykiss123</author>
      <pubDate>Thu, 15 May 2008 21:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/28034/a-very-simple-way-to-add-google-maps-to-your-website</link>
      <guid>http://www.good-tutorials.com/tutorial/28034/a-very-simple-way-to-add-google-maps-to-your-website</guid>
    </item>
    <item>
      <title>Drag and Drop Made Easy: Video Tutorial - Using Ajax and PHP </title>
      <description>This tutorial will walk you through setting up a drag and drop script using Ajax and PHP


We&#8217;ll be doing two things.

    * PART ONE: We&#8217;ll setup a sortable drag and drop task list that is integrated with your mysql database
    * PART TWO: We&#8217;ll modify our code to make this a mini CMS that allows us to drag and drop to sort things and have those changes reflected on other pages.
</description>
      <author>easykiss123</author>
      <pubDate>Thu, 15 May 2008 21:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/28032/drag-and-drop-made-easy-video-tutorial-using-ajax-and-php-</link>
      <guid>http://www.good-tutorials.com/tutorial/28032/drag-and-drop-made-easy-video-tutorial-using-ajax-and-php-</guid>
    </item>
    <item>
      <title>Javascript Image Library Using Mootools (Part 2)</title>
      <description>Last time, I provided a reasonably decent solution for creating a HTML friendly Javascript image gallery using mootools. After taking in some of its faults, and learning more about javascript, I&#8217;ve rewritten the whole code, and have came up with a new version.</description>
      <author>tutorialdog</author>
      <pubDate>Thu, 15 May 2008 00:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27984/javascript-image-library-using-mootools-part-2-</link>
      <guid>http://www.good-tutorials.com/tutorial/27984/javascript-image-library-using-mootools-part-2-</guid>
    </item>
    <item>
      <title>How To Create A &#8216;Mootools Homepage&#8217; Inspired Navigation Effect Using jQuery</title>
      <description>As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I've always liked the way the menu on MooTools worked. So in this tutorial we'll recreate that same effect ... but we'll do it in jQuery! </description>
      <author>psdtuts</author>
      <pubDate>Mon, 12 May 2008 05:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27943/how-to-create-a-mootools-homepage-inspired-navigation-effect-using-jquery</link>
      <guid>http://www.good-tutorials.com/tutorial/27943/how-to-create-a-mootools-homepage-inspired-navigation-effect-using-jquery</guid>
    </item>
    <item>
      <title>Use the Request Object to POST Data to the Server</title>
      <description>This hack uses the POST HTTP request method to send data, communicating with the server without disrupting the user's interaction with the application. It then displays the server's response to the user.</description>
      <author>steelsabre</author>
      <pubDate>Fri, 09 May 2008 08:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27875/use-the-request-object-to-post-data-to-the-server</link>
      <guid>http://www.good-tutorials.com/tutorial/27875/use-the-request-object-to-post-data-to-the-server</guid>
    </item>
    <item>
      <title>Collapsible page objects</title>
      <description>Create collapsible objects which on the click of a link or button will hide/show its contents. Perfect to keep some elements hidden unless the user specifically clicks to show them.</description>
      <author>Python</author>
      <pubDate>Tue, 06 May 2008 23:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27832/collapsible-page-objects</link>
      <guid>http://www.good-tutorials.com/tutorial/27832/collapsible-page-objects</guid>
    </item>
    <item>
      <title>Custom Twitter Feeds</title>
      <description>The Twitter feed options provided by Twitter are severely lacking, either an ugly flash feed, or an ugly xhtml feed. So I&#8217;m going to show you how to create your own custom twitter feed. </description>
      <author>clickpopmedia</author>
      <pubDate>Tue, 06 May 2008 13:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27821/custom-twitter-feeds</link>
      <guid>http://www.good-tutorials.com/tutorial/27821/custom-twitter-feeds</guid>
    </item>
    <item>
      <title>Creating, controlling and manipulating an Iframe through JavaScript </title>
      <description>Iframe can be very well called the most interesting new concept that has emerged in HTML in recent year. With the advent of Iframe and now that most browsers are supporting it many and much more interesting and complex functionality and user experience can be implemented, taking websites within touch of a complete computer application. </description>
      <author>girish13</author>
      <pubDate>Tue, 06 May 2008 05:00:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27758/creating-controlling-and-manipulating-an-iframe-through-javascript-</link>
      <guid>http://www.good-tutorials.com/tutorial/27758/creating-controlling-and-manipulating-an-iframe-through-javascript-</guid>
    </item>
    <item>
      <title>Accessing GET parameters with Javascript </title>
      <description>Since the URL of any webpage is fully accessible to a JavaScript, it is possible to extract get parameters with the help string manipulation function. This article explains how to access GET parameters with JavaScript and how to use them in your website. </description>
      <author>girish13</author>
      <pubDate>Sun, 04 May 2008 08:00:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27755/accessing-get-parameters-with-javascript-</link>
      <guid>http://www.good-tutorials.com/tutorial/27755/accessing-get-parameters-with-javascript-</guid>
    </item>
    <item>
      <title>Cross Domain Message Passing using Iframe </title>
      <description>Due to security restrictions of a web browser, passing messages in a cross domain environment is not that straightforward as it is in a uni-domain environment. A browser will not let any AJAX requests to pass through between two different domains, similarly two frames, open on two different domains cannot communicate with each other, and cannot access the DOM, or the JavaScript or the Cookies. How then can you pass information between two different domains ? </description>
      <author>girish13</author>
      <pubDate>Sat, 03 May 2008 13:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27754/cross-domain-message-passing-using-iframe-</link>
      <guid>http://www.good-tutorials.com/tutorial/27754/cross-domain-message-passing-using-iframe-</guid>
    </item>
    <item>
      <title>Creating the Coda-Slider with jQuery</title>
      <description>Using jQuery, I will show how to create a widget that works like the infamous 'Coda-Slider'. It can also be used as an effective archive navigator for your WordPress blog.</description>
      <author>senmu</author>
      <pubDate>Sat, 12 Apr 2008 21:00:03 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27246/creating-the-coda-slider-with-jquery</link>
      <guid>http://www.good-tutorials.com/tutorial/27246/creating-the-coda-slider-with-jquery</guid>
    </item>
    <item>
      <title> Getting Browser details and Version Detection using JavaScript</title>
      <description>In this article we will go to get browser details of the web browser using JavaScript. We are going see how to get it. We can used that data to store in database and used for analyze it, we can modify our site structure to make it more compatible with different version of web browser. Here we are not going to store it in database, we just going to display it in web browser itself. Here navigator object will play an important role. The navigator Object describes more modern ways to accomplish it.</description>
      <author>chetan.akarte</author>
      <pubDate>Fri, 11 Apr 2008 18:00:16 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27233/-getting-browser-details-and-version-detection-using-javascript</link>
      <guid>http://www.good-tutorials.com/tutorial/27233/-getting-browser-details-and-version-detection-using-javascript</guid>
    </item>
    <item>
      <title>JS Animation - Pulsate DIV Elements Tutorial [Pt. 2]</title>
      <description>Part 2 of a series of tutorials, that'll teach different animation effects in JS. This one contains Pulsate DIV, that is used to get attention to a particular DIV element.</description>
      <author>PrateekSaxena</author>
      <pubDate>Thu, 03 Apr 2008 19:00:03 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27051/js-animation-pulsate-div-elements-tutorial-pt-2-</link>
      <guid>http://www.good-tutorials.com/tutorial/27051/js-animation-pulsate-div-elements-tutorial-pt-2-</guid>
    </item>
    <item>
      <title>Sorting a HTML table with jQuery</title>
      <description>A simple example on how to sort a HTML table with the jQuery table sorter plugin. Also describes how to automatically scroll the browser with the jQuery scroll to plugin.</description>
      <author>prodevtips</author>
      <pubDate>Thu, 03 Apr 2008 19:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27043/sorting-a-html-table-with-jquery</link>
      <guid>http://www.good-tutorials.com/tutorial/27043/sorting-a-html-table-with-jquery</guid>
    </item>
    <item>
      <title>JS Animation - Fade/Appear DIV Elements Tutorial [Pt. 1]</title>
      <description>Part 1 of a series of tutorials, that'll teach different animation effects in JS. This one contains Fade and Appear which are the basic animation effects, and the starting point of some other effects too.</description>
      <author>PrateekSaxena</author>
      <pubDate>Wed, 02 Apr 2008 15:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27031/js-animation-fade-appear-div-elements-tutorial-pt-1-</link>
      <guid>http://www.good-tutorials.com/tutorial/27031/js-animation-fade-appear-div-elements-tutorial-pt-1-</guid>
    </item>
    <item>
      <title>Sorting a MySQL table with jQuery sortable</title>
      <description>This tutorial describes how to use the jQuery sortable UI to create an interface that, when saved, will control the sorting of the items in a MySQL table. The sorting is saved with Ajax.</description>
      <author>prodevtips</author>
      <pubDate>Wed, 02 Apr 2008 05:00:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27017/sorting-a-mysql-table-with-jquery-sortable</link>
      <guid>http://www.good-tutorials.com/tutorial/27017/sorting-a-mysql-table-with-jquery-sortable</guid>
    </item>
    <item>
      <title>Excel style interface with jQuery and Ajax</title>
      <description>A general description of how jQuery can be used to create an Excel-like interface that communicates with the database through Ajax. It only covers the markup and Javascript, not the back end, which makes it more geared towards intermediate to experienced developers.</description>
      <author>prodevtips</author>
      <pubDate>Wed, 02 Apr 2008 01:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27015/excel-style-interface-with-jquery-and-ajax</link>
      <guid>http://www.good-tutorials.com/tutorial/27015/excel-style-interface-with-jquery-and-ajax</guid>
    </item>
    <item>
      <title>JS Object - Pixel Pie Chart</title>
      <description>A step-by-step instructional tutorial explaining how to make an object, that will make Pixel Pie Graphs/Charts on your webpage in seconds, using JSON.</description>
      <author>PrateekSaxena</author>
      <pubDate>Tue, 01 Apr 2008 08:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27002/js-object-pixel-pie-chart</link>
      <guid>http://www.good-tutorials.com/tutorial/27002/js-object-pixel-pie-chart</guid>
    </item>
    <item>
      <title>Simple AJAX with JQuery</title>
      <description>By the end of this article, you will hopefully understand how to add data, submitted via a form, into a MySQL database without reloading the entire page (the asynchronous part) and show a message saying so.</description>
      <author>Wildhoney</author>
      <pubDate>Sun, 30 Mar 2008 19:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26961/simple-ajax-with-jquery</link>
      <guid>http://www.good-tutorials.com/tutorial/26961/simple-ajax-with-jquery</guid>
    </item>
    <item>
      <title>Flex and Javascript - Simple Interaction</title>
      <description>This tutorial will show you how to call Javascript functions from Flex and Flex functions from Javascript.</description>
      <author>danielneri</author>
      <pubDate>Sun, 30 Mar 2008 10:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26967/flex-and-javascript-simple-interaction</link>
      <guid>http://www.good-tutorials.com/tutorial/26967/flex-and-javascript-simple-interaction</guid>
    </item>
    <item>
      <title> JavaScript Status clock - Advance</title>
      <description>We are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs. First of all we define variable var currentDate=new Date() and create a date object. An advantage of using objects is that objects can hold multiple values, where variables can only keep one value at a time. And then using above method get the required parameter stored in variable.
</description>
      <author>chetan.akarte</author>
      <pubDate>Tue, 18 Mar 2008 13:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26729/-javascript-status-clock-advance</link>
      <guid>http://www.good-tutorials.com/tutorial/26729/-javascript-status-clock-advance</guid>
    </item>
    <item>
      <title> JavaScript Status Bar Left to right Text scroll</title>
      <description>In this article we are going to design a JavaScript Left to right text scroll at windows Status Bar. Now we define a function MsgFLY() and going to call it through Window object supports methods setTimeout() to call same function after every 1000 milliseconds. The Window object supports methods for setting timers that we might use to perform a variety of functions.</description>
      <author>chetan.akarte</author>
      <pubDate>Tue, 18 Mar 2008 09:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26725/-javascript-status-bar-left-to-right-text-scroll</link>
      <guid>http://www.good-tutorials.com/tutorial/26725/-javascript-status-bar-left-to-right-text-scroll</guid>
    </item>
    <item>
      <title>How to code beautiful PHP &amp;amp; AJAX applications</title>
      <description>This is a demonstration of the way I code my PHP and AJAX applications. It's good practise and may come in handy for you to learn too! The example in this article also demonstrates how to validate an email address using PHP and AJAX.</description>
      <author>a1phanumeric</author>
      <pubDate>Wed, 12 Mar 2008 19:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26596/how-to-code-beautiful-php-ajax-applications</link>
      <guid>http://www.good-tutorials.com/tutorial/26596/how-to-code-beautiful-php-ajax-applications</guid>
    </item>
    <item>
      <title>GWT Basics: AJAX Programming with JavaScript</title>
      <description>Prior to JavaScript and other client-side languages, Web browsers operated as if they were HTML dumb terminals, merely presenting Web pages generated on a server. For such pages, every user action requires a full page refresh, with a round-trip over the Internet, which degrades performance and thus user satisfaction. It may be fine for a great many Web sites, but it is completely inadequate for high-performance dynamic Web applications.</description>
      <author>ducani</author>
      <pubDate>Wed, 12 Mar 2008 09:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26579/gwt-basics-ajax-programming-with-javascript</link>
      <guid>http://www.good-tutorials.com/tutorial/26579/gwt-basics-ajax-programming-with-javascript</guid>
    </item>
    <item>
      <title>How to Randomly Rotate AdSense Ads with Javascript</title>
      <description>Want to randomize and rotate your AdSense ads?  Maybe you want to test a new ad format against an old one?

You can do that with this simple bit of Javascript.  It's easier than you think.</description>
      <author>walkere</author>
      <pubDate>Sun, 02 Mar 2008 10:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26378/how-to-randomly-rotate-adsense-ads-with-javascript</link>
      <guid>http://www.good-tutorials.com/tutorial/26378/how-to-randomly-rotate-adsense-ads-with-javascript</guid>
    </item>
  </channel>
</rss>
