<?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>Linux, Open Source and Web 2.0 &#187; SEO</title>
	<atom:link href="http://www.itecsoftware.com/category/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Sun, 13 May 2012 19:34:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>7 Tips To Improve Web Page Load Time</title>
		<link>http://www.itecsoftware.com/7-tips-to-improve-web-page-load-time?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=7-tips-to-improve-web-page-load-time</link>
		<comments>http://www.itecsoftware.com/7-tips-to-improve-web-page-load-time#comments</comments>
		<pubDate>Sat, 10 Jul 2010 16:39:50 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[sprite]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=464</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/7-tips-to-improve-web-page-load-time" title="7 Tips To Improve Web Page Load Time"></a>With the increasing focus on Google&#8217;s Site Speed Algorithm, the following are 7 tips to improve web page load time, proven techniques well known websites use to boost their site speed. 1. Enable Gzip Compression While compressing pages adds just &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/7-tips-to-improve-web-page-load-time">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/7-tips-to-improve-web-page-load-time" title="7 Tips To Improve Web Page Load Time"></a><!-- google_ad_section_start --><p>With the increasing focus on Google&#8217;s Site Speed Algorithm, the following are 7 tips to improve web page load time, proven techniques well known websites use to boost their site speed.</p>
<h3>1. Enable Gzip Compression</h3>
<p>While compressing pages adds just a tad to your web server&#8217;s overhead, it will reduce bandwidth and transmission time and make pages appear to load faster for your users. Gzip is a open source compression algorithm that can be used to compress the content of your website before your the web server sends data to a client browser. You can learn how to <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" target="_blank">enable Gzip in Apache here</a>.</p>
<h3>2. Minify Javascript/CSS</h3>
<p>Minify is the process (and software) of removing unnecessary formatting characters and white space from javascript code. The result is smaller files, faster transmission and quicker page loads. You can learn all about <a href="http://en.wikipedia.org/wiki/Minification_(programming)" target="_blank">minify javascript here</a>.<span id="more-464"></span></p>
<h3>3. Use A Content Distribution Network (CDN)</h3>
<p>A CDN is a system of interconnected servers around the glove, that distribute content and assets around among them to reduce the distance between a server and a client&#8217;s browser. They are commonly used by large media web sites, such as Youtube and Break. You can find a <a href="http://en.wikipedia.org/wiki/Content_delivery_network#Free_CDNs" target="_blank">list of free CDNs here</a>.</p>
<h3>4. Optimize Images</h3>
<p>Take advantage of image compression and reduce the size of photos and graphics on you site dramatically. Never use a raw bitmap (.bmp) on your site, instead save photos as JPEG and graphics as PNG. Smaller images tend to be ok with a smaller quality setting, while large photos should be high to enjoy.</p>
<h3>5. Use External Hosts Javascript And CSS</h3>
<p>The Http protocol sets a limit as to how many concurrent files can be downloaded from a given host. This is currently set to two, which means the browser will have to wait for one to finish before getting the next file. While this isn&#8217;t true of all file types, it is a good enough reason to host applicable files on alternative subdomains. Hosting your Javascript and CSS files on a different subdomain increases the amount of files the browser can download simultaneously.</p>
<h3>6. Avoid Using Redirects</h3>
<p>While redirects can be very useful, it&#8217;s important to remember that implementing them forces your web server to do slightly more work per applicable request. Always avoid redirect strings (301 -&gt; 301 -&gt; 200 or even worse 301 -&gt; 302 -&gt; 200) and use these tools only when no other alternatives are available.</p>
<h3>7. Use Fewer Files</h3>
<p>Of the most simple and quick way to improve load time is to combine files into one. Remember the limit of downloads discussed in item 5 above? Try combining Javascript and CSS files, and make use of CSS sprites. It&#8217;s a method of combining several images in one file and use CSS for positioning. You can read how popular websites <a href="http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/" target="_blank">using sprites here</a>.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/7-tips-to-improve-web-page-load-time/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best New Chrome Extensions For Developers</title>
		<link>http://www.itecsoftware.com/best-new-chrome-extensions-for-developers?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-new-chrome-extensions-for-developers</link>
		<comments>http://www.itecsoftware.com/best-new-chrome-extensions-for-developers#comments</comments>
		<pubDate>Sat, 19 Jun 2010 17:36:11 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=385</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/best-new-chrome-extensions-for-developers" title="Best New Chrome Extensions For Developers"></a>With increasing popularity in Google&#8217;s Chrome browser, so increases the demand for extensions. This is especially true for Developers, as we are used to such a nice variety of high quality tools in Firefox. And the more tools are available &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/best-new-chrome-extensions-for-developers">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/best-new-chrome-extensions-for-developers" title="Best New Chrome Extensions For Developers"></a><!-- google_ad_section_start --><p>With increasing popularity in Google&#8217;s Chrome browser, so increases the demand for extensions. This is especially true for Developers, as we are used to such a nice variety of high quality tools in Firefox. And the more tools are available on one browser, the more that browser is used in developing web sites, resulting in higher quality web experience for end users on that platform. Btw., did you know that <a href="http://www.macstories.net/news/google-chrome-surpasses-safari-in-us-browser-market/">Google  Chrome surpasses Safari in US browser market</a> (macstories.net)? The following are arguably the best new Chrome extensions for developers.</p>
<h3>6. BuiltWith Technology Profiler</h3>
<p><a title="BuiltWith Technology Profiler" href="https://chrome.google.com/extensions/detail/dapjbgnjinbpoindlpdmhochffioedbn" target="_blank"></a><a href="http://www.itecsoftware.com/wp-content/uploads/2010/06/built-with-extension1.png"><img class="alignleft size-thumbnail wp-image-402" style="margin-right: 15px; margin-left: 5px;" title="built-with-extension" src="http://www.itecsoftware.com/wp-content/uploads/2010/06/built-with-extension1-150x150.png" alt="BuiltWith Extension" width="150" height="150" /></a>BuiltWith is a web site profiler tool, that returns all the technologies it can find on a particular page. BuiltWith extension helps developers, researchers and designers find out what technologies web pages are using and in turn help them to decide what technologies to implement. BuiltWith currently tracks widgets (snap preview), analytics (Google, Nielsen), frameworks (.NET, Java), publishing (WordPress, Blogger), advertising (DoubleClick, AdSense), CDNs (Amazon S3, Limelight), standards (XHTML,RSS), hosting software (Apache, IIS, CentOS, Debian).</p>
<p style="clear: both;">
<h3>5. Session Manager</h3>
<p id="cx-desc-text"><a href="http://www.itecsoftware.com/wp-content/uploads/2010/06/session-manager-extension.png"><img class="alignleft size-thumbnail wp-image-403" style="margin-right: 15px; margin-left: 5px;" title="session-manager-extension" src="http://www.itecsoftware.com/wp-content/uploads/2010/06/session-manager-extension-150x150.png" alt="Session Manager Extension" width="150" height="150" /></a>With Session Manager you can quickly save your current browser state and reload it whenever necessary. You can manage multiple sessions, rename or remove them from the session library. Each session remembers the state of the browser at its creation time, i.e the opened tabs and windows. Once a session is opened, the browser is restored to its state.</p>
<p style="clear: both;">
<p><span id="more-385"></span></p>
<h3>4. CSSViewer</h3>
<p id="cx-desc-text"><a href="http://www.itecsoftware.com/wp-content/uploads/2010/06/css-viewer-extension.png"><img class="alignleft size-thumbnail wp-image-405" style="margin-right: 15px; margin-left: 5px;" title="css-viewer-extension" src="http://www.itecsoftware.com/wp-content/uploads/2010/06/css-viewer-extension-150x150.png" alt="CSS Viewer Extension" width="150" height="150" /></a><a title="CSS Viewer Extension" href="https://chrome.google.com/extensions/detail/ggfgijbpiheegefliciemofobhmofgce" target="_blank">CSS Viewer</a> shows the css parameters of any element in a web page, to  enable/disable it simply click the toolbar icon. It&#8217;s a simple CSS property viewer for designers and web developers based on the firefox add on.</p>
<p style="clear: both;">
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-5075229468189091"; google_ad_slot = "5319549306"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<h3>3.Chrome SEO</h3>
<p id="cx-desc-text"><a href="http://www.itecsoftware.com/wp-content/uploads/2010/06/chrome-seo-extension.png"><img class="alignleft size-thumbnail wp-image-409" style="margin-right: 15px; margin-left: 5px;" title="chrome-seo-extension" src="http://www.itecsoftware.com/wp-content/uploads/2010/06/chrome-seo-extension-150x150.png" alt="Chrome SEO Extension" width="150" height="150" /></a>The Google <a title="Chrome SEO Extension" href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj" target="_blank">Chrome SEO</a> Extension provides an overview to Search Engine Optimization Tools which can help with Competitive Analysis, Keyword Research, Back-link Checks, PageRank analysis and other valuable SEO tasks.</p>
<p style="clear: both;">
<h3>2. Web Developer</h3>
<p id="cx-desc-text"><a href="http://www.itecsoftware.com/wp-content/uploads/2010/06/web-developer-extension.png"><img class="alignleft size-thumbnail wp-image-410" style="margin-right: 15px; margin-left: 5px;" title="web-developer-extension" src="http://www.itecsoftware.com/wp-content/uploads/2010/06/web-developer-extension-150x150.png" alt="Web Developer Extension" width="150" height="150" /></a>The <a title="Web Developer Extension" href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank">Web Developer</a> extension adds a toolbar button to the browser with various web developer tools. This is the official port of the popular Web Developer extension for Firefox written by the same person.</p>
<p style="clear: both;">
<h3>1. Firebug Lite for Google Chrome</h3>
<p><a title="Firebug Lite for Chrome" href="https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench" target="_blank"></a><a href="http://www.itecsoftware.com/wp-content/uploads/2010/06/firebug-lite-extension.png"><img class="alignleft size-thumbnail wp-image-411" style="margin-right: 15px; margin-left: 5px;" title="firebug-lite-extension" src="http://www.itecsoftware.com/wp-content/uploads/2010/06/firebug-lite-extension-150x150.png" alt="Firebug Lite Extension" width="150" height="150" /></a>Firebug Lite, as the name implies is the sibling of the famous version we used for so long now in Firefox. It provides the rich visual representation in HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elements with your mouse, DOM inspection, JavaScript debugging and live editing CSS properties.</p>
<p style="clear: both;">
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/best-new-chrome-extensions-for-developers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Google&#8217;s Search update &#8211; code named Caffeine</title>
		<link>http://www.itecsoftware.com/whats-new-in-google-search-update-code-name-caffeine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whats-new-in-google-search-update-code-name-caffeine</link>
		<comments>http://www.itecsoftware.com/whats-new-in-google-search-update-code-name-caffeine#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:34:41 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[caffeine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=338</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/whats-new-in-google-search-update-code-name-caffeine" title="What&#039;s new in Google&#039;s Search update - code named Caffeine"></a>Google’s search algorithm update, codenamed “Google Caffeine” in set to launch in the coming days. Google Caffeine is said to stir up the Webmaster / SEO world with a slew of algorithm updates. Most predominantly, it will be much quicker &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/whats-new-in-google-search-update-code-name-caffeine">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/whats-new-in-google-search-update-code-name-caffeine" title="What&#039;s new in Google&#039;s Search update - code named Caffeine"></a><!-- google_ad_section_start --><p><a href="http://www.itecsoftware.com/wp-content/uploads/2010/01/google-caffeine1.jpg"><img class="alignleft size-medium wp-image-341" style="margin-left: 10px; margin-right: 10px;" title="google-caffeine" src="http://www.itecsoftware.com/wp-content/uploads/2010/01/google-caffeine1-236x300.jpg" alt="Google Caffeine" width="236" height="300" /></a>Google’s search algorithm update, codenamed “Google Caffeine” in set to launch in the coming days. Google Caffeine is said to stir up the Webmaster / SEO world with a slew of algorithm updates. Most predominantly, it will be much quicker than the current Google search and rely more on keyword strings in the page content, and it will make real-time search much more important.</p>
<p>The new focus on real-time search results means that sites that consistently ranked high will take a hit. This will give smart webmasters who understand the dynamic of  real-time social media an excellent opportunity to markedly boost their Google rankings.</p>
<p>Here is a summary of what we know about Google Caffeine and it&#8217;s effect on SEO:</p>
<p><strong>Page load speed will be important</strong></p>
<p>The time it takes for a webpage to load is now important  to rank high on Google. Studies have shown that improving page load speed results in improved user retention and increased conversions.</p>
<p>Check out Google&#8217;s Site Performance diagnostic tool in their <a href="https://www.google.com/webmasters/tools/home?hl=en" target="_blank">Google Webmaster Accounts</a>. Basically, it boils down to:</p>
<ol>
<li>Writing lean HTML and CSS code</li>
<li>More intelligent use of Javascript</li>
<li>Compressing html, css and Javascript</li>
<li>Improve browser page caching</li>
</ol>
<p><span id="more-338"></span></p>
<p><strong>Fresh Content Wins</strong></p>
<p>Pages with static content will drop in the search rankings and more dynamic businesses with active blogs will take their place. This update declares war on “black hat” SEO spammers and rewards webmasters that provide up to date, meaningful and original content.</p>
<p>Ideas to keep your site dynamic:</p>
<ol>
<li>Publish dynamic content like blog posts, comments, press releases and company news. You should try to add fresh content daily.</li>
<li>Encourage user interaction through profiles, comments, social bookmarking and social media links.</li>
</ol>
<p><strong>Backlinks Rule</strong></p>
<p>The Google Caffeine update will not affect off-page factors much, so quality and relevant backlinks will continue to be an important ranking factor. However,  links and references from social media sites like Facebook and Twitter will be weighted higher.</p>
<p>There you have it. Try to take advantage of Google’s new Caffeine and update your blog regularly, improve page load speed by using Google’s Webmaster Tools to pinpoint sections that are slowing things down and employ a strong backlink strategy that targets the viral potential of social media networks.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/whats-new-in-google-search-update-code-name-caffeine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx and memcached module</title>
		<link>http://www.itecsoftware.com/nginx-and-memcached-module?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nginx-and-memcached-module</link>
		<comments>http://www.itecsoftware.com/nginx-and-memcached-module#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:31:35 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Useful Stuff]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=148</guid>
		<description><![CDATA[With nginx memcache module, we serve more pages faster with less hardware. It's a nobrainer.<p class="read-more"><a href="http://www.itecsoftware.com/nginx-and-memcached-module">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/nginx-and-memcached-module" title="Nginx and memcached module"></a><!-- google_ad_section_start --><p><a rel="nofollow" href="http://www.danga.com/memcached/" target="_blank">Memcache</a> is traditionally used as a module inside server side scripts, such as <a rel="nofollow" href="http://www.php.net" target="_blank">PHP</a>, ASP, ColdFusion and others. And it&#8217;s doing a terrific job, as long as it&#8217;s implemented correctly.</p>
<p>But if we look under the hood of the actual <a rel="nofollow" href="http://www.danga.com/memcached/" target="_blank">Memcache</a> application, and I&#8217;m not talking about the PHP or ASP extension, but rather the executable that&#8217;s running as a daemon under linux, for example, it is a rather simple database like application running in memory. Now there are two basic actions that need to be performed to use it, one is writing info into memcache, the other is reading it. In a typical scenario, there are many reads for one write, that&#8217;s the whole point, isn&#8217;t it. But what if we can isolate the reading from the server side scripts, and let a small high speed module do that for us.</p>
<p><span id="more-148"></span></p>
<p>That&#8217;s where <a rel="nofollow" href="http://nginx.net/" target="_blank">Nginx</a> and it&#8217;s <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpMemcachedModule" target="_blank">Memcache Module</a> comes in. We use PHP to fill up the cache and then let Nginx serve that content to the requesting client. According to lead architect Peter Gilg, this configuration is used at <a rel="nofollow" href="http://www.mademan.com/" target="_blank">Mademan.com</a>, a lifestyle site serving up to 1 million pageviews/day.</p>
<p>To be more specific, we&#8217;ll have nginx listen on port 80. If a request comes in, it checks memcache if the requested page is in memory and serves it directly to the client, or sends it to <a rel="nofollow" href="http://apache.org/" target="_blank">Apache</a> (on port 88 for example) to produce the page. At the same time apache inserts the page into memcache, so it&#8217;s available to nginx for the next request.  A sample configuration nginx script would look something like this:</p>
<pre class="code"><a href="http://wiki.nginx.org/NginxHttpCoreModule#server"><span class="kw3">server</span></a> <span class="br0">{</span>
  <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpCoreModule#location"><span class="kw3">location</span></a> / <span class="br0">{</span>
    <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpRewriteModule#set"><span class="kw22">set</span></a> <span class="re0">$memcached_key</span> <span class="re0">$uri</span>;
    <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpMemcachedModule#memcached_pass"><span class="kw20">memcached_pass</span></a>     name:<span class="nu0">11211</span>;
    <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpCoreModule#default_type"><span class="kw3">default_type</span></a>       text/html;
    <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpCoreModule#error_page"><span class="kw3">error_page</span></a>         <span class="nu0">404</span> = /fallback;
  <span class="br0">}</span>

  <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpCoreModule#location"><span class="kw3">location</span></a> = /fallback <span class="br0">{</span>
    <a rel="nofollow" href="http://wiki.nginx.org/NginxHttpProxyModule#proxy_pass"><span class="kw21">proxy_pass</span></a> backend;
  <span class="br0">}</span>
<span class="br0">}</span></pre>
<p><span style="text-decoration: underline;"><strong>Additional Resources:</strong></span> <a rel="nofollow" href="http://nginx.net/" target="_blank">Nginx</a> <a rel="nofollow" href="http://www.danga.com/memcached/" target="_blank">Memcache</a> <a rel="nofollow" href="http://apache.org/" target="_blank">Apache</a><script type="text/javascript"><!--
google_ad_client = "pub-5075229468189091";
google_ad_slot = "2446713154";
google_ad_width = 468;
google_ad_height = 15;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/nginx-and-memcached-module/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Create Thumnails The Easy Way</title>
		<link>http://www.itecsoftware.com/auto-create-thumnails-the-easy-way?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=auto-create-thumnails-the-easy-way</link>
		<comments>http://www.itecsoftware.com/auto-create-thumnails-the-easy-way#comments</comments>
		<pubDate>Sun, 12 Jul 2009 18:43:23 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[create tumbnails]]></category>
		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=175</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/auto-create-thumnails-the-easy-way" title="Auto Create Thumnails The Easy Way"></a>Ever wondered it there is an easy way to resize your images or quickly create thumbnails from your favorite pictures? Search no more, the awesome little utility ImageMagick does it for you. Install it using your package manager, most of &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/auto-create-thumnails-the-easy-way">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/auto-create-thumnails-the-easy-way" title="Auto Create Thumnails The Easy Way"></a><!-- google_ad_section_start --><p>Ever wondered it there is an easy way to resize your images or quickly create thumbnails from your favorite pictures?<br />
Search no more, the awesome little utility ImageMagick does it for you.</p>
<p>Install it using your package manager, most of them should have it in their repository.</p>
<p style="padding-left: 30px;color: #008000;">sudo apt-get install imagemagick</p>
<p>Once installed, this command will create tumbnails for all JPG&#8217;s in the current directory, 200 pixel wide/high on the longest side. Eg. if your image is in landscape layout, it&#8217;ll be 200 pixel wide, in portrait format it&#8217;ll be 200 pixel high.</p>
<p style="padding-left: 30px;color: #008000;">for file in *.jpg ; do convert -resize 200 &#8220;$file&#8221; t&#8221;$file&#8221;; done</p>
<p>That&#8217;s it. Simply change 200 to the size of your liking, or change the extension if your images are in gif, png or any other image format.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/auto-create-thumnails-the-easy-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Web Site Traffic</title>
		<link>http://www.itecsoftware.com/improve-web-site-traffic?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=improve-web-site-traffic</link>
		<comments>http://www.itecsoftware.com/improve-web-site-traffic#comments</comments>
		<pubDate>Sat, 09 May 2009 18:27:46 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=136</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/improve-web-site-traffic" title="Improve Web Site Traffic"></a>There are several ways to generate and improve the attention for your web site. Some of them rather simple and easy, others thake a bit more effort and there are a few thing you really want to avoid. 1. Know &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/improve-web-site-traffic">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/improve-web-site-traffic" title="Improve Web Site Traffic"></a><!-- google_ad_section_start --><p>There are several ways to generate and improve the attention for your web site. Some of them rather simple and easy, others thake a bit more effort and there are a few thing you really want to avoid.</p>
<h3>1. Know what is trendy at Google, Yahoo and company</h3>
<p>Making an effort in researching the popular keywords at popular search engines ensures that your articles are included in search results. Utilising tools such as <a href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">Google Keyword Tool</a>, <a href="http://inventory.overture.com/d/searchinventory/suggestion/" target="_blank">Yahoo Overture Keyword Selector Tool</a> or <a rel="nofollow" href="http://www.wordtracker.com/" target="_blank">WordTracker</a> can assist you in finding relevant keywords and balance them against the competition. Note that just because a keyword is very popular doesn&#8217;t necessary mean success. If there are many sites that contain those words, you competing against all of them, making it harder for your site to show up on top. And placing the keywords towards to top of your page and embed them into h1 or h2 tags improves their effect. In addition, embedding them into your page&#8217;s URL is just good seo practice.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5075229468189091";
/* 468x15, created 6/27/09 */
google_ad_slot = "2446713154";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>2. Maintain a blog and get participation</h3>
<p>The value of blogging on a consistent basis — aside from being able to share your expertise and opinions with the literate world — is that search engines will index your site more often. In addition, being an active blogger leaves your fingerprint all over the web and people will find your site by reading your posts/comments and that link back to you. For example, if you’re writing about basketball, and you participate in the important blogs in the world of NBA, having those links coming back to your site would be regarded as authority links and greatly enhance your sites page rank.<br />
<span id="more-136"></span></p>
<h3>3. Leave your link and exchange links with other sites.</h3>
<p>That includes getting links to your home page, special article pages and using your keywords as part of the anchor text. To get links, write articles and place them on other sites. Then make sure it includes a resource box or bio at the end of the article that includes your URL in the first line and something that will compel readers to come to your site in the second line, along with another link.</p>
<h3>4. Make your visitors stay longer</h3>
<p>That means focusing on compelling content and those areas that will encourage people to hang out longer. Interesting articles, interactive content, pictures, videos and music just to name a few. To measure sucess, use <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a>. You can track a multitude of variables about your site&#8217;s activity and best of all it&#8217;s free.</p>
<h3>5. Don&#8217;t waste time and effort on email marketing</h3>
<p>What about those newsletter sites that promise success and wealth? Forget it. There are so many highly effective spam filters and firewall, your mail won&#8217;t get to their intented target. And the few that get thru, end up in spam foders and are never read. Save your time and effort and focus on your site&#8217;s content. it pays better.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/improve-web-site-traffic/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful SEO tips for images</title>
		<link>http://www.itecsoftware.com/useful-seo-tips-for-images?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-seo-tips-for-images</link>
		<comments>http://www.itecsoftware.com/useful-seo-tips-for-images#comments</comments>
		<pubDate>Sat, 02 May 2009 16:01:28 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=129</guid>
		<description><![CDATA[<a href="http://www.itecsoftware.com/useful-seo-tips-for-images" title="Useful SEO tips for images"></a>Images are often ignored when it comes to SEO, despite the fact that Google has it&#8217;s own search domain for images. Paying a little more attention to naming scheme and additional tags can make a big difference in search referred &#8230;<p class="read-more"><a href="http://www.itecsoftware.com/useful-seo-tips-for-images">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.itecsoftware.com/useful-seo-tips-for-images" title="Useful SEO tips for images"></a><!-- google_ad_section_start --><p>Images are often ignored when it comes to SEO, despite the fact that Google has it&#8217;s own search domain for images. Paying a little more attention to naming scheme and additional tags can make a big difference in search referred traffic.<br />
Here are some basic tips relating to images in web pages:</p>
<ul>
<li> most obvious but often ignored, name the image according to it&#8217;s content. Instead of DSC00456.jpg, call it sunset-in-italy.jpg (do not use spaces in names, use dashes instead)</li>
<li>make use of the &#8220;title&#8221; attribute, adding meaningful information helps search traffic</li>
<li>using the &#8220;alt&#8221; attribute is debated when it comes to SEO, but should be part of any clean web design. Just imagine your image is missing or the path incorrect, the visitor at least knows that there is supposed to be an image containing what&#8217;s described in the alt tag.</li>
<li>placing ample and descriptive text around the image helps search engines index the images</li>
<li>store them in separate, descriptive folder</li>
<li>ensure that you&#8217;re actually hosting the images, otherwise the search referred traffic will go to the image hosting site</li>
<li>never use duplicate &#8220;alt&#8221; and/or &#8220;title&#8221; tags on two or more images</li>
</ul>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.itecsoftware.com/useful-seo-tips-for-images/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: basic
Database Caching 17/19 queries in 0.005 seconds using disk: basic
Object Caching 948/948 objects using disk: basic

Served from: www.itecsoftware.com @ 2012-05-19 13:34:28 -->
