<?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>CoolWebDeveloper.com</title>
	<atom:link href="http://www.coolwebdeveloper.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coolwebdeveloper.com</link>
	<description>Web Development, Online Marketing and more …</description>
	<lastBuildDate>Thu, 25 Apr 2013 03:39:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Did your Ubuntu 12.10 upgrade made the system too slow? simply switch to another ubuntu desktop environment</title>
		<link>http://www.coolwebdeveloper.com/2013/04/did-your-ubuntu-12-10-upgrade-made-the-system-too-slow-simply-switch-to-another-desktop-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=did-your-ubuntu-12-10-upgrade-made-the-system-too-slow-simply-switch-to-another-desktop-environment</link>
		<comments>http://www.coolwebdeveloper.com/2013/04/did-your-ubuntu-12-10-upgrade-made-the-system-too-slow-simply-switch-to-another-desktop-environment/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 20:52:52 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Lubuntu Desktop Environment]]></category>
		<category><![CDATA[ubuntu 12.10 unity 3d]]></category>
		<category><![CDATA[ubuntu 12.10 upgrade slow]]></category>

		<guid isPermaLink="false">http://www.coolwebdeveloper.com/?p=1287</guid>
		<description><![CDATA[I recently upgraded my Ubuntu 12.04 virtual machine to version 12.10 on a VMware workstation. This upgrade made the Ubuntu machine  too slow and sluggish. After some analysis I found that the slowness was not due to heavy system resource usage but because of Unity. Unity is a shell interface for the GNOME desktop environment [...]<p><a href="http://www.coolwebdeveloper.com/2013/04/did-your-ubuntu-12-10-upgrade-made-the-system-too-slow-simply-switch-to-another-desktop-environment/">Did your Ubuntu 12.10 upgrade made the system too slow? simply switch to another ubuntu desktop environment</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2009/04/now-run-ubuntu-linux-operating-system-within-windows/' rel='bookmark' title='Now run Ubuntu (Linux Operating System) within Windows'>Now run Ubuntu (Linux Operating System) within Windows</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/03/is-firefox-dying-a-slow-death/' rel='bookmark' title='Is Firefox dying a slow death?'>Is Firefox dying a slow death?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/04/free-few-open-source-browser-and-os-releases-coming-in-2009/' rel='bookmark' title='Free (few Open Source) Browser and OS releases coming in 2009'>Free (few Open Source) Browser and OS releases coming in 2009</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/ubuntu_logo.jpg"><img class="alignleft size-full wp-image-1289" style="padding-right: 5px;" alt="ubuntu_logo" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/ubuntu_logo.jpg" width="100" height="100" /></a>I recently upgraded my Ubuntu 12.04 virtual machine to version 12.10 on a VMware workstation. This upgrade made the Ubuntu machine  too slow and sluggish.</p>
<p>After some analysis I found that the slowness was not due to heavy system resource usage but because of Unity.</p>
<p><b>Unity</b> is a shell interface for the GNOME desktop environment developed by Canonical Ltd and is the default desktop environment that comes with Ubuntu installation.</p>
<p><strong>Starting with Ubuntu version 12.10, support for Unity 2D is dropped and your machine is trying to use Unity 3D, which makes your system act slightly restrained, or even refuse to run Unity</strong>.</p>
<p>I tried a few things like Accelerating 3D graphics support in the VMware Workstation display settings and using <strong>dconf-editor</strong> to update the window minimizing animation settings (<a href="http://www.omgubuntu.co.uk/2012/10/how-to-speed-up-ubuntu-12-10-minimize-animation" target="_blank">instructions can be found here</a>) but all of that didn&#8217;t really help.</p>
<p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/vmware-display_thumb.jpg"><img class="size-full wp-image-1282 alignleft" title="Accelerate 3D Graphics - VMware workstation" alt="vmware-display_thumb.jpg" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/vmware-display_thumb.jpg" width="244" height="202" /></a></p>
<p>Finally I decided not to use Unity as my Ubuntu desktop environment and instead use <strong>LXDE (Lightweight X11 Desktop Environment).</strong></p>
<p>LXDE is an extremely light desktop environment that focuses on high performance and low resource usage. Now not only my Ubuntu virtual machine is faster then before but I am actually liking the user interface as compared with Unity.</p>
<p>I would really recommend switching from Unity to some other desktop environment if its slowing down the window animations. There are a few available desktop environments, entire list can be found <a href="http://askubuntu.com/questions/65083/what-different-desktop-environments-and-shells-are-available" target="_blank">here</a>.</p>
<p>Here are step by step instructions on installing <strong>LXDE <strong>(Lightweight X11 Desktop Environment)</strong></strong>:</p>
<ol>
<li>If you have regular Ubuntu installed, you can also install it from the Software Center, just look for <code>lubuntu-desktop.</code></li>
<li>You can also install it from command-line:
<pre><code>sudo apt-get install lubuntu-desktop</code></pre>
</li>
<li>Restart your computer or virtual machine.</li>
<li>When logging in just click on the existing desktop environment (upper right hand side corner of login screen) and system will give you a list of all installed desktop environments.</li>
<li>Select Lubuntu and login.</li>
</ol>
<p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/LUBUNTU.jpg"><img class=" alignnone" style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Lubuntu Desktop Environment" alt="Lubuntu Desktop Environment" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/LUBUNTU_thumb.jpg" width="244" height="139" border="0" /></a></p>
<p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/desktop-environment-ubuntu.jpg"><img class=" alignnone" style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Lubuntu selection when logging into Ubuntu" alt="Lubuntu selection when logging into Ubuntu" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/desktop-environment-ubuntu_thumb.jpg" width="244" height="189" border="0" /></a></p>
<p><a href="http://www.coolwebdeveloper.com/2013/04/did-your-ubuntu-12-10-upgrade-made-the-system-too-slow-simply-switch-to-another-desktop-environment/">Did your Ubuntu 12.10 upgrade made the system too slow? simply switch to another ubuntu desktop environment</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2009/04/now-run-ubuntu-linux-operating-system-within-windows/' rel='bookmark' title='Now run Ubuntu (Linux Operating System) within Windows'>Now run Ubuntu (Linux Operating System) within Windows</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/03/is-firefox-dying-a-slow-death/' rel='bookmark' title='Is Firefox dying a slow death?'>Is Firefox dying a slow death?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/04/free-few-open-source-browser-and-os-releases-coming-in-2009/' rel='bookmark' title='Free (few Open Source) Browser and OS releases coming in 2009'>Free (few Open Source) Browser and OS releases coming in 2009</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2013/04/did-your-ubuntu-12-10-upgrade-made-the-system-too-slow-simply-switch-to-another-desktop-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add JD-Eclipse plugin (Java decompiler) to Eclipse Juno</title>
		<link>http://www.coolwebdeveloper.com/2013/04/how-to-add-jd-eclipse-plugin-java-decompiler-to-eclipse-juno/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-jd-eclipse-plugin-java-decompiler-to-eclipse-juno</link>
		<comments>http://www.coolwebdeveloper.com/2013/04/how-to-add-jd-eclipse-plugin-java-decompiler-to-eclipse-juno/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 22:00:09 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[eclipse decompiler]]></category>
		<category><![CDATA[eclipse juno decompiler]]></category>
		<category><![CDATA[eclipse juno jd-eclipse]]></category>
		<category><![CDATA[wordpress PHP development environment]]></category>

		<guid isPermaLink="false">http://www.coolwebdeveloper.com/?p=1270</guid>
		<description><![CDATA[Eclipse is a multi-language software development environment comprising a base workspace and an extensible plug-in system for customizing the environment. For me its is the application development environment of choice for Java, PHP and Android Mobile development (though it can do a lot more). I also use Eclipse extensively for developing and maintaining my PHP [...]<p><a href="http://www.coolwebdeveloper.com/2013/04/how-to-add-jd-eclipse-plugin-java-decompiler-to-eclipse-juno/">How to add JD-Eclipse plugin (Java decompiler) to Eclipse Juno</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/11/adobe-flex-can-now-be-easily-integrated-with-visual-studio-and-eclipse/' rel='bookmark' title='Adobe Flex can now be easily integrated with Visual Studio and Eclipse'>Adobe Flex can now be easily integrated with Visual Studio and Eclipse</a></li>
<li><a href='http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/' rel='bookmark' title='How to add self hosted wordpress blog to Code Project'>How to add self hosted wordpress blog to Code Project</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/08/show-display-icons-and-text-by-default-on-page-load-for-i-love-social-bookmarking-plugin-wordpress-social-bookmarking/' rel='bookmark' title='Show / Display icons and text by default on page load for &#8211; I Love Social Bookmarking plugin (WordPress Social Bookmarking)'>Show / Display icons and text by default on page load for &#8211; I Love Social Bookmarking plugin (WordPress Social Bookmarking)</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><b><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/eclipse_logo.gif"><img class="alignleft size-full wp-image-1276" style="padding-right: 10px;" alt="eclipse_logo" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/eclipse_logo.gif" width="100" height="101" /></a>Eclipse</b> is a multi-language software development environment comprising a base workspace and an extensible plug-in system for customizing the environment. For me its is the application development environment of choice for Java, PHP and Android Mobile development (though it can do a lot more). I also use Eclipse extensively for developing and maintaining my PHP wordpress blog.</p>
<p>JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.</p>
<p>Today I am going to go through a quick set of instructions on adding JD-Eclipse decompiler to Eclipse Juno.</p>
<ol>
<li>Open Eclipse and click Help on the main menu.</li>
<li>Click on Install New Software. This will bring a new Install window.</li>
<li>Click on ADD to add a new repository with URL: <a title="http://jd.benow.ca/jd-eclipse/update" href="http://jd.benow.ca/jd-eclipse/update" target="_blank">http://jd.benow.ca/jd-eclipse/update</a></li>
<li>Make sure you check both Java De-compiler Eclipse Plug-in and JD-Eclipse Plug-in</li>
<li>Click Next and Finish.</li>
</ol>
<p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/JD-Eclipse.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="JD-Eclipse" alt="JD-Eclipse" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/JD-Eclipse_thumb.jpg" width="236" height="244" border="0" /></a>       <a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/JD-Eclipse-Screen.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="JD-Eclipse-Screen" alt="JD-Eclipse-Screen" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/JD-Eclipse-Screen_thumb.jpg" width="244" height="137" border="0" /></a></p>
<p><strong>There is one more important step pending:</strong></p>
<ol>
<li>In your eclipse application go to Windows &gt; Preferences</li>
<li>General &gt; Editors &gt; File Associations</li>
<li>Click Add for Associated Editors</li>
<li><strong>Select <em>*.class</em> and add Class File Editor and make it default.</strong></li>
<li><strong>Select <em>*.class without source</em> and add Class File Editor and make it default.</strong></li>
</ol>
<p>Now you can open your code and you should be able to decompile any of your jar files by either Ctrl + Clicking on the code base or via your Package Explorer. Happy coding!!</p>
<p><a href="http://www.coolwebdeveloper.com/2013/04/how-to-add-jd-eclipse-plugin-java-decompiler-to-eclipse-juno/">How to add JD-Eclipse plugin (Java decompiler) to Eclipse Juno</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/11/adobe-flex-can-now-be-easily-integrated-with-visual-studio-and-eclipse/' rel='bookmark' title='Adobe Flex can now be easily integrated with Visual Studio and Eclipse'>Adobe Flex can now be easily integrated with Visual Studio and Eclipse</a></li>
<li><a href='http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/' rel='bookmark' title='How to add self hosted wordpress blog to Code Project'>How to add self hosted wordpress blog to Code Project</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/08/show-display-icons-and-text-by-default-on-page-load-for-i-love-social-bookmarking-plugin-wordpress-social-bookmarking/' rel='bookmark' title='Show / Display icons and text by default on page load for &#8211; I Love Social Bookmarking plugin (WordPress Social Bookmarking)'>Show / Display icons and text by default on page load for &#8211; I Love Social Bookmarking plugin (WordPress Social Bookmarking)</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2013/04/how-to-add-jd-eclipse-plugin-java-decompiler-to-eclipse-juno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add self hosted wordpress blog to Code Project</title>
		<link>http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-self-hosted-wordpress-blog-to-code-project</link>
		<comments>http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 01:13:07 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Code Project]]></category>
		<category><![CDATA[wordpress blog]]></category>

		<guid isPermaLink="false">http://www.coolwebdeveloper.com/?p=1245</guid>
		<description><![CDATA[Code Project is one of the leading online resource for developers. It’s an online space where developers from all around the world exchange ideas on the latest and greatest on the web and other existing and upcoming technologies. And one of the great guys running Code Project is one of our fellow Canadian: Chris Maunder [...]<p><a href="http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/">How to add self hosted wordpress blog to Code Project</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/12/writing-your-wordpress-blog-articles-remotely-using-xml-rpc-using-windows-live-writer-with-your-wordpress-blog/' rel='bookmark' title='Writing your wordpress BLOG articles remotely using XML-RPC (Using Windows Live Writer with your wordpress BLOG)'>Writing your wordpress BLOG articles remotely using XML-RPC (Using Windows Live Writer with your wordpress BLOG)</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/02/how-to-build-a-home-page-for-your-wordpress-blog/' rel='bookmark' title='How to build a home page for your wordpress BLOG'>How to build a home page for your wordpress BLOG</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/10/wordpress-blog-security-tips-hacks-and-plugins/' rel='bookmark' title='WordPress BLOG Security Tips, Hacks and Plugins'>WordPress BLOG Security Tips, Hacks and Plugins</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/CodeProjectLogo.jpg"><img class="alignleft size-full wp-image-1253" style="margin-right: 10px;" alt="Code Project Logo" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/CodeProjectLogo.jpg" width="150" height="70" /></a>Code Project is one of the leading online resource for developers. It’s an online space where developers from all around the world exchange ideas on the latest and greatest on the web and other existing and upcoming technologies. And one of the great guys running Code Project is one of our fellow Canadian: <a href="http://www.codeproject.com/Members/Chris-Maunder" target="_blank">Chris Maunder </a></p>
<p>Quite recently I added my own self hosted wordpress blog to Code Project and have seen a lot of traffic and link backs from the site. This gave additional exposure to my wordpress blog and not to mention the additional traffic. This also gave me the opportunity to network with some great technical minds.</p>
<p>Once you add your blog successfully, your blog gets included in article searches, search engine indexing, discussions, ratings, competitions and all features of regular articles on Code project.</p>
<p>Here I am providing step by step instructions on how you can add your blog to codeproject.</p>
<p>Before we begin if you are not already a member you can register by visiting: <a href="https://www.codeproject.com/script/membership/modify.aspx">https://www.codeproject.com</a></p>
<p><strong>Here&#8217;s how Code Project adds your blog articles to their site: </strong></p>
<p>Code Project parser picks up your blog feed and uses only those posts/articles where category name is CodeProject.</p>
<ol>
<li>Our first step will be to add a new category named CodeProject to your wordpress blog.</li>
<li>Next step is to add CodeProject category to all the articles you want to bring over to Code Project.
<ul>
<li>Verify your blog feed by visiting the following URL: (replace _____ with your blog name)</li>
<li>http://www.______.com/category/codeproject/feed/</li>
<li>e.g. <a href="http://www.coolwebdeveloper.com/category/codeproject/feed/">http://www.coolwebdeveloper.com/category/codeproject/feed/</a></li>
</ul>
</li>
<li>Now login to your code project account and select My Settings from the drop down in the upper right corner of the page.</li>
<li>Select Technical Blogs from the left hand navigation and select My Blogs. Add a new blog and you will be asked to enter your feed URL.</li>
<li>Click to Add New Blog.</li>
<li>Add the above mentioned feed URL.</li>
</ol>
<p>Code Project will start parsing your feed and articles will start appearing on Code Project within a day. Please note here that articles need to be reviewed and approved by Code Project before they actually show up on the site.</p>
<p>Now if you write a great technical article, you just need to add it to the CodeProject category. Code Project will automatically bring this over to their articles repository.</p>
<p><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/CodeProject.jpg"><img class="alignleft size-full wp-image-1251" alt="Code Project Technical Blog Feeds" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/CodeProject.jpg" width="550" height="161" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/">How to add self hosted wordpress blog to Code Project</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/12/writing-your-wordpress-blog-articles-remotely-using-xml-rpc-using-windows-live-writer-with-your-wordpress-blog/' rel='bookmark' title='Writing your wordpress BLOG articles remotely using XML-RPC (Using Windows Live Writer with your wordpress BLOG)'>Writing your wordpress BLOG articles remotely using XML-RPC (Using Windows Live Writer with your wordpress BLOG)</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/02/how-to-build-a-home-page-for-your-wordpress-blog/' rel='bookmark' title='How to build a home page for your wordpress BLOG'>How to build a home page for your wordpress BLOG</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/10/wordpress-blog-security-tips-hacks-and-plugins/' rel='bookmark' title='WordPress BLOG Security Tips, Hacks and Plugins'>WordPress BLOG Security Tips, Hacks and Plugins</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2013/04/how-to-add-self-hosted-wordpress-blog-to-code-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Anti-Virus for your Windows Home Server</title>
		<link>http://www.coolwebdeveloper.com/2013/04/free-anti-virus-for-your-windows-home-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-anti-virus-for-your-windows-home-server</link>
		<comments>http://www.coolwebdeveloper.com/2013/04/free-anti-virus-for-your-windows-home-server/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 23:11:09 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[anti virus]]></category>
		<category><![CDATA[windows home server]]></category>

		<guid isPermaLink="false">http://www.coolwebdeveloper.com/?p=1219</guid>
		<description><![CDATA[If you are looking for a free antivirus solution for your Windows Home Server then one of the options you have is WHSClamAV. Its a free open source Add-In for Windows Home Server which is using the ClamWin Anti-Virus package. ClamWin is a port of ClamAV to windows. (ClamAV was originally written for the Linux based operating systems. [...]<p><a href="http://www.coolwebdeveloper.com/2013/04/free-anti-virus-for-your-windows-home-server/">Free Anti-Virus for your Windows Home Server</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/12/facebook-attacked-by-koobface-virus-are-social-networking-users-more-vulnerable-to-virus-attacks/' rel='bookmark' title='Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?'>Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/ie8-blocker-toolkit-now-available-block-automatic-installation-of-ie8-via-windows-automatic-update/' rel='bookmark' title='IE8 Blocker Toolkit Now Available (Block automatic installation of IE8 via Windows Automatic Update)'>IE8 Blocker Toolkit Now Available (Block automatic installation of IE8 via Windows Automatic Update)</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/03/web-platform-installer-click-once-install-beta-20-released-for-windows-7-vista-sp1-and-xp-sp3/' rel='bookmark' title='Web Platform Installer (Click once install) Beta 2.0 released for Windows 7, Vista SP1, and XP SP3'>Web Platform Installer (Click once install) Beta 2.0 released for Windows 7, Vista SP1, and XP SP3</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p style="text-align: left;"><a href="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/windows_home_server1.png"><img class="alignleft" style="border: 0px currentColor; display: inline; padding-right: 10px;" title="windows_home_server" alt="windows_home_server" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/windows_home_server_thumb.png" width="123" height="123" align="left" border="0" /></a> If you are looking for a free antivirus solution for your Windows Home Server then one of the options you have is WHSClamAV.</p>
<p style="text-align: left;">Its<strong> </strong>a free open source Add-In for Windows Home Server which is using the ClamWin Anti-Virus package. ClamWin is a port of ClamAV to windows. (<em><a title="ClamAV" href="http://en.wikipedia.org/wiki/Clam_AntiVirus" target="_blank" rel="tag">ClamAV</a> was originally written for the Linux based operating systems. You can get more info on the <a title="ClamAV Anti-Virus package" href="http://en.wikipedia.org/wiki/ClamWin" target="_blank" rel="tag">ClamWin Anti-Virus here</a></em>)</p>
<p>WHSClamAV and Clam AV Anti-Virus together make a perfect Anti-Virus solution. I am personally using it for my HP MediaSmart Windows Home server for a while. Its really easy to install and update using the Windows Home Server console.</p>
<blockquote><p>On 6 September 2011 <a title="CNet" href="http://en.wikipedia.org/wiki/CNet" target="_blank">cNet</a> gave ClamWin a rating of excellent, 4 of 5 stars.</p></blockquote>
<p><strong>WHSClamAV Features:</strong></p>
<ul>
<li>Window Home Server Console Add-In</li>
<li>Uses Open Source Based Anti Virus Scanning Engine</li>
<li>ClamWin from ClamAV</li>
<li>Now Supports International Installations on Windows Home Server</li>
<li>Automatic Virus Database Updates</li>
<li>Windows Scanning and Virus Database Update Services</li>
<li>Ability to scan backup drives</li>
</ul>
<p>You can download the executable and read the install instructions here on the <a href="http://www.whsclamav.com/" target="_blank">WHSClamAV</a> website. Though it has not been updated for sometime the developer of WHSClamAV has made it totally clear that this is a <em>work in progress</em> and we should see an updated version soon.</p>
<p>WHSClamAV may not have all the bells and whistles of a paid anti virus solution but its a pretty good option with no extra costs involved and it has been working well for me so far, meeting all my needs.</p>
<p><a href="http://www.coolwebdeveloper.com/2013/04/free-anti-virus-for-your-windows-home-server/">Free Anti-Virus for your Windows Home Server</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/12/facebook-attacked-by-koobface-virus-are-social-networking-users-more-vulnerable-to-virus-attacks/' rel='bookmark' title='Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?'>Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/ie8-blocker-toolkit-now-available-block-automatic-installation-of-ie8-via-windows-automatic-update/' rel='bookmark' title='IE8 Blocker Toolkit Now Available (Block automatic installation of IE8 via Windows Automatic Update)'>IE8 Blocker Toolkit Now Available (Block automatic installation of IE8 via Windows Automatic Update)</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/03/web-platform-installer-click-once-install-beta-20-released-for-windows-7-vista-sp1-and-xp-sp3/' rel='bookmark' title='Web Platform Installer (Click once install) Beta 2.0 released for Windows 7, Vista SP1, and XP SP3'>Web Platform Installer (Click once install) Beta 2.0 released for Windows 7, Vista SP1, and XP SP3</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2013/04/free-anti-virus-for-your-windows-home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZendCon 2013, the premier PHP Conference</title>
		<link>http://www.coolwebdeveloper.com/2013/04/zendcon-2013-the-premier-php-conference/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zendcon-2013-the-premier-php-conference</link>
		<comments>http://www.coolwebdeveloper.com/2013/04/zendcon-2013-the-premier-php-conference/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 06:45:00 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[PHP Conference]]></category>
		<category><![CDATA[ZendCon 2013]]></category>

		<guid isPermaLink="false">http://www.coolwebdeveloper.com/?p=1189</guid>
		<description><![CDATA[As per wikipedia Wordpress is the most popular blogging platform with over 60 million websites and blogs worldwide. One technology that has played an important role in making WordPress platform a huge success is PHP. PHP is the reason we all run our fantastic BLOGs at such low costs. It is the underlying technology that has helped WordPress to be created as [...]<p><a href="http://www.coolwebdeveloper.com/2013/04/zendcon-2013-the-premier-php-conference/">ZendCon 2013, the premier PHP Conference</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2009/03/microsoft-azure-now-supports-php-and-allows-full-trust-development/' rel='bookmark' title='Microsoft Azure now supports PHP and allows full trust development'>Microsoft Azure now supports PHP and allows full trust development</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/how-to-host-multiple-blogs-with-single-wordpress-install/' rel='bookmark' title='How to host multiple blogs with a single WordPress install'>How to host multiple blogs with a single WordPress install</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/11/adobe-flex-can-now-be-easily-integrated-with-visual-studio-and-eclipse/' rel='bookmark' title='Adobe Flex can now be easily integrated with Visual Studio and Eclipse'>Adobe Flex can now be easily integrated with Visual Studio and Eclipse</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>As per wikipedia Wordpress is the most popular blogging platform with over 60 million websites and blogs worldwide. One technology that has played an important role in making WordPress platform a huge success is PHP.</p>
<p>PHP is the reason we all run our fantastic BLOGs at such low costs. It is the underlying technology that has helped WordPress to be created as a plug-in based, template driven architecture.</p>
<p>Zend is the company behind PHP. Zend helped establish and drive usage of the PHP language around the world. Today, over 200 million apps and web sites run on PHP, which is used by an estimated 5 million developers. Zend has helped us to create this amazing PHP and WordPress community.</p>
<p><a title="Zend PHP Conference 2013" href="http://www.zendcon.com/" target="_blank"><img class="alignleft size-full wp-image-1203" alt="Zend PHP Conference 2013" src="http://www.coolwebdeveloper.com/wp-content/uploads/2013/04/Zend-Con.jpg" width="500" height="185" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Zend is holding 9th Annual Zend Conference in Santa Clara from Oct 7-10, 2013. It&#8217;s the renowned PHP Conference where developers and IT managers share PHP best practices, learn about emerging PHP technologies, and network with their peers.</p>
<p><a title="Session Proposals for Zend-Con 2013" href="https://zendcon.confex.com/zendcon/2013/cfp.cgi" target="_blank">Session proposals for the conference are now open</a>. This will be a great opportunity to showcase your mobile application or website. Hopefully I will see you there at the conference and will learn from one of your sessions.</p>
<p><a href="http://www.coolwebdeveloper.com/2013/04/zendcon-2013-the-premier-php-conference/">ZendCon 2013, the premier PHP Conference</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2009/03/microsoft-azure-now-supports-php-and-allows-full-trust-development/' rel='bookmark' title='Microsoft Azure now supports PHP and allows full trust development'>Microsoft Azure now supports PHP and allows full trust development</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/how-to-host-multiple-blogs-with-single-wordpress-install/' rel='bookmark' title='How to host multiple blogs with a single WordPress install'>How to host multiple blogs with a single WordPress install</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/11/adobe-flex-can-now-be-easily-integrated-with-visual-studio-and-eclipse/' rel='bookmark' title='Adobe Flex can now be easily integrated with Visual Studio and Eclipse'>Adobe Flex can now be easily integrated with Visual Studio and Eclipse</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2013/04/zendcon-2013-the-premier-php-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you ready for Cyber Monday?</title>
		<link>http://www.coolwebdeveloper.com/2009/11/are-you-ready-for-cyber-monday-2009/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=are-you-ready-for-cyber-monday-2009</link>
		<comments>http://www.coolwebdeveloper.com/2009/11/are-you-ready-for-cyber-monday-2009/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 04:40:13 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[cyber monday]]></category>

		<guid isPermaLink="false">http://coolwebdeveloper.com/?p=1180</guid>
		<description><![CDATA[Consumers spent $733 million on Cyber Monday in 2008, 2009 was a bit slow due to sluggish economy but as the economy is making a round turn Cyber Monday is expected to be bigger this year. According to a survey by online shopping site Shopzilla, nearly 84 percent of online retailers plan to have a [...]<p><a href="http://www.coolwebdeveloper.com/2009/11/are-you-ready-for-cyber-monday-2009/">Are you ready for Cyber Monday?</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>Consumers spent $733 million on Cyber Monday in 2008, 2009 was a bit slow due to sluggish economy but as the economy is making a round turn Cyber Monday is expected to be bigger this year. According to a survey by online shopping site Shopzilla, nearly 84 percent of online retailers plan to have a Cyber Monday promotion on December 1.</p>
<h3>What is Cyber Monday?</h3>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/AreyoureadyyetforCyberMonday2009_1277B/image.png"><img style="margin-top: 5px; margin-bottom: 10px; float: left; margin-right: 10px; border-width: 0px;" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/AreyoureadyyetforCyberMonday2009_1277B/image_thumb.png" width="142" height="114" border="0" /></a> <b>Cyber Monday</b> refers to the Monday immediately following Black Friday, the ceremonial kick-off of the holiday online shopping season between Thanksgiving and Christmas.</p>
<p>Whereas Black Friday is associated with traditional brick-and-mortar stores, &#8220;Cyber Monday&#8221; symbolizes a busy day for online retailers. The premise was that consumers would return to their offices after the Black Friday weekend, making purchases online that they were not able to make in stores.</p>
<p>Although that idea has not survived the test of time, Cyber Monday <i>has</i> evolved into a significant marketing event.</p>
<h3>Tired of the long lineups for holiday shopping?</h3>
<p>A lot of people will be getting up early and fighting the crowds at the mall for that special deal on Black Friday. But with everything you know now (<strong>Cyber Monday</strong>), you can spend Friday at home finishing off the turkey, and do your gadget shopping at work on Cyber Monday morning.</p>
<p>People see items in the shopping malls over the weekend and wait until Monday to buy them online, where they can compare prices, avoid lines and/or take advantage of free shipping or other offers.</p>
<blockquote><p><strong>Fact Sheet-</strong></p>
<p>Though it sounds like slick marketing, <b>Cyber Monday</b>, it turns out, is a legitimate trend. According to Shop.org, a trade group, 77 percent of online retailers reported a substantial sales increase on the Monday after Thanksgiving last year.</p></blockquote>
<p>This year, online retailers plan to help drive <b>Cyber Monday</b> shopping with special promotions and discounts, with deals ranging from free shipping to gifts with purchase to percentages off, according to an <strong>eHoliday Mood Study</strong>.</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/AreyoureadyyetforCyberMonday2009_1277B/image_3.png"><img style="margin-top: 5px; margin-bottom: 10px; float: left; margin-right: 10px; border-width: 0px;" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/AreyoureadyyetforCyberMonday2009_1277B/image_thumb_3.png" width="127" height="80" border="0" /></a> For retailers, it seems, the Internet is becoming an incredibly powerful way to market and sell their products. Companies have come to understand that, even for those individuals who prefer to purchase their gifts in stores, the Internet can still be a great tool.</p>
<p>Online retailers generally offer a great deal of information along with high-resolution images of their products for <a href="http://www.offers.com/cyber-monday/" target="_blank">Cyber Monday 2009 Online Deals</a>, so that consumers can research them and make purchasing decisions before heading out to shop. While many of the shoppers who browse online shops during Cyber Monday may not purchase their gifts online, the research that they do on this second Christmas kickoff day may lead to in-store purchases a few days later.</p>
<p>Everyone here with CoolWebDeveloper team has also been busy building there list of gadgets they would like to buy this year on <strong>Cyber Monday</strong>. Happy Holidays!!</p>
<p><a href="http://www.coolwebdeveloper.com/2009/11/are-you-ready-for-cyber-monday-2009/">Are you ready for Cyber Monday?</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss yarpp-related-none'>
<p>No related posts.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2009/11/are-you-ready-for-cyber-monday-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Microsoft&#8217;s Tagging technology another step towards Microsoft monopoly?</title>
		<link>http://www.coolwebdeveloper.com/2009/09/is-microsofts-tagging-technology-another-step-towards-microsoft-monopoly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=is-microsofts-tagging-technology-another-step-towards-microsoft-monopoly</link>
		<comments>http://www.coolwebdeveloper.com/2009/09/is-microsofts-tagging-technology-another-step-towards-microsoft-monopoly/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 06:01:35 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Microsoft black and white tags]]></category>
		<category><![CDATA[Microsoft tagging and Microsoft monopoly]]></category>
		<category><![CDATA[Microsoft tagging technology]]></category>

		<guid isPermaLink="false">http://coolwebdeveloper.com/?p=1178</guid>
		<description><![CDATA[Microsoft Tagging is a way to tag your product with a unique barcode, and than using your mobile device, you just have to aim the device camera at the Tag and it instantly recognizes the product and you are directed directly to the linked content on the Internet. What is the technology behind Microsoft Tagging? [...]<p><a href="http://www.coolwebdeveloper.com/2009/09/is-microsofts-tagging-technology-another-step-towards-microsoft-monopoly/">Is Microsoft&#8217;s Tagging technology another step towards Microsoft monopoly?</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/10/yahoo-layoffs-and-increasing-losses-will-microsoft-be-able-to-acquire-yahoo-by-end-of-year-2009/' rel='bookmark' title='Yahoo layoffs and increasing losses &#8230; Will Microsoft be able to acquire Yahoo by end of year 2009?'>Yahoo layoffs and increasing losses &#8230; Will Microsoft be able to acquire Yahoo by end of year 2009?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/anonymous-comments-of-microsoft-employees-on-severance-package-and-job-cuts/' rel='bookmark' title='Anonymous comments by Microsoft employees on severance package and job cuts'>Anonymous comments by Microsoft employees on severance package and job cuts</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/microsoft-layoff-5000-of-there-worldwide-workforce/' rel='bookmark' title='Microsoft layoff 5000 of their worldwide workforce'>Microsoft layoff 5000 of their worldwide workforce</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>Microsoft Tagging is a way to tag your product with a unique barcode, and than using your mobile device, you just have to aim the device camera at the Tag and it instantly recognizes the product and you are directed directly to the linked content on the Internet. </p>
<h3>What is the technology behind Microsoft Tagging?</h3>
<p>As per Microsoft &#8211; <em></em></p>
<p><em>The sophisticated technology powering Microsoft Tag, High Capacity Color Barcodes (HCCBs), was invented by Microsoft Research. It was designed from the ground up for maximum performance with the limited cameras on most mobile phones. Advanced image-processing techniques decode even out-of-focus barcode images, which means Microsoft Tag works with the fixed-focus camera lenses common in most mobile devices.</em></p>
<p>Microsoft Tags don&#8217;t actually store the information. All it stores is a unique ID which it then sends to Microsoft&#8217;s servers. This way, you can include much more information and more variety of information, then if it was just on the tag itself. A nice side-effect of this is also the ability for publishers to gather reporting data on how many times it was seen.</p>
<p>To read these tags, Microsoft has made available a downloadable application to a handful of mobile platforms including Windows Mobile, J2ME, iPhone, Blackberry, and Symbian S60 phones. A camera and internet connection is obviously required. To get the application, point your phone&#8217;s browser to <a href="http://gettag.mobi" target="_blank">http://gettag.mobi</a>.</p>
<p>The advanced computer imaging of HCCBs employs different symbol shapes in geometric patterns and multiple colors to provide more information in less space.</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/IsMicrosoftsTaggingtechnologyanotherstep_E341/image.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/IsMicrosoftsTaggingtechnologyanotherstep_E341/image_thumb.png" width="529" height="71" /></a> </p>
<p>As Microsoft tag is just like an image, bar code can be incorporated within your companies branding. And printing the code in black and white works equally well as color. So no, you don&#8217;t have to print Microsoft&#8217;s tags in color to have them work.</p>
<p>Here are a few examples -</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/IsMicrosoftsTaggingtechnologyanotherstep_E341/image.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/IsMicrosoftsTaggingtechnologyanotherstep_E341/image_thumb_3.png" width="479" height="126" /></a> </p>
<p>Here is a comparison between Microsoft tagging and other bar coding technologies like QRCode and Datamatrix <strong>Code</strong>.</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/IsMicrosoftsTaggingtechnologyanotherstep_E341/image_3.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/IsMicrosoftsTaggingtechnologyanotherstep_E341/image_thumb_4.png" width="593" height="198" /></a> </p>
<h3>Is this another addition to Microsoft&#8217;s monopolistic approach?</h3>
<p>Yes we think so. This is not a free technology, it is about a profit stream for Microsoft. You see, all it stores is a unique ID for each barcode, which it then sends to Microsoft&#8217;s servers. So, Microsoft gets to track all accesses to all tags and traffic.</p>
<p>The barcode is a &#8216;protected&#8217; design and the system requires that you use Microsoft&#8217;s servers, as a publisher you will have to pay for the usage. </p>
<p>Well, we really hope Microsoft can open up the technology or at least open up the API for small business users so they can manage there own tags and traffic on one of there own servers. Do you think this will happen though? Please leave your comments. </p>
<p><a href="http://www.coolwebdeveloper.com/2009/09/is-microsofts-tagging-technology-another-step-towards-microsoft-monopoly/">Is Microsoft&#8217;s Tagging technology another step towards Microsoft monopoly?</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/10/yahoo-layoffs-and-increasing-losses-will-microsoft-be-able-to-acquire-yahoo-by-end-of-year-2009/' rel='bookmark' title='Yahoo layoffs and increasing losses &#8230; Will Microsoft be able to acquire Yahoo by end of year 2009?'>Yahoo layoffs and increasing losses &#8230; Will Microsoft be able to acquire Yahoo by end of year 2009?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/anonymous-comments-of-microsoft-employees-on-severance-package-and-job-cuts/' rel='bookmark' title='Anonymous comments by Microsoft employees on severance package and job cuts'>Anonymous comments by Microsoft employees on severance package and job cuts</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/01/microsoft-layoff-5000-of-there-worldwide-workforce/' rel='bookmark' title='Microsoft layoff 5000 of their worldwide workforce'>Microsoft layoff 5000 of their worldwide workforce</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2009/09/is-microsofts-tagging-technology-another-step-towards-microsoft-monopoly/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to use Google&#8217;s Wonder Wheel to choose the right keywords for your Website?</title>
		<link>http://www.coolwebdeveloper.com/2009/09/how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website</link>
		<comments>http://www.coolwebdeveloper.com/2009/09/how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 18:30:54 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Find ASP.NET Full trust hosting keywords with Google Wonder Wheel]]></category>
		<category><![CDATA[Googles wonder wheel]]></category>
		<category><![CDATA[keyword search tool]]></category>
		<category><![CDATA[search keywords with wonder wheel]]></category>

		<guid isPermaLink="false">http://coolwebdeveloper.com/2009/09/how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website/</guid>
		<description><![CDATA[On May 2009 Google released this new wonderful feature called Google Wonder Wheel . And rightly named it is truly a wonder. Wonder Wheel became a favorable feature to many due to the layout and result display which basically get the work done for the user as far as relevant and related search results go. [...]<p><a href="http://www.coolwebdeveloper.com/2009/09/how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website/">How to use Google&#8217;s Wonder Wheel to choose the right keywords for your Website?</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/08/install-dasblog-you-need-full-trust-hosting/' rel='bookmark' title='Install dasBlog, you need Full trust hosting (or modified full trust)'>Install dasBlog, you need Full trust hosting (or modified full trust)</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/03/what-is-bounce-rate-seven-easy-steps-to-decrease-the-bounce-rate-of-your-wordpress-blog-or-website/' rel='bookmark' title='What is Bounce Rate? Seven easy steps to decrease the Bounce Rate of your WordPress blog or website.'>What is Bounce Rate? Seven easy steps to decrease the Bounce Rate of your WordPress blog or website.</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p>On May 2009 Google released this new wonderful feature called Google Wonder Wheel . And rightly named it is truly a wonder. </p>
<p>Wonder Wheel became a favorable feature to many due to the layout and result display which basically get the work done for the user as far as relevant and related search results go.</p>
<h3>So what is Wonder Wheel?</h3>
<p>Google Wonder Wheel is a tool which shows related search terms to the current searched query. It is like a magic wand for website and blog owners who are looking for the right keywords (related to there niche) to use in there web articles/content. </p>
<p>Wonder wheel enables you to explore relevant search terms in a very intuitive and user friendly way. </p>
<h3>How to use Wonder Wheel?</h3>
<p>To try Google&#8217;s Wonder Wheel you need to go to Google&#8217;s search page. Wonder Wheel option is hidden by default. You will see a Show Options link at the upper left hand side (as shown in the image) after you search for the keyword. </p>
<p><strong>To show Wonder Wheel</strong> &#8211; Click on the Show Options link and you will see Wonder Wheel in the list of options. Click on Wonder wheel and there you go, you have opened the magic door to the keywords land.</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/HowtouseGooglesWonderWheeltochoosetherig_BBE9/image.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/HowtouseGooglesWonderWheeltochoosetherig_BBE9/image_thumb.png" width="588" height="224" /></a> </p>
<h3>To demonstrate the usage lets take an example. </h3>
<p>Lets assume you are a blog owner and your niche is web hosting. You are writing an article on&#160; &#8211; <strong>Full Trust Hosting</strong>. Now everyone wants to be ranked number ONE on Google for the targeted keywords and or niche, and to do that you must be looking for the right keywords to use in this article.</p>
<p>As the following image shows, I went to Google and searched for Full Trust Hosting. Than I clicked on Wonder Wheel option and I got a screen similar to the image below.</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/HowtouseGooglesWonderWheeltochoosetherig_BBE9/image_3.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/HowtouseGooglesWonderWheeltochoosetherig_BBE9/image_thumb_3.png" width="401" height="252" /></a> </p>
<p>Now you will see all the related keywords for Full Trust Hosting as child nodes of the wheel. These are the related keywords for Full trust Hosting that Google Users are using to reach the web sites related to Full Trust Hosting.</p>
<p>You can further drill down the wheel by clicking on related keywords. I clicked on asp net hosting full trust and the wheel expanded the network to create another connected wheel for asp net hosting full trust. You can drill down as much you want to check all the keywords Google Users are using for related search terms.</p>
<p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/HowtouseGooglesWonderWheeltochoosetherig_BBE9/image_4.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://coolwebdeveloper.com/wp-content/uploads/2009/HowtouseGooglesWonderWheeltochoosetherig_BBE9/image_thumb_4.png" width="445" height="432" /></a>&#160;</p>
<p>This gives you a fool proof way of finding the right keywords and now its really up to you to use those keywords effectively in your web articles. Google&#8217;s Wonder Wheel is a perfect tool for exposing your small business website or blog to the right user base.</p>
<h3>Video Demonstration of Google&#8217;s Wonder Wheel -</h3>
<p><embed height="364" type="application/x-shockwave-flash" width="445" src="http://www.youtube.com/v/qDnmQ9Mmj1Q&amp;hl=en&amp;fs=1&amp;rel=0&amp;border=1" allowfullscreen="true" allowscriptaccess="always" /></p>
<p>&#160;</p>
<p>Hopefully this article will help you in choosing the right keywords for your blog.</p>
<p><a href="http://www.coolwebdeveloper.com/2009/09/how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website/">How to use Google&#8217;s Wonder Wheel to choose the right keywords for your Website?</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/08/install-dasblog-you-need-full-trust-hosting/' rel='bookmark' title='Install dasBlog, you need Full trust hosting (or modified full trust)'>Install dasBlog, you need Full trust hosting (or modified full trust)</a></li>
<li><a href='http://www.coolwebdeveloper.com/2009/03/what-is-bounce-rate-seven-easy-steps-to-decrease-the-bounce-rate-of-your-wordpress-blog-or-website/' rel='bookmark' title='What is Bounce Rate? Seven easy steps to decrease the Bounce Rate of your WordPress blog or website.'>What is Bounce Rate? Seven easy steps to decrease the Bounce Rate of your WordPress blog or website.</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2009/09/how-to-use-googles-wonder-wheel-to-choose-the-right-keywords-for-your-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Social Media and Small Business. Myths and Facts.</title>
		<link>http://www.coolwebdeveloper.com/2009/09/social-media-and-small-business-myths-and-facts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=social-media-and-small-business-myths-and-facts</link>
		<comments>http://www.coolwebdeveloper.com/2009/09/social-media-and-small-business-myths-and-facts/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:01:37 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[social media and small business]]></category>
		<category><![CDATA[social media myths]]></category>

		<guid isPermaLink="false">http://coolwebdeveloper.com/2009/09/social-media-and-small-business-myths-and-facts/</guid>
		<description><![CDATA[Social media describes websites that allow users to share content, media, etc. and allow users to interact with the information (either submitted by them or others). Common examples are the popular social networking sites like Friendster, Facebook, MySpace, etc. Social media also includes YouTube, Photobucket, Flickr, and other sites aimed at photo and video sharing. [...]<p><a href="http://www.coolwebdeveloper.com/2009/09/social-media-and-small-business-myths-and-facts/">Social Media and Small Business. Myths and Facts.</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2009/01/why-social-media-is-not-catching-up-within-the-corporate-setup/' rel='bookmark' title='Why social media is not catching up within the corporate setup?'>Why social media is not catching up within the corporate setup?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/08/facebook-named-no-1-global-social-networking-web-site/' rel='bookmark' title='Facebook Named No. 1 Global Social Networking Web Site'>Facebook Named No. 1 Global Social Networking Web Site</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/12/facebook-attacked-by-koobface-virus-are-social-networking-users-more-vulnerable-to-virus-attacks/' rel='bookmark' title='Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?'>Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://coolwebdeveloper.com/wp-content/uploads/2009/SocialMediaandSmallBusiness.MythsandFac_121EC/image.png"><img style="padding-bottom: 20px; border-right-width: 0px; padding-right: 10px; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 5px" src="http://coolwebdeveloper.com/wp-content/uploads/2009/SocialMediaandSmallBusiness.MythsandFac_121EC/image_thumb.png" border="0" alt="image" width="104" height="104" /></a> Social media describes websites that allow users to share content, media, etc. and allow users to interact with the information (either submitted by them or others).</p>
<p>Common examples are the popular social networking sites like Friendster, Facebook, MySpace, etc. Social media also includes YouTube, Photobucket, Flickr, and other sites aimed at photo and video sharing. News aggregation and online reference sources, examples of which are Digg and Wikipedia, are also counted in the social media bucket.</p>
<p>Using social media to market your business is a good idea. But most small business users think of social media as an easy tool to build there reach. Using social media is an effective tool if done right. Social Media is not only about tweeting yourself 100 times a day or creating Facebook pages and updating your comments / articles 10 times a day.</p>
<p>Its a lot more than that and needs proper strategy. Most small business users plan on getting there whiz-kid nephew to do social media for free. And this is clearly not the way to go as we will see that in the following bullet points.</p>
<h3>Myths and Facts</h3>
<p><a href="http://www.markevanstech.com/" target="_blank">Mark Evans</a> had described it really well -</p>
<ol>
<li><strong>Social media tools are free</strong><br />
While the tools themselves are free, their use inevitably will cost money. It will require human resources to monitor online discussions about your brand; strategy to respond to consumer cynicism; investment in multimedia to post online; and training to get staff up to speed</li>
<li><strong>It’s easy!</strong><br />
Social media might be easy surfing to the end user, but it’s far from breezy when it comes to engaging those end users. It involves being ever present and ready to respond to both positive and negative comments about your brand, which takes time, money and strategy.</li>
<li><strong>Social media is about the tools</strong><br />
Not necessarily. Though social media tools are important and abundant, they cannot be used effectively without a clear strategy for how they should be used and what you want to accomplish. And remember, just because there are many tools out there, doesn’t mean they are all relevant to you.</li>
<li><strong>ROI is immeasurable</strong><br />
ROI is measurable with social media. There are numerous agencies available to monitor and breakdown your use of social media and to correlate it directly to the impact on your bottom line. Organizations such as Radian6 and Sysomos monitor, evaluate and measure online conversations about brands, gauging impact and allowing companies to determine which conversations are worth engaging in and which are not.</li>
<li><strong>Social media is a standalone strategy<br />
</strong>Social media should be incorporated into your strategic outlook and the overall objective you want to achieve. It is one tool of many and should be used as such.</li>
</ol>
<p>Please leave your comments if you agree or disagree or have anything to add to this article.</p>
<p><a href="http://www.coolwebdeveloper.com/2009/09/social-media-and-small-business-myths-and-facts/">Social Media and Small Business. Myths and Facts.</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2009/01/why-social-media-is-not-catching-up-within-the-corporate-setup/' rel='bookmark' title='Why social media is not catching up within the corporate setup?'>Why social media is not catching up within the corporate setup?</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/08/facebook-named-no-1-global-social-networking-web-site/' rel='bookmark' title='Facebook Named No. 1 Global Social Networking Web Site'>Facebook Named No. 1 Global Social Networking Web Site</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/12/facebook-attacked-by-koobface-virus-are-social-networking-users-more-vulnerable-to-virus-attacks/' rel='bookmark' title='Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?'>Facebook attacked by Koobface virus. Are social networking users more vulnerable to virus attacks?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2009/09/social-media-and-small-business-myths-and-facts/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Microsoft named Offensive Ad as Marketing Mistake</title>
		<link>http://www.coolwebdeveloper.com/2009/08/microsoft-named-offensive-ad-as-marketing-mistake/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-named-offensive-ad-as-marketing-mistake</link>
		<comments>http://www.coolwebdeveloper.com/2009/08/microsoft-named-offensive-ad-as-marketing-mistake/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 17:48:58 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[microsoft offensive advertisement]]></category>
		<category><![CDATA[microsoft offensive marketing]]></category>
		<category><![CDATA[Microsoft's marketing Mistake]]></category>
		<category><![CDATA[Microsofts poland ad blunder]]></category>

		<guid isPermaLink="false">http://coolwebdeveloper.com/?p=1165</guid>
		<description><![CDATA[  Engadget reported about Microsoft Poland&#8217;s embarrassing Photoshop hack-job on an ad featuring three business people sitting at a conference table. The Photoshop fiasco was immediately met with heated criticism, specifically because the photo manipulators replaced the head of the black man, who appeared whole in the U.S. ad, with the head of a white [...]<p><a href="http://www.coolwebdeveloper.com/2009/08/microsoft-named-offensive-ad-as-marketing-mistake/">Microsoft named Offensive Ad as Marketing Mistake</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/12/open-source-content-management-system-code-named-oxite-released-by-microsoft/' rel='bookmark' title='Open Source Content Management System &#8211; Code named &quot;Oxite&quot; released by Microsoft'>Open Source Content Management System &#8211; Code named &quot;Oxite&quot; released by Microsoft</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/08/facebook-named-no-1-global-social-networking-web-site/' rel='bookmark' title='Facebook Named No. 1 Global Social Networking Web Site'>Facebook Named No. 1 Global Social Networking Web Site</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/12/microsoft-layoffs-coming-soon-while-google-layoff-staff-silently/' rel='bookmark' title='Microsoft layoffs coming soon!! while Google layoff staff silently.'>Microsoft layoffs coming soon!! while Google layoff staff silently.</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1166" title="Microsoft's Marketing Mistake" src="http://www.coolwebdeveloper.com/wp-content/uploads/2009/08/microsoft_marketing_mistake.jpg" alt="Microsoft's Marketing Mistake" width="484" height="262" /> </p>
<p><a href="http://www.engadget.com/2009/08/25/microsoft-sucks-at-photoshop/" target="_blank">Engadget</a> reported about Microsoft Poland&#8217;s embarrassing Photoshop hack-job on an ad featuring three business people sitting at a conference table. The Photoshop fiasco was immediately met with heated criticism, specifically because the photo manipulators replaced the head of the black man, who appeared whole in the U.S. ad, with the head of a white man.</p>
<p>In the photo on the company&#8217;s US Web site, three businesspeople &#8211; one black, one white and one Asian are shown as part of a pitch for Microsoft&#8217;s business productivity software. In the same photo on the site of Microsoft&#8217;s Polish subsidiary, a white head is placed over the black person&#8217;s body, with the hand of the black man still showing.</p>
<p>The move sparked controversy after it was noticed, quickly blowing up Twitter and various blog sites.</p>
<p>&#8220;<em>We are looking into the details of this situation,</em>&#8221; a Microsoft representative told CNET News. Microsoft also apologized on its corporate <a href="http://www.twitter.com/microsoft" target="_blank">Twitter feed</a>.</p>
<p><a href="http://www.coolwebdeveloper.com/2009/08/microsoft-named-offensive-ad-as-marketing-mistake/">Microsoft named Offensive Ad as Marketing Mistake</a> is a post from: <a href="http://www.coolwebdeveloper.com">CoolWebDeveloper.com</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.coolwebdeveloper.com/2008/12/open-source-content-management-system-code-named-oxite-released-by-microsoft/' rel='bookmark' title='Open Source Content Management System &#8211; Code named &quot;Oxite&quot; released by Microsoft'>Open Source Content Management System &#8211; Code named &quot;Oxite&quot; released by Microsoft</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/08/facebook-named-no-1-global-social-networking-web-site/' rel='bookmark' title='Facebook Named No. 1 Global Social Networking Web Site'>Facebook Named No. 1 Global Social Networking Web Site</a></li>
<li><a href='http://www.coolwebdeveloper.com/2008/12/microsoft-layoffs-coming-soon-while-google-layoff-staff-silently/' rel='bookmark' title='Microsoft layoffs coming soon!! while Google layoff staff silently.'>Microsoft layoffs coming soon!! while Google layoff staff silently.</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.coolwebdeveloper.com/2009/08/microsoft-named-offensive-ad-as-marketing-mistake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 2798/2876 objects using disk: basic

 Served from: www.coolwebdeveloper.com @ 2013-05-23 15:29:29 by W3 Total Cache -->