<?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>GMTAZ.com &#187; Work</title>
	<atom:link href="http://www.gmtaz.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gmtaz.com</link>
	<description>Gustavo Tandeciarz&#039;s personal blog</description>
	<lastBuildDate>Fri, 27 Aug 2010 00:57:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Bit.ly, prettySociable, and jQuery to share shortened links</title>
		<link>http://www.gmtaz.com/using-bit-ly-prettysociable-and-jquery-to-share-shortened-links/</link>
		<comments>http://www.gmtaz.com/using-bit-ly-prettysociable-and-jquery-to-share-shortened-links/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:00:48 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.gmtaz.com/?p=292</guid>
		<description><![CDATA[So I went ahead and made some script modifications to the already awesome PrettySociable jQuery plugin.  These modifications allow for the use of your bit.ly account api to shorten urls. By default, the prettySociable plugin takes the url supplied and submits that to the share service (twitter, facebook, etc.).  I just made a simple change [...]]]></description>
			<content:encoded><![CDATA[<p>So I went ahead and made some script modifications to the already awesome PrettySociable jQuery plugin.  These modifications allow for the use of your bit.ly account api to shorten urls.</p>
<p>By default, the prettySociable plugin takes the url supplied and submits that to the share service (twitter, facebook, etc.).  I just made a simple change to allow for the developers to include a bit.ly api and username when calling $.prettySociable() by passing those in as parameters.</p>
<p><br class="spacer_" /></p>
<pre>$.prettySociable({bitly_api: 'api here', bitly_user:'your username'});</pre>
<p><br class="spacer_" /></p>
<p>If these options aren&#8217;t set, the plugin will use the default url.  If they are, the plugin will automatically call the bit.ly api to shorten the url and use that shortened url instead.</p>
<p>I probably need to test a bit more, but here is the <a href="http://www.gmtaz.com/wp-content/uploads/2009/11/jquery.prettysociable.bitly.js">jquery.prettysociable.bitly.js</a> script and here it is minified: <a href="http://www.gmtaz.com/wp-content/uploads/2009/11/jquery.prettysociable.bitly.min.js">jquery.prettysociable.bitly.min.js</a>.</p>
<p>Links that helped me with this:<br />
 <a href="http://bit.ly/" target="_blank">Bit.ly</a><br />
 <a href="http://no-margin-for-errors.com/projects/prettySociable/" target="_blank">PrettySociable plugin page</a><br />
 <a href="http://jquery-howto.blogspot.com/2009/04/shorten-long-urls-with-jquery-bitly.html" target="_blank">jQuery HowTo @blogspot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmtaz.com/using-bit-ly-prettysociable-and-jquery-to-share-shortened-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Quick Fix] Can&#8217;t Use iPhone OS 7A400 in XCODE ? Solved</title>
		<link>http://www.gmtaz.com/quick-fix-cant-use-iphone-os-7a400-in-xcode/</link>
		<comments>http://www.gmtaz.com/quick-fix-cant-use-iphone-os-7a400-in-xcode/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:14:47 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.gmtaz.com/?p=271</guid>
		<description><![CDATA[Recently, I began work on an iPhone app and during testing I came across this error: &#8220;The version of iPhone OS on &#8220;Gustavo Tandeciarz&#8217;s iPhone&#8221; does not match any of the versions of iPhone OS supported for development with this copy of Xcode&#8230;&#8221; I have the latest version (3.0.1) on my iPhone, which is apparently [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I began work on an iPhone app and during testing I came across this error:</p>
<p style="text-align: center;"><em>&#8220;The version of iPhone OS on &#8220;Gustavo Tandeciarz&#8217;s iPhone&#8221; does not match any of the versions of iPhone OS supported for development with this copy of Xcode&#8230;&#8221; </em></p>
<p>I have the latest version (3.0.1) on my iPhone, which is apparently not supported, yet by Xcode so until then, I need a work around.</p>
<p style="text-align: center;"><a rel="lightbox" href="http://www.gmtaz.com/wp-content/uploads/2009/08/Picture-1.png"><img class="size-thumbnail wp-image-272" title="Error Message : iPhone OS 7A400" src="http://www.gmtaz.com/wp-content/uploads/2009/08/Picture-1-150x150.png" alt="Error Message : iPhone OS 7A400" width="150" height="150" /></a></p>
<p>Searching Google, I found <a title="Stackoverflow" href="http://stackoverflow.com/questions/1230564/iphone-os-version-3-0-1-7a400-not-supported-by-latest-version-of-xcode" target="_blank">this little gem</a>:</p>
<p>Open Terminal and run the following:</p>
<pre>ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\)
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1</pre>
<p style="text-align: center;"><a rel="lightbox" href="http://www.gmtaz.com/wp-content/uploads/2009/08/Picture-4.png"><img class="size-thumbnail wp-image-277" title="Terminal - xcode iphone edit" src="http://www.gmtaz.com/wp-content/uploads/2009/08/Picture-4-150x150.png" alt="Terminal - xcode iphone edit" width="150" height="150" /></a></p>
<p>Restart Xcode and try again.  This worked perfectly on both of my Macs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmtaz.com/quick-fix-cant-use-iphone-os-7a400-in-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Windows 7 RC Ultimate to RTM Enterprise</title>
		<link>http://www.gmtaz.com/how-to-upgrade-windows-7-rc-ultimate-to-rtm-enterprise/</link>
		<comments>http://www.gmtaz.com/how-to-upgrade-windows-7-rc-ultimate-to-rtm-enterprise/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 04:46:24 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.gmtaz.com/?p=253</guid>
		<description><![CDATA[Yes yes, everyone said it&#8217;s unsupported and, technically, it is.  This was just an exercise to see if it was possible to do and I can personally verify that it is and, actually really easy. I&#8217;m going to assume that you already have a valid, legal copy of Windows 7 Enterprise and an installed copy [...]]]></description>
			<content:encoded><![CDATA[<p>Yes yes, everyone said it&#8217;s unsupported and, technically, it is.  This was just an exercise to see if it was possible to do and I can personally verify that it is and, actually really easy.</p>
<p>I&#8217;m going to assume that you already have a valid, legal copy of Windows 7 Enterprise and an installed copy of Windows 7 RC Ultimate and they are both the same kernel (either 32bit or 64bit) and that you already backed up all your data.</p>
<p>Within Windows Ultimate:</p>
<ol>
<li>Open up the Registry Editor (Start &gt; Run &gt; regedit)</li>
<li>Go to <em>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version </em>as seen in the screenshot below<br />
 <a rel="lightbox" href="http://www.gmtaz.com/wp-content/uploads/2009/08/regedit.png"><img class="aligncenter size-thumbnail wp-image-254" title="regedit" src="http://www.gmtaz.com/wp-content/uploads/2009/08/regedit-150x150.png" alt="regedit" width="150" height="150" /></a></li>
<li>Replace the word &#8220;Ultimate&#8221; with &#8220;Enterprise&#8221; in <em>ProductName</em> and <em>EditionID</em>.  You&#8217;re done modifying Windows 7 RC.</li>
</ol>
<p>Now comes the (kind of) tricky part. <br />
 <a title="How-To-Geek" href="http://www.howtogeek.com/howto/3075/how-to-upgrade-the-windows-7-rc-to-rtm/" target="_blank">See Here (howtogeek.com)</a> for another article describing this process and <a title="blogs.msdn.com" href="http://blogs.msdn.com/e7/archive/2009/04/07/delivering-a-quality-upgrade-experience.aspx" target="_blank">here (blogs.msdn.com)</a></p>
<ol>
<li>Take the Windows 7 Enterprise DVD and create an ISO image.  You will need to open the ISO and modify a file, more specifically, cversion.ini.</li>
<li>Once you have the ISO image, using an ISO image editor (I used <a href="http://www.poweriso.com/" target="_blank">PowerISO</a>), and browse the DVD image.  Locate <em>\sources\cversion.ini</em> and extract it to your desktop, then open it with notepad. </li>
<li>Change the winclient value to 7100, save and close.(winclient=7100)</li>
<li>Replace the file in the ISO with the file you just edited and burn the ISO to a DVD.</li>
<li>Start the installer from within Windows.</li>
<li>Be cooler than the next guy.</li>
</ol>
<p>That&#8217;s it.  Enjoy what is, arguably, the best version of Windows yet.  I&#8217;m assuming that this registry hack will work for versions other than Enterprise although I have not tried any other versions myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmtaz.com/how-to-upgrade-windows-7-rc-ultimate-to-rtm-enterprise/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Summing up my time&#8230;re: web design</title>
		<link>http://www.gmtaz.com/summing-up-my-timere-web-design/</link>
		<comments>http://www.gmtaz.com/summing-up-my-timere-web-design/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 20:44:03 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.gmtaz.com/index.php/summing-up-my-timere-web-design/</guid>
		<description><![CDATA[Well, I haven&#8217;t seen a better way of describing how my time is spent in regards to web design. Mostly because I&#8217;m a developer&#8230; I found this here: http://www.i-marco.nl The author states in his blog that he doesn&#8217;t agree with the CSS section, as anything can be done in CSS. I agree&#8230;I also think that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gmtaz.com/wp-content/uploads/2007/10/breakdown.png" title="My time...in a nutshell" rel="lightbox"><img src="http://www.gmtaz.com/wp-content/uploads/2007/10/breakdown.thumbnail.png" alt="My time...in a nutshell" style="float: left" /></a></p>
<p>Well, I haven&#8217;t seen a better way of describing how my time is spent in regards to web design.  Mostly because I&#8217;m a developer&#8230;</p>
<p>I found this here: <a href="http://www.i-marco.nl/weblog/archive/2006/06/24/time_breakdown_of_modern_web_d" target="_blank">http://www.i-marco.nl</a></p>
<p>The author states in his blog that he doesn&#8217;t agree with the CSS section, as anything can be done in CSS.  I agree&#8230;I also think that the yellow should be much larger and so should the purple.  I&#8217;ll bring down the fucking swearing section to compensate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmtaz.com/summing-up-my-timere-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Town, New Job</title>
		<link>http://www.gmtaz.com/new-town-new-job/</link>
		<comments>http://www.gmtaz.com/new-town-new-job/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 13:50:45 +0000</pubDate>
		<dc:creator>Gustavo</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://gmtaz.com/wp/?p=15</guid>
		<description><![CDATA[FYI, most of these posts are going to be old news&#8230; About 2 weeks after getting back to MD, I was hired by a fantastic sports union in DC as webmaster. The job is great, the benefits are amazing, and the people are fantastic. I couldn&#8217;t be happier with the quality of my work environment. [...]]]></description>
			<content:encoded><![CDATA[<p>FYI, most of these posts are going to be old news&#8230;</p>
<p>About 2 weeks after getting back to MD, I was hired by a fantastic sports union in DC as webmaster.  The job is great, the benefits are amazing, and the people are fantastic.  I couldn&#8217;t be happier with the quality of my work environment.  <span id="more-15"></span></p>
<p>I can&#8217;t really say who it is that I work for as it&#8217;s a really public industry and any opinions or comments I post on my website should NOT be affiliated with my employer.  If you know me, you know where I work.  Anyway, I got the job by pretty much scoring the highest on their online proficiency exams and wearing some nice shoes to my interviews (thanks Mike).  I actually got really lucky because when I started interviewing I wanted to show them websites that I had created with a SQL backend but my server (and all my other things) where still in transit.  I basically had 1 suit and my desktop and the clothes in my suitcase.  So I quickly designed a simple CMS app on my desktop with a SQL back-end and borrowed some of my friend&#8217;s clothes for the subsequent interviews.  After that, I got the job and started my, hopefully very long, career here.  I couldn&#8217;t be happier with my work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmtaz.com/new-town-new-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
