<?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>MarkSzulc.com &#187; Technology</title>
	<atom:link href="http://www.markszulc.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markszulc.com/blog</link>
	<description>Mark Szulc&#039;s Personal Blog on Tech, Travel &#38; Adobe Solutions including Adobe Acrobat, Connect Pro, LiveCycle ES, CQ5, Omniture &#38; Digital Marketing Suite</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:36:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Building a robot: Dagu Magician Chassis &amp; Arduino</title>
		<link>http://www.markszulc.com/blog/2012/01/29/building-a-robot-dagu-magician-chassis-arduino/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-robot-dagu-magician-chassis-arduino</link>
		<comments>http://www.markszulc.com/blog/2012/01/29/building-a-robot-dagu-magician-chassis-arduino/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 02:22:09 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Dagu]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[Sparkfun]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=1466</guid>
		<description><![CDATA[I&#8217;ve been reading quite a lot about Arduino &#38; open source hardware recently and managed to build my first robot! Since I learned quite a bit in the process I wanted to share the experience. This robot is based on the Magician Chassis from Dagu using an Arduino controller &#38; Monster Moto Shield. I order [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0250.jpg" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2012%2F01%2F29%2Fbuilding-a-robot-dagu-magician-chassis-arduino%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2012%2F01%2F29%2Fbuilding-a-robot-dagu-magician-chassis-arduino%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been reading quite a lot about <a href="http://arduino.cc/">Arduino</a> &amp; open source hardware recently and managed to build my first robot! Since I learned quite a bit in the process I wanted to share the experience.</p>
<p>This robot is based on the <a href="http://australianrobotics.com.au/products/magician-chassis">Magician Chassis</a> from <a href="http://www.dagurobot.com/">Dagu</a> using an <a href="http://australianrobotics.com.au/products/arduino-uno-r3">Arduino controller</a> &amp; <a href="http://www.sparkfun.com/products/10182">Monster Moto Shield</a>. I order the kit from <a href="http://australianrobotics.com.au/">Australian Robotics</a> who have had really good service and delivery times.</p>
<p><a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_00741.jpg" rel="lightbox[1466]"><img class="alignnone size-medium wp-image-1495" title="Robot parts" src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_00741-300x225.jpg" alt="Robot parts" width="300" height="225" /></a></p>
<p>I approached the building in a few stages;</p>
<ol>
<li>Assemble the chassis</li>
<li>Program the Ultrasonic Range Finder</li>
<li>Program the Monster Moto Shield</li>
<li>Combine the above three steps!</li>
</ol>
<h3>Assemble the chassis</h3>
<p>Assembling the chassis was quite simple. Most of the pieces simply screw together although I had a bit of fun trying to get the motor mounts to snap in place. They were a bit tight but managed to fit so if you experience the same then you should get there eventually.</p>
<p><a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_00781.jpg" rel="lightbox[1466]"><img class="alignnone size-medium wp-image-1496" title="Assembled Motor &amp; Wheels" src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_00781-300x225.jpg" alt="Assembled Motor &amp; Wheels" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<h3>Programming the Ultrasonic Range Finder</h3>
<p>This part was fun and my first experience doing something more interesting with an Arduino beyond blinking a LED. I used a breadboard and experimented getting the <a href="http://australianrobotics.com.au/products/seeed-ping-ultrasonic-rangefinder">range finder</a> working in isolation. This is generally a good way to approach building anything, as once the range finder was working I knew that code was fine and could go onto the next step.</p>
<p>Before moving on, I made one simple mod to the basic range finder sample, and that was to add a feedback LED so I could see when the robot detected something in front of it. Not needed, but good for debugging.</p>
<p>In the picture below you may notice an Ethernet Shield, this is not needed and was simply part of my test environment.</p>
<p><a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_01341.jpg" rel="lightbox[1466]"><img class="alignnone size-medium wp-image-1497" title="Ultrasonic Range Finder on Breadboard with Arduino" src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_01341-300x225.jpg" alt="Ultrasonic Range Finder on breadboard with Arduino" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<h3>Assemble &amp; Program the Motor Shield</h3>
<p>This is the part of the project was the most challenging. I made a few mistakes but got there in the end.</p>
<p>First of all I could have probably gotten away with just using the cheaper <a href="http://www.sparkfun.com/products/9815">Ardumoto &#8211; Motor Driver Shield</a> rather than the <a href="http://www.sparkfun.com/products/10182">Monster Moto Shield</a> but after watching the demo video on the Sparkfun site and viewing some images, it appeared that that was the recommended controller and being new, I wanted to make sure things worked.</p>
<p>The blue screw terminals shown on the board below are not supplied so you&#8217;ll need to purchase and solder these on as well as the risers (not shown below) so it mounts on the Arduino board. If you are new to soldering (or a bit rusty as I was) you may want to practice on something else before burning out a $80 board. For this I used a different <a href="http://australianrobotics.com.au/products/protoscrewshield">cheap Arduino shield</a> to practice on.</p>
<p><a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0117.jpg" rel="lightbox[1466]"><img class="alignnone size-medium wp-image-1501" title="Monster Moto Shield" src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0117-300x225.jpg" alt="Monster Moto Shield" width="300" height="225" /></a></p>
<p>My last hurdle was powering up the motors. I made the mistake of thinking that the motors would be powered via the base Arduino power source and spent a few hours scratching my head trying to work out why the motors wouldn&#8217;t start even though the board had lit up. I emailed SparkFun tech support and they quickly set me straight (thanks Michelle!) and advised that I&#8217;d need an additional power supply even though one was not shown in the photos. I connected a second power supply and voila! We have movement!</p>
<h3>Putting it all together.</h3>
<p>All that was left now was to combine the 3 stages above. Merging Arduino code, putting the sensors on the robot chassis and start testing it out. This part was smooth sailing and after a couple of trial runs and tweaks to the code, I&#8217;m quite happy with the results.</p>
<p><a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0251.jpg" rel="lightbox[1466]"><img class="alignnone size-medium wp-image-1499" title="Side view of complete robot" src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0251-300x225.jpg" alt="Side view of complete robot" width="300" height="225" /></a>  <a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0250.jpg" rel="lightbox[1466]"><img class="alignnone size-medium wp-image-1498" title="Top view of completed robot" src="http://www.markszulc.com/blog/wp-content/uploads/2012/01/IMG_0250-300x225.jpg" alt="Top view of completed robot" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>Here is a video of the completed robot</p>
<p><iframe src="http://www.youtube.com/embed/kOJSHk3hbcY" frameborder="0" width="560" height="315"></iframe></p>
<p>If you are interested in building something similar, here is the final Arduino code I used</p>
<p><a href="http://www.markszulc.com/blog/wp-content/uploads/2012/01/SensorBlinkMotor.zip">SensorBlinkMotor.zip</a></p>
<p>&nbsp;</p>
<p>Now comes the hard part.. what to build next? Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2012/01/29/building-a-robot-dagu-magician-chassis-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I configure my Windows 2008 R2 demo setup</title>
		<link>http://www.markszulc.com/blog/2010/09/20/how-i-configure-my-windows-2008-r2-demo-setup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-i-configure-my-windows-2008-r2-demo-setup</link>
		<comments>http://www.markszulc.com/blog/2010/09/20/how-i-configure-my-windows-2008-r2-demo-setup/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 06:29:23 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[R2]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=903</guid>
		<description><![CDATA[Given that I often demonstrate Adobe&#8217;s server products (LiveCycle ES and others) I typically have a server centric environment on a VMWare image stored locally on my laptop. I have (finally) upgraded my demonstration environment from Windows 2003 to Windows 2008 R2. Since I often get asked how and why I set up my demo [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.markszulc.com/blog/wp-content/uploads/2010/09/Windows_2008_Logo.jpg" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2010%2F09%2F20%2Fhow-i-configure-my-windows-2008-r2-demo-setup%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2010%2F09%2F20%2Fhow-i-configure-my-windows-2008-r2-demo-setup%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a rel="attachment wp-att-998" href="http://www.markszulc.com/blog/2010/09/20/how-i-configure-my-windows-2008-r2-demo-setup/windows_2008_logo/"><img class="alignnone size-medium wp-image-998" title="Windows_2008_Logo" src="http://66.147.244.84/~markszul/blog/wp-content/uploads/2010/09/Windows_2008_Logo-300x100.jpg" alt="" width="300" height="100" /></a></p>
<p>Given that I often demonstrate Adobe&#8217;s server products (LiveCycle ES and others) I typically have a server centric environment on a VMWare image stored locally on my laptop. I have (finally) upgraded my demonstration environment from Windows 2003 to Windows 2008 R2. Since I often get asked how and why I set up my demo environment the way I do, I&#8217;ve captured some notes and share them</p>
<p>I won&#8217;t cover the actual OS installation, so i&#8217;ll assuming the OS &amp; drivers are installed and you&#8217;ve run Windows update. First, in order to make the OS look slightly more familiar, I install the <strong>Desktop Experience</strong> feature using Server Manager, or with the following command line:</p>
<ul>
<li><strong>ServerManagerCmd -i Desktop-Experience</strong></li>
</ul>
<div>This will install the Windows Aero and other desktop themes, along  with a lot of other programs that go into Vista by default (Windows  Media Player, Windows Photo Gallery, etc.). Next, you need to set the <strong>Themes</strong> service to Automatic and start it. For Windows Server 2008 R2:</div>
<ul>
<li>Click <strong>Control Panel &gt; Appearance and Personalization</strong></li>
<li>Click <strong>Personalization</strong> and select the <strong>Aero Theme</strong></li>
</ul>
<p>Stop the annoying Windows server shutdown event tracker. Each time you reboot you have to log a reason why… useful in production, but ANNOYING in development &amp; demo.<span id="more-903"></span></p>
<ul>
<li>To open Group Policy, click Start, click Run, type gpedit.msc, and then click OK.</li>
<li>Local Computer Policy-&gt; Computer Configuration -&gt; Administrative Templates-&gt; System-&gt; Display Shutdown Event Tracker</li>
<li>On the Setting tab, click Disabled.</li>
<li>Click Apply, and then click OK.</li>
</ul>
<p>Relax the password security on this demo install. This way you can have any type of password you like.. just don’t do this on a production machine with any sensitive data!</p>
<ul>
<li>Group Policy Object [computer name] Policy</li>
<li>Computer Configuration-&gt; Windows Settings-&gt; Security Settings-&gt; Account Policies-&gt; Password Policy</li>
<li>Disable the setting “Password must meet complexity”</li>
<li>Run “gpupdate” command to refresh the group policy</li>
</ul>
<p>If you want to automatically log into an account;</p>
<ul>
<li>In the <strong>Start</strong> menu click <strong>Run</strong> and enter <strong>control userpasswords2</strong>.</li>
<li>After clicking <strong>OK</strong> the User Accounts window will show up.</li>
<li>Click the account you want to login automatically and uncheck <strong>Users must enter a user name and password to use this computer</strong> checkbox.</li>
<li>Click <strong>Apply,</strong> it will ask for the password of the user you selected.</li>
<li>Enter the password of the selected user twice and click <strong>OK</strong>.</li>
<li>From now on every time you start Windows it will automatically login!</li>
</ul>
<p>To apply Enhanced Security Configuration to specific users by using a computer running Windows Server 2008</p>
<ul>
<li> Log on to the computer with a user account that is a member of the local Administrators group.</li>
<li>Click Start, point to Administrative Tools, and then click Server Manager.</li>
<li>If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.</li>
<li>Under Security Summary, click Configure IE ESC.</li>
<li>Under Administrators, click On (Recommended) or Off, depending on your desired configuration.</li>
<li>Under Users, click On (Recommended) or Off, depending on your desired configuration.</li>
<li>Click OK.</li>
<li>Restart Internet Explorer to apply Enhanced Security Configuration.</li>
</ul>
<p>Other post installation tasks include</p>
<ul>
<li>Enable Windows Audio (optional &#8211; disabled by default)</li>
<li>Install Winzip</li>
<li>Install Firefox</li>
<li>Install Flash</li>
<li>show file extensions</li>
<li>turn UAC off</li>
</ul>
<p><strong>Sources</strong></p>
<p>http://www.expta.com/2009/02/how-to-enable-aero-glass-on-windows.html &lt;- Aero on Win2008<br />
http://technet.microsoft.com/en-us/library/dd883248%28WS.10%29.aspx &lt;- Enhanced Security<br />
+ others I cannot remember</p>
<p>Have your own tip? Please share!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2010/09/20/how-i-configure-my-windows-2008-r2-demo-setup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Screencasting your Android</title>
		<link>http://www.markszulc.com/blog/2010/09/15/screencasting-your-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=screencasting-your-android</link>
		<comments>http://www.markszulc.com/blog/2010/09/15/screencasting-your-android/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 10:18:46 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=909</guid>
		<description><![CDATA[Quick post to share a great utility for anyone like me who would like to show off their Android app on a projector. In my case I&#8217;ve been demoing the latest Adobe Reader, LiveCycle client, Acrobat.com, Photoshop Express apps from Adobe as well as some samples created with the upcoming AIR for Android. The problem [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.markszulc.com/blog/wp-content/uploads/2010/09/IMG_0045.jpg" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2010%2F09%2F15%2Fscreencasting-your-android%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2010%2F09%2F15%2Fscreencasting-your-android%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Quick post to share a great utility for anyone like me who would like to show off their Android app on a projector. In my case I&#8217;ve been demoing the latest Adobe Reader, LiveCycle client, Acrobat.com, Photoshop Express apps from Adobe as well as some samples created with the upcoming <a href="http://labs.adobe.com/technologies/air2/android/">AIR for Android</a>.</p>
<p><a href="http://66.147.244.84/~markszul/blog/wp-content/uploads/2010/09/IMG_0045.jpg" rel="lightbox[909]"><img class="alignleft size-full wp-image-910" title="Screencasting an Android" src="http://66.147.244.84/~markszul/blog/wp-content/uploads/2010/09/IMG_0045.jpg" alt="Screencasting an Android" width="300" height="351" /></a></p>
<p>The problem is that I used to use a web camera and try and hold the phone in front of it while demonstrating. What I&#8217;ve started using now is AndroidScreencast (<a href="http://androidscreencast.googlecode.com">http://androidscreencast.googlecode.com</a>). It&#8217;s a java app that displays whatever is on your Android device onto your PC. The screen refresh rate is not amazing, but it does work on Mac, Windows &amp; Linux!</p>
<p>All the gory details are on the <a href="http://androidscreencast.googlecode.com">project site</a>, but it works great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2010/09/15/screencasting-your-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix PDF previews in Outlook 2007 64 bit</title>
		<link>http://www.markszulc.com/blog/2009/10/31/how-to-fix-pdf-previews-in-outlook-2007-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-pdf-previews-in-outlook-2007-64-bit</link>
		<comments>http://www.markszulc.com/blog/2009/10/31/how-to-fix-pdf-previews-in-outlook-2007-64-bit/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 00:35:27 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=602</guid>
		<description><![CDATA[If you&#8217;re like me and have finally made the move to a 64bit version of Windows, be it Vista or Windows 7, you may have come across an annoying glitch related to PDF previews within Outlook 2007. Instead of displaying the PDF correctly you receive an error similar to &#8220;This file cannot be previewed because [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2009%2F10%2F31%2Fhow-to-fix-pdf-previews-in-outlook-2007-64-bit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2009%2F10%2F31%2Fhow-to-fix-pdf-previews-in-outlook-2007-64-bit%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re like me and have finally made the move to a 64bit version of Windows, be it Vista or Windows 7, you may have come across an annoying glitch related to PDF previews within Outlook 2007. Instead of displaying the PDF correctly you receive an error similar to<em> &#8220;This file cannot be previewed because of an error with the following previewer: PDF Preview Handler for Vista -  To open this file in its own program, double-click it.&#8221;</em></p>
<p>Adobe Acrobat and Reader both come with Adobe PDF preview handlers for Outlook but the installer has a mistake which means the preview handler does not work on 64-bit systems. It turns out the problem can be fixed via a simple registry change.</p>
<p>All that needs to be done to correctly preview PDF docs in Outlook 2007 64bit is to first <a href="http://get.adobe.com/reader/?promoid=BUIGO" target="_blank">download the latest Adobe Reader</a>, then add the following key to your registry;</p>
<pre>[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeClassesCLSID{DC6EFB56-9CFA-464D-8880-44885D7DC193}]</pre>
<pre>"AppID"="{534A1E02-D58F-44f0-B58B-36CBED287C7C}"</pre>
<p>The fix should only be applied to 64-bit versions of Windows that have Adobe Reader installed. Don&#8217;t apply the fix to 32-bit versions of Windows.  To install make it easier to configure, download the <a href="http://66.147.244.84/~markszul/blog/wp-content/uploads/2009/10/adobe_pdf_x64_fix.zip">adobe_pdf_x64_fix</a>, unzip then double-click the adobe_pdf_x64_fix.reg file and follow the prompts.</p>
<p><em><br />
thanks to <a href="http://www.pretentiousname.com/adobe_pdf_x64_fix/index.html">http://www.pretentiousname.com/adobe_pdf_x64_fix/index.html</a> for this workaround..</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2009/10/31/how-to-fix-pdf-previews-in-outlook-2007-64-bit/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Notes from Web09</title>
		<link>http://www.markszulc.com/blog/2009/04/20/notes-from-web09/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=notes-from-web09</link>
		<comments>http://www.markszulc.com/blog/2009/04/20/notes-from-web09/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:43:46 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[Web09]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=387</guid>
		<description><![CDATA[Last week I had the pleasure of attending the Web09 conference in Auckland, New Zealand with Adobe&#8217;s Paul Burnett, Andrew Spaulding and Ryan Stewart. I took a few notes from some of the sessions. While this isn&#8217;t a complete run down of the conference, and does not include comments on every speaker, here are some [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.markszulc.com/blog/wp-content/uploads/2009/04/web09_medium.png" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2009%2F04%2F20%2Fnotes-from-web09%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2009%2F04%2F20%2Fnotes-from-web09%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.web09.org"><img class="alignleft size-medium wp-image-389" title="web09_medium" src="http://66.147.244.84/~markszul/blog/wp-content/uploads/2009/04/web09_medium-300x118.png" alt="web09_medium" width="300" height="118" /></a>Last week I had the pleasure of attending the <a href="http://www.web09.org/">Web09 conference in Auckland</a>, New Zealand with Adobe&#8217;s <a href="http://www.mad.com.au/blog/">Paul Burnett</a>, <a href="http://www.flexdaddy.info/">Andrew Spaulding</a> and <a href="http://blog.digitalbackcountry.com/">Ryan Stewart</a>. I took a few notes from some of the sessions. While this isn&#8217;t a complete run down of the conference, and does not include comments on every speaker, here are some of the remarks I picked up on.</p>
<p><span id="more-387"></span><br />
<strong>Rod Dury &#8211; http://www.drury.net.nz/<br />
</strong></p>
<p>&#8220;NZ has a huge internet bandwidth&#8230; fiber to the home is a proposed solution but the real problem is incoming bandwidth to the country.&#8221;</p>
<p><strong>Dan Rubin @danrubin &amp; Steve smith @orderedlist</strong></p>
<p>Designers coming from print to web need to learn about the &#8220;backend&#8221; of sites and the limitations, just like they had to learn about the printing process and limitations of presses.</p>
<p><strong>Jarred Bishop &#8211; @jarred<br />
</strong>&#8220;APIs allow you to do cool shit with other peoples resources&#8221;<br />
Twitter = Command prompt for the web OS<br />
Baker sends tweets when things come out of the oven! http://www.bakertweet.com/<br />
<strong>Pamela Fox @pamelafox<br />
</strong>Online Maps &#8211; Avoid &#8220;Red Dot Fever&#8221;<br />
Usability tips for online maps &#8211; label dots<br />
visited states for markers<br />
categories / filtering / sidebars<br />
clustering<br />
Use Poly not points e.g. Search Auckland and you get one point, Auckland isn&#8217;t a point!<br />
If you need something to click add a centroid marker<br />
Data Resources: shapeWiki, DynGeometry<br />
Use custom markers (but include a legend!)</p>
<p><strong>Dan Rubin</strong><strong> @danrubin</strong><br />
Use the cpu power in our brain<br />
Instinct overrides learning &#8211; eg door with handles on both side, people will pull over and over even if it says push.</p>
<p>&#8220;The real world is a series of highlights and gradients&#8221; <img src='http://www.markszulc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
If your interface requires instructions, redesign it!<br />
eg &#8211; Mint.com &#8211; subtle use of design to make people instinctively know what to do.<br />
Attractive things work better &#8211; Donald Normal<br />
&#8220;We all want the sexy car &#8211; we fool ourselves into believing its better&#8221;<br />
Photography &#8211; Very easy way to add to a site &#8211; everything else builds around it.<br />
Stop searching online for textures, make use of your scanner and the real world textures around you &#8211; Use Photoshop Offset Filter and clean up the image to make repeating textures.<br />
Look around you, get away from the computer screen and use what is around you for inspiration.</p>
<p>As usual the Twitter back channel in effect at #web09;<br />
Good use of Twitter by @jarred to answer questions live during his session.<br />
Adobe @ryanstewart was able to explain his jokes post presentation!</p>
<p>Web09 was a great conference and the Adobe team and I enjoyed being there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2009/04/20/notes-from-web09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe&#8217;s Open Screen Project</title>
		<link>http://www.markszulc.com/blog/2008/04/30/adobes-open-screen-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adobes-open-screen-project</link>
		<comments>http://www.markszulc.com/blog/2008/04/30/adobes-open-screen-project/#comments</comments>
		<pubDate>Thu, 01 May 2008 04:46:56 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Open Screen Project]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=314</guid>
		<description><![CDATA[I&#8217;m really pumped! Today Adobe announced the Open Screen Project, lead by Adobe and supported by technology leaders such as Cisco, Intel, Nokia, Sony, Toshiba etc and content providers like MTV, NBC, BBC and more. We drag around our devices with us every day, and these little things (media players, mobile phones etc) come out [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2008%2F04%2F30%2Fadobes-open-screen-project%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2008%2F04%2F30%2Fadobes-open-screen-project%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m really pumped!  Today Adobe announced the <a href="http://www.adobe.com/openscreenproject/">Open Screen Project</a>, lead by Adobe and supported by technology leaders such as Cisco, Intel, Nokia, Sony, Toshiba etc and content providers like MTV, NBC, BBC and more.</p>
<p>We drag around our devices with us every day, and these little things (media players, mobile phones etc) come out partying with us, sit in airport terminals with us, even sit at a lonely dinner table with us when travelling. So why is the experience on these devices not as good as the heavy laptops we carry around?</p>
<p>The good news is that its about to change. Adobe is lifting the restrictions on the use of the SWF &#038; FLV file formats. This means that device manufacturers can easily embed Flash content designed by designers, not just coded by developers into their new products, leading to a great user experience! </p>
<p>We&#8217;ve seen some great examples of whats possible already.. iRiver have used Flash as the UI for their media players for some time, Flash comes with both the Sony PSP &#038; PS3, and some mobile manufacturers are building the entire phone UI in Flash!</p>
<p>This is really big and I&#8217;m sure we&#8217;ll be talking about this for some time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2008/04/30/adobes-open-screen-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmallWorlds</title>
		<link>http://www.markszulc.com/blog/2008/01/18/smallworlds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smallworlds</link>
		<comments>http://www.markszulc.com/blog/2008/01/18/smallworlds/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 09:23:41 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/2008/01/18/smallworlds/</guid>
		<description><![CDATA[SmallWorlds beta was opened up today and I was lucky enough to get an invite. Mitch Olson and the rest of the guys over in Auckland, NZ have been flat out creating what I believe to be the best online interactive experience currently on the web. So what is SmallWorlds? The best i can do [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://farm3.static.flickr.com/2156/2201564292_fedf181693_m.jpg" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2008%2F01%2F18%2Fsmallworlds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2008%2F01%2F18%2Fsmallworlds%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>SmallWorlds beta was opened up today and I was lucky enough to get an invite. </p>
<p><a href="http://www.flickr.com/photos/markszulc/2201564292/" class="tt-flickr"><img src="http://farm3.static.flickr.com/2156/2201564292_fedf181693_m.jpg" alt="SmallWorlds" width="240" height="200" border="0" /></a> </p>
<p>Mitch Olson and the rest of the guys over in Auckland, NZ have been flat out creating what I believe to be the best online interactive experience currently on the web.</p>
<p>So what is SmallWorlds?  The best i can do to describe it is to think of a cross between &#8220;The Sims&#8221; and FaceBook. You create an avatar, get some credits and start looking around. Second Life also comes to mind, but unlike Second Life, you can be logged in and interacting with people in seconds thanks to the fact that SmallWorlds only requires Adobe&#8217;s Flash Player.</p>
<p>Interacting is fun, you can play pool with others, listen to music, watch TV (YouTube clips), look at art hanging on the wall (Flicker) and more.</p>
<p>It&#8217;s currently in beta but still loads of fun. If you want an invite, send me an email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2008/01/18/smallworlds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating an iPod into a Mazda 3</title>
		<link>http://www.markszulc.com/blog/2007/12/27/integrating-an-ipod-into-a-mazda-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=integrating-an-ipod-into-a-mazda-3</link>
		<comments>http://www.markszulc.com/blog/2007/12/27/integrating-an-ipod-into-a-mazda-3/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 04:36:25 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/2007/12/27/integrating-an-ipod-into-a-mazda-3/</guid>
		<description><![CDATA[I should have done this a long time ago, but i finally managed to get my iPod hooked up to my Mazda 3 SP3 factory stereo and it is fantastic. Great sound, great integration with steering wheel controls etc, the iPod is charged while driving and icing on the cake is the fact that the [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://farm3.static.flickr.com/2219/2142304519_ef6d2ac43e_m.jpg" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2007%2F12%2F27%2Fintegrating-an-ipod-into-a-mazda-3%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2007%2F12%2F27%2Fintegrating-an-ipod-into-a-mazda-3%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.flickr.com/photos/markszulc/2142304519/" class="tt-flickr"><img src="http://farm3.static.flickr.com/2219/2142304519_ef6d2ac43e_m.jpg" alt="Finished installation!" border="0" height="180" width="240" /></a>I should have done this a long time ago, but i finally managed to get my iPod hooked up to my Mazda 3 SP3 factory stereo and it is fantastic. Great sound, great integration with steering wheel controls etc, the iPod is charged while driving and icing on the cake is the fact that the song names come up on the dash!!<span id="more-300"></span></p>
<p><a href="http://www.flickr.com/photos/markszulc/2143130682/" class="tt-flickr"><img src="http://farm3.static.flickr.com/2160/2143130682_045c0d212c_m.jpg" alt="Axxess iPod integration kit for Mazda 3" border="0" height="180" width="240" /></a></p>
<p>After countless hours scouring the internet, i came across a company call <a href="http://cgi.ebay.com/ebaymotors/2004-2007-MAZDA-3-DIRECT-iPOD-AUX-INPUT-W-TEXT_W0QQcmdZViewItemQQcategoryZ38636QQihZ005QQitemZ150179650275QQrdZ1QQsspagenameZWD2V#ebayphotohosting">Integrated Solutions on eBay</a> and many <a href="http://www.mazda3forums.com/index.php?PHPSESSID=cff38b1b2616884c6b957202c9ea679e&amp;topic=78702.0">other forums</a>. They sell a unit called &#8220;Axxess&#8221; with various cables etc to integrate. Thanks to recommendations and <a href="http://flickr.com/photos/jbhenry/sets/1373983/show/">Flickr photo tutorial  from JBHenry</a> I decided to give this unit a go.</p>
<p>Well after ordering on eBay and delivery with a few days, it took me less than an hour to install everything, from opening the boxes to sitting in the car listening to music. <a href="http://www.flickr.com/photos/markszulc/sets/72157603566137233/show/">I took my own set of photos which you can also see here</a>.</p>
<p>All up i&#8217;m very happy and will be able to listen to a whole lot more tunes without messing with CDs, and more Podcasts without having to mess with stupid noisy FM transmitters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2007/12/27/integrating-an-ipod-into-a-mazda-3/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Free Adobe Flex 2 training and more!</title>
		<link>http://www.markszulc.com/blog/2007/06/25/free-adobe-flex-2-training-and-more/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-adobe-flex-2-training-and-more</link>
		<comments>http://www.markszulc.com/blog/2007/06/25/free-adobe-flex-2-training-and-more/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 12:21:57 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/2007/06/25/free-adobe-flex-2-training-and-more/</guid>
		<description><![CDATA[Came  across this little gem (thanks to Binusha for the link!). Tutorom offer loads of free lessons on everything from Adobe Flex 2, to Oracle, JavaScript, Adobe PhotoShop CS2 and more, and thats just the tech related topics ( you can learn how to drive a manual car!) Definitely worth taking a look at. www.tutorom.com]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2007%2F06%2F25%2Ffree-adobe-flex-2-training-and-more%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2007%2F06%2F25%2Ffree-adobe-flex-2-training-and-more%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Came  across this little gem (thanks to Binusha for the link!). <a href="http://tutorom.com">Tutorom</a> offer loads of free lessons on everything from Adobe Flex 2, to Oracle, JavaScript, Adobe PhotoShop CS2 and more, and thats just the tech related topics ( you can learn how to drive a manual car!)</p>
<p>Definitely worth taking a look at. <a href="http://www.tutorom.com">www.tutorom.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2007/06/25/free-adobe-flex-2-training-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebJam tonight in Sydney!  Booked out!</title>
		<link>http://www.markszulc.com/blog/2007/06/06/webjam-tonight-in-sydney-booked-out/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webjam-tonight-in-sydney-booked-out</link>
		<comments>http://www.markszulc.com/blog/2007/06/06/webjam-tonight-in-sydney-booked-out/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 01:17:55 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/2007/06/06/webjam-tonight-in-sydney-booked-out/</guid>
		<description><![CDATA[Yes its raining, but don&#8217;t go home, don&#8217;t go shopping.. if you&#8217;ve registered make sure you join us tonight at WebJam Jam Bar, Level 4, Hotel CBD, York St, Sydney.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2007%2F06%2F06%2Fwebjam-tonight-in-sydney-booked-out%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.markszulc.com%2Fblog%2F2007%2F06%2F06%2Fwebjam-tonight-in-sydney-booked-out%2F&amp;source=mszulc&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Yes its raining, but don&#8217;t go home, don&#8217;t go shopping.. if you&#8217;ve registered make sure you join us tonight at <a href="http://webjam.com.au/">WebJam</a></p>
<p>Jam Bar, Level 4, Hotel CBD, York St, Sydney.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2007/06/06/webjam-tonight-in-sydney-booked-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

