<?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; Tutorials</title> <atom:link href="http://www.seangw.com/wordpress/category/business/tutorials/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>Google Code University: Free Courses, Tutorials and Lectures for Web Development &#8211; AJAX, HTML5, HTML, CSS, Javascript and more</title><link>http://www.seangw.com/wordpress/2010/09/google-code-university-free-courses-tutorials-and-lectures-for-web-development-ajax-html5-html-css-javascript-and-more/</link> <comments>http://www.seangw.com/wordpress/2010/09/google-code-university-free-courses-tutorials-and-lectures-for-web-development-ajax-html5-html-css-javascript-and-more/#comments</comments> <pubDate>Wed, 01 Sep 2010 12:15:51 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Free Courses]]></category> <category><![CDATA[Google Code University]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[HTML5]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Lectures]]></category> <category><![CDATA[Lessons]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=1033</guid> <description><![CDATA[I grew up with webmonkey as the single best destination for web developers and any tutorial you could want, but just saw that Google has a Google Code University featuring Tutorials, Contributed course content and Video lectures on: Web Programming HTML CSS Javascript AJAX HTML5 Web Security (yes, web developers should be well versed in [...]<p><a href="http://www.seangw.com/wordpress/2010/09/google-code-university-free-courses-tutorials-and-lectures-for-web-development-ajax-html5-html-css-javascript-and-more/">Google Code University: Free Courses, Tutorials and Lectures for Web Development &#8211; AJAX, HTML5, HTML, CSS, Javascript and more</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/09/google-code-university-free-courses-tutorials-and-lectures-for-web-development-ajax-html5-html-css-javascript-and-more/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <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 can I sell my music on iTunes or Amazon MP3?</title><link>http://www.seangw.com/wordpress/2010/03/how-can-i-sell-my-music-on-itunes-or-amazon-mp3/</link> <comments>http://www.seangw.com/wordpress/2010/03/how-can-i-sell-my-music-on-itunes-or-amazon-mp3/#comments</comments> <pubDate>Tue, 30 Mar 2010 20:04:52 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Affiliate]]></category> <category><![CDATA[Amazon MP3]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[CD Baby]]></category> <category><![CDATA[iTunes]]></category> <category><![CDATA[sell music]]></category> <category><![CDATA[tunecore]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=681</guid> <description><![CDATA[A reader just asked me: &#8230; I have a company that does films and music, I wanna know how i can use itunes to sell my products do i need to contact itunes directly or what can I do?  What are the steps? &#8230; Fortunately the answer is easy &#8212; you can use CD Baby. [...]<p><a href="http://www.seangw.com/wordpress/2010/03/how-can-i-sell-my-music-on-itunes-or-amazon-mp3/">How can I sell my music on iTunes or Amazon MP3?</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/03/how-can-i-sell-my-music-on-itunes-or-amazon-mp3/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Help: How do I announce a new website?</title><link>http://www.seangw.com/wordpress/2010/03/help-how-do-i-announce-a-new-website/</link> <comments>http://www.seangw.com/wordpress/2010/03/help-how-do-i-announce-a-new-website/#comments</comments> <pubDate>Mon, 08 Mar 2010 01:15:33 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Bing]]></category> <category><![CDATA[delicious]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Google Webmaster]]></category> <category><![CDATA[LinkedIn]]></category> <category><![CDATA[News Aggregators]]></category> <category><![CDATA[Open Directory Project]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Social Networking]]></category> <category><![CDATA[StumbleUpon]]></category> <category><![CDATA[Twitter]]></category> <category><![CDATA[Yahoo]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=647</guid> <description><![CDATA[We launch websites every month or two for clients, and make many website updates.  What are the best ways to tell the &#8220;internet&#8221; that your site is up, and ready to be checked out?  I&#8217;m going to focus on the free options, as I find anything that costs money sketchy (especially with regard to listing [...]<p><a href="http://www.seangw.com/wordpress/2010/03/help-how-do-i-announce-a-new-website/">Help: How do I announce a new website?</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/03/help-how-do-i-announce-a-new-website/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>WordPress: How to get the Slug of the page</title><link>http://www.seangw.com/wordpress/2010/02/wordpress-how-to-get-the-slug-of-the-page/</link> <comments>http://www.seangw.com/wordpress/2010/02/wordpress-how-to-get-the-slug-of-the-page/#comments</comments> <pubDate>Tue, 09 Feb 2010 16:34:39 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Slug]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=610</guid> <description><![CDATA[When working with WordPress templates, we frequently find ourselves trying to get certain information about a page.  It bothers me how &#8220;non&#8221; object orientated page information is in WordPress, but those are the hurdles you need to get over as a web developer. Today I wanted to get the &#8220;Slug&#8221; (or the last part of [...]<p><a href="http://www.seangw.com/wordpress/2010/02/wordpress-how-to-get-the-slug-of-the-page/">WordPress: How to get the Slug of the page</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/02/wordpress-how-to-get-the-slug-of-the-page/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>iTunes Link Affiliate: How to Make Money Linking to iTunes Music</title><link>http://www.seangw.com/wordpress/2010/02/itunes-link-affiliate-how-to-make-money-linking-to-itunes-music/</link> <comments>http://www.seangw.com/wordpress/2010/02/itunes-link-affiliate-how-to-make-money-linking-to-itunes-music/#comments</comments> <pubDate>Tue, 02 Feb 2010 13:47:21 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Advertise iTunes]]></category> <category><![CDATA[Affiliate Networking]]></category> <category><![CDATA[Apple iTunes Affiliate]]></category> <category><![CDATA[iTMS]]></category> <category><![CDATA[iTunes Affiliate]]></category> <category><![CDATA[iTunes Link Maker]]></category> <category><![CDATA[LinkShare]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=576</guid> <description><![CDATA[Over a year ago I published an article, How to link to iTunes: iTunes Link Maker &#8212; which described how to link to iTunes content from your blog. I have received a few comments asking about how to setup an affiliate account with iTunes to make money off of content that you link to.  I [...]<p><a href="http://www.seangw.com/wordpress/2010/02/itunes-link-affiliate-how-to-make-money-linking-to-itunes-music/">iTunes Link Affiliate: How to Make Money Linking to iTunes Music</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/02/itunes-link-affiliate-how-to-make-money-linking-to-itunes-music/feed/</wfw:commentRss> <slash:comments>5</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> </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 4/7 queries in 0.002 seconds using disk: basic
Object Caching 1281/1281 objects using disk: basic
Content Delivery Network via cdn.seangw.com

Served from: www.seangw.com @ 2012-05-21 13:25:55 -->
