<?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>Woork Up &#187; spotlight</title>
	<atom:link href="http://woorkup.com/tag/spotlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://woorkup.com</link>
	<description>A fresh charge of  creativity</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:03:37 +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>The State of Social Porn</title>
		<link>http://woorkup.com/2010/06/24/the-state-of-social-porn/</link>
		<comments>http://woorkup.com/2010/06/24/the-state-of-social-porn/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 22:23:51 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[Popular]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=3279</guid>
		<description><![CDATA[They revolutionized the on-line porn fruition. They’re among the most visited site in the whole web. A growing phenomenon that’s called Social Porn.]]></description>
			<content:encoded><![CDATA[<div style="background:url(http://woorkup.com/wp-content/uploads/2010/06/state_of_social_porn.jpg) no-repeat  #f2f2f2;">
<div style="width:160px; text-align:left; font-family:georgia; font-size:13px; line-height:16px; color:#555; position:relative; margin-left:14px; padding-top:220px;">
<strong style="color:#000; margin-bottom:10px; display:block;">They revolutionized the on-line porn fruition. They’re among the most visited sites in the whole web. A growing phenomenon that’s called Social Porn.</strong></p>
<p>With the term <i>Social Porn</i> or <i>Porn 2.0</i> people usually indicate all those sites, created after 2005 following the Web 2.0 philosophy, distributing &#8211; usually for free &#8211; porn content generated by the users themselves.</p>
<p>Since their first appearance, Social Porn Websites, did not only change the way people experience pornography on the internet, but also became enormously successful in terms of popularity and requests that largely contributed to aggravating the crisis in the ”Adult Entertainment” genre already started in the early days of the Internet.</p>
<p>According to statistics in June 2010, based on data from Alexa and Google Trends, PornHub is currently the most visited with over 7.9 million unique visitors (daily) followed by YouPorn (6.2 million), Xvideos (5.4 million) and RedTube (5.1 million).</p>
</div>
<div style="text-align:left; font-family:georgia; font-size:13px; line-height:16px; color:#555; padding-bottom:20px; position:relative; margin-left:14px; padding-right:14px;">
The USA are in pole position for the highest numbers in daily unique visitors, followed by United Kingdom, Japan, Italy and Germany.</p>
<p>According to Alexa Top Sites rankings, there are 4 social porn websites in the top one-hundred: PornHub (in 52nd position), XVideos (in 55th position), YouPorn (in 62nd position) and Tube8 (in 93rd position).</p>
<p>Closing, a curiosity: the most popular movie on YouPorn has been viewed over 37,900,000 times and the second most watched &#8211; the video of Paris Hilton that appeared some time ago &#8211; reached more than 36 million views.</p>
<p><span style="color:#000; font-szie:11px;">&copy; 2010 Woork Up</span>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/06/24/the-state-of-social-porn/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Simple Process To Develop WordPress Themes</title>
		<link>http://woorkup.com/2010/06/04/simple-process-to-develop-wordpress-themes/</link>
		<comments>http://woorkup.com/2010/06/04/simple-process-to-develop-wordpress-themes/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 21:27:40 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=3070</guid>
		<description><![CDATA[A frequently asked question I often receive &#8211; mainly from people who start having a hand in developing WordPress themes for the first time &#8211; is: what’s the right way to proceed for implementing a custom theme? What’s the order with which modifying all various files which compose the default theme? As I already said [...]]]></description>
			<content:encoded><![CDATA[<p><span class="big">A frequently asked question I often receive &#8211; mainly from people who start having a hand in developing WordPress themes for the first time &#8211; is: what’s the right way to proceed for implementing a custom theme? What’s the order with which modifying all various files which compose the default theme?</span></p>
<p>As I already said in other posts replying to similar questions, there are not fixed rules (it much depends on how you used to working) but there are some simple guidelines which can be follow to proceed with method and work more efficiently. </p>
<p><strong>Draw a sketch</strong> — Before having a hand in writing the code (html, css, php, and so on) of your WordPress theme I always suggest to draw a sketch of the layout on paper. This is a good practice you should adopt every time start to design a website. In my opinion, if you don’t want to wast your time, you should never start writing directly the code without a precise idea about how your theme will look like.</p>
<p>Thinking with a blank paper helps you focus on ideas and is an useful way to identify the main sections which will compose the final layout. At the same time, in this phase, you can define on paper some general CSS attributes for each section such as weight, margin and padding.</p>
<p><strong>Start coding</strong> — The default theme of WordPress is a good base from which to make a custom theme. As you know WordPress themes are composed by several  PHP files which represent each a specific page or a portion of page. As first step, I suggest you to start customizing these files in this order: header.php, footer.php and single.php. In this way you’ll have quickly enough a first idea of the final look of your theme. Then reuse the code you already used in single.php to customize all other pages (tags.php, categories.php, search.php,&#8230;). Leave index.php (the home page) to last.</p>
<p><strong>Optimize the PHP code</strong> — When your new theme is almost finished take some time to optimize the PHP code. If you have a code snippet repeated in different pages you can think to create a new PHP file which contains that portion of code and include it in every page where it recurs. A typical example is a “popular posts” section to repeat in many pages such as home.php, single.php, tags.php, and so on. In this way, every time you need to change something in that section you’ll have to modify it just one time in a single file.</p>
<p><strong>Optimize the CSS code</strong> — Another important step before releasing your theme is to clean up the CSS code in order to remove unused classes and unifying common statements with same attribute values. Lastly use a CSS compressor to create a lightweight version of the CSS file.</p>
<p><strong>Test and publish</strong> — After a session of test with all major browsers, your theme is ready to go live. In that regard if you are a Mac user and you need to test your website on IE7 and IE8 I suggest you to download <a href="http://winebottler.kronenberg.org/">WineBottle</a> a free application which emulate Windows based systems and allow to install several IE version directly on your Mac.</p>
<p>Do you have any suggestion about this topic? Share your though, thanks! </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/06/04/simple-process-to-develop-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>5 Simple Rules for a Better Blog Design</title>
		<link>http://woorkup.com/2010/06/02/5-simple-rules-for-a-better-blog-design/</link>
		<comments>http://woorkup.com/2010/06/02/5-simple-rules-for-a-better-blog-design/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 21:09:35 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=3046</guid>
		<description><![CDATA[When I started working on the new Woork Up I spent some days thinking about how the layout of the new interface of this blog should have been. Before even getting my hands into the CSS code I identified five guidelines for the new layout, the same I want share with you in this post. [...]]]></description>
			<content:encoded><![CDATA[<p><span class="big"> When I started working on the new Woork Up I spent some days thinking about how the layout of the new interface of this blog should have been. </span></p>
<p>Before even getting my hands into the CSS code I identified five guidelines for the new layout, the same I want share with you in this post.</p>
<p><strong>1: Rethinking the home page as a set of focused information readily available at a glance and not as a long vertical list of posts organized by date.</strong></p>
<p><img src="http://woorkup.com/wp-content/uploads/2010/06/nbd-1.jpg" alt="" width="430" height="256" /></p>
<p>For the home page of Woork Up I wanted to create something different from the typical blog layout we&#8217;re used to see. The result is a “compact” <a href="http://woorkup.com">home page</a> with a main section which contains the current featured article and a left column that lists some less recent featured articles.</p>
<p><strong>2: Organizing the page elements so that their disposition quickly directs the readers to the contents which must have greater emphasis and visibility.</strong></p>
<p><img src="http://woorkup.com/wp-content/uploads/2010/06/nbd-3.jpg" alt="" width="430" height="232" /></p>
<p>On the post page I added a section on the left of the text which contained a list of articles related to the current post and some recent featured articles.<br />
The sidebar contains a &#8220;popular posts&#8221; section whit a list of the most recent popular post on Woork Up. The main section contains only the text of the article and the comments area.</p>
<p><strong>3: Optimizing the number of links on pages</strong><br />
Too much information is equal to none. Do not fill your page with links.</p>
<p><strong>4: Reducing the number of social buttons to share posts on social networks and integrating them harmoniously with  the design of the page.</strong></p>
<p><img src="http://woorkup.com/wp-content/uploads/2010/06/nbd-4.jpg" alt="" width="430" height="232" /></p>
<p>Social buttons are useful to make articles popular on social networks and drive more traffic on a website. The only problem is not all social network are appropriate for all websites. In my experience Twitter, Delicious and Facebook are the best sources of traffic for Woork Up. That&#8217;s why in the new layout of this blog I decided to add only three social buttons, integrating them with the style of the page.</p>
<p><strong>5: Making advertising elements minimal and deleting every kind of advertising from the body of the articles.</strong></p>
<p><img src="http://woorkup.com/wp-content/uploads/2010/06/nbd-2.jpg" alt="" width="430" height="268" /></p>
<p>Advertisement is fundamental to monetize the contents of websites. But I admit, as a reader, I hate pages full of banners and in general all kind of invasive advertisement on a website. So I decided to limit advertisements only on the sidebar: this position is perfect for your advertisers and your readers will love  you!</p>
<p>What do you think about this topic? Do you have other useful suggestions to improve blog layout? Share your ideas with a comment. </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/06/02/5-simple-rules-for-a-better-blog-design/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How To Solve iPad Connection Issues</title>
		<link>http://woorkup.com/2010/05/31/how-to-solve-ipad-connection-issues/</link>
		<comments>http://woorkup.com/2010/05/31/how-to-solve-ipad-connection-issues/#comments</comments>
		<pubDate>Mon, 31 May 2010 11:58:35 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=3002</guid>
		<description><![CDATA[<span class="big">Some days ago I bought an iPad (3G+ Wi-Fi model). I used the tablet for two days without problems until this morning I've noticed several issues to connect to the web with both Wi-Fi and cellular data networks.</span>

I've read this is a common problem and in a note Apple reports that a small number of iPad users are experiencing similar issues connecting to Wi-Fi networks and suggests some workarounds to solve it.]]></description>
			<content:encoded><![CDATA[<p><img src="http://woorkup.com/wp-content/uploads/2010/05/ipadconnect-cover1.jpg" width="430" height="200"/></p>
<p><span class="big">Some days ago I bought an iPad (3G+ Wi-Fi model). I used the tablet for two days without any problem until this morning, when I noticed several issues with the connection to the web with both Wi-Fi and cellular data networks.</span></p>
<p>I read this is a common problem and in a note on the support site, Apple reports that a small number of iPad users are experiencing similar issues connecting to Wi-Fi networks and suggests some workarounds to solve it.</p>
<p>I followed all the steps described on that article but the connectivity problems were still there because as I said, my issue is not only limited to the Wi-Fi network but also involves 3G connection. So, after many attempts, I  found a way that works in my case in order to reactivate the connections when this kind of problem occurs. </p>
<p>If you have the same issue try to follow this process to fix it.</p>
<p>First of all if you want to use a Wi-Fi network to connect to the web you need to turn off the cellular data network (Settings > Cellular Data) and the Wi-Fi connection. Than you have to turn on only the Wi-Fi connection to make it work again.</p>
<p>The same process applies if you want to browse the web using a 3G connection. Turn off both cellular data and Wi-Fi connections and then turn on only the cellular data connection. If the problem with the cellular network persists, after doing this process, you have to connect the iPad to the power adapter (it won&#8217;t work via USB only) and than wait a few seconds. This way, your 3G connection will work again.</p>
<p>Please share your story here adding a comment, tell us if you have any problem with the connection and if this solution works for you too! </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/31/how-to-solve-ipad-connection-issues/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>The New Woork Up Is Here</title>
		<link>http://woorkup.com/2010/05/29/the-new-woork-up-is-here/</link>
		<comments>http://woorkup.com/2010/05/29/the-new-woork-up-is-here/#comments</comments>
		<pubDate>Sat, 29 May 2010 21:28:30 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=2950</guid>
		<description><![CDATA[<span class="big">When I started this blog on Blogger, just a little more than a couple of years ago, I was going through the darkest period of my life.</span>

A series of personal events had undermined my balance and completely screwed up my projects of the previous six years. All the things I cared the most suddenly crumbled...]]></description>
			<content:encoded><![CDATA[<p><img src="http://woorkup.com/wp-content/uploads/2010/05/cover-wp.jpg" width="430" height="200" class="alignnone size-full wp-image-2951" /></p>
<p><span class="big">When I started this blog on Blogger, just a little more than a couple of years ago, I was going through the darkest period of my life.</span></p>
<p>A series of personal events had undermined my balance and completely screwed up my projects of the previous six years. All the things I cared the most suddenly crumbled. So quickly that I couldn&#8217;t but let myself be overwhelmed by that storm, unable to react. I sat back and watched the wave sweeping away my life and then slowly going, leaving nothing on its way back.</p>
<p>Until that moment I had always been a positive-thinking and resolute person. From then on I found myself facing the quintessence of misery. I couldn&#8217;t sleep, I began to lose weight, and spent a lot of time blaming myself for mistakes no one ever made. </p>
<p>The worst part of the day was night. It never ended. It was a long and distressing monologue between myself and the ceiling. The nightmare lasted for more than one month. If I look back now it feels like an eternity. When I reached the bottom, a part of me decided not to persevere with the recent nihilistic attraction towards self-destruction. </p>
<p>I began devoting myself to my blog regularly, mainly at night. Writing helped me to focus on something else. It was a small personal success. This blog worked as a real rehab program. Things improved over time, with the same speed with which they fell a few weeks before. It was a kind of tiny and unexpected miracle.</p>
<p> Starting today, Woork Up changes radically in style and content and thanks to the collaboration with Nicola Armellini, new executive editor of the blog, it will lead a path we hope you&#8217;ll enjoy. Nicola and I will have a more journalistic, more personal and opinion-driven approach to the articles that will cover various topics, from business, to social media, to tech trends and innovations. </p>
<p>If I look back at what already happened, it feels like it could work.</p>
<p>And I know it will. </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/29/the-new-woork-up-is-here/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Is the Internet a Missed Opportunity for the Music Industry?</title>
		<link>http://woorkup.com/2010/05/25/is-internet-a-missed-opportunity-for-the-music-industry/</link>
		<comments>http://woorkup.com/2010/05/25/is-internet-a-missed-opportunity-for-the-music-industry/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:23:57 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=2943</guid>
		<description><![CDATA[<span class="big">It was the summer of 1989. For my tenth birthday my parents gave me a portable dual plate cassette recorder.</span>

 It was an old model from Sony, it was black with green and purple stripes on the sides. Anything but attractive on the design side, but doing his job nonetheless. ..]]></description>
			<content:encoded><![CDATA[<p><img src="http://woorkup.com/wp-content/uploads/2010/05/cover-music.jpg" width="430" height="200" class="alignnone size-full wp-image-2944" /></p>
<p><span class="big">It was the summer of 1989. For my tenth birthday my parents gave me a portable dual plate cassette recorder.</span> </p>
<p>It was an old model from Sony, it was black with green and purple stripes on the sides. Anything but attractive on the design side, but doing his job nonetheless. </p>
<p>I spent my afternoons with a classmate of mine duplicating tapes with the tunes of our favorite cartoons. We sold them to our friends at low prices, typically the cost a blank cassette or even free if the request came from a girl we liked.</p>
<p>One day we got our hands on the album &#8220;Foreign Affair” by Tina Turner. We duplicated it but we also kept a copy with us. We did the same for &#8220;Like a Prayer&#8221; by Madonna and &#8220;Money for Nothing&#8221; by Dire Straits. At the time that stuff was incredibly popular on the radio. A guy asked us a dozen copies of each album. We sold them with a 30% markup over the price of the blank tape. In mid-July, a month after the start-up of our business, we had sold more than a hundred tapes. By the end of the month we had gained the  equivalent of one hundred dollars. It was enough for us to enjoy our summer holidays. We split the revenues evenly and quit our activity.</p>
<p>In the late Nineties, with the lightning fast growth of the Internet, Major record labels invested heavily in the online market in order to address the crisis, significantly affected by the piracy of physical media. The web, however, proved to be an endless nightmare for the entire entertainment industry from then on, rather than the opportunity everyone was foreseeing. </p>
<p>Just for the record industry, according to the latest figures published by the Institute for Policy Innovation, the losses from digital piracy score around 13 billion dollars every year. Statistics show that 95% of the music downloaded from the web is illegal. On the average teenager&#8217;s iPod there are about 800 dollars of illegaly downloaded music. If you multiply this value by the number of iPods in circulation, excluding other devices, the total is easily done.</p>
<p>DRM systems are just worthless gibberish. They are an easy mechanism to be bypassed and they prove totally useless if a simple search on any search engine or file sharing client grants you the access to an unlimited amount of illegal data. Despite the efforts by the agencies responsible for fighting online piracy, the phenomenon is not<br />
directly controllable and involves, on a larger scale, the regulation of the Internet at a supranational level.</p>
<p>Meanwhile, I actually wonder if excluding sites hosting illegal material from search results, thus making it more difficult for users to get to the files, could be a first shy step towards downsizing the problem. It wouldn&#8217;t be the solution for sure, but it would at least make the match between supply and demand more complicated. </p>
<p>Some days ago I saw a young girl who was showing the entire discography of Lady Gaga contained in her iPod to a friend in the subway. Her friend asked: “Where did you download it?” The girl replied: “From a site I found on Google!” </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/25/is-internet-a-missed-opportunity-for-the-music-industry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eBook Readers: State of the Market</title>
		<link>http://woorkup.com/2010/05/21/ebook-readers-state-of-market/</link>
		<comments>http://woorkup.com/2010/05/21/ebook-readers-state-of-market/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:19:04 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=2936</guid>
		<description><![CDATA[The e-book market is in turmoil. In the next months new models of e-book readers will be launched and this confirms the fact that many companies are interesting in entering into this profitable and growing business. While we’re waiting for what will be the impact of the iPad and Apple’s iBook store on the e-book [...]]]></description>
			<content:encoded><![CDATA[<p><span class="big">The e-book market is in turmoil. In the next months new models of e-book readers will be launched and this confirms the fact that many companies are interesting in entering into this profitable and growing business.</span></p>
<p>While we’re waiting for what will be the impact of the iPad and Apple’s iBook store on the e-book market, according to a Digitimes research, the global e-reader sales totaled 1,43 million units in the first quarter of 2010, and will hit 11,4 million units to the end of the year with a 298% increase from the prior year.</p>
<p>Amazon <a href="http://www.amazon.com/kindle">Kindle</a> remains the favorite device for reading e-books and accounts for about 60% of the market. In a recent note Jeff Bezos, Amazon CEO, commenting the significant growth of Amazon sales in the first quarter of 2010, said Kindle is the Amazon’s #1 bestselling product with over 500,000 available titles.</p>
<p><img src="http://woorkup.com/wp-content/uploads/2010/05/nook.jpg" width="140" height="220" class="alignnone size-full wp-image-2937" style="float:right; margin-left:14px;"/> <a href="http://www.barnesandnoble.com/nook/">Nook</a>, the Barnes &#038; Noble’s ebook reader launched in November 2009, is filling the market gap with Kindle and in March 2010 the B&#038;N device accounted for about 53% of readers shipped to the U.S. Steve Riggio, CEO of Barnes &#038; Noble, said “in addition to the accelerating online sales trends, nook sales have been strong at our bookstores since the product became available”.</p>
<p>Sony with its <a href="http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10551&#038;storeId=10151&#038;categoryId=8198552921644523779">readers</a> family could be an interesting alternative to the Amazon’s Kindle. The Sony’s readers (Touch and Daily model) have a touch interface, while Kindle uses buttons, 3G connectivity and are cheaper then the Amazon’s device.</p>
<p>Borders plans to release its <a href="http://www.borders.com/online/store/MediaView_koboereader">Kobo</a> e-reader in June. This device comes with a 6-inch display, 1GB memory and an elegant design. The price is considerably chaper than other e-readers ($149) and the E Ink display gives a book-quality printing with no backlight, glare, or reflection.</p>
<p>Samsung announced the launch in the next months of its E60 e-reader, an E Ink based device that allows to read e-books, list your favorite music with the integrated MP3 player and save handwritten notes with the stylus pen included. </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/21/ebook-readers-state-of-market/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Reported Third-Quarter Record Revenue of $14.5 Billion</title>
		<link>http://woorkup.com/2010/05/19/microsoft-reported-third-quarter-record-revenue-of-14-5-billion/</link>
		<comments>http://woorkup.com/2010/05/19/microsoft-reported-third-quarter-record-revenue-of-14-5-billion/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:15:38 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=2930</guid>
		<description><![CDATA[For the third-quarter quarter ended Mar. 31, 2010 Microsoft reported record revenue of $14.50 billion with a 6% increase from the same period of the prior year. Windows 7 sales had a relevant impact in this result. Six months after the launch, the new Microsoft’s operating system has sold more than 100 million copies and, [...]]]></description>
			<content:encoded><![CDATA[<p><span class="big">For the third-quarter quarter ended Mar. 31, 2010 Microsoft reported record revenue of $14.50 billion with a 6% increase from the same period of the prior year.<span></p>
<p>Windows 7 sales had a relevant impact in this result. Six months after the launch, the new Microsoft’s operating system has sold more than 100 million copies and, according to the Microsoft note, more than 10% of all PCs worldwide are running Windows 7 today. This is certainly comforting for the Redmond’s company after the bad parenthesis of Vista.</p>
<p>Peter Klein, chief financial officer at Microsoft, said “Windows 7 continues to be a growth engine, but we also saw strong growth in other areas like Bing search, Xbox LIVE and our emerging cloud services”.</p>
<p>Windows &#038; Windows Live Division leads revenues with $4,415 millions with a 128% growth with respect the same period of 2009 followed by Microsoft Business Division ($4,243 millions), Server and Tools ($3,575 millions), and Entertainment and Devices Division ($1,665 millions). </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/19/microsoft-reported-third-quarter-record-revenue-of-14-5-billion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Mini Laptops for Always Connected People</title>
		<link>http://woorkup.com/2010/05/18/interesting-mini-laptops-for-always-connected-people/</link>
		<comments>http://woorkup.com/2010/05/18/interesting-mini-laptops-for-always-connected-people/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:13:18 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=2926</guid>
		<description><![CDATA[The past week I preordered an iPad (32 Gb model + Wi-Fi + 3G). I&#8217;m going to replace my old netbook – a HP mini with Windows XP – with the Apple’s tablet to update this blog, browse the internet, check my e-mail and work on new articles when I travel or I’m away from [...]]]></description>
			<content:encoded><![CDATA[<p>The past week I preordered an iPad (32 Gb model +  Wi-Fi + 3G). I&#8217;m going to replace  my old netbook – a HP mini with Windows XP – with the Apple’s tablet to update  this blog, browse  the internet, check my e-mail and work on new articles when I travel or I’m away from home.</p>
<p>Probably someone is thinking the iPad isn’t the most appropriate device for my needs and  I could buy a powerful netbook at a smaller price.</p>
<p>This is true &#8211;  in part &#8211; but I can’t deny I was look forward  for some time  to have in my hands the last Apple product and  experience if and how it’s can be used effectively not only to enjoy contents but also as a device to create them. If you have my same needs but, for several reasons, you prefer something more traditional, the best choice remains without doubt a netbook which offers a good balance among performances, portability, connectivity options and price. </p>
<p>Market offers a variety of products for all needs and different consumer groups.</p>
<h3>Nokia Booklet 3G</h3>
<p><img src="http://woorkup.com/wp-content/uploads/2010/05/nokia3g.jpg" alt="" title="nokia3g" width="430" height="200" class="alignnone size-full wp-image-2927" /></p>
<p>Recently Nokia launched its <a href="http://europe.nokia.com/find-products/mini-laptops">Booklet 3G</a> one of the best mini laptop on the market  with a beautiful design and, broad range of built-in connectivity options including 3G  and Wi-Fi, and  with an exceptional battery life up to 12 hours. It comes with a powerful Intel Atom 1.6 GHz processor, which ensures high performances, and Genuine Windows 7 Home Premium. This netbook is perfect for people who need to stay always connected. The only negative aspect is the price €699 (or $549 for US market).</p>
<h3>Dell Inspiron Mini10</h3>
<p><img src="http://woorkup.com/wp-content/uploads/2010/05/dell.jpg" alt="" title="dell" width="430" height="200" class="alignnone size-full wp-image-2928" /></p>
<p>A more affordable alternative is the <a href="http://www.dell.com/us/en/home/notebooks/laptop-inspiron-10/pd.aspx?refid=laptop-inspiron-10&#038;s=dhs&#038;cs=19">Dell Inspiron Mini10</a> (starting price $279.00) available with Windows XP Home edition or Windows 7. Its comfortable keyboard is perfect to work on your documents (text files, spreadsheets) and the model with optional built-in GPS ($399.00) is perfect to navigate and stay connected with your coworkers, friends and family.</p>
<h3>Acer Aspire One 532h</h3>
<p>The new <a href="http://us.acer.com/showrooms/aspireone/">Acer Aspire One 532h</a> is another interesting and powerful netbook which provides up to 10 hours of battery life, good performances and good connectivity options (3G optional). It comes with Windows 7 and a multi gesture touchpad which simplify the way you interact with your laptop (starting price $300.00). The only weakness in my view is a low appeal of its design but overall is a good compromise between price and performances.</p>
<p>If you have any suggestion about other netbook model leave a comment. </p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/18/interesting-mini-laptops-for-always-connected-people/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inspiring Music Playlist for Web Designers n. 05</title>
		<link>http://woorkup.com/2010/05/10/inspiring-music-playlist-for-web-designers-n-05/</link>
		<comments>http://woorkup.com/2010/05/10/inspiring-music-playlist-for-web-designers-n-05/#comments</comments>
		<pubDate>Mon, 10 May 2010 20:26:23 +0000</pubDate>
		<dc:creator>Antonio Lupetti</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://woorkup.com/?p=2631</guid>
		<description><![CDATA[The issue number 5 of our weekly playlist for web designers.]]></description>
			<content:encoded><![CDATA[<p>This week our weekly inspiring playlist for web designers contains eight new beautiful tracks. Any suggestion for the next issue? Please leave a comment or <a href="http://feeds2.feedburner.com/Woork">subscribe to our RSS</a> feeds to stay update on our news!</p>
<h3>Fink &#8211; Sort Of Revolution</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/n8OH8Uautpk&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/n8OH8Uautpk&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Goldfrapp &#8211; Utopia</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/1EZTzRdU8po&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1EZTzRdU8po&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Madonna &#8211; Substitute For Love </h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/0Frr0l9vz_4&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0Frr0l9vz_4&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Cinematic Orchestra &#8211; All That You Give</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/0F1RVXfiWEE&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0F1RVXfiWEE&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Naomi &#8211; White</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/nCNN5nuJ3T8&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nCNN5nuJ3T8&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Loner- Lights Which Pass</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/Vv_QnS9TIug&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Vv_QnS9TIug&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Tina Dickow &#8211; All I See</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/lqyclsSUMqQ&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lqyclsSUMqQ&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
<h3>Mozez &#8211; Feel Free</h3>
<p><object width="430" height="250"><param name="movie" value="http://www.youtube.com/v/f2Td45OE7Ds&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/f2Td45OE7Ds&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="430" height="250"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://woorkup.com/2010/05/10/inspiring-music-playlist-for-web-designers-n-05/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
