<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Baccega Andrea Blog</title>
	<link>http://www.andreabaccega.com</link>
	<description>The future is web3.0</description>
	<lastBuildDate>Wed, 01 Sep 2010 09:19:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Reading $_GET variable on CODEIGNITER</title>
		<description><![CDATA[There are multiple solutions out there but i did create my own. It&#8217;s simple as 1,2,3. Hope it helps. // CODEIGNITER HACK $tmp = explode('?',$_SERVER['REQUEST_URI']); $tmp = explode('&#38;', $tmp[1]); foreach($tmp as $keyval) { $tmpAppoggio = explode('=', $keyval); $_GET[urldecode($tmpAppoggio[0])]=urldecode($tmpAppoggio[1]); } // end of codeigniter hack Share and Enjoy:]]></description>
		<link>http://www.andreabaccega.com/blog/2010/08/14/reading-get-variable-on-codeigniter/</link>
			</item>
	<item>
		<title>Write an SMS without sending it on Android 2.2 Froyo</title>
		<description><![CDATA[I just figured out how to write an sms without sending it really on android froyo 2.2 using the content provider. I&#8217;ll write only the snippet here. Hope it helps /** * writes an sms on the contentprovider * @param ctx Context * @param mobNo mobile number * @param msg text of the message */ [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/08/12/write-an-sms-without-sending-it-on-android-2-2-froyo/</link>
			</item>
	<item>
		<title>Add Events on Google Calendar on Android Froyo</title>
		<description><![CDATA[Since i started developing applications for android i noticed there were some undocumented apis. Google does reccomend to not use these apis but since there are no &#8220;other nice ways&#8221; to achieve some tasks sometimes they are useful ( but still unreccomended) It&#8217;s the case of the Google Calendar Apis. Out there you can find [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/08/09/add-events-on-google-calendar-on-android-froyo/</link>
			</item>
	<item>
		<title>Android Usefull Docs</title>
		<description><![CDATA[Today i surfed the web searching about guidelines and best practices on writing android apps. In this in-depth search i found some useful slides and tips: 1. Android Ui Design Guidelines A slideshare with some usefull tips about android ui design: 2. Android Ui Stencil and PSDs I also found a great resource where there [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/07/27/android-usefull-docs/</link>
			</item>
	<item>
		<title>How to use codeigniter with eclipse helios</title>
		<description><![CDATA[Codeigniter is a great framework. Eclipse is a very nice IDE. Why not using them both when writing our own apps ? After some googling i found a way to get auto-completion with codeigniter on eclipse. Requirements: Xampp : I suggest using xampp lite. Codeigniter: Obviously Eclipse Helios for PHP Development : Installing Xampp I [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/06/24/how-to-use-codeigniter-with-eclipse-helios/</link>
			</item>
	<item>
		<title>How to manage custom post type category template on wordpress 3.0</title>
		<description><![CDATA[Today wordpress 3.0 has been released. Since i started to play with it almost immediately i found some troubles when i was trying to display all the post in the new wordpress custom type into one single page. The goals: I wanted to create a custom template for these custom posts. I wanted to create [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/06/18/how-to-manage-custom-post-type-category-template-on-wordpress-3-0/</link>
			</item>
	<item>
		<title>Cpu al 100% e non trovate il motivo? Eccone uno</title>
		<description><![CDATA[Premetto che parlo da profano e quello che scriverò in quest&#8217;articolo potrebbe essere errato però io ho risolto il mio problema nel modo che andrò scrivendo perciò voglio raccontarvelo. Cominciamo con il dire che ho avuto non pochi problemi con la riproduzione di video in alta qualità. Infatti, video in 720p erano diventati off-limits per [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/04/29/cpu-al-100-e-non-trovate-il-motivo-eccone-uno/</link>
			</item>
	<item>
		<title>Come configurare Nginx davanti ad apache per ottimizzare e velocizzare il caricamento dei vostri siti web</title>
		<description><![CDATA[Per prima cosa dovete aver già installato nginx e spostato apache su un altra porta/ip. Una volta fatta questa procedura bisognerà semplicemente configurare nginx in modo da istruirlo sul da-farsi. Premetto che su quest'esempio che porterò ho spostato apache vero in localhost 127.0.0.1. Il mio obiettivo era quello di utilizzare nginx per servire tutte le [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/04/07/come-configurare-nginx-davanti-ad-apache-per-ottimizzare-e-velocizzare-il-caricamento-dei-vostri-siti-web/</link>
			</item>
	<item>
		<title>Come Controllare se datePicker di jQuery è caricato</title>
		<description><![CDATA[Penso sia più di una vita che non scrivo un articolo di programmazione. Beh oggi, per lavoro, ho dovuto scrivere del codice javascript e per motivi che trascendono dallo scopo di quest'articolo ho dovuto , ad un certo punto della programmazione, controllare se datePicker era caricato. Ci sono dei casi, infatti, che il javascript viene [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/04/06/come-controllare-se-datepicker-di-jquery-e-caricato/</link>
			</item>
	<item>
		<title>Simple Gps Info for Android</title>
		<description><![CDATA[Simple Gps Info is a simple android application that would help you know and share your gps coordinates with your android smartphone. The code is really fast and efficient and the app consist on a simple to understand layout without any kind of menu. Once started, Simple Gps info for Android will start automatically your [...]]]></description>
		<link>http://www.andreabaccega.com/blog/2010/03/20/simple-gps-info-for-android/</link>
			</item>
</channel>
</rss>
