<?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/category/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>
	</channel>
</rss>

