<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>some words from technology briefcase</title>
	
	<link>http://blog.fltlab.net</link>
	<description>...nerd news for new nerds...</description>
	<lastBuildDate>Mon, 16 Apr 2012 15:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SomeWordsFromTechnologyBriefcase" /><feedburner:info uri="somewordsfromtechnologybriefcase" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Google Code Jam 2012 – Qualification round What Happened</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/t6S1hK4VVjI/</link>
		<comments>http://blog.fltlab.net/index.php/2012/04/15/google-code-jam-2012-qualification-round-what-appened/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 18:25:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[gtug]]></category>
		<category><![CDATA[code jam]]></category>
		<category><![CDATA[codejam]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlers]]></category>
		<category><![CDATA[Qualification round]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=476</guid>
		<description><![CDATA[Saturday morning i received a mail that explain to me that the qualification round is beginning, so i logged to the google code website and i found the questions to complete the qualification round! There were four questions: A. Speaking in Tongues B. Dancing With the Googlers C. Recycled Numbers D. Hall of Mirrors So [...]]]></description>
			<content:encoded><![CDATA[<div><img class="alignleft" title="Google Code Jam 2012" src="http://code.google.com/codejam/contest/static/logo_image0.gif" alt="" width="150" height="56" />Saturday morning i received a mail that explain to me that the qualification round is beginning, so i logged to the google code website and i found the questions to complete the qualification round!</div>
<div id="_mcePaste">There were four questions:</div>
<div id="_mcePaste">
<ul>
<li>A. Speaking in Tongues</li>
<li>B. Dancing With the Googlers</li>
<li>C. Recycled Numbers</li>
<li>D. Hall of Mirrors</li>
</ul>
</div>
<div id="_mcePaste">So i begun to read the first problem &#8230;The first one was very simple to solve&#8230;<span id="more-476"></span></div>
<div id="_mcePaste"><strong>The Problem A. Speaking in Tongues</strong><br />
The first one was very simple to solve, in this we need to create a map of character to translate some sentences from Googlerese to English&#8230;Yes! i did it and the first Problem was successfully passed!</div>
<div>
<blockquote>
<h3>Problem</h3>
<p>We have come up with the best possible language here at Google, called  Googlerese. To translate text into Googlerese, we take any message and  replace each English letter with another English letter. This mapping is  <em>one-to-one</em> and <em>onto</em>, which means that the same input  letter always gets replaced with the same output letter, and different  input letters always get replaced with different output letters. A  letter may be replaced by itself. Spaces are left as-is.</p>
<p>For example (and here is a hint!), our awesome translation algorithm  includes the following three mappings: &#8216;a&#8217; -&gt; &#8216;y&#8217;, &#8216;o&#8217; -&gt; &#8216;e&#8217;, and  &#8216;z&#8217; -&gt; &#8216;q&#8217;. This means that &#8220;a zoo&#8221; will become &#8220;y qee&#8221;.</p>
<p>Googlerese is based on the best possible replacement mapping, and we  will never change it. It will always be the same. In every test case. We  will not tell you the rest of our mapping because that would make the  problem too easy, but there are a few examples below that may help.</p>
<p>Given some text in Googlerese, can you translate it to back to normal text?</p></blockquote>
</div>
<div>
<div><strong>The Problem B &#8211; Dancing with the Googlers:</strong></div>
<div>
<div>In the second question  we became judges of a Dance Prize, in which the Googlers (employees of Google) receive a triplet of scores by three judges.</div>
<div>To solve this problem i had to find the number of Googlers who took the Best Result in the triplet!</div>
</div>
</div>
<blockquote>
<div>
<h3>Problem</h3>
<p>You&#8217;re watching a show where Googlers (employees of Google) dance, and then each dancer is given a <em>triplet of scores</em> by three judges.  Each triplet of scores consists of three integer  scores from 0 to 10 inclusive.  The judges have very similar standards,  so it&#8217;s <em>surprising</em> if a triplet of scores contains two scores that are 2 apart.  No triplet of scores contains scores that are more than 2 apart.</p>
<p>For example: (8, 8, <img src='http://blog.fltlab.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> and (7, 8, 7) are not surprising.  (6, 7, <img src='http://blog.fltlab.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> and (6, 8, <img src='http://blog.fltlab.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> are surprising.  (7, 6, 9) will never happen.</p>
<p>The <em>total points</em> for a Googler is the sum of the three scores in that Googler&#8217;s triplet of scores.  The <em>best result</em> for a Googler is the maximum of the three scores in that Googler&#8217;s  triplet of scores.  Given the total points for each Googler, as well as  the number of surprising triplets of scores, what is the maximum number  of Googlers that could have had a best result of at least <strong>p</strong>?</p>
<p>For example, suppose there were 6 Googlers, and they had the following total points: <code>29, 20, 8, 18, 18, 21</code>.  You remember that there were 2  surprising triplets of scores, and you want to know how many Googlers  could have gotten a best result of 8 or better.</p>
<p>With those total points, and knowing that two of the triplets were surprising, the triplets of scores could have been:</p>
<pre>10 9 10
6 6 8 (*)
2 3 3
6 6 6
6 6 6
6 7 8 (*)</pre>
<p>The cases marked with a (*) are the surprising cases.  This gives us 3  Googlers who got at least one score of 8 or better.  There&#8217;s no series  of triplets of scores that would give us a higher number than 3, so the  answer is 3.</p>
</div>
</blockquote>
<div>After a little troubles with the algorithm, i solved the problem, also in the Large edition that grants me more points!</div>
<div><strong>The problem C. Recycled Numbers</strong></div>
<div><strong>After a coffe.. and a cigarette, i was ready to start the third problem &#8220;Recycled Numbers&#8221; in this question, we had to find the number of recycled pairs that we can obtain between two distinct positive integers&#8230;</strong></div>
<blockquote>
<div>
<h3>Problem</h3>
<p>Do you ever become frustrated with television because you keep seeing  the same things, recycled over and over again? Well I personally don&#8217;t  care about television, but I do sometimes feel that way about numbers.</p>
<p>Let&#8217;s say a pair of distinct positive integers (<em>n</em>, <em>m</em>) is <em>recycled</em> if you can obtain <em>m</em> by moving some digits from the back of <em>n</em> to the front without changing their order. For example, (12345, 34512)  is a recycled pair since you can obtain 34512 by moving 345 from the end  of 12345 to the front. Note that <em>n</em> and <em>m</em> must have the same number of digits in order to be a recycled pair. Neither <em>n</em> nor <em>m</em> can have leading zeros.</p>
<p>Given integers <strong>A</strong> and <strong>B</strong> with the same number of digits and no leading zeros, how many distinct recycled pairs (<em>n</em>, <em>m</em>) are there with <strong>A</strong> ≤ <em>n</em> &lt; <em>m</em> ≤ <strong>B</strong>?</p>
</div>
</blockquote>
<p>After some tries, and because the example was wrong&#8230; (damn to Googlers!) i tried to send my solutions, and suprising me..it was Correct!!! Now i was ready for the last Question&#8230;but reading the text and watching the figures i was captured by the algorithm and the qualification round was ended!</p>
<h3><strong>But no worries for me! Because my earned scores was enough to take part to the First OnLine Round!<br />
</strong><strong>See you at the next round!<br />
</strong><strong>(if you want to see the source code, please ask me, i will send it to you!)</strong></h3>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/t6S1hK4VVjI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2012/04/15/google-code-jam-2012-qualification-round-what-appened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2012/04/15/google-code-jam-2012-qualification-round-what-appened/</feedburner:origLink></item>
		<item>
		<title>Cordova 1.6 rc1 directly from GitHub</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/XYlJBAzgLak/</link>
		<comments>http://blog.fltlab.net/index.php/2012/04/11/cordova-1-6-rc1-directly-from-github/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:14:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[Phonegap]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=472</guid>
		<description><![CDATA[As you can know the new edition of PhoneGap is called Cordova because now it is a project of the Apache foundation&#8230; And now, for you, i have build the release candidate 1.6 that you can download here! Click Here to download Cordova 1.6.0 rc1 Release Notes: +* Updates for Media API +* Contacts updates [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Cordova Apache" src="http://incubator.apache.org/cordova/images/cordova_bot.png" alt="" width="204" height="229" /></p>
<p>As you can know the new edition of <a href="http://phonegap.com/">PhoneGap</a> is called <a href="http://incubator.apache.org/cordova/">Cordova</a> because now it is a project of the Apache foundation&#8230;</p>
<p>And now, for you, i have build the release candidate 1.6 that you can download here!</p>
<p><a href="http://blog.fltlab.net/wp-content/uploads/2012/04/Cordova-1.6.0.zip" target="_blank"><strong>Click Here to download</strong></a></p>
<p>Cordova 1.6.0 rc1 Release Notes:</p>
<pre>+* Updates for Media API
+* Contacts updates for Unified JavaScript
<span id="more-472"></span> +* Fixed Contacts.save return value and Notification.confirm
+* Changed Device initialization to use a require-based pattern
+* Added require syntax for firing events in ios
+* Added a getConnectionInfo method for compatibility
+* Added require in pluginresult helper funcs
+* Updated plist of plugin names -&gt; classes to adhere to common labels in other platforms
+* Rewrite of accelerometer code and removed DeviceInfo old init approach
+* Added warning about changing compiler settings in xcode
+* Changed Accel values to doubles
+* Tweaked battery plugin for cordova-js use
+* Updated interface to get Camera working.
+* Rewrote Location class to use cordova-js unified approach.
+* Updated refs from require("cordova") to just "cordova", and other require calls to cordova.require
+* Updated sub-project cordovalib steps
+* Fixed Compass, Location for cordova-js integration
+* Added unification of accelerometer values on ios (based on android values)
+* Removed old JS, added cordova-js version
+* Changes to CordovaLib makefile for generating JS
+* Fixed CB-260: Can't install Phonegap with new Xcode 4.3
+* Fixed Xcode app detection (using Spotlight) in Makefile
+* Fixed CB-306 - Remove extra template App delegate methods
+* Fixes CB-255 - iOS: a parameter with value 'null' is not passed to 'arguments' array
+* Fixed CB-236 - Add ContentLength Header in Upload request
+* Fixed CB-300 - CDVFileTransfer crashes with 303 and empty response
+* Fixed CB-148, CB-316: Playing HTTP / HTTPS urls using the Media API is not working
+* Improved Makefile for mixed Xcode 4.2 and Xcode 4.3.1 environment.
+* Fixed CB-329 - Add warning if multi-tasking is not supported on an iOS device (to console
log)
+* Fixed CB-317 : Xcode: Shell Script Invocation Error when directory has spaces in name
+* Fixed CB-330 - localStorage / SQLDatabase no longer persistent after iOS 5.01 update
+* Fixed CB-347 - iOS 5.1 localStorage / SQLDatabase error after upgrading an app
+* Fixed shell script error - picks up new location of cordova.js (unified) now
+* Fixed NOTICE file with correct project name
+* Added new CDVCommandDelegate stub to MainViewController</pre>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/XYlJBAzgLak" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2012/04/11/cordova-1-6-rc1-directly-from-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2012/04/11/cordova-1-6-rc1-directly-from-github/</feedburner:origLink></item>
		<item>
		<title>WordPress: How to block Edit single post</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/72tGsxlDCBQ/</link>
		<comments>http://blog.fltlab.net/index.php/2012/04/10/wordpress-how-to-block-edit-single-post/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:06:12 +0000</pubDate>
		<dc:creator>flotruglio</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[add_action]]></category>
		<category><![CDATA[admin_head]]></category>
		<category><![CDATA[admin_menu]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[userrole]]></category>
		<category><![CDATA[user_meta]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=470</guid>
		<description><![CDATA[Hi guys, Have you ever needed to Block the editing of a single post (or a group of they) for a single role or a single user? I think that this little hack can help you&#8230; You need to intercept this action: admin_head with the common function add_action and then write your redirect code like [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Wordpress Hack!" src="http://www.scuolacooperativa.net/wordpress/wp-content/uploads/2009/10/wordpress-logo.png" alt="Wordpress Hack!" width="207" height="128" />Hi guys,<br />
Have you ever needed to Block the editing of a single post (or a group of they) for a single role or a single user?<br />
I think that this little hack can help you&#8230;</p>
<p>You need to intercept this action: <em>admin_head</em> with the common function <a href="http://codex.wordpress.org/Function_Reference/add_action">add_action</a> and then write your redirect code like in this sample:</p>
<p><strong>add_action(&#8216;admin_head&#8217;, &#8216;BlockSomePost&#8217;,10 ); </strong></p>
<pre>function BlockSomePost() {
	//Assuming that blockPostArray is and array that contains your locked post ID...
	global $blockPostArray;

    //get The Current user
	$cUser = wp_get_current_user();
	//Check the User Role:
	//assume that blockrole is your blocked Role...
	if(array_search('blockrole',$cUser-&gt;roles)!==FALSE) {

		if($_GET) {
			if(isset($_GET["post"]) &amp;&amp; $_GET["action"]=='edit') {
				$currentPost = $_GET["post"];
				if(array_search($currentPost,$blockPostArray)!==FALSE) {
					//If the current edit post in into the array redirect to your wordpress homepage!
					header( 'Location: ' . get_settings('siteurl') );
					exit();
				}
			}
		}
	}
}</pre>
<p>I hope that you appreciate this snippet&#8230;that is only a starting point to do something more complex, for example you can use the User_Meta fields to attach some post to the user or a database table to store the list of the blocked posts!!</p>
<p>Have a nice coding day!</p>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/72tGsxlDCBQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2012/04/10/wordpress-how-to-block-edit-single-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2012/04/10/wordpress-how-to-block-edit-single-post/</feedburner:origLink></item>
		<item>
		<title>PhoneGap and GoogleAnalytics (without plugins!)</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/L9tuF0bpLqY/</link>
		<comments>http://blog.fltlab.net/index.php/2012/04/10/phonegap-and-googleanalytics/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 00:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Phonegap]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=460</guid>
		<description><![CDATA[Here for you a little tip (on Ios) to start with the Google Analytics during the developing of an IOS PhoneGap Project: &#160; First of all download and do everything is written into this short guide: http://code.google.com/apis/analytics/docs/mobile/download.html#Google_Analytics_SDK_for_iOS; this guide is very simple to follow and if you need any help please contact us! Then, open [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="PhoneGap - Nitobi" src="http://www.talkandroid.com/wp-content/uploads/2011/08/PhoneGap-300x300.png?3995d3" alt="PhoneGap - Nitobi" width="300" height="300" />Here for you a little tip (on Ios) to start with the Google Analytics during the developing of an IOS <a href="http://phonegap.com/">PhoneGap</a> <a href="http://phonegap.com/start#ios-x4">Project</a>:</p>
<p>&nbsp;</p>
<p>First of all download and do everything is written into this short guide: <a href="http://code.google.com/apis/analytics/docs/mobile/download.html#Google_Analytics_SDK_for_iOS">http://code.google.com/apis/analytics/docs/mobile/download.html#Google_Analytics_SDK_for_iOS; </a>this guide is very simple to follow and if you need any help please contact us!
</p>
<p>Then, open your AppDelegate.m File, and look for the function : </p>
<p><strong>- (BOOL) webView:(UIWebView*)theWebView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType</strong>
</p>
<p>When you are into the function, it looks like this: </p>
<pre>- (BOOL) webView:(UIWebView*)theWebView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWebViewNavigationType)navigationType<br/>
{<br/>
 return [self.viewController webView:theWebView shouldStartLoadWithRequest:request navigationType:navigationType];<br/>
}<br/>
</pre>
<p>And you need to add these few lines to the top of the function:</p>
<pre>
NSString* path = [NSString stringWithFormat:@"%@",request];<br/>
 if([path hasPrefix:@"mailto"]==NO) {<br/>
 NSRange range = [path rangeOfString:@"/" options:NSBackwardsSearch];<br/>
 NSString* fileName = [NSString stringWithFormat:@"/%@",[path substringFromIndex:range.location + 1]];<br/>
 NSError *error;<br/>
 if (![[GANTracker sharedTracker] trackPageview:fileName<br/>
 withError:&amp;error]) {<br/>
 NSLog(@"error in trackPageview");<br/>
 }<br/>
 }<br/>
</pre>
<p>With these few lines we can intercept the reload of the webview and then send a PageView to the Google Analytics tracker!!  <br />
Do not forgot to include the tracker into your AppDelegate! </p>
<p>Have a fun coding! </p>
<pre>
</pre>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/L9tuF0bpLqY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2012/04/10/phonegap-and-googleanalytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2012/04/10/phonegap-and-googleanalytics/</feedburner:origLink></item>
		<item>
		<title>Mobile School: The mobile Revolution has begun (in Italian Way!)</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/q_zpEYHhQB4/</link>
		<comments>http://blog.fltlab.net/index.php/2011/09/14/mobile-school-the-mobile-revolution-has-begun-in-italian-way/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 09:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[gtug]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[mobile school]]></category>
		<category><![CDATA[mobileschool]]></category>
		<category><![CDATA[sviluppare android]]></category>
		<category><![CDATA[sviluppare app]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=435</guid>
		<description><![CDATA[MobileSchool is now ready for you&#8230; and the Italian Developer can improve their knowledge through it! Now the subscriptions are open! Subscribe yourself to one of the stages of the Mobile Revolution; the tour starts in October from Palermo (Sicily) and get to Milan in various stages to disseminate the mobile knowledge. You can learn [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fltlab.net/wp-content/uploads/2011/05/mobile_school.jpg"><img class="alignleft size-thumbnail wp-image-427" title="mobile_school" src="http://blog.fltlab.net/wp-content/uploads/2011/05/mobile_school-150x66.jpg" alt="" width="150" height="66" /></a> MobileSchool is now ready for you&#8230; and the Italian Developer can improve their knowledge through it!</p>
<div id="_mcePaste">Now the subscriptions are open!</div>
<div id="_mcePaste">Subscribe yourself to one of the stages of the Mobile Revolution; the tour starts in October from Palermo (Sicily) and get to Milan in various stages to disseminate the mobile knowledge.</div>
<p>You can learn more from the website that speaks about it, such as RabenBlog (visible at: <a href="http://rabenblog.eraben.com/w/index.php/difficolta/saputello/sviluppare-applicazioni-android-con-mobileschool/">http://rabenblog.eraben.com/w/index.php/difficolta/saputello/sviluppare-applicazioni-android-con-mobileschool/</a>) that wrote a beautiful post about Francesco Lo Truglio and his role in the MobileSchool!</p>
<p>and now, what do you want to do? Do you want to stand outside and watch this revolution? Join it!</p>
<p><a href="http://www.mobileschool.it">http://www.mobileschool.it</a></p>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/q_zpEYHhQB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2011/09/14/mobile-school-the-mobile-revolution-has-begun-in-italian-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2011/09/14/mobile-school-the-mobile-revolution-has-begun-in-italian-way/</feedburner:origLink></item>
		<item>
		<title>Apple: Steve Jobs resigns as CEO</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/J3Jjz-xQJVw/</link>
		<comments>http://blog.fltlab.net/index.php/2011/08/25/apple-steve-jobs-resigns-as-ceo/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 08:35:27 +0000</pubDate>
		<dc:creator>flotruglio</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Steve jobs]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=430</guid>
		<description><![CDATA[As you know Steve Jobs yesterday resigned as CEO of Apple..and now? He, the amazing mind behind  &#8220;new era devices &#8221; such the iPhone and the Ipad, he that turned Apple  into one of the world&#8217;s most powerful and innovative companies, now maybe for unspecified medical condition leave the leading of Apple..and now? Now that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Steve jobs Apple's GrandMaster!" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Steve_Jobs_Headshot_2010-CROP.jpg/220px-Steve_Jobs_Headshot_2010-CROP.jpg" alt="" width="220" height="216" />As you know <a href="http://www.thestate.com/2011/08/24/1945547/apple-says-steve-jobs-resigning.html">Steve Jobs</a> yesterday resigned as CEO of Apple..and now?</p>
<p>He, the amazing mind behind  &#8220;new era devices &#8221; such the iPhone and the Ipad, he that turned Apple  into one of the world&#8217;s most powerful and innovative companies, now maybe for unspecified medical condition leave the leading of Apple..and now? Now that the war has just bugin? What will happen?</p>
<p>Now that Google has bought Motorola Mobile and now that Nokia will use Wp7 in its mobile devices?Now that Apple has to show to the whole World his Lion teeth&#8230;The only thing can we can expect is a period in whitch the shares will be strange and they do some up and down&#8230;but now we just have to wait for the next move of Tim Cook (the new CEO of Apple)  and wait for recovery of the shares and the launch of the new devices&#8230;</p>
<p>What do you think about these facts?<br />
Add comment or write to myself to increase the prediction of the new Apple era!</p>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/J3Jjz-xQJVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2011/08/25/apple-steve-jobs-resigns-as-ceo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2011/08/25/apple-steve-jobs-resigns-as-ceo/</feedburner:origLink></item>
		<item>
		<title>MobileSchool: Challenge 1Idea1App</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/zmNy-oVC7ro/</link>
		<comments>http://blog.fltlab.net/index.php/2011/05/28/mobileschool-challenge-1idea1app/#comments</comments>
		<pubDate>Sat, 28 May 2011 14:15:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[gtug]]></category>
		<category><![CDATA[1Idea1App]]></category>
		<category><![CDATA[fltlab]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobileschool]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=426</guid>
		<description><![CDATA[Hey guys! Have you an idea for a mobile app? or do you want to learn how to make a mobile app? Join the challenge and explore the mobileschool contest, the first traveling mobile school!]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fltlab.net/wp-content/uploads/2011/05/mobile_school.jpg"><img class="alignright size-thumbnail wp-image-427" title="mobile_school" src="http://blog.fltlab.net/wp-content/uploads/2011/05/mobile_school-150x66.jpg" alt="" width="150" height="66" /></a>Hey guys!<br />
Have you an idea for a mobile app? or do you want to learn how to make a mobile app?</p>
<p>Join the challenge and explore the mobileschool contest, the first traveling mobile school!</p>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/zmNy-oVC7ro" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2011/05/28/mobileschool-challenge-1idea1app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2011/05/28/mobileschool-challenge-1idea1app/</feedburner:origLink></item>
		<item>
		<title>Palermo GTUG “News from Google I/O 2011″ live streaming</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/ga2i9AF94qs/</link>
		<comments>http://blog.fltlab.net/index.php/2011/05/24/palermo-gtug-news-from-google-io-2011-live-streaming/#comments</comments>
		<pubDate>Tue, 24 May 2011 14:18:04 +0000</pubDate>
		<dc:creator>Adriano Tornatore</dc:creator>
				<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[Google I/O]]></category>
		<category><![CDATA[GTUG palermo]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=418</guid>
		<description><![CDATA[You can watch the event LIVE here or clicking here Watch live streaming video from palermogtug at livestream.com]]></description>
			<content:encoded><![CDATA[<p>You can watch the event LIVE here or clicking <a title="Palermo GTUG - News from Google I/O 2011" href="http://livestre.am/1CTv">here</a></p>
<p><a title="Palermo GTUG - News from Google I/O 2011" href="http://livestre.am/1CTv"><img src="http://thinkingdigital.files.wordpress.com/2010/02/gtug.jpg"></img></a></p>
<div style="font-size: 11px;padding-top:10px;text-align:center;width:560px">Watch <a href="http://www.livestream.com/?utm_source=lsplayer&amp;utm_medium=embed&amp;utm_campaign=footerlinks" title="live streaming video">live streaming video</a> from <a href="http://www.livestream.com/palermogtug?utm_source=lsplayer&amp;utm_medium=embed&amp;utm_campaign=footerlinks" title="Watch palermogtug at livestream.com">palermogtug</a> at livestream.com</div>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/ga2i9AF94qs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2011/05/24/palermo-gtug-news-from-google-io-2011-live-streaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2011/05/24/palermo-gtug-news-from-google-io-2011-live-streaming/</feedburner:origLink></item>
		<item>
		<title>Beginning with honeycomb (new developing experience)</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/WU81kJU1CdE/</link>
		<comments>http://blog.fltlab.net/index.php/2011/05/22/beginning-with-honeycomb-new-developing-experience/#comments</comments>
		<pubDate>Sun, 22 May 2011 14:24:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[android 3.0]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[galaxy tab 10.1]]></category>
		<category><![CDATA[honeycom]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[xoom]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=414</guid>
		<description><![CDATA[Hello to everybody, after more than a two year on Android platform, we have a new powerful framework to develop tablet based application. Android HoneyComb! what is ? i cannot spend a lot of words on this but you can read the specs on another post of mine (honeycomb), because in this post i want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fltlab.net/wp-content/uploads/2011/05/honeycomb.jpg"><img class="alignleft size-thumbnail wp-image-415" title="honeycomb" src="http://blog.fltlab.net/wp-content/uploads/2011/05/honeycomb-150x150.jpg" alt="" width="150" height="150" /></a>Hello to everybody,<br />
after more than a two year on Android platform, we have a new powerful framework to develop tablet based application.</p>
<p>Android HoneyComb! what is ? i cannot spend a lot of words on this but you can read the specs on another post of mine (<a href="http://blog.fltlab.net/index.php/2011/02/07/android-honeycomb-is-coming-3-0/">honeycomb</a>), because in this post i want describe the most important news, needed to have a first approach to this developing environment!</p>
<p>The language and the tools are the same (eclipse, java &#8230;and so on!) but the approach need to be different, in honeycomb we have the &#8220;Fragment&#8221;.</p>
<p>The Fragments be a great way to display content, and allow easier navigation of tablet devices, they are similar to the activity but they are only a piece of the global activity. A Fragment object is something between a View and and Activity: It can be part of a layout, but it isn&#8217;t a subclass of View. It implements the ComponentCallbacks interface, and it has a lifecycle, but that lifecycle is dependent on the Activity the Fragment object belongs to. Let&#8217;s see what it can do for us in a tablet-sized user interface.</p>
<p>There are four important thing that the fragment do for you:</p>
<ul>
<li><strong>Dialogs: </strong>there is a Fragment called DialogFragment that makes it easy to show a Dialog that is managed as part of the Activity lifecycle.<br />
<em>This replaces Activity’s “managed dialog” APIs.</em></li>
<li><strong>ListActivity: </strong>Another kind of Fragment called ListFragment makes it easy to show a list of data.<br />
This is similar to the existing ListActivity (with a some new features), but answer to the common question about how to show a list with some other data.</li>
<li><strong>State and restoring:</strong> all fragments currently attached to an activity are saved for you by the framework in the activity’s saved instance state and restored for you when it restarts. With this you get help on saving (and restoring) the state of the single fragment.</li>
<li><strong>History and Navigation:</strong> The backstack of all the fragment object loaded is managed by the framework; so it is very easy the use of the activity back button, and you can integrate the existing activity to the fragment backstack! This kind of state is also saved and restored for you automatically.</li>
</ul>
<p>Now we are ready to begin! follow us, in a couple of day we will prepare a complete example regarding a first honeycomb application to interact with facebook!</p>
<p>Stay tuned!</p>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/WU81kJU1CdE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2011/05/22/beginning-with-honeycomb-new-developing-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2011/05/22/beginning-with-honeycomb-new-developing-experience/</feedburner:origLink></item>
		<item>
		<title>News from Google I/O 2011</title>
		<link>http://feedproxy.google.com/~r/SomeWordsFromTechnologyBriefcase/~3/EHivH9jb_Ms/</link>
		<comments>http://blog.fltlab.net/index.php/2011/05/20/news-from-google-io-2011/#comments</comments>
		<pubDate>Fri, 20 May 2011 18:27:25 +0000</pubDate>
		<dc:creator>Adriano Tornatore</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[are you curious?]]></category>
		<category><![CDATA[gtug]]></category>
		<category><![CDATA[FLT.lab]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google I/O]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile shool]]></category>
		<category><![CDATA[palermo]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=407</guid>
		<description><![CDATA[All ready for May 24 when at ITIS Vittorio Emanuele III (via Duca della Verdura, 48 &#8211; Palermo) starting at 3 pm will take place another GTUG (Google Technology User Group) event called &#8220;News from Google I/O 2011&#8243;. We will talk about last technologies and solutions shown in the biggest Google I/O event in San [...]]]></description>
			<content:encoded><![CDATA[<div>All ready for May 24 when at ITIS Vittorio Emanuele III (via Duca della Verdura, 48 &#8211; Palermo) starting at 3 pm will take place another GTUG (Google Technology User Group) event called &#8220;News from Google I/O 2011&#8243;.<br />
We will talk about last technologies and solutions shown in the biggest Google I/O event in San Francisco on 10-11 May. Here the full program:</div>
<div>
<ul>
<li>News from <a href="http://www.google.com/events/io/2011/">Google I/O 2011</a></li>
<li>Case study on <a href="https://chrome.google.com/webstore">Chrome Webstore</a>: developing tools and best practices</li>
<li>Palermo GTUG members developed Android apps showcases</li>
<li>Introducing Android Tablet &#8220;ASUS Eee Pad Transformer&#8221; by <a rel="nofollow" href="http://www.infograf.tv/">Infograf sas</a> company</li>
<li>Google Jobs: recruitment and applications collection</li>
<li>Question time</li>
</ul>
</div>
<div>
<div></div>
<div></div>
<div><a href="https://sites.google.com/site/palermogtug/home/novita-da-google-i-o-2011/claudio.jpg?attredirects=0"><img src="https://sites.google.com/site/palermogtug/_/rsrc/1304583299015/home/novita-da-google-i-o-2011/claudio.jpg" border="0" alt="" /></a></div>
<div></div>
<p>Main speaker will be Claudio Cherubino from Sicily, Developer Programs  Engineer at Google&#8217;s offices in London, he works on <a href="http://code.google.com/intl/it-IT/googleapps/">Google Apps API</a> and on  <a href="https://www.google.com/enterprise/marketplace/?pli=1">Google Apps Marketplace</a>.<br />
He worked also as software developer, technology  evangelist, community manager, consultant, technical translator and several open-source projects got his contributes like MySQL, PHP,  WordPress, Songbird and Voldemort Project.</p>
</div>
<div>To see his developer profile just click here <a href="http://code.google.com/intl/it-IT/team/">http://code.google.com/intl/it-IT/team/</a>.</div>
<div>We will also show our current project and our ideas about all mobile world, especially about the growing Android world that is getting more importance day by day among middle-low profile mobile users.</div>
<div>We also will talk about our starting project referred to our mobile schools in all Italy and all its mobile developing opportunities.</div>
<div><strong>Free entry</strong>.</div>
<div></div>
<div>This event is organized by Palermo Google Tecnology User Group in partnership with <a rel="nofollow" href="http://www.itivittorioemanueleterzopa.it/">ITIS Vittorio Emanuele III</a>.</div>
<img src="http://feeds.feedburner.com/~r/SomeWordsFromTechnologyBriefcase/~4/EHivH9jb_Ms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2011/05/20/news-from-google-io-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.fltlab.net/index.php/2011/05/20/news-from-google-io-2011/</feedburner:origLink></item>
	</channel>
</rss>

