<?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>Pakzilla &#187; Blogging</title>
	<atom:link href="http://www.pakzilla.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pakzilla.com</link>
	<description>A blog on Programming, Web and Technology</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to remove the border of Facebook page like box</title>
		<link>http://www.pakzilla.com/2012/01/06/how-to-remove-the-border-of-facebook-page-like-box/</link>
		<comments>http://www.pakzilla.com/2012/01/06/how-to-remove-the-border-of-facebook-page-like-box/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 01:02:12 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1854</guid>
		<description><![CDATA[The solution is below, how I removed the border of my Pakzilla Facebook like box. Wrap your IFrame code with a div with an ID CSS classes for above Div and IFrame You can adjust the width and height according the space where you want to place the box. What idea I have used, I [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/10/31/how-to-use-facebook-like-count-button-on-wordpress/' rel='bookmark' title='How to use Facebook Like count button on WordPress'>How to use Facebook Like count button on WordPress</a></li>
<li><a href='http://www.pakzilla.com/2010/10/12/what-is-the-architecture-of-facebook/' rel='bookmark' title='What is the architecture of Facebook?'>What is the architecture of Facebook?</a></li>
<li><a href='http://www.pakzilla.com/2011/01/23/a-infographic-of-internet-in-2020/' rel='bookmark' title='An infographic of Internet in 2020'>An infographic of Internet in 2020</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The solution is below, how I removed the border of my Pakzilla Facebook like box.</p>
<h4>Wrap your IFrame code with a div with an ID</h4>
<pre class="brush: xml; title: ; notranslate">
&lt;div id=&quot;likebox-frame&quot;&gt;
  &lt;iframe style=&quot;border: none; overflow: hidden; width: 330px; height: 289px;&quot; src=&quot;http://www.facebook.com/plugins/likebox.php?id=&lt;the_id_of_fb_page&gt;&amp;width=330&amp;connections=10&amp;stream=false&amp;header=false&amp;height=280&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; width=&quot;320&quot; height=&quot;240&quot;&gt;
&lt;/ifram&gt;
&lt;/div&gt;
</pre>
<h4>CSS classes for above Div and IFrame</h4>
<pre class="brush: css; title: ; notranslate">
#likebox-frame{
  width:330px;
  height: 260px;
  overflow: hidden;
  position:relative;
}
#likebox-frame iframe{
  overflow:hidden;
  position:relative;
  left:-5px;
  top:-1px;
}
</pre>
<p>You can adjust the width and height according the space where you want to place the box. What idea I have used, I have hide the border of like box under the styles of the div. There could be other approaches too. But I clicked on this. It&#8217;s simple.</p>
<p>Here is my Facebook page like box.</p>
<p><img class="aligncenter" title="borderless_facebook_like_box" src="http://www.pakzilla.com/wp-content/new_upload/borderless_facebook_like_box.png" alt="" width="326" height="250" /></p>
<p>If you like this post, you can <strong>like</strong> my <a href="http://www.facebook.com/pages/Pakzilla/140223382686997" target="_blank">Facebook page</a>. <img src='http://www.pakzilla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/10/31/how-to-use-facebook-like-count-button-on-wordpress/' rel='bookmark' title='How to use Facebook Like count button on WordPress'>How to use Facebook Like count button on WordPress</a></li>
<li><a href='http://www.pakzilla.com/2010/10/12/what-is-the-architecture-of-facebook/' rel='bookmark' title='What is the architecture of Facebook?'>What is the architecture of Facebook?</a></li>
<li><a href='http://www.pakzilla.com/2011/01/23/a-infographic-of-internet-in-2020/' rel='bookmark' title='An infographic of Internet in 2020'>An infographic of Internet in 2020</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2012/01/06/how-to-remove-the-border-of-facebook-page-like-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging on Pakzilla in year 2011</title>
		<link>http://www.pakzilla.com/2012/01/06/blogging-on-pakzilla-in-year-2011/</link>
		<comments>http://www.pakzilla.com/2012/01/06/blogging-on-pakzilla-in-year-2011/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 23:31:19 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1844</guid>
		<description><![CDATA[WordPress.com&#8217;s Jetpack published a report of Pakzilla.com blogging for year 2011. Interested facts they are . Visitor&#8217;s statistics Blog was viewed about 140,000 times in 2011. In 2011, there were 25 new posts, that made total posts to 154. The busiest day of the year was March 1st with 1,114 views. The most popular post that day [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/02/17/class-of-2011-if-social-media-were-a-high-school/' rel='bookmark' title='Class of 2011: If Social Media Were a High School'>Class of 2011: If Social Media Were a High School</a></li>
<li><a href='http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/' rel='bookmark' title='Easy way to create your WordPress mobile website'>Easy way to create your WordPress mobile website</a></li>
<li><a href='http://www.pakzilla.com/2009/07/22/google-code-jam-is-back-for-year-2009/' rel='bookmark' title='Google Code Jam is back for year 2009'>Google Code Jam is back for year 2009</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="2011blogging" src="http://www.pakzilla.com/wp-content/new_upload/2011blogging.png" alt="" width="435" height="165" /></p>
<p>WordPress.com&#8217;s Jetpack published a report of Pakzilla.com blogging for year 2011. Interested facts they are<br />
.</p>
<h3>Visitor&#8217;s statistics</h3>
<ul>
<li>Blog was viewed about 140,000 times in 2011.</li>
<li>In 2011, there were 25 new posts, that made total posts to 154.</li>
<li>The busiest day of the year was March 1st with 1,114 views. The most popular post that day was An ultimate HTML5 cheatsheet you must have.</li>
</ul>
<div><img class="aligncenter" title="views_stats" src="http://www.pakzilla.com/wp-content/new_upload/views_stats.png" alt="" width="418" height="204" /></div>
<h3>Top referring</h3>
<ul>
<li>itoday.wordpress.com</li>
<li>dzone.com</li>
<li>ideaxidea.com</li>
<li>smashingapps.com</li>
<li>facebook.com</li>
</ul>
<div>
<h3><img class="alignright" title="visitor_map" src="http://www.pakzilla.com/wp-content/new_upload/visitor_map1.png" alt="" width="300" height="142" /></h3>
</div>
<h3>Visitor&#8217;s location</h3>
<ul>
<li>North America<br />
83% Unites States<br />
11% Canada</li>
<li>South America<br />
48% Brazil<br />
14% Argentina</li>
<li>Africa<br />
35% Egypt<br />
18% South Africa</li>
<li>Asia<br />
45% India<br />
12% Malaysia<br />
8% Pakistan</li>
<li>Europe<br />
18% The United Kingdom<br />
8% Germany</li>
<li>Oceania<br />
77.5% Australia<br />
22% New Zealand</li>
</ul>
<h3></h3>
<div></div>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/02/17/class-of-2011-if-social-media-were-a-high-school/' rel='bookmark' title='Class of 2011: If Social Media Were a High School'>Class of 2011: If Social Media Were a High School</a></li>
<li><a href='http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/' rel='bookmark' title='Easy way to create your WordPress mobile website'>Easy way to create your WordPress mobile website</a></li>
<li><a href='http://www.pakzilla.com/2009/07/22/google-code-jam-is-back-for-year-2009/' rel='bookmark' title='Google Code Jam is back for year 2009'>Google Code Jam is back for year 2009</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2012/01/06/blogging-on-pakzilla-in-year-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 reasons I like Bluehost</title>
		<link>http://www.pakzilla.com/2011/12/30/5-reasons-i-like-bluehost/</link>
		<comments>http://www.pakzilla.com/2011/12/30/5-reasons-i-like-bluehost/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 22:08:16 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1792</guid>
		<description><![CDATA[I was in terrible tension with my previous hosting provider. They down my site often and was having very less responsiveness in support. My account also was having very low bandwidth. So a friend suggested me to evaluate some hosting providers and I selected Bluehost. Reasons I like Bluehost Bluehost provide hosting unlimited domains with [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/' rel='bookmark' title='Things you should do when changing your WordPress host'>Things you should do when changing your WordPress host</a></li>
<li><a href='http://www.pakzilla.com/2007/09/11/seven-wonders-of-the-it-world/' rel='bookmark' title='Seven Wonders of the IT World'>Seven Wonders of the IT World</a></li>
<li><a href='http://www.pakzilla.com/2010/04/05/configure-custom-subdomain-with-posterous-blog/' rel='bookmark' title='Configure custom subdomain with Posterous blog'>Configure custom subdomain with Posterous blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1793 alignright" title="bluehost-logo" src="http://www.pakzilla.com/wp-content/new_upload/bluehost-logo-180x167.jpg" alt="" width="180" height="167" />I was in terrible tension with my previous hosting provider. They down my site often and was having very less responsiveness in support. My account also was having very low bandwidth. So a friend suggested me to evaluate some hosting providers and I selected Bluehost.</p>
<h3>Reasons I like Bluehost</h3>
<ol>
<li>Bluehost provide hosting unlimited domains with unlimited space and bandwidth. So it&#8217;s worry free thing. You can bring all your website here. And there is no need to pay for every single.</li>
<li>Support. They are awesome in it. I used their live chat support and they were very helpful.</li>
<li>No confusion in selecting a plan for you, because they offer only one plan. And making good in it.</li>
<li>They have good history in web hosting. If you whois some favorite domains, you will notice Bluehost name servers.</li>
<li>I used auto-installer and it works like a charm. Installed WordPress on an addon domain in seconds. (there are other install scripts)</li>
</ol>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/' rel='bookmark' title='Things you should do when changing your WordPress host'>Things you should do when changing your WordPress host</a></li>
<li><a href='http://www.pakzilla.com/2007/09/11/seven-wonders-of-the-it-world/' rel='bookmark' title='Seven Wonders of the IT World'>Seven Wonders of the IT World</a></li>
<li><a href='http://www.pakzilla.com/2010/04/05/configure-custom-subdomain-with-posterous-blog/' rel='bookmark' title='Configure custom subdomain with Posterous blog'>Configure custom subdomain with Posterous blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2011/12/30/5-reasons-i-like-bluehost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Things you should do when changing your WordPress host</title>
		<link>http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/</link>
		<comments>http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 21:34:39 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1777</guid>
		<description><![CDATA[Just couple of hours back I changed the hosting service provider of my this WordPress blog. The former service provider was giving me very low bandwidth and that was consumer in the first twenty days of this month. I have not came across any big hassle in shifting to new servers. But I do experienced [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2009/05/17/how-to-solve-image-upload-problem-in-wordpress-blog/' rel='bookmark' title='How to solve image upload problem in wordpress blog'>How to solve image upload problem in wordpress blog</a></li>
<li><a href='http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/' rel='bookmark' title='WordPress app for Nokia is now available'>WordPress app for Nokia is now available</a></li>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1788 alignright" title="wordpress-hosting" src="http://www.pakzilla.com/wp-content/new_upload/wordpress-hosting.jpg" alt="" width="300" height="267" /></p>
<p>Just couple of hours back I changed the hosting service provider of my this WordPress blog. The former service provider was giving me very low bandwidth and that was consumer in the first twenty days of this month. I have not came across any big hassle in shifting to new servers. But I do experienced some things that I wanted to share.</p>
<h3>Always have backup</h3>
<p>That&#8217;s your all investment. And never underestimate their importance. Always take backups of your contents and your database. At any point of time there could be things when you need them badly and you can not access your FTP/DB server. From now onwards I am also going to make this a habit. It always pays well in future.</p>
<h3>Taking backup by phpMyAdmin</h3>
<p>When I was taking the backup of my database, I noticed phpMyAdmin does not include the script of create database if not exist in the SQL file. You should create a database with the same name that is mentioned in your wp-config.php file. And need to create the same user too. Associating that user with newly created database is the next part and giving that user the privileges (all). After these steps, you are good to import your this SQL backup file to your new server&#8217;s phpMyAdmin</p>
<h3>The .htaccess file</h3>
<p>Some time for permalink settings we do editting in .htaccess files that usually present in the root directory of your server. (if you are not running mydomain.com/blog strtucture, in this case this file will be in blog directory). Take care of this file too when takeing backup. Some FTP browsers does not show this file. So must ensure to copy this file if your have created or it exists. If you never created this, dont bother.</p>
<h3>Prevent hot linking of  images</h3>
<p>You can save your bandwidth by preventing the hotlinking of your image files outside of your blog. People usually do this, when they link your image file on their webpages to save their storage. And they start eating your bandwidth. So with some WordPress plugin you can prevent it. I am looking that plugin. I will update this post when I will find some suitable plugin.</p>
<p>Happy blogging.</p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2009/05/17/how-to-solve-image-upload-problem-in-wordpress-blog/' rel='bookmark' title='How to solve image upload problem in wordpress blog'>How to solve image upload problem in wordpress blog</a></li>
<li><a href='http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/' rel='bookmark' title='WordPress app for Nokia is now available'>WordPress app for Nokia is now available</a></li>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy way to create your WordPress mobile website</title>
		<link>http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/</link>
		<comments>http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 22:12:17 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1767</guid>
		<description><![CDATA[I was thinking if there is any way to optimize wordpress website for mobile browsers. To make Pakzilla mobile website I used WordPress Mobile Pack plugin that automatically detect the user agent and optimized your website according to mobile. You must try this plugin, for best optimization for mobile web browsers. Download plugin You can [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/' rel='bookmark' title='Things you should do when changing your WordPress host'>Things you should do when changing your WordPress host</a></li>
<li><a href='http://www.pakzilla.com/2010/09/30/fixing-wordpress-automatic-update-problem/' rel='bookmark' title='Fixing wordpress automatic update problem'>Fixing wordpress automatic update problem</a></li>
<li><a href='http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/' rel='bookmark' title='WordPress app for Nokia is now available'>WordPress app for Nokia is now available</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was thinking if there is any way to optimize wordpress website for mobile browsers. To make Pakzilla mobile website I used WordPress Mobile Pack plugin that automatically detect the user agent and optimized your website according to mobile.</p>
<p>You must try this plugin, for best optimization for mobile web browsers.</p>
<p><img class="aligncenter size-full wp-image-1769" title="Pakzilla.com home page" src="http://www.pakzilla.com/wp-content/new_upload/device-2011-12-20-020645.png" alt="" width="320" height="480" /></p>
<p><img class="aligncenter size-full wp-image-1768" title="Single post" src="http://www.pakzilla.com/wp-content/new_upload/device-2011-12-20-021109.png" alt="" width="320" height="480" /></p>
<h3>Download plugin</h3>
<p>You can download WordPress Mobile Pack from <a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/" target="_blank">here</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/' rel='bookmark' title='Things you should do when changing your WordPress host'>Things you should do when changing your WordPress host</a></li>
<li><a href='http://www.pakzilla.com/2010/09/30/fixing-wordpress-automatic-update-problem/' rel='bookmark' title='Fixing wordpress automatic update problem'>Fixing wordpress automatic update problem</a></li>
<li><a href='http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/' rel='bookmark' title='WordPress app for Nokia is now available'>WordPress app for Nokia is now available</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest market valuation of dotcom giants</title>
		<link>http://www.pakzilla.com/2011/02/25/latest-market-valuation-of-dotcom-giants/</link>
		<comments>http://www.pakzilla.com/2011/02/25/latest-market-valuation-of-dotcom-giants/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 00:01:07 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1353</guid>
		<description><![CDATA[A number of dotcom firms are growing rapidly. There founds are getting a good ROI. Let&#8217;s have a look on their latest market value. Facebook is having $60 billion and always out of capacity Twitter is on $10 billion. Foursquare that grew 3,400% is having $250 million. via Related posts: Infographic stats of social networking [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/01/23/infographic-stats-of-social-networking-and-online-services/' rel='bookmark' title='Infographic stats of social networking and online services'>Infographic stats of social networking and online services</a></li>
<li><a href='http://www.pakzilla.com/2010/04/13/download-gravity-a-symbian-s60-twitter-client/' rel='bookmark' title='Download Gravity, a Symbian S60 Twitter client'>Download Gravity, a Symbian S60 Twitter client</a></li>
<li><a href='http://www.pakzilla.com/2011/02/14/some-dirty-little-secrets-of-twitter-you-should-know/' rel='bookmark' title='Some dirty little secrets of Twitter you should know'>Some dirty little secrets of Twitter you should know</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A number of dotcom firms are growing rapidly. There founds are getting a good ROI. Let&#8217;s have a look on their latest market value. Facebook is having $60 billion and always out of capacity Twitter is on $10 billion. Foursquare that grew 3,400% is having $250 million.</p>
<p><a href="http://www.pakzilla.com/wp-content/upload/Latest-internet-valuation-002.jpg"><img class="aligncenter" title="Latest dotcom valuation" src="http://www.pakzilla.com/wp-content/upload/Latest-internet-valuation-002.jpg" alt="" width="600" height="415" /></a></p>
<p><a href="http://www.guardian.co.uk/business/2011/feb/20/is-this-the-start-of-the-second-dotcom-bubble">via</a></p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2011/01/23/infographic-stats-of-social-networking-and-online-services/' rel='bookmark' title='Infographic stats of social networking and online services'>Infographic stats of social networking and online services</a></li>
<li><a href='http://www.pakzilla.com/2010/04/13/download-gravity-a-symbian-s60-twitter-client/' rel='bookmark' title='Download Gravity, a Symbian S60 Twitter client'>Download Gravity, a Symbian S60 Twitter client</a></li>
<li><a href='http://www.pakzilla.com/2011/02/14/some-dirty-little-secrets-of-twitter-you-should-know/' rel='bookmark' title='Some dirty little secrets of Twitter you should know'>Some dirty little secrets of Twitter you should know</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2011/02/25/latest-market-valuation-of-dotcom-giants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class of 2011: If Social Media Were a High School</title>
		<link>http://www.pakzilla.com/2011/02/17/class-of-2011-if-social-media-were-a-high-school/</link>
		<comments>http://www.pakzilla.com/2011/02/17/class-of-2011-if-social-media-were-a-high-school/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 00:06:26 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1343</guid>
		<description><![CDATA[What if a social media were a high school. Find out where is your favorite one. [via] Related posts: Social media websites affected IMs Infographic stats of social networking and online services Some dirty little secrets of Twitter you should know
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/05/02/social-media-websites-affected-ims/' rel='bookmark' title='Social media websites affected IMs'>Social media websites affected IMs</a></li>
<li><a href='http://www.pakzilla.com/2011/01/23/infographic-stats-of-social-networking-and-online-services/' rel='bookmark' title='Infographic stats of social networking and online services'>Infographic stats of social networking and online services</a></li>
<li><a href='http://www.pakzilla.com/2011/02/14/some-dirty-little-secrets-of-twitter-you-should-know/' rel='bookmark' title='Some dirty little secrets of Twitter you should know'>Some dirty little secrets of Twitter you should know</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>What if a social media were a high school. Find out where is your favorite one.<a href="http://www.pakzilla.com/wp-content/upload/110702-FT-HSMEDIA-96x300.png"></a></p>
<p><a href="http://www.pakzilla.com/wp-content/upload/110702-FT-HSMEDIA1.png"><img class="aligncenter size-full wp-image-1345" title="110702-FT-HSMEDIA" src="http://www.pakzilla.com/wp-content/upload/110702-FT-HSMEDIA1.png" alt="" width="600" height="1875" /></a></p>
<p>[<a href="http://www.flowtown.com/blog/class-of-2011-if-social-media-were-a-high-school?display=wide" target="_blank">via</a>]</p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/05/02/social-media-websites-affected-ims/' rel='bookmark' title='Social media websites affected IMs'>Social media websites affected IMs</a></li>
<li><a href='http://www.pakzilla.com/2011/01/23/infographic-stats-of-social-networking-and-online-services/' rel='bookmark' title='Infographic stats of social networking and online services'>Infographic stats of social networking and online services</a></li>
<li><a href='http://www.pakzilla.com/2011/02/14/some-dirty-little-secrets-of-twitter-you-should-know/' rel='bookmark' title='Some dirty little secrets of Twitter you should know'>Some dirty little secrets of Twitter you should know</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2011/02/17/class-of-2011-if-social-media-were-a-high-school/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress app for Nokia is now available</title>
		<link>http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/</link>
		<comments>http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 16:10:44 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Symbian]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Symbian S60]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1264</guid>
		<description><![CDATA[Now you can use WordPress on your Nokia phone. WordPress.org has release an open source S60 app for this. Quite handy application. As I have to use Opera to access my blog. But I hope the experience of using it through app will be great. You can now post new posts and pages, edit existing [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/11/04/install-urdu-language-in-your-default-nokia-5800-dictionary/' rel='bookmark' title='Install Urdu language in your default Nokia 5800 dictionary'>Install Urdu language in your default Nokia 5800 dictionary</a></li>
<li><a href='http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/' rel='bookmark' title='Things you should do when changing your WordPress host'>Things you should do when changing your WordPress host</a></li>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="wp-nokia-logo" src="http://www.pakzilla.com/wp-content/upload/wp-nokia-logo.png" alt="" width="393" height="81" /></p>
<p>Now you can use WordPress on your Nokia phone. WordPress.org has release an open source S60 app for this. Quite handy application. As I have to use Opera to access my blog. But I hope the experience of using it through app will be great.</p>
<p>You can now post new posts and pages, edit existing content on your blog, manage comments, check stats and more on the go.</p>
<p style="text-align: center;"><img class="size-full wp-image-1265  aligncenter" title="wordpress-nokia" src="http://www.pakzilla.com/wp-content/upload/wordpress-nokia.jpg" alt="" width="500" height="284" /></p>
<p>You can download app on Nokia Ovi store <a href="http://store.ovi.com/content/57192" target="_blank"><strong>here</strong></a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/11/04/install-urdu-language-in-your-default-nokia-5800-dictionary/' rel='bookmark' title='Install Urdu language in your default Nokia 5800 dictionary'>Install Urdu language in your default Nokia 5800 dictionary</a></li>
<li><a href='http://www.pakzilla.com/2011/12/26/things-you-should-do-when-changing-your-wordpress-host/' rel='bookmark' title='Things you should do when changing your WordPress host'>Things you should do when changing your WordPress host</a></li>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2010/11/02/wordpress-app-for-nokia-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Facebook Like count button on WordPress</title>
		<link>http://www.pakzilla.com/2010/10/31/how-to-use-facebook-like-count-button-on-wordpress/</link>
		<comments>http://www.pakzilla.com/2010/10/31/how-to-use-facebook-like-count-button-on-wordpress/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 08:57:33 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1243</guid>
		<description><![CDATA[Place the following code where ever you want to show the Facebook Like count button on your WordPress blog. Related posts: How to remove the border of Facebook page like box What is the architecture of Facebook? Now a days, I am a WordPress advocate :)
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2012/01/06/how-to-remove-the-border-of-facebook-page-like-box/' rel='bookmark' title='How to remove the border of Facebook page like box'>How to remove the border of Facebook page like box</a></li>
<li><a href='http://www.pakzilla.com/2010/10/12/what-is-the-architecture-of-facebook/' rel='bookmark' title='What is the architecture of Facebook?'>What is the architecture of Facebook?</a></li>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Place the following code where ever you want to show the Facebook Like count button on your WordPress blog.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=box_count&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;font=arial&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:63px;&quot;&gt;&lt;/iframe&gt;
</pre>
<div class="wp-caption alignleft" style="width: 117px"><img title="fb-like-count-button" src="http://www.pakzilla.com/wp-content/upload/fb-like-count-button.png" alt="" width="107" height="127" /><p class="wp-caption-text">Preview</p></div>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2012/01/06/how-to-remove-the-border-of-facebook-page-like-box/' rel='bookmark' title='How to remove the border of Facebook page like box'>How to remove the border of Facebook page like box</a></li>
<li><a href='http://www.pakzilla.com/2010/10/12/what-is-the-architecture-of-facebook/' rel='bookmark' title='What is the architecture of Facebook?'>What is the architecture of Facebook?</a></li>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2010/10/31/how-to-use-facebook-like-count-button-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now a days, I am a WordPress advocate :)</title>
		<link>http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/</link>
		<comments>http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 18:30:45 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=1220</guid>
		<description><![CDATA[Now a days a lot of my friends catching me about setting up their websites or personal blog. Its really a dotCom fashion. Sounds its become the need of everyone. People are loving to contribute towards Internet. And what I am suggesting is to just start with WordPress. With my love with in WordPress I [...]
Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/04/13/download-premium-wordpress-theme-thesis-1-7/' rel='bookmark' title='Download premium WordPress theme Thesis 1.7'>Download premium WordPress theme Thesis 1.7</a></li>
<li><a href='http://www.pakzilla.com/2010/09/30/fixing-wordpress-automatic-update-problem/' rel='bookmark' title='Fixing wordpress automatic update problem'>Fixing wordpress automatic update problem</a></li>
<li><a href='http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/' rel='bookmark' title='Easy way to create your WordPress mobile website'>Easy way to create your WordPress mobile website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now a days a lot of my friends catching me about setting up their websites or personal blog. Its really a dotCom fashion. Sounds its become the need of everyone. People are loving to contribute towards Internet. And what I am suggesting is to just start with WordPress.</p>
<p style="text-align: center;"><img class="size-full wp-image-1222 aligncenter" style="border: 0pt none;" title="i-heart-wp" src="/wp-content/upload/i-heart-wp.jpg" border="0" alt="" width="271" height="203" /></p>
<p>With my love with in WordPress I am pretty biased with it. Though I am not a big WordPress hacker. But to start a personal or corporate portfolio WordPress is the best option to go. Its agile. What you need to do is to find some suitable theme for you. Get designed your logo and color scheme. Customize your theme. So that it gives the unique look. And your site is ready.</p>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/04/13/download-premium-wordpress-theme-thesis-1-7/' rel='bookmark' title='Download premium WordPress theme Thesis 1.7'>Download premium WordPress theme Thesis 1.7</a></li>
<li><a href='http://www.pakzilla.com/2010/09/30/fixing-wordpress-automatic-update-problem/' rel='bookmark' title='Fixing wordpress automatic update problem'>Fixing wordpress automatic update problem</a></li>
<li><a href='http://www.pakzilla.com/2011/12/20/easy-way-to-create-your-wordpress-mobile-website/' rel='bookmark' title='Easy way to create your WordPress mobile website'>Easy way to create your WordPress mobile website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

