<?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>blogging... &#187; Technology</title>
	<atom:link href="http://www.gdambra.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gdambra.com</link>
	<description>All right, brain, you don't like me, and I don't like you, but let's just get me through this, and I can get back to killing you with beer. - H.J. Simpson</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:28:06 +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>iOS Developing: App Compatible with iPhone 3G and armv6</title>
		<link>http://www.gdambra.com/2012/02/05/ios-developing-app-compatible-with-iphone-3g/</link>
		<comments>http://www.gdambra.com/2012/02/05/ios-developing-app-compatible-with-iphone-3g/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 16:24:31 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=690</guid>
		<description><![CDATA[XCode 4.2 uses as default armv7 for processor instructions. As iPhone 3G is armv6 compatible only, all apps created by default in XCode 4.2 cannot run on these devices. Fixing this problem is very easy. First af all you should add armv6 in your compiler settings in &#8220;Architectures&#8221; and &#8220;Vallid Architectures&#8221; for your Target: &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>XCode 4.2 uses as default armv7 for processor instructions. As iPhone 3G is armv6 compatible only, all apps created by default in XCode 4.2 cannot run on these devices.</p>
<p>Fixing this problem is very easy. First af all you should add armv6 in your compiler settings in &#8220;Architectures&#8221; and &#8220;Vallid Architectures&#8221; for your Target:</p>
<p><img class="aligncenter size-full wp-image-691" title="9jAHt" src="http://www.gdambra.com/wp-content/uploads/2012/02/9jAHt.png" alt="" width="591" height="680" /></p>
<p>&nbsp;</p>
<p>Secondary you have to edit your info.plist file by substituting &#8220;armv7&#8243; with &#8220;armv6&#8243; as &#8220;required device capabilities&#8221;.</p>
<p>&nbsp;</p>
<p><a href="http://www.gdambra.com/wp-content/uploads/2012/02/y0rfw.png"><img class="aligncenter size-full wp-image-692" title="y0rfw" src="http://www.gdambra.com/wp-content/uploads/2012/02/y0rfw.png" alt="" width="728" height="343" /></a></p>
<p>NOTE: in info.plist you have to insert only &#8220;armv6&#8243;, otherwise this app will require both of the architectures and it will work only on iPhone 3GS, 4 and 4S.</p>
<p>I took the pictures to write this post from this article: <a href="http://stackoverflow.com/questions/7760946/is-it-possible-to-target-older-ios-versions-when-using-xcode-4-2-and-ios-5-sdk">http://stackoverflow.com/questions/7760946/is-it-possible-to-target-older-ios-versions-when-using-xcode-4-2-and-ios-5-sdk</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2012/02/05/ios-developing-app-compatible-with-iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charge iPhone 3g with a usb in a sigarette lighter socket</title>
		<link>http://www.gdambra.com/2010/02/17/charge-iphone-3g-with-a-usb-in-a-sigarette-lighter-socket/</link>
		<comments>http://www.gdambra.com/2010/02/17/charge-iphone-3g-with-a-usb-in-a-sigarette-lighter-socket/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 08:38:59 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=540</guid>
		<description><![CDATA[If you try to charge your iPhone 3G by plugging it in a non-PC usb or not-specific-iPhone accessory, it wil not do it. this is due because a standard usb have 4 pins, Power, ground, Data- and Data+. Usually you need Power and ground to recharge anything, but the iPhone need also a signal on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">If you try to charge your iPhone 3G by plugging it in a non-PC usb or not-specific-iPhone accessory, it wil not do it. this is due because a standard usb have 4 pins, Power, ground, Data- and Data+. Usually you need Power and ground to recharge anything, but the iPhone need also a signal on Data- and Data+. By googling I found this:</p>
<p><em>To charge an iPhone 3G / iPod Touch 2nd gen, usb data- (25) should be at 2.8v, usb data+(27) should be at 2.0v. This can be done with a few simple resistors: 33k to +5v (23) and 22k to gnd(16) to obtain 2v and 33k to +5v and 47k to gnd to obtain 2.8v.</em></p>
<p>Here what I did by using a male/female standard USB cable.</p>
<p style="text-align: center;"><a href="http://www.gdambra.com/wp-content/uploads/2010/02/foto.jpg"><img class="size-medium wp-image-543 aligncenter" title="Resistors" src="http://www.gdambra.com/wp-content/uploads/2010/02/foto-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p style="text-align: center;"><a href="http://www.gdambra.com/wp-content/uploads/2010/02/IMG_0262_1.jpg"><img class="size-medium wp-image-542 aligncenter" title="Link" src="http://www.gdambra.com/wp-content/uploads/2010/02/IMG_0262_1-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p>With more patience you can do something the looks better for sure.</p>
<p>Ahh&#8230; it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2010/02/17/charge-iphone-3g-with-a-usb-in-a-sigarette-lighter-socket/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Will_paginate on Ajax for Ruby on Rails!</title>
		<link>http://www.gdambra.com/2009/12/26/will_paginate-on-ajax-for-ruby-on-rails/</link>
		<comments>http://www.gdambra.com/2009/12/26/will_paginate-on-ajax-for-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 11:09:59 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=499</guid>
		<description><![CDATA[This is a little trick to use the rails plugin &#8220;will_paginate&#8221; with ajax and classic prototype rails helpers that I used on Kontup. Naturally you should start from here: http://wiki.github.com/mislav/will_paginate and follow the classical installation steps. After that you could do in this easy way: in your controller: @posts = Post.paginate :page =&#62; params[:page] if [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little trick to use the rails plugin &#8220;will_paginate&#8221; with ajax and classic prototype rails helpers that I used on <a href="http://kontup.com/">Kontup</a>. Naturally you should start from here:</p>
<p><a href="http://wiki.github.com/mislav/will_paginate">http://wiki.github.com/mislav/will_paginate</a></p>
<p>and follow the classical <a href="http://wiki.github.com/mislav/will_paginate/installation">installation steps</a>. After that you could do in this easy way:</p>
<p>in your controller:</p>
<p><code>@posts = Post.paginate :page =&gt; params[:page]<br />
if params[:page] == nil || params[:page].to_i == 1<br />
@previousPage = nil<br />
@nextPage = 2<br />
else<br />
@previousPage = params[:page].to_i - 1<br />
@nextPage = params[:page].to_i + 1<br />
end</code></p>
<p>and in your view the links will be:</p>
<p><code><br />
&lt;% if @previousPage != nil %&gt;<br />
&lt;%= link_to_remote '&amp;laquo; Previous', :url =&gt; { :action =&gt; "indexAJAX", :page =&gt; @previousPage }, :update =&gt; "content" %&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Page &lt;%= @previousPage %&gt; of &lt;%= @posts.total_pages.to_i %&gt;&amp;nbsp;<br />
&lt;% else %&gt;<br />
Page 1 of &lt;%= @posts.total_pages.to_i %&gt;&amp;nbsp;<br />
&lt;% end %&gt;&amp;nbsp;<br />
&lt;% if @nextPage &lt;= @posts.total_pages.to_i %&gt;<br />
&lt;%= link_to_remote 'Next &amp;raquo;', :url =&gt; { :action =&gt; "indexAJAX", :page =&gt; @nextPage }, :update =&gt; "content" %&gt;<br />
&lt;% end %&gt;</code></p>
<p>I know that there is a smart way to write this code, so please comment here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/12/26/will_paginate-on-ajax-for-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burn a playable DVD from a VIDEO_TS folder</title>
		<link>http://www.gdambra.com/2009/09/12/burn-a-playable-dvd-from-a-video_ts-folder/</link>
		<comments>http://www.gdambra.com/2009/09/12/burn-a-playable-dvd-from-a-video_ts-folder/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 09:21:04 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=379</guid>
		<description><![CDATA[Here the free and quick method for burning a VIDEO_TS folder to a pure UDF DVD, so that it would play in regular DVD players, as well trigger DVD Player to start up automatically. Just open a Terminal Windows: hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MYDVD.iso /parent/folder/VIDEO_TS Make sure that /parent/folder/VIDEO_TS is the path to the [...]]]></description>
			<content:encoded><![CDATA[<p>Here the free and quick method for burning a VIDEO_TS folder to a pure UDF DVD, so that it would play in regular DVD players, as well trigger DVD Player to start up automatically. Just open a Terminal Windows:</p>
<pre style="color: #9f2d00; font-family: Monaco, Courier, monospace; font-size: 12px;"><code style="font-size: 12px;"><span style="color: #0000ff;">hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MYDVD.iso /parent/folder/VIDEO_TS</span></code></pre>
<p>Make sure that <span style="line-height: 18px; font-size: 12px; white-space: pre;"><span style="color: #0000ff;">/parent/folder/VIDEO_TS</span></span><span style="font-family: Monaco, Courier, monospace; line-height: 18px; font-size: 12px; color: #9f2d00; white-space: pre;"> <span style="color: #000000; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">is the path to the folder <span style="text-decoration: underline;">containing</span> the VIDEO_TS folder, not the VIDEO_TS folder itself. Once the .iso file has been created, drag this to Disk Utility and hit the Burn button.</span></span></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/09/12/burn-a-playable-dvd-from-a-video_ts-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just ordered my Snow Leopard copy! Waiting for 28th&#8230;</title>
		<link>http://www.gdambra.com/2009/08/25/just-ordered-my-snow-leopard-copy-waiting-for-28th/</link>
		<comments>http://www.gdambra.com/2009/08/25/just-ordered-my-snow-leopard-copy-waiting-for-28th/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:43:02 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=374</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-375" title="Snow Leopard" src="http://www.gdambra.com/wp-content/uploads/2009/08/hero_osx_20090824-300x169.jpg" alt="Snow Leopard" width="300" height="169" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/08/25/just-ordered-my-snow-leopard-copy-waiting-for-28th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome, Google OS for netbook and PCs</title>
		<link>http://www.gdambra.com/2009/07/09/chrome-google-os-for-netbook-and-pcs/</link>
		<comments>http://www.gdambra.com/2009/07/09/chrome-google-os-for-netbook-and-pcs/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 06:24:13 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/2009/07/09/chrome-google-os-for-netbook-and-pcs/</guid>
		<description><![CDATA[Google is developing an open-source operating system targeted at Internet-centric computers such as netbooks and will release it later this year, the company said Wednesday.. The Chrome OS will be available for computers based on the x86 architecture, which is used by Intel and Advanced Micro Devices (AMD), and the Arm architecture. Prototypes of Arm-based [...]]]></description>
			<content:encoded><![CDATA[<p>Google is developing an open-source operating system targeted at Internet-centric computers such as netbooks and will release it later this year, the company said Wednesday..</p>
<p>The Chrome OS will be available for computers based on the x86 architecture, which is used by Intel and Advanced Micro Devices (AMD), and the Arm architecture.</p>
<p>Prototypes of Arm-based netbooks began appearing last month at the Computex show in Taiwan and Google’s support for the architecture could give it a significant boost. Microsoft’s mainstream Windows operating system doesn&#8217;t run on Arm chips so many manufacturers were talking about using Linux or a version of Google&#8217;s Android operating system. It’s not immediately clear how much the two operating systems share in common code but Google said they are aimed at very different devices.</p>
<p>“Google Chrome OS is a new project, separate from Android,” it said. “Android was designed from the beginning to work across a variety of devices from phones to set-top boxes to netbooks. Google Chrome OS is being created for people who spend most of their time on the Web.”</p>
<p>While Google is initially looking at the netbook segment of the market it might compete with Microsoft and Apple on larger, Internet-centric machines.</p>
<p>Chrome OS is “being designed to power computers ranging from small netbooks to full-size desktop systems,” said Google.</p>
<p>The heart of Chrome OS is the Linux kernel. Applications, which can be written in standard Web programming languages, will run inside Google Chrome in a new windowing system. They will additionally run inside the Chrome browser on Windows, Mac or Linux machines, meaning that a single application could run on almost any computer.</p>
<p>Wide support for the platform will be key to getting developers involved and so an important factor in its degree of success.</p>
<p>“We have a lot of work to do, and we’re definitely going to need a lot of help from the open source community to accomplish this vision,” Google said in its blog post.</p>
<p>For end users Google promised a better computing experience on machines with faster access to e-mail, fast boot-up times, access to data from anywhere and the end of problematic hardware configuration, software updates and security issues.</p>
<p>“We are going back to the basics and completely redesigning the underlying security architecture of the OS so that users don’t have to deal with viruses, malware and security updates. It should just work,” Google said.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/07/09/chrome-google-os-for-netbook-and-pcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing our new venture capital firm Andreessen Horowitz</title>
		<link>http://www.gdambra.com/2009/07/06/introducing-our-new-venture-capital-firm-andreessen-horowitz/</link>
		<comments>http://www.gdambra.com/2009/07/06/introducing-our-new-venture-capital-firm-andreessen-horowitz/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 16:42:03 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/2009/07/06/introducing-our-new-venture-capital-firm-andreessen-horowitz/</guid>
		<description><![CDATA[http://blog.pmarca.com/2009/07/introducing-our-new-venture-capital-firm-andreessen-horowitz.html]]></description>
			<content:encoded><![CDATA[<p>http://blog.pmarca.com/2009/07/introducing-our-new-venture-capital-firm-andreessen-horowitz.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/07/06/introducing-our-new-venture-capital-firm-andreessen-horowitz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3.0 firmware update</title>
		<link>http://www.gdambra.com/2009/03/18/iphone-30-firmware-update/</link>
		<comments>http://www.gdambra.com/2009/03/18/iphone-30-firmware-update/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 12:19:56 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=294</guid>
		<description><![CDATA[  Apple just previewed the 3.0 update. It&#8217;s full of new features like, cut&#38;paste, MMS, bluetooth P2P, App Push, Voice Memo and spotligth Search. iPhone OS is really growing release after release.  The update will be released on next summer. at the moment developers can download the 3.0 Sdk that have over 1000 new API like [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-296" title="iphone 3.0 software" src="http://www.gdambra.com/wp-content/uploads/2009/03/untitled.bmp" alt="iphone 3.0 software" width="179" height="127" /></p>
<p> </p>
<p>Apple just previewed the 3.0 update. It&#8217;s full of new features like, cut&amp;paste, MMS, bluetooth P2P, App Push, Voice Memo and spotligth Search.</p>
<p>iPhone OS is really growing release after release.  The update will be released on next summer. at the moment developers can download the 3.0 Sdk that have over 1000 new API like Mail API, Bluetooth, Sound etc&#8230;</p>
<p>Looking forward to this summer!<img class="size-thumbnail wp-image-295  alignright" title="iphone_sdk_logo" src="http://www.gdambra.com/wp-content/uploads/2009/03/iphone_sdk_logo-150x150.png" alt="iphone_sdk_logo" width="150" height="150" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/03/18/iphone-30-firmware-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new Iphone coming in June?</title>
		<link>http://www.gdambra.com/2009/02/06/a-new-iphone-coming-in-june/</link>
		<comments>http://www.gdambra.com/2009/02/06/a-new-iphone-coming-in-june/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 08:33:09 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/?p=264</guid>
		<description><![CDATA[The usual rumors tell that a brand new Iphone is ocming. Somebody says June, other the next years. Designer, but overall people with great fantasy are trying to find out what the new style will be. Here the one I like it more than others.]]></description>
			<content:encoded><![CDATA[<p>The usual rumors tell that a brand new Iphone is ocming. Somebody says June, other the next years.</p>
<p>Designer, but overall people with great fantasy are trying to find out what the new style will be. Here the one I like it more than others.</p>
<p><a href="http://www.gdambra.com/wp-content/uploads/2009/02/new-iphone1.jpg"><img class="aligncenter size-full wp-image-269" title="new iphone 3.0 - restyle aluminuim" src="http://www.gdambra.com/wp-content/uploads/2009/02/new-iphone1.jpg" alt="new iphone 3.0 - restyle aluminuim" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/02/06/a-new-iphone-coming-in-june/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google tell user to drop IE6, i don&#8217;t!</title>
		<link>http://www.gdambra.com/2009/01/02/google-tell-user-to-drop-ie6-i-dont/</link>
		<comments>http://www.gdambra.com/2009/01/02/google-tell-user-to-drop-ie6-i-dont/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:43:06 +0000</pubDate>
		<dc:creator>GP</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.gdambra.com/2009/01/02/google-tell-user-to-drop-ie6-i-dont/</guid>
		<description><![CDATA[Google aver ever suggested to users drop ie6 and switch to modern browser. Now bigG don&#8217;t support ie6 user anymore. Recently other web-based app acted like google. I understand that ie6 sucks but a web app should work with any browser. Maybe not all the function could works or you could have some UI problems [...]]]></description>
			<content:encoded><![CDATA[<p>Google aver ever suggested to users drop ie6 and switch to modern browser. Now bigG don&#8217;t support ie6 user anymore. Recently other web-based app acted like google. I understand that ie6 sucks but a web app should work with any browser.<br />
Maybe not all the function could works or you could have some UI problems but any javascript browser should be supported. This is my opinion, naturally and this the way i take my decision for my webapp Kontup. It&#8217;s designed to work with FF2.0 and above but it works with any browser. In Safari or IE6 you could find some bugs, but anyway it works! I took this decision because if you could decide which browser to install on your PC, maybe if you wish to acceess to your data from anywhere like a webapp should do, you must have the chance to really do it!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gdambra.com/2009/01/02/google-tell-user-to-drop-ie6-i-dont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

