<?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>alex barberis</title>
	<atom:link href="http://alexbarberis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexbarberis.com</link>
	<description>my personal "blog"</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:16:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET 1.1 Web Services and jQuery</title>
		<link>http://alexbarberis.com/2010/03/05/asp-net-1-1-web-services-and-jquery/</link>
		<comments>http://alexbarberis.com/2010/03/05/asp-net-1-1-web-services-and-jquery/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 15:06:15 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=493</guid>
		<description><![CDATA[While working on a project today I figured out how to use jQuery&#8217;s $.ajax functionality to consume an ASP.NET 1.1 web service. I was always under the impression that this wasn&#8217;t possible. However, this is quite easy. By default an ASP.NET 1.1 web service will accept an HTTP GET, HTTP POST, or HTTP SOAP. Calling [...]]]></description>
			<content:encoded><![CDATA[<p>While working on a project today I figured out how to use jQuery&#8217;s $.ajax functionality to consume an ASP.NET 1.1 web service. I was always under the impression that this wasn&#8217;t possible. However, this is quite easy. By default an ASP.NET 1.1 web service will accept an HTTP GET, HTTP POST, or HTTP SOAP. Calling a 1.1 web service is as easy as:<br />
[javascript]<br />
$.ajax({<br />
	type: &#8220;POST&#8221;,<br />
	url: &#8216;PathToYourService.asmx/FunctionName&#8217;,<br />
	data: &#8216;foo1=value1&amp;foo2=value&amp;foo3=value&#8217;,<br />
	dataType: &#8220;xml&#8221;,<br />
	success: function(xml) {<br />
		//do something with your data<br />
	}<br />
});<br />
[/javascript]</p>
<p>Replace the data variables with your service parameters and you should be all set. jQuery makes parsing all that XML really easy as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2010/03/05/asp-net-1-1-web-services-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I did it!</title>
		<link>http://alexbarberis.com/2010/01/31/i-did-it/</link>
		<comments>http://alexbarberis.com/2010/01/31/i-did-it/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 23:49:30 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=403</guid>
		<description><![CDATA[I ran my first half marathon this weekend. It was the Miami ING marathon. The humidity was awful but at least we didn&#8217;t get the rain that was supposed to hit us. It was tough but I got through it and I&#8217;m still standing (sort of). This was a major accomplishment for me. I didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I ran my first half marathon this weekend. It was the Miami ING marathon. The humidity was awful but at least we didn&#8217;t get the rain that was supposed to hit us. It was tough but I got through it and I&#8217;m still standing (sort of). This was a major accomplishment for me. I didn&#8217;t think I&#8217;d ever be able to do this. I&#8217;m doing another one in 5 weeks!</p>
<p style="text-align: center;"><a href="http://alexbarberis.com/wp-content/uploads/2010/01/f23TiLZToM1Og4Qk.jpg"><img class="aligncenter" title="My ING Half Marathon Medal" src="http://alexbarberis.com/wp-content/uploads/2010/01/f23TiLZToM1Og4Qk-225x300.jpg" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2010/01/31/i-did-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camping Time Lapse</title>
		<link>http://alexbarberis.com/2010/01/03/camping-time-lapse/</link>
		<comments>http://alexbarberis.com/2010/01/03/camping-time-lapse/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 00:33:22 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=376</guid>
		<description><![CDATA[I made this video on our camping trip this weekend. It&#8217;s about a 2 hour span crammed into 24 seconds. Pretty cool&#8230; This app on my phone is the coolest thing ever.

]]></description>
			<content:encoded><![CDATA[<p>I made this video on our camping trip this weekend. It&#8217;s about a 2 hour span crammed into 24 seconds. Pretty cool&#8230; This app on my phone is the coolest thing ever.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="530" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8522733&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="530" src="http://vimeo.com/moogaloop.swf?clip_id=8522733&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2010/01/03/camping-time-lapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Motion Lunch</title>
		<link>http://alexbarberis.com/2009/12/29/stop-motion-lunch/</link>
		<comments>http://alexbarberis.com/2009/12/29/stop-motion-lunch/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 19:11:21 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=371</guid>
		<description><![CDATA[I used iMotion on my iPhone to create this short time lapse video. It snapped a picture every 30 seconds. The playback is 15 frames per second. Pretty cool little app. I can already imagine a bunch of uses for this.

]]></description>
			<content:encoded><![CDATA[<p>I used iMotion on my iPhone to create this short time lapse video. It snapped a picture every 30 seconds. The playback is 15 frames per second. Pretty cool little app. I can already imagine a bunch of uses for this.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="530" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8441726&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="530" src="http://vimeo.com/moogaloop.swf?clip_id=8441726&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/12/29/stop-motion-lunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airboat Riding In the Everglades</title>
		<link>http://alexbarberis.com/2009/09/28/airboat-riding-in-the-everglades/</link>
		<comments>http://alexbarberis.com/2009/09/28/airboat-riding-in-the-everglades/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:24:34 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[trips]]></category>
		<category><![CDATA[airboat]]></category>
		<category><![CDATA[alligator]]></category>
		<category><![CDATA[everglades]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=322</guid>
		<description><![CDATA[I&#8217;ve always wanted to take a ride on one of these. We beat the rain and got a really nice ride in. We even got to get off the boat and walk around in the swamp water. It felt like pudding. It was pretty cool. Here are some videos:

I didn&#8217;t think these boats slid around [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always wanted to take a ride on one of these. We beat the rain and got a really nice ride in. We even got to get off the boat and walk around in the swamp water. It felt like pudding. It was pretty cool. Here are some videos<span id="more-322"></span>:</p>
<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7sq2zxY5TdA"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="" /><embed src="http://www.youtube.com/v/7sq2zxY5TdA" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344" flashvars=""></embed></object></p>
<p>I didn&#8217;t think these boats slid around so much. Our driver kept doing all kinds of crazy stuff.</p>
<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/jXnS3aYdWzo"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="" /><embed src="http://www.youtube.com/v/jXnS3aYdWzo" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344" flashvars=""></embed></object></p>
<p>Here are some 10 month old baby gators, they aren&#8217;t afraid of humans at this point in their life.</p>
<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/pHG8DsVATv0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="" /><embed src="http://www.youtube.com/v/pHG8DsVATv0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344" flashvars=""></embed></object></p>
<p>I&#8217;ll stick to my current day job.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/09/28/airboat-riding-in-the-everglades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s alive!</title>
		<link>http://alexbarberis.com/2009/09/24/its-alive/</link>
		<comments>http://alexbarberis.com/2009/09/24/its-alive/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 02:28:10 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[arcade]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=313</guid>
		<description><![CDATA[After a few hours of wiring my new cocktail is up and running. Now it has 60 games on it, all the classics. It was a bit intimidating at first seeing the entire JAMMA harness and not knowing where anything goes but after studying some paperwork a few minutes it all made sense. I just [...]]]></description>
			<content:encoded><![CDATA[<p>After a few hours of wiring my new cocktail is up and running. Now it has 60 games on it, all the classics. It was a bit intimidating at first seeing the entire JAMMA harness and not knowing where anything goes but after studying some paperwork a few minutes it all made sense. I just need to do some tweaking wiring a few more things and monitor adjustments and I&#8217;ll be ready to tackle the control panels. I&#8217;ll be replacing them with new units, switches, and buttons. I also need to get a new glass cut. Here are some pics:</p>
<p style="text-align: center;"><a href="http://alexbarberis.com/wp-content/uploads/2009/09/IMG_0628.jpg"><img class="alignnone size-thumbnail wp-image-314" title="IMG_0628" src="http://alexbarberis.com/wp-content/uploads/2009/09/IMG_0628-150x150.jpg" alt="IMG_0628" width="150" height="150" /></a> <a href="http://alexbarberis.com/wp-content/uploads/2009/09/IMG_0631.jpg"><img class="alignnone size-thumbnail wp-image-316" title="IMG_0631" src="http://alexbarberis.com/wp-content/uploads/2009/09/IMG_0631-150x150.jpg" alt="IMG_0631" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/09/24/its-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ms. Pac Man!</title>
		<link>http://alexbarberis.com/2009/08/29/ms-pac-man/</link>
		<comments>http://alexbarberis.com/2009/08/29/ms-pac-man/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 07:54:24 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[arcade]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=290</guid>
		<description><![CDATA[I just picked up a Ms. Pac Man cocktail. This is the first arcade game I&#8217;ve ever owned. I&#8217;ve spent a few years looking for a Ms. Pac Man cocktail. It&#8217;s in great cosmetic shape. The only thing that bugs me is the control panel. At some point someone hacked up the original art and [...]]]></description>
			<content:encoded><![CDATA[<p>I just picked up a Ms. Pac Man cocktail. This is the first arcade game I&#8217;ve ever owned. I&#8217;ve spent a few years looking for a Ms. Pac Man cocktail. It&#8217;s in great cosmetic shape. The only thing that bugs me is the control panel. At some point someone hacked up the original art and added a few buttons to convert it to a 60 in 1. I plan to replace the art with something nice and put some proper buttons on it so all 60 games work. The game could also use a new <a title="JAMMA" href="http://en.wikipedia.org/wiki/Japan_Amusement_Machinery_Manufacturers_Association" target="_blank">JAMMA</a> wiring harness since the last conversion wasn&#8217;t the cleanest thing. I&#8217;ll update the site once I progress on the restoration.</p>
<p style="text-align: left;"><a href="http://alexbarberis.com/wp-content/uploads/2009/08/p_2048_1536_4DEEEDEE-284E-4CB0-83A9-5D7D572BD56D.jpeg"><img class="alignnone size-full wp-image-364" src="http://alexbarberis.com/wp-content/uploads/2009/08/p_2048_1536_4DEEEDEE-284E-4CB0-83A9-5D7D572BD56D.jpeg" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/08/29/ms-pac-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>infoBar 1.0</title>
		<link>http://alexbarberis.com/2009/03/11/infobar-10/</link>
		<comments>http://alexbarberis.com/2009/03/11/infobar-10/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 03:54:37 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=206</guid>
		<description><![CDATA[I created a simple plugin for jQuery that displays an information bar that looks similar to what most browsers are doing to show messages to a user today. I needed to create something that showed my custom messages when necessary. Total development time on top of jQuery was about 15 minutes. This is the best [...]]]></description>
			<content:encoded><![CDATA[<p>I created a simple plugin for jQuery that displays an information bar that looks similar to what most browsers are doing to show messages to a user today. I needed to create something that showed my custom messages when necessary. Total development time on top of jQuery was about 15 minutes. This is the best framework ever!</p>
<p><img src="http://alexbarberis.com/wp-content/uploads/2009/03/infobar.gif" alt="" width="399" height="85" /></p>
<p style="text-align: left;">infoBar is easy to use. Here is what you do:</p>
<p style="text-align: left;"><span style="font-family: 'Courier New'; line-height: 18px; white-space: pre;">showInfoBar(&#8216;This is a sample information bar!&#8217;);</span></p>
<p>Once the infoBar shows and the user clicks the close link on the right the <code>hideInfoBar();</code> function is called. This is automatically wired up. All you have to do is display the bar and everything else just works.</p>
<p>infoBar also resizes when the user resizes the browser and always stays on the top of the browser when the user scrolls the page.</p>
<p>I really dislike doing CSS so its all customizable inside the script. You just need to include it and you&#8217;re all set. Feel free to modify my script. Hopefully the next version gets support for an icon on the left and I will fancy up the close link.</p>
<p>Confirmed to work in IE7, Chrome, and Safari.</p>
<p><a href="http://alexbarberis.com/infobar" target="_blank">Demo of infoBar</a></p>
<p><a title="infoBar" href="http://plugins.jquery.com/project/infoBar" target="_blank">infoBar at the jQuery Plugin Repository (download available)</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/03/11/infobar-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery Basics</title>
		<link>http://alexbarberis.com/2009/02/22/jquery-basics/</link>
		<comments>http://alexbarberis.com/2009/02/22/jquery-basics/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 05:22:53 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=156</guid>
		<description><![CDATA[So here is a quick post on some jQuery basics. I&#8217;ve found this script library extremely useful lately. It&#8217;s saved me tons of time and I wished I had adopted it sooner. &#8220;Write less, do more&#8221; is for real. I&#8217;m a believer!
The first thing jQuery offers is the document ready function. This is great because [...]]]></description>
			<content:encoded><![CDATA[<p>So here is a quick post on some jQuery basics. I&#8217;ve found this script library extremely useful lately. It&#8217;s saved me tons of time and I wished I had adopted it sooner. &#8220;Write less, do more&#8221; is for real. I&#8217;m a believer!</p>
<p>The first thing jQuery offers is the document ready function. This is great because your code will not execute until the DOM is truly ready. Here you can manipulate any elements or execute code. This is much more efficient than using the standard onload event.<br />
[javascript]$(document).ready(function() {<br />
   // do stuff when DOM is ready<br />
});[/javascript]<br />
Now you need to interact with an element. This is quite easy. Let&#8217;s say we had a link we need to manipulate.</p>
<p>[javascript]&lt;a id=&#8221;link&#8221;&gt;Click Me!&lt;/a&gt;<br />
[/javascript]</p>
<p>Any time that you need to reference an element you simply use $(&#8220;#id&#8221;). So here are some quick things that we can do.</p>
<p>Change the onclick function:<br />
[javascript]$(&#8220;#link&#8221;).click(function(){<br />
   alert(&#8220;You clicked on the link!&#8221;);<br />
});[/javascript]<br />
Append content to the link:<br />
[javascript]$(&#8220;#link&#8221;).append(&#8220;New text inside the link&#8221;);[/javascript]</p>
<blockquote><p>Note: When you are checking for the existence or an element do <span style="color: #ff0000;">NOT</span> do the following:<br />
[javascript]if($(&#8220;#link&#8221;)) { //object exist };[/javascript]<br />
This is wrong as each time you use the $(&#8220;#id&#8221;) convention you are asking for a jQuery object so you will get one even if the element is not there.</p>
<p>To correctly check for the existence of an element use the following code:<br />
[javascript]if ($(&#8220;#link&#8221;).length &gt; 0 ) { //now we found it } [/javascript]
</p></blockquote>
<p>You can see how easy it is to start manipulating things with this easy to use syntax. This is just the beginning . This is a very powerful framework that also has tons of third party plugins for many specific needs.</p>
<p>For more information on jQuery visit the following links. There is plenty of stuff on there to get anyone started.</p>
<p><a href="http://docs.jquery.com/Main_Page" target="_blank">jQuery Documentation</a></p>
<p><a href="http://plugins.jquery.com/" target="_blank">jQuery Plugin Repository</a></p>
<p>More to come when I have time!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/02/22/jquery-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://alexbarberis.com/2009/02/21/157/</link>
		<comments>http://alexbarberis.com/2009/02/21/157/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 17:47:09 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://alexbarberis.com/?p=157</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="336" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/RYkz30RL_GU&amp;rel=0&amp;egm=0&amp;showinfo=0&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="336" src="http://www.youtube.com/v/RYkz30RL_GU&amp;rel=0&amp;egm=0&amp;showinfo=0&amp;fs=1" allowfullscreen="true" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2009/02/21/157/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
