<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Wasimasif&#039;s Blog</title>
	<atom:link href="http://wasimasif.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wasimasif.wordpress.com</link>
	<description>about CRE Loaded, Web Performance, SEO and many things</description>
	<lastBuildDate>Sun, 27 Jun 2010 06:49:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wasimasif.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Wasimasif&#039;s Blog</title>
		<link>http://wasimasif.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wasimasif.wordpress.com/osd.xml" title="Wasimasif&#039;s Blog" />
	<atom:link rel='hub' href='http://wasimasif.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JavaScript placement for performance</title>
		<link>http://wasimasif.wordpress.com/2010/06/27/javascript-placement-for-performance/</link>
		<comments>http://wasimasif.wordpress.com/2010/06/27/javascript-placement-for-performance/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 06:49:11 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[Web Performance Optimization]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=581</guid>
		<description><![CDATA[A new post in Web Application Performance series have been posted. If JavaScript is not placed properly it can reduce front end performance badly. See the post JavaScript Placement to see how JavaScript should be placed.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=581&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new post in <a href="http://www.infotales.com/web-application-performance/">Web Application Performance</a> series have been posted. If JavaScript is not placed properly it can reduce front end performance badly. See the post <a href="http://www.infotales.com/web-application-performance-javascript-placement/">JavaScript Placement</a> to see how JavaScript should be placed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=581&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/06/27/javascript-placement-for-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Placement for performance</title>
		<link>http://wasimasif.wordpress.com/2010/06/26/css-placement-for-performance/</link>
		<comments>http://wasimasif.wordpress.com/2010/06/26/css-placement-for-performance/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 16:19:17 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[Web Performance Optimization]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=578</guid>
		<description><![CDATA[Another post in web application performance series has been posted. The post covers how css file should be placed in a web page to improve its performance. You can see the post &#8220;Web Application Performance: CSS Placement&#8220;on our blog. You can find more post to improve performance at http://www.infotales.com/topic/web-performance-optimization/.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=578&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another post in <a title="Web application performance" href="http://www.infotales.com/web-application-performance/">web application performance</a> series has been posted. The post covers how css file should be placed in a web page to improve its performance. You can see the post &#8220;<a href="http://www.infotales.com/web-application-performance-css-placement/">Web Application Performance: CSS Placement</a>&#8220;on our blog. You can find more post to improve performance at <a href="http://www.infotales.com/topic/web-performance-optimization/">http://www.infotales.com/topic/web-performance-optimization/</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/578/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=578&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/06/26/css-placement-for-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>Reducing http requests for performance</title>
		<link>http://wasimasif.wordpress.com/2010/06/24/reducing-http-requests-for-performance/</link>
		<comments>http://wasimasif.wordpress.com/2010/06/24/reducing-http-requests-for-performance/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 15:08:47 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[Web Performance Optimization]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=575</guid>
		<description><![CDATA[In web application performance series if have posted a new post describing how to reduce http requests . Reducing http requests can significantly improve page performance and load time. Stay tuned for more in web application performance series.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=575&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.infotales.com/web-application-performance/">web application performance</a> series if have posted a new post describing <a href="http://www.infotales.com/web-application-performance-reducing-http-requests/">how to reduce http requests</a> . Reducing http requests can significantly improve page performance and load time. Stay tuned for more in web application performance series.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=575&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/06/24/reducing-http-requests-for-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Application Performance series</title>
		<link>http://wasimasif.wordpress.com/2010/06/20/web-application-performance-series/</link>
		<comments>http://wasimasif.wordpress.com/2010/06/20/web-application-performance-series/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 13:39:49 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[Web Performance Optimization]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=571</guid>
		<description><![CDATA[I have started a new series of post to enhance web application performance. The series will include different methods to improve web application performance both at server side and front end. Main topics covered includes Using conditional requests, expires header, keep-alive, gzip compression Reducing HTTP requests Caching images in browser Adding gzip Compression Proper CSS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=571&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have started a new series of post to enhance <a href="http://www.infotales.com/web-application-performance/">web application performance</a>. The series will include different methods to improve web application performance both at server side and front end.</p>
<p>Main topics covered includes</p>
<ul>
<li> <a title="Web Application Performance" href="http://www.infotales.com/web-application-performance-http-features-for-performance/">Using conditional requests, expires header, keep-alive, gzip compression</a></li>
<li>Reducing HTTP requests</li>
<li><a href="http://www.infotales.com/using-browser-cache-image-expiry-for-performance/">Caching images in browser</a></li>
<li><a title="Gzip Compression" href="http://www.infotales.com/compress-your-web-pages/">Adding gzip Compression</a></li>
<li>Proper CSS Placements</li>
<li> Proper JavaScript placement</li>
<li> Minimizing CSS and JavaScript code</li>
<li> <a title="Cookie less domain" href="http://www.infotales.com/serving-images-from-cookie-less-domain/">Serving images from cookie less domain</a></li>
<li> Avoiding HTTP redirection</li>
<li> Optimizing Ajax</li>
<li> <a title="Web Server Performance" href="http://www.infotales.com/web-server-performance-use-php-accelerator/">Using PHP accelerators for web server performance</a></li>
</ul>
<p>Stay tuned to be updated about these topics for web performance enhancements.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/571/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=571&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/06/20/web-application-performance-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO how to tell Google more about page?</title>
		<link>http://wasimasif.wordpress.com/2010/06/15/seo-how-to-tell-google-more-about-page/</link>
		<comments>http://wasimasif.wordpress.com/2010/06/15/seo-how-to-tell-google-more-about-page/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 15:53:12 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=567</guid>
		<description><![CDATA[Telling as much as possible to Google about your different pages, can certainly help in SEO. For example if you have a tables of content, or glossary for the site do tell it to Google and other search engines. Now the question is how to do it for that, see Establishing relationship between pages for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=567&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Telling as much as possible to Google about your different pages, can certainly help in SEO. For example if you have a tables of content, or glossary for the site do tell it to Google and other search engines. Now the question is how to do it for that, see <a href="http://www.infotales.com/establishing-relationship-between-pages-for-seo/">Establishing relationship between pages for SEO</a>. In the post different tags are listed with example, to establish relationship between different pages.</p>
<p>For more on <a href="http://www.infotales.com/topic/seo/">SEO</a> please visit <a href="http://www.infotales.com/">http://www.infotales.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=567&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/06/15/seo-how-to-tell-google-more-about-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>Search types in Magento</title>
		<link>http://wasimasif.wordpress.com/2010/06/06/search-types-in-magento/</link>
		<comments>http://wasimasif.wordpress.com/2010/06/06/search-types-in-magento/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:57:40 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=479</guid>
		<description><![CDATA[Magento provides different kind of search types. These include &#8220;LIKE&#8221;, Fulltext and combined. To increase Magento performance what type should be selected? you can find this and more on Magento performance on http://www.infotales.com/magento-performance-search-type-selection/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=479&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Magento provides different kind of search types. These include &#8220;LIKE&#8221;, Fulltext and combined. To increase Magento performance what type should be selected? you can find this and more on <a href="http://www.infotales.com/magento-performance/">Magento performance</a> on <a href="http://www.infotales.com/magento-performance-search-type-selection/">http://www.infotales.com/magento-performance-search-type-selection/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=479&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/06/06/search-types-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>CRE Loaded exploit allows access to admin without password</title>
		<link>http://wasimasif.wordpress.com/2010/05/23/cre-loaded-exploit-allows-access-to-admin-without-password/</link>
		<comments>http://wasimasif.wordpress.com/2010/05/23/cre-loaded-exploit-allows-access-to-admin-without-password/#comments</comments>
		<pubDate>Sun, 23 May 2010 05:32:21 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[CRE Loaded]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=470</guid>
		<description><![CDATA[An security exploit in CRE Loaded allows any to get into admin are and lot of things like view confidential information about orders, customers, upload files etc. Immediate fix is needed in ALL versions of CRE Loaded older than 6.4.1a. See the screen shot to see how information can be seen without username password. You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=470&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An security exploit in CRE Loaded allows any to get into admin are and lot of things like view confidential information about orders, customers, upload files etc. Immediate fix is needed in ALL versions of CRE Loaded older than 6.4.1a.</p>
<p>See the screen shot to see how information can be seen without username password.</p>
<p><a href="http://wasimasif.files.wordpress.com/2010/05/creloaded_security_issue_3.gif"><img class="alignleft size-full wp-image-471" title="creloaded_security_issue_3" src="http://wasimasif.files.wordpress.com/2010/05/creloaded_security_issue_3.gif?w=600&#038;h=153" alt="" width="600" height="153" /></a></p>
<p>You can more details and fix of the issue on <a href="http://www.infotales.com/oscommerce-cre-loaded-security-issue-allows-access-admin-area/">http://www.infotales.com/oscommerce-cre-loaded-security-issue-allows-access-admin-area/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/470/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=470&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/05/23/cre-loaded-exploit-allows-access-to-admin-without-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>

		<media:content url="http://wasimasif.files.wordpress.com/2010/05/creloaded_security_issue_3.gif" medium="image">
			<media:title type="html">creloaded_security_issue_3</media:title>
		</media:content>
	</item>
		<item>
		<title>osCommerce exploit allows access to admin without password</title>
		<link>http://wasimasif.wordpress.com/2010/05/23/oscommerce-security-exploit-allows-access-to-admin-without-password/</link>
		<comments>http://wasimasif.wordpress.com/2010/05/23/oscommerce-security-exploit-allows-access-to-admin-without-password/#comments</comments>
		<pubDate>Sun, 23 May 2010 05:29:37 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[CRE Loaded]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=466</guid>
		<description><![CDATA[An security exploit in osCommerce allows any to get into admin are and lot of things like view confidential information about orders, customers, upload files etc. Immediate fix is needed in ALL versions of osCommerce. See the screen shot to see how information can be seen without username password. You can more details and fix [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=466&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An security exploit in osCommerce allows any to get into admin are and lot of things like view confidential information about orders, customers, upload files etc. Immediate fix is needed in ALL versions of osCommerce.</p>
<p>See the screen shot to see how information can be seen without username password.</p>
<p><a href="http://wasimasif.files.wordpress.com/2010/05/oscommerce_security_issue1.gif"><img class="alignleft size-full wp-image-468" title="oscommerce_security_issue" src="http://wasimasif.files.wordpress.com/2010/05/oscommerce_security_issue1.gif?w=600" alt=""   /></a></p>
<p>You can more details and fix of the issue on <a href="http://www.infotales.com/oscommerce-cre-loaded-security-issue-allows-access-admin-area/">http://www.infotales.com/oscommerce-cre-loaded-security-issue-allows-access-admin-area/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=466&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/05/23/oscommerce-security-exploit-allows-access-to-admin-without-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>

		<media:content url="http://wasimasif.files.wordpress.com/2010/05/oscommerce_security_issue1.gif" medium="image">
			<media:title type="html">oscommerce_security_issue</media:title>
		</media:content>
	</item>
		<item>
		<title>Location of Server, impact on traffic from Google</title>
		<link>http://wasimasif.wordpress.com/2010/05/07/location-of-server-impact-on-traffic-from-google/</link>
		<comments>http://wasimasif.wordpress.com/2010/05/07/location-of-server-impact-on-traffic-from-google/#comments</comments>
		<pubDate>Fri, 07 May 2010 14:50:49 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=463</guid>
		<description><![CDATA[In my new post I added an live example of server location impacting traffic from Google. You can see the post at http://www.infotales.com/server-location-impact-on-google-traffic/ For more performance optimization tips see http://www.infotales.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=463&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my new post I added an live example of server location impacting traffic from Google. You can see the post at <a href="http://www.infotales.com/server-location-impact-on-google-traffic/">http://www.infotales.com/server-location-impact-on-google-traffic/</a></p>
<p>For more <a href="http://www.infotales.com/topic/web-performance-optimization/">performance optimization</a> tips see http://www.infotales.com/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=463&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/05/07/location-of-server-impact-on-traffic-from-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML5: New tags and removed tags</title>
		<link>http://wasimasif.wordpress.com/2010/05/05/html5-new-tags-and-removed-tags/</link>
		<comments>http://wasimasif.wordpress.com/2010/05/05/html5-new-tags-and-removed-tags/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:01:59 +0000</pubDate>
		<dc:creator>Wasim Asif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wasimasif.wordpress.com/?p=457</guid>
		<description><![CDATA[HTML5 is on its way to hit web pretty soon. See which tags has been added at http://www.infotales.com/html5-whats-new/ and tags removed can be seen http://www.infotales.com/html4-tags-removed-in-html5/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=457&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML5 is on its way to hit web pretty soon.<br />
See which tags has been added at <a href="http://www.infotales.com/html5-whats-new/">http://www.infotales.com/html5-whats-new/</a><br />
and tags removed can be seen<br />
<a href="http://www.infotales.com/html4-tags-removed-in-html5/">http://www.infotales.com/html4-tags-removed-in-html5/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wasimasif.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wasimasif.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wasimasif.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wasimasif.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wasimasif.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wasimasif.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wasimasif.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wasimasif.wordpress.com/457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wasimasif.wordpress.com&amp;blog=7575207&amp;post=457&amp;subd=wasimasif&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wasimasif.wordpress.com/2010/05/05/html5-new-tags-and-removed-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af28de5a337c1de26723a480d2ad0f95?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wasimasif</media:title>
		</media:content>
	</item>
	</channel>
</rss>
