<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Sean Walther's Blog&#187; Tutorial</title> <atom:link href="http://www.seangw.com/wordpress/tag/tutorial/feed/" rel="self" type="application/rss+xml" /><link>http://www.seangw.com/wordpress</link> <description>Flash, HTML, Actionscript, XML, Javascript, AJAX, CSS, iPhone and other geeky topics</description> <lastBuildDate>Fri, 18 May 2012 12:15:02 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel='hub' href='http://www.seangw.com/wordpress/?pushpress=hub'/> <item><title>Basic jQuery Tutorial: Modify CSS classes and attributes, Hover and Toggle example</title><link>http://www.seangw.com/wordpress/2010/06/basic-jquery-tutorial-modify-css-classes-and-attributes/</link> <comments>http://www.seangw.com/wordpress/2010/06/basic-jquery-tutorial-modify-css-classes-and-attributes/#comments</comments> <pubDate>Wed, 16 Jun 2010 22:34:45 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[anchor link]]></category> <category><![CDATA[attribute]]></category> <category><![CDATA[basic]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[css attributes]]></category> <category><![CDATA[div id]]></category> <category><![CDATA[exercise]]></category> <category><![CDATA[hover]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[page element]]></category> <category><![CDATA[toggle]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=892</guid> <description><![CDATA[This tutorial will cover: Modifying CSS attributes with jQuery Setting a class for a page element Removing a class from a page element Testing if a class exists A quick toggle click behavior example The final example will use all of the other elements in a single exercise. There are many more things you can [...]<p><a href="http://www.seangw.com/wordpress/2010/06/basic-jquery-tutorial-modify-css-classes-and-attributes/">Basic jQuery Tutorial: Modify CSS classes and attributes, Hover and Toggle example</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2010/06/basic-jquery-tutorial-modify-css-classes-and-attributes/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>HTML Fadein Fadeout: Basic Javascript/AJAX Tutorial using jQuery&#8217;s fadeTo</title><link>http://www.seangw.com/wordpress/2010/04/html-fadein-fadeout-basic-javascriptajax-tutorial-using-jquerys-fadeto/</link> <comments>http://www.seangw.com/wordpress/2010/04/html-fadein-fadeout-basic-javascriptajax-tutorial-using-jquerys-fadeto/#comments</comments> <pubDate>Tue, 13 Apr 2010 16:24:19 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[ajax tutorial]]></category> <category><![CDATA[fadein]]></category> <category><![CDATA[fadeout]]></category> <category><![CDATA[fadeTo]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[tutorial jquery]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=740</guid> <description><![CDATA[In this tutorial we will review: Basic document jQuery preparation Binding  jQuery actions to an anchor (A) tag Fading In and Fading Out html elements with Javascript/AJAX If you want some more basic information you can check out some of my other jQuery basic tutorials: Basic AJAX Tutorial: jQuery toggle and slide &#8211; Includes AJAX [...]<p><a href="http://www.seangw.com/wordpress/2010/04/html-fadein-fadeout-basic-javascriptajax-tutorial-using-jquerys-fadeto/">HTML Fadein Fadeout: Basic Javascript/AJAX Tutorial using jQuery&#8217;s fadeTo</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2010/04/html-fadein-fadeout-basic-javascriptajax-tutorial-using-jquerys-fadeto/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How To: Track File Downloads with Google Analytics</title><link>http://www.seangw.com/wordpress/2009/03/how-to-track-file-downloads-with-google-analytics/</link> <comments>http://www.seangw.com/wordpress/2009/03/how-to-track-file-downloads-with-google-analytics/#comments</comments> <pubDate>Wed, 25 Mar 2009 19:19:22 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Analytics]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[track]]></category> <category><![CDATA[tracking]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[web traffic]]></category> <category><![CDATA[web traffic report]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=450</guid> <description><![CDATA[Google Analytics is what most people use nowadays for web traffic reports.  It is flexible, powerful and simple. The problem with Google Analytics is that it doesn&#8217;t analyze web traffic reports, but generates data in real time.  In most cases, this isn&#8217;t a problem.  In fact, it is big feature.  The problem is what about [...]<p><a href="http://www.seangw.com/wordpress/2009/03/how-to-track-file-downloads-with-google-analytics/">How To: Track File Downloads with Google Analytics</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/03/how-to-track-file-downloads-with-google-analytics/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>How To: Throw an iTunes DJ Party</title><link>http://www.seangw.com/wordpress/2009/03/how-to-throw-an-itunes-dj-party/</link> <comments>http://www.seangw.com/wordpress/2009/03/how-to-throw-an-itunes-dj-party/#comments</comments> <pubDate>Thu, 12 Mar 2009 15:31:45 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[8.1]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[DJ]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[iTunes]]></category> <category><![CDATA[itunes 8.1]]></category> <category><![CDATA[iTunes DJ]]></category> <category><![CDATA[Party Shuffle]]></category> <category><![CDATA[Playlist]]></category> <category><![CDATA[Remote]]></category> <category><![CDATA[Request a song]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=421</guid> <description><![CDATA[With Apple&#8217;s iTunes 8.1 release, we now have iTunes DJ.  It used to be Party Shuffle (for the past few years) but now we have a few new toys. The biggest of which is the ability to allow guests to your party to vote for songs.  Guests can see the song details, upcoming songs, request [...]<p><a href="http://www.seangw.com/wordpress/2009/03/how-to-throw-an-itunes-dj-party/">How To: Throw an iTunes DJ Party</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/03/how-to-throw-an-itunes-dj-party/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>How do I use transparent PNGs in IE6: Using AlphaImageLoader</title><link>http://www.seangw.com/wordpress/2009/03/how-do-i-use-transparent-pngs-in-ie6-using-alphaimageloader/</link> <comments>http://www.seangw.com/wordpress/2009/03/how-do-i-use-transparent-pngs-in-ie6-using-alphaimageloader/#comments</comments> <pubDate>Tue, 10 Mar 2009 18:12:53 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[AlphaImageLoader]]></category> <category><![CDATA[background]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[DXImageTransform]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[ie6]]></category> <category><![CDATA[internet explorer 6]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[png]]></category> <category><![CDATA[transparent]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=418</guid> <description><![CDATA[Internet Explorer is a tough beast.  It was very popular years ago.  Unfortunately, it&#8217;s still in use in out there. This site, www.seangw.com, has a fairly technical crowd.  We still see approximately 3% of our visits from IE6 (Firefox is the most popular at 64%, then IE7 at 14%, Safari at 10%, then Chrome at [...]<p><a href="http://www.seangw.com/wordpress/2009/03/how-do-i-use-transparent-pngs-in-ie6-using-alphaimageloader/">How do I use transparent PNGs in IE6: Using AlphaImageLoader</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/03/how-do-i-use-transparent-pngs-in-ie6-using-alphaimageloader/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Illustrator Tutorial: Create a vector RSS Icon (a la web 2.0)</title><link>http://www.seangw.com/wordpress/2009/02/illustrator-tutorial-create-a-vector-rss-icon-a-la-web-20/</link> <comments>http://www.seangw.com/wordpress/2009/02/illustrator-tutorial-create-a-vector-rss-icon-a-la-web-20/#comments</comments> <pubDate>Fri, 20 Feb 2009 02:31:56 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Adobe]]></category> <category><![CDATA[Adobe Illustrator]]></category> <category><![CDATA[Adobe Photoshop]]></category> <category><![CDATA[Illustrator]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Vector]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=382</guid> <description><![CDATA[Not being an artist or designer by default (I do some design by usually by applying formulas &#8212; I find a completely deterministic experince, a happier experience), I attempted to learn more about all those pretty graphics we see out there these days.   I grew up in Photoshop, and have recently been &#8220;seeing the [...]<p><a href="http://www.seangw.com/wordpress/2009/02/illustrator-tutorial-create-a-vector-rss-icon-a-la-web-20/">Illustrator Tutorial: Create a vector RSS Icon (a la web 2.0)</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/02/illustrator-tutorial-create-a-vector-rss-icon-a-la-web-20/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to link to iTunes: iTunes Link Maker</title><link>http://www.seangw.com/wordpress/2009/01/how-to-link-to-itunes-itunes-link-maker/</link> <comments>http://www.seangw.com/wordpress/2009/01/how-to-link-to-itunes-itunes-link-maker/#comments</comments> <pubDate>Fri, 23 Jan 2009 17:16:02 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Affiliate]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[commission]]></category> <category><![CDATA[iTunes]]></category> <category><![CDATA[Link Maker]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=297</guid> <description><![CDATA[I was just about to write a post about an album I&#8217;ve been listening to, and an audiobook I just finished &#8220;reading&#8221;. I wanted to know how I could link directly to those items in iTunes.  Here&#8217;s how.. iTunes Link Maker An official tool by Apple, it lets you find items in iTunes and link [...]<p><a href="http://www.seangw.com/wordpress/2009/01/how-to-link-to-itunes-itunes-link-maker/">How to link to iTunes: iTunes Link Maker</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/01/how-to-link-to-itunes-itunes-link-maker/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Basic AJAX Tutorial: jQuery toggle and slide</title><link>http://www.seangw.com/wordpress/2009/01/basic-ajax-tutorial-jquery-toggle-and-slide/</link> <comments>http://www.seangw.com/wordpress/2009/01/basic-ajax-tutorial-jquery-toggle-and-slide/#comments</comments> <pubDate>Wed, 21 Jan 2009 17:54:52 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[A]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[Animations]]></category> <category><![CDATA[asynchronous javascript and xml]]></category> <category><![CDATA[div]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[javascript library]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[ready]]></category> <category><![CDATA[slideDown]]></category> <category><![CDATA[slideUp]]></category> <category><![CDATA[toggle]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[visibility]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=287</guid> <description><![CDATA[In this tutorial we will review: Definition of AJAX Introduction to jQuery Basic document jQuery preparation Binding jQuery actions to an anchor (A) tag Toggling visibility of a div Sliding in and out of that div It sounds like a lot, but it&#8217;s all very easy. Definition of AJAX The term AJAX means Asynchronous JavaScript [...]<p><a href="http://www.seangw.com/wordpress/2009/01/basic-ajax-tutorial-jquery-toggle-and-slide/">Basic AJAX Tutorial: jQuery toggle and slide</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/01/basic-ajax-tutorial-jquery-toggle-and-slide/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>jQuery 1.3 Released &#8211; How to use jQuery</title><link>http://www.seangw.com/wordpress/2009/01/jquery-13-released-how-to-use-jquery/</link> <comments>http://www.seangw.com/wordpress/2009/01/jquery-13-released-how-to-use-jquery/#comments</comments> <pubDate>Thu, 15 Jan 2009 13:51:46 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[Animation]]></category> <category><![CDATA[Animations]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[download]]></category> <category><![CDATA[Drew Douglass]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[Live Events]]></category> <category><![CDATA[Mark Grabanski]]></category> <category><![CDATA[Nathan Smith]]></category> <category><![CDATA[Queuing]]></category> <category><![CDATA[Sizzle]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Zaefferer]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=270</guid> <description><![CDATA[jQuery is a &#8220;fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.  jQuery is designed to change the way that you write JavaScript.&#8221; jQuery version 1.3 was released yesterday. Some new features in 1.3 are: Sizzle &#8211; a brand new CSS selector engine Live [...]<p><a href="http://www.seangw.com/wordpress/2009/01/jquery-13-released-how-to-use-jquery/">jQuery 1.3 Released &#8211; How to use jQuery</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/01/jquery-13-released-how-to-use-jquery/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>35 Tutorials to get started with Photoshop</title><link>http://www.seangw.com/wordpress/2009/01/35-tutorials-to-get-started-with-photoshop/</link> <comments>http://www.seangw.com/wordpress/2009/01/35-tutorials-to-get-started-with-photoshop/#comments</comments> <pubDate>Tue, 06 Jan 2009 16:47:38 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Personal]]></category> <category><![CDATA[Adobe]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Lightroom]]></category> <category><![CDATA[Massapequa]]></category> <category><![CDATA[Massapequa High School]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[Picasa]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=208</guid> <description><![CDATA[Adobe Photoshop is an amazing tool for web development, and image processing in general.  I remember my first experience with Photoshop when I was back in Massapequa High School.  There was an after school program that brought a local web designer in to help the kids work with websites and such. My first creation was [...]<p><a href="http://www.seangw.com/wordpress/2009/01/35-tutorials-to-get-started-with-photoshop/">35 Tutorials to get started with Photoshop</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/01/35-tutorials-to-get-started-with-photoshop/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/21 queries in 0.010 seconds using disk: basic
Object Caching 1313/1365 objects using disk: basic
Content Delivery Network via cdn.seangw.com

Served from: www.seangw.com @ 2012-05-23 15:38:58 -->
