<?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>Software utilities</title>
	
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SoftwareUtilities" /><feedburner:info uri="softwareutilities" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>CSS background color, opacity and alpha</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/C4-kcWfFll4/</link>
		<comments>http://www.small-software-utilities.com/2012/02/css-background-color-opacity-and-alpha/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 17:20:09 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet explorer]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=278</guid>
		<description><![CDATA[If you need to have a background color with a background not fully opaque, i.e. with an alpha layer, here&#8217;s the sample CSS taht you need: &#160; &#160; &#160; &#160; &#160; .alpha60 { /* Fallback for web browsers that doesn't support RGBa */ background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */ background: [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2012/02/css-background-color-opacity-and-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2012/02/css-background-color-opacity-and-alpha/</feedburner:origLink></item>
		<item>
		<title>Single page authorization in CakePHP</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/5QwSkPH5ndQ/</link>
		<comments>http://www.small-software-utilities.com/2012/01/single-page-authorization-in-cakephp/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:55:42 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=270</guid>
		<description><![CDATA[If you require the user to login in order to access a single page in cake PHP, and allow free access to the other pages, you could do a very simple thing. Edit you pages_controller.php file (or create one if you don&#8217;t have), and add this code to the beforeFilter funcition (create this function if [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2012/01/single-page-authorization-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2012/01/single-page-authorization-in-cakephp/</feedburner:origLink></item>
		<item>
		<title>User defined dictionary in Eclipse CDT</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/SQbYjh1K3tQ/</link>
		<comments>http://www.small-software-utilities.com/2011/10/user-defined-dictionary-in-eclipse-cdt/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:06:14 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=268</guid>
		<description><![CDATA[It may happen that you want to add words to a user dictionary while using Eclipse CDT. At first it seems that it does not work, since it keeps saying &#8220;A user dictionary is needed to add words. Do you want to configure it now?&#8221;, even though you specified a custom dictionary file! The problem [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2011/10/user-defined-dictionary-in-eclipse-cdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2011/10/user-defined-dictionary-in-eclipse-cdt/</feedburner:origLink></item>
		<item>
		<title>Boost log  linking problem with parse_formatter</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/lGNTT3lwbDs/</link>
		<comments>http://www.small-software-utilities.com/2011/09/boost-log-linking-problem-with-parse_formatter/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 09:27:30 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=265</guid>
		<description><![CDATA[While compiling boost log you may get a linker error like this: &#160; undefined reference to `boost::log2_mt_nt5::formatter_types&#60;char&#62;::formatter_type boost::log2_mt_nt5::parse_formatter&#60;char&#62;(char const*, char const*)&#8217; &#160; This is due to a missing library, specifically boost_log_setup, which you should add to the library list. &#160; Happy coding!]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2011/09/boost-log-linking-problem-with-parse_formatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2011/09/boost-log-linking-problem-with-parse_formatter/</feedburner:origLink></item>
		<item>
		<title>Add navigation arrows to jQuery tabs</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/ngUkxXZCIbo/</link>
		<comments>http://www.small-software-utilities.com/2011/05/add-navigation-arrows-to-jquery-tabs/#comments</comments>
		<pubDate>Thu, 26 May 2011 08:56:44 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=259</guid>
		<description><![CDATA[I needed to add navigation arrows to a couple of jQuery tabs, it&#8217;s easy to implement by using a few functions: suppose we have the following HTML: &#60;div id=&#8221;tabs&#8221;&#62; &#60;ul&#62; &#60;li&#62;&#60;img id=&#8221;left&#8221; src=&#8221;left.png&#8221; alt=&#8221;" /&#62;&#60;/li&#62; &#60;li&#62;&#8230;&#60;/li&#62; &#60;li&#62;&#60;img id=&#8221;right&#8221; src=&#8221;right.png&#8221; alt=&#8221;" /&#62;&#60;/li&#62; &#60;/ul&#62; We can simply add this js code: $(function() { $tabs = $("#tabs").tabs(); $("#left").click(function(){ [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2011/05/add-navigation-arrows-to-jquery-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2011/05/add-navigation-arrows-to-jquery-tabs/</feedburner:origLink></item>
		<item>
		<title>Eclipse, Tomcat, Vaadin</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/eSbrbcZ7mfM/</link>
		<comments>http://www.small-software-utilities.com/2011/01/eclipse-tomcat-vaadin/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 16:44:30 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2011/01/eclipse-tomcat-vaadin/</guid>
		<description><![CDATA[Just in case you run in the same problem, I want to share this with you. Let’s start from the beginning. I started playing with Vaadin and decided to use Eclipse. Actually, is there a real alternative? So I setup a data access Java project and started playing with hibernate. Then I created the Vaadin [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2011/01/eclipse-tomcat-vaadin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2011/01/eclipse-tomcat-vaadin/</feedburner:origLink></item>
		<item>
		<title>Setting Cakephp scaffold layout</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/n2wWKr-H6rM/</link>
		<comments>http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:27:23 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/</guid>
		<description><![CDATA[I don’t know why but it seems that cakephp does not uses the same layout logic for the scaffold view as for the rest of the pages. If you have the same problem, you can set the layout from the controller like this: &#60;?php class MyController extends AppController { var $scaffold; var $layout = 'mylayout'; [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/</feedburner:origLink></item>
		<item>
		<title>Google map v3 Cakephp Helper</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/etNWcnBXSNc/</link>
		<comments>http://www.small-software-utilities.com/2010/06/google-map-v3-cakephp-helper/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:06:51 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web tools]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2010/06/google-amp-v3-cakephp-helper/</guid>
		<description><![CDATA[Recetly I found out a nice google maps helper for Cakephp, but it is based on version 2. There is a new versione of the API, v3, which has many improvements,  including faster loading time, better compatibility with mobile devices and more. Since I could not find an helper for this new version, I decided [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2010/06/google-map-v3-cakephp-helper/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2010/06/google-map-v3-cakephp-helper/</feedburner:origLink></item>
		<item>
		<title>Remove document edit protection in Word XP/2003/2007</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/oVOk6AWMDjQ/</link>
		<comments>http://www.small-software-utilities.com/2010/03/remove-document-edit-protection-in-word-xp20032007/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:32:02 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2010/03/remove-document-edit-protection-in-word-xp20032007/</guid>
		<description><![CDATA[Recently I had to modify the header and footer of a word document. I didn’t notice it before, but it was edit protected, so all the options in word, such as cut and paste, where grayed out. I found out a simple way to remove document protection from a Word 2007 document, but not for [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2010/03/remove-document-edit-protection-in-word-xp20032007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2010/03/remove-document-edit-protection-in-word-xp20032007/</feedburner:origLink></item>
		<item>
		<title>Watch .mkv Bluray files on your Samsung TV</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/cY3vBwVSYn0/</link>
		<comments>http://www.small-software-utilities.com/2010/01/watch-mkv-bluray-files-on-your-samsung-tv/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:59:57 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Blu-ray]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=229</guid>
		<description><![CDATA[About a month ago I bought a shiny new Samsung TV, SLN40B650. Its specs didn&#8217;t change much from a lower cost one, such as the 630 model, but it had a very nice feature, internet@TV widgets and the ability to read videos from a USB port. At first I didn&#8217;t think it would be such [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2010/01/watch-mkv-bluray-files-on-your-samsung-tv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2010/01/watch-mkv-bluray-files-on-your-samsung-tv/</feedburner:origLink></item>
		<item>
		<title>A fully-functional iSCSI initiator</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/2K_1Iunn-9U/</link>
		<comments>http://www.small-software-utilities.com/2009/11/a-fully-functional-iscsi-initiator/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:14:33 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/11/a-fully-functional-iscsi-initiator/</guid>
		<description><![CDATA[A fully-functional iSCSI initiator Building a SAN is not possible without a fully-functional iSCSI initiator. The wide range of features should be combined with an affordable price otherwise the product will never become the market leader. StarPort Professional is an iSCSI initiator that offers extensive list of features at low price – let’s have a [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/11/a-fully-functional-iscsi-initiator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/11/a-fully-functional-iscsi-initiator/</feedburner:origLink></item>
		<item>
		<title>Save YouTube videos right on your PC</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/ck1pDuAX1Vg/</link>
		<comments>http://www.small-software-utilities.com/2009/10/save-youtube-videos-right-on-your-pc/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 08:13:01 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Youtube]]></category>
		<category><![CDATA[youtube downloader]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/10/save-youtube-videos-right-on-your-pc/</guid>
		<description><![CDATA[Imagine that you have a tool that allows you to save streaming videos right on your computer. Imagine that it is easy to use, it is free to download and use and that it is easy to operate… Is it like a dream? No, more like reality – with Save Tube Video. A brand-new Save [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/10/save-youtube-videos-right-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/10/save-youtube-videos-right-on-your-pc/</feedburner:origLink></item>
		<item>
		<title>Battery problems on iPhone with firmware 3.1 update</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/gqS9mZMUQgs/</link>
		<comments>http://www.small-software-utilities.com/2009/10/battery-problems-on-iphone-with-firmware-3-1-update/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:39:11 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/10/battery-problems-on-iphone-with-firmware-3-1-update/</guid>
		<description><![CDATA[Hi! I recently updated my old iPhone 2G to the new 3.1 firmware. I also tried installing Cydia for additional applications and control options. I used BossPrefs for some times, and really appreciated the additional control it gave me on the iPhone, but the latest release kept telling me to upgrade to the new SBPrefs [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/10/battery-problems-on-iphone-with-firmware-3-1-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/10/battery-problems-on-iphone-with-firmware-3-1-update/</feedburner:origLink></item>
		<item>
		<title>.it domains in the digital world</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/ZbWzYPQe25w/</link>
		<comments>http://www.small-software-utilities.com/2009/09/it-domains-in-the-digital-world/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 08:53:14 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Domains]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/09/it-domains-in-the-digital-world/</guid>
		<description><![CDATA[Finally, after a ong long, too long time, for registering an .it domains there is no need of a fax! It is a great advancement, also considering that this is true for com domains since 1993! You can now register a domain much easier! This could also be a boost for .it domain prices, which [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/09/it-domains-in-the-digital-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/09/it-domains-in-the-digital-world/</feedburner:origLink></item>
		<item>
		<title>KPMRS iPhone App released: website rankings on the iPhone</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/Kl2g1BitIjI/</link>
		<comments>http://www.small-software-utilities.com/2009/09/kpmrs-iphone-app-released-website-rankings-on-the-iphone/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 07:45:39 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/09/kpmrs-iphone-app-released-website-rankings-on-the-iphone/</guid>
		<description><![CDATA[The KPMRS iPhone App: Now you can check your website rankings for your targeted keywords on Google, Bing and Yahoo, all on your iPhone. Stay updated of your rankings while on the go! The KPMRS bar: This clever toolbar sits in your browser, maintains a low-profile, and instantly informs you of your website rankings on [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/09/kpmrs-iphone-app-released-website-rankings-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/09/kpmrs-iphone-app-released-website-rankings-on-the-iphone/</feedburner:origLink></item>
		<item>
		<title>How to write a good contact form for your website</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/tDqLBcaXHtw/</link>
		<comments>http://www.small-software-utilities.com/2009/09/how-to-write-a-good-contact-form-for-your-website/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 07:05:39 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web marketing]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/09/how-to-write-a-good-contact-form-for-your-website/</guid>
		<description><![CDATA[I’ve just built a new website, and I created a contact form. But it’s nothing special, it’s not appealing, what can I do? Maybe you often wondered how to write a good contact form for your website, and I did too yesterday. Luckily I found an interesting post with 20 examples of contact forms for [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/09/how-to-write-a-good-contact-form-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/09/how-to-write-a-good-contact-form-for-your-website/</feedburner:origLink></item>
		<item>
		<title>Word-Ex-Press</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/HuRzgeKcWiU/</link>
		<comments>http://www.small-software-utilities.com/2009/09/word-ex-press/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 16:06:50 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress theme]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2009/09/word-ex-press/</guid>
		<description><![CDATA[Word-Ex-Press is a blog entirely devoted to studies on WordPress and its development. It hosts a collection of resources dealing with the popular GPL blog-management system, including tutorials, tricks and hacks, plugins and themes reviews, development studies, and videos. An entire section of the blog regards the search engine optimization with WordPress. The authors of [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/09/word-ex-press/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/09/word-ex-press/</feedburner:origLink></item>
		<item>
		<title>Openoffice.org Conference 2009 in Orvieto, Italy</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/kGvN4kPZqnE/</link>
		<comments>http://www.small-software-utilities.com/2009/09/openofficeorg-conference-2009-in-orvieto-italy/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:12:19 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=217</guid>
		<description><![CDATA[It will be held in Orvieto, in November, the World Conference of the Openoffice.org Community, an annual event that brings together hundreds of professionals around the globe engaged in development projects and support of one of the most popular open source software. Orvieto was chosen by 48% of voters, surpassing cities such as Budapest (home [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/09/openofficeorg-conference-2009-in-orvieto-italy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/09/openofficeorg-conference-2009-in-orvieto-italy/</feedburner:origLink></item>
		<item>
		<title>KPMRS – keyword monitoring tool</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/lvIyaBOj41Q/</link>
		<comments>http://www.small-software-utilities.com/2009/08/kpmrs-keyword-monitoring-tool/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 13:52:04 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web tools]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/software/web-tools/216/kpmrs-keyword-monitoring-tool/</guid>
		<description><![CDATA[Today’s Internet Market World has struck up with a brand new keyword monitoring tool popularly known as KPMRS. This particular tool allows you to check the keyword of your choice and get the Search Engine Rankings in Google, Yahoo and Bing. You can sign up free at KPMRS.com. You can avail here with smart operations [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/08/kpmrs-keyword-monitoring-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/08/kpmrs-keyword-monitoring-tool/</feedburner:origLink></item>
		<item>
		<title>Excel 2007 is all greyed out</title>
		<link>http://feedproxy.google.com/~r/SoftwareUtilities/~3/535Fq0tbs4o/</link>
		<comments>http://www.small-software-utilities.com/2009/06/excel-2007-is-all-greyed-out/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 10:04:04 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/software/office/208/excel-2007-is-all-greyed-out/</guid>
		<description><![CDATA[Today I created a workbook in Excel 2007. After working on it, i closed the file pressing the small red X at the top of the docuemnt. Everything was ok. But after that I tried closing Excel, and guess what… it didn’t! Also, besides remaining open, all the menu items and buttons where grayed out! [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/06/excel-2007-is-all-greyed-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.small-software-utilities.com/2009/06/excel-2007-is-all-greyed-out/</feedburner:origLink></item>
	</channel>
</rss>

