<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

<channel>
	<title>Baylus.com</title>
	<atom:link href="http://www.baylus.com/feed/podcast/" rel="self" type="application/rss+xml" />
	<link>http://www.baylus.com</link>
	<description>Tutorial,tips and more from Asa Baylus.</description>
	<lastBuildDate>Thu, 29 Dec 2011 19:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<itunes:subtitle>Tutorial,tips and more from Asa Baylus.</itunes:subtitle>
	<itunes:author>Asa Baylus</itunes:author>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Education">
		<itunes:category text="Training" />
	</itunes:category>
	<itunes:keywords>jQuery, Ajax, Tutorials, Web Design, Graphic Design, Adobe</itunes:keywords>
	<itunes:explicit>no</itunes:explicit>
	<itunes:owner>
		<itunes:name>Asa Baylus</itunes:name>
		<itunes:email>asa@baylus.com</itunes:email>
	</itunes:owner>
			<item>
		<title>Selecting Checkboxes with jQuery</title>
		<link>http://www.baylus.com/selecting-checkboxes-with-jquery/</link>
		<comments>http://www.baylus.com/selecting-checkboxes-with-jquery/#comments</comments>
		<pubDate>Sun, 03 May 2009 20:37:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.baylus.com/?p=197</guid>
		<description><![CDATA[This video demonstrates using jQuery to select checkboxes and mark them checked. Also covered is selecting a group of related checkboxes using jQuery&#8217;s filter. During this presentation I referenced the excellent tutorial covering filter vs find at jQuery for Designers]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jQuery.com"><img src="http://www.baylus.com/wp-content/uploads/2009/05/jquery.jpg" alt="jQuery" title="jQuery" width="233" height="263" class="alignright size-full wp-image-235" /></a>This video demonstrates using jQuery to select checkboxes and mark them checked. Also covered is selecting a group of related checkboxes using jQuery&#8217;s <em>filter</em>.</p>
<p><span id="more-197"></span></p>
<p><script type='text/javascript' src='http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/html/flashembed.min.js'></script>
<div >
<div id='hana_flv_flow_1'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_1',
      { src:'http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 620,  height: 460 },
      { config: { videoFile: 'http://www.baylus.com/podcasts/Controlling_Checkboxes_with_jQuery.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: 'scale' ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );
</script><br />
<br/></p>
<p>
During this presentation I referenced the excellent tutorial covering filter vs find at <a href="http://jqueryfordesigners.com/api-filter-find/">jQuery for Designers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baylus.com/selecting-checkboxes-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.baylus.com/podcasts/Controlling_Checkboxes_with_jQuery.flv" length="35587632" type="flv-application/octet-stream" />
	<itunes:summary>This video demonstrates using jQuery to select checkboxes and mark them checked. Also covered is selecting a group of related checkboxes using jQuery’s filter.







    flashembed(&#039;hana_flv_flow_2&#039;,
      { src:&#039;http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf&#039;, wmode: &#039;transparent&#039;, width: 620,  height: 460 },
      { config: { videoFile: &#039;http://www.baylus.com/podcasts/Controlling_Checkboxes_with_jQuery.flv&#039;, autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: &#039;scale&#039; ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );



During this presentation I referenced the excellent tutorial covering filter vs find at jQuery for Designers
</itunes:summary>
<itunes:subtitle>This video demonstrates using jQuery to select checkboxes and mark them checked. Also covered is selecting a group of related checkboxes using jQuery’s filter. During this presentation I referenced the excellent tutorial covering filter vs find [...]</itunes:subtitle>
<itunes:author>Asa Baylus</itunes:author>
<itunes:keywords>jQuery, Tuttorial</itunes:keywords>
	</item>
		<item>
		<title>Modifying CSS with Firebug</title>
		<link>http://www.baylus.com/modifying-css-with-firebug/</link>
		<comments>http://www.baylus.com/modifying-css-with-firebug/#comments</comments>
		<pubDate>Sun, 03 May 2009 00:03:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firebug]]></category>

		<guid isPermaLink="false">http://www.baylus.com/?p=179</guid>
		<description><![CDATA[This video tutorial demonstrates how to modify CSS using Firebug for Firefox.  I will explain how to use firebugs inspect feature to review your websites CSS and then how to update the CSS and see the changes in realtime. Finally the video demonstrates getting the new CSS you develop in Firebug, back into you code [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.baylus.com/wp-content/uploads/2009/05/firebug1.jpg" alt="firebug" title="firebug" width="233" height="263" class="alignright size-full wp-image-232" /></p>
<p>This video tutorial demonstrates how to modify CSS using Firebug for Firefox.  I will explain how to use firebugs inspect feature to review your websites CSS and then how to update the CSS and see the changes in realtime. Finally the video demonstrates getting the new CSS you develop in Firebug, back into you code editor.</p>
<p>I&#8217;m a long time DW CS4 user but I&#8217;ve worked firebug into my workflow over the past year. This is a great tool, you shouldn&#8217;t miss it.</p>
<p>Be sure to download Firebug from <a href="http://www.getfirebug.com" target="_blank">http://www.getfirebug.com</a>.</p>
<p><span id="more-179"></span></p>
<p>
<div >
<div id='hana_flv_flow_3'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_3',
      { src:'http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 620,  height: 460 },
      { config: { videoFile: 'http://www.baylus.com/podcasts/Modifying_CSS_with_Firebug.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: 'scale' ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baylus.com/modifying-css-with-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.baylus.com/podcasts/Modifying_CSS_with_Firebug.flv" length="27980213" type="flv-application/octet-stream" />
	<itunes:summary>
This video tutorial demonstrates how to modify CSS using Firebug for Firefox.  I will explain how to use firebugs inspect feature to review your websites CSS and then how to update the CSS and see the changes in realtime. Finally the video demonstrates getting the new CSS you develop in Firebug, back into you code editor.
I’m a long time DW CS4 user but I’ve worked firebug into my workflow over the past year. This is a great tool, you shouldn’t miss it.
Be sure to download Firebug from http://www.getfirebug.com.







    flashembed(&#039;hana_flv_flow_4&#039;,
      { src:&#039;http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf&#039;, wmode: &#039;transparent&#039;, width: 620,  height: 460 },
      { config: { videoFile: &#039;http://www.baylus.com/podcasts/Modifying_CSS_with_Firebug.flv&#039;, autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: &#039;scale&#039; ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );

</itunes:summary>
<itunes:subtitle>This video tutorial demonstrates how to modify CSS using Firebug for Firefox.  I will explain how to use firebugs inspect feature to review your websites CSS and then how to update the CSS and see the changes in realtime. Finally the video [...]</itunes:subtitle>
<itunes:author>Asa Baylus</itunes:author>
<itunes:keywords>jQuery, Tutorial</itunes:keywords>
	</item>
		<item>
		<title>Toggling and Effects with jQuery</title>
		<link>http://www.baylus.com/toggling-and-effects-with-jquery/</link>
		<comments>http://www.baylus.com/toggling-and-effects-with-jquery/#comments</comments>
		<pubDate>Sat, 02 May 2009 18:24:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.baylus.com/?p=166</guid>
		<description><![CDATA[The following tutorial demonstrates how to use a toggle button to animate and fade some text in and out with jQuery.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jQuery.com"><img src="http://www.baylus.com/wp-content/uploads/2009/05/jquery.jpg" alt="jQuery" title="jQuery" width="233" height="263" class="alignright size-full wp-image-235" /></a>The following tutorial demonstrates how to use a toggle button to animate and fade some text in and out with jQuery.</p>
<p><span id="more-166"></span></p>
<p>
<div >
<div id='hana_flv_flow_5'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_5',
      { src:'http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 620,  height: 460 },
      { config: { videoFile: 'http://www.baylus.com/podcasts/Toggleing%20Effects%20with%20jQuery.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: 'scale' ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baylus.com/toggling-and-effects-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.baylus.com/podcasts/Toggleing%20Effects%20with%20jQuery.flv" length="30280091" type="" />
	<itunes:summary>The following tutorial demonstrates how to use a toggle button to animate and fade some text in and out with jQuery.







    flashembed(&#039;hana_flv_flow_6&#039;,
      { src:&#039;http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf&#039;, wmode: &#039;transparent&#039;, width: 620,  height: 460 },
      { config: { videoFile: &#039;http://www.baylus.com/podcasts/Toggleing%20Effects%20with%20jQuery.flv&#039;, autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: &#039;scale&#039; ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );

</itunes:summary>
<itunes:subtitle>The following tutorial demonstrates how to use a toggle button to animate and fade some text in and out with jQuery.</itunes:subtitle>
	</item>
		<item>
		<title>Getting Started with jQuery.</title>
		<link>http://www.baylus.com/getting-started-with-jquery/</link>
		<comments>http://www.baylus.com/getting-started-with-jquery/#comments</comments>
		<pubDate>Sat, 02 May 2009 18:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.baylus.com/?p=155</guid>
		<description><![CDATA[Watch a video tutorial to get started with jQuery. I will cover a few of the basics in this video. I was pretty hesitant to get started with AJAX. I uderstood that it was used to make refresh free pages and transfer data, so it seemed a bit outside my comfort zone. Even the acronymn [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jQuery.com"><img src="http://www.baylus.com/wp-content/uploads/2009/05/jquery.jpg" alt="jQuery" title="jQuery" width="233" height="263" class="alignright size-full wp-image-235" /></a><br />
Watch a video tutorial to get started with jQuery. I will cover a few of the basics in this video.</p>
<p><span id="more-155"></span><br />

<div >
<div id='hana_flv_flow_7'></div>
</div>

<script type='text/javascript'>
    flashembed('hana_flv_flow_7',
      { src:'http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf', wmode: 'transparent', width: 620,  height: 460 },
      { config: { videoFile: 'http://www.baylus.com/podcasts/Getting%20Started%20with%20jQuery.flv', autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: 'scale' ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );
</script></p>
<p><br/><br />
I was pretty hesitant to get started with AJAX. I uderstood that it was used to make refresh free pages and transfer data, so it seemed a bit outside my comfort zone. Even the acronymn is difficult for designers to grasp, Asynchronous JavaScript and XML.  Much of the code seems pretty arcane to those of us who are unfamiliar with OOP techniques.</p>
<p>Here&#8217;s the thing.  AJAX make JavaScript easier to work with and in the case of jQuery, it&#8217;s much easier. Of course AJAX is still able to transfer data XML, JSON etc, but for me it&#8217;s all about creating nifty user interfaces. Using AJAX means that I don&#8217;t have to spend an inordinate about of time worrying about browser specific JavaScript syntax, browser detection and can focus on getting UI&#8217;s to work well and look good.</p>
<p>While there are numerous libraries to pick from I use <a href="http://jQuery.com" target="_blank">jQuery</a> and highly reccomend it. I also reccomend Remmy Sharp&#8217;s blog <a href="http://www.jqueryfordesigners.com" target="_self">jQuery for Designers</a> it&#8217;s a fantastic resource for tutorials on jQuery.</p>
<p>Getting started with jQuery is pretty easy. Im going to cover the following in this tutorial.</p>
<ol>
<li>loading jQuery into your webpage using <a href="http://http://code.google.com/apis/ajaxlibs/" target="_blank">Google&#8217;s Ajax Libraries</a></li>
<li>creating a &#8220;Hello World!&#8221; sample</li>
<li>Listening for a click</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.baylus.com/getting-started-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.baylus.com/podcasts/Getting%20Started%20with%20jQuery.flv" length="30847621" type="" />
	<itunes:summary>
Watch a video tutorial to get started with jQuery. I will cover a few of the basics in this video.







    flashembed(&#039;hana_flv_flow_8&#039;,
      { src:&#039;http://www.baylus.com/wp-content/plugins/hana-flv-player/flowplayer/FlowPlayerDark.swf&#039;, wmode: &#039;transparent&#039;, width: 620,  height: 460 },
      { config: { videoFile: &#039;http://www.baylus.com/podcasts/Getting%20Started%20with%20jQuery.flv&#039;, autoPlay: false ,loop: false, autoRewind: true, autoBuffering: true,
			 initialScale: &#039;scale&#039; ,showVolumeSlider: true ,showMuteVolumeButton: false, showMenu: false, controlBarBackgroundColor: 0

	    }}
    );


I was pretty hesitant to get started with AJAX. I uderstood that it was used to make refresh free pages and transfer data, so it seemed a bit outside my comfort zone. Even the acronymn is difficult for designers to grasp, Asynchronous JavaScript and XML.  Much of the code seems pretty arcane to those of us who are unfamiliar with OOP techniques.
Here’s the thing.  AJAX make JavaScript easier to work with and in the case of jQuery, it’s much easier. Of course AJAX is still able to transfer data XML, JSON etc, but for me it’s all about creating nifty user interfaces. Using AJAX means that I don’t have to spend an inordinate about of time worrying about browser specific JavaScript syntax, browser detection and can focus on getting UI’s to work well and look good.
While there are numerous libraries to pick from I use jQuery and highly reccomend it. I also reccomend Remmy Sharp’s blog jQuery for Designers it’s a fantastic resource for tutorials on jQuery.
Getting started with jQuery is pretty easy. Im going to cover the following in this tutorial.

loading jQuery into your webpage using Google’s Ajax Libraries
creating a “Hello World!” sample
Listening for a click

</itunes:summary>
<itunes:subtitle>Watch a video tutorial to get started with jQuery. I will cover a few of the basics in this video. I was pretty hesitant to get started with AJAX. I uderstood that it was used to make refresh free pages and transfer data, so it seemed a bit outside [...]</itunes:subtitle>
	</item>
	</channel>
</rss>

