<?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>Zubair</title>
	<atom:link href="https://www.zubair.info/blog/feed" rel="self" type="application/rss+xml" />
	<link>https://www.zubair.info/blog</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Tue, 13 Aug 2019 14:53:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How @section, @yield, @stop and @show works in Larvel Blade Templates</title>
		<link>https://www.zubair.info/blog/2014/10/18/how-section-yield-stop-and-show-works-in-larvel-blade-templates.html</link>
					<comments>https://www.zubair.info/blog/2014/10/18/how-section-yield-stop-and-show-works-in-larvel-blade-templates.html#respond</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Sat, 18 Oct 2014 07:43:41 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Blade]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Laravel]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=424</guid>

					<description><![CDATA[<p>In this post, I want to reference some of my findings related to how the @section, @yield, @stop and @show commands work in Laravel&#8217;s Blade template engine as the official documentation regarding these subjects are pretty much non-existent. The @section command is used to define an area within your template, consider the following example: This [&#8230;]</p>
<p>The post <a href="https://www.zubair.info/blog/2014/10/18/how-section-yield-stop-and-show-works-in-larvel-blade-templates.html">How @section, @yield, @stop and @show works in Larvel Blade Templates</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2014/10/18/how-section-yield-stop-and-show-works-in-larvel-blade-templates.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SHARY &#8211; Free CS Cart Social Media Sharing Addon</title>
		<link>https://www.zubair.info/blog/2013/12/15/shary-free-cs-cart-social-media-sharing-addon.html</link>
					<comments>https://www.zubair.info/blog/2013/12/15/shary-free-cs-cart-social-media-sharing-addon.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Sat, 14 Dec 2013 23:45:11 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[cs cart]]></category>
		<category><![CDATA[cscart]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[social media]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=393</guid>

					<description><![CDATA[<p>I have recently gotten my hands dirty with CS Cart, which is a eCommerce shopping cart system similar to Magento and OpenCart. CS Cart is far less popular than the other shopping cart systems so finding decent, working and free addon for cs-cart is very less likely. I can tell you that CS Cart is [&#8230;]</p>
<p>The post <a href="https://www.zubair.info/blog/2013/12/15/shary-free-cs-cart-social-media-sharing-addon.html">SHARY – Free CS Cart Social Media Sharing Addon</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2013/12/15/shary-free-cs-cart-social-media-sharing-addon.html/feed</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>500 Internal Server Error caused by editing .htaccess file</title>
		<link>https://www.zubair.info/blog/2012/12/12/500-internal-server-error-caused-by-editing-htaccess-file.html</link>
					<comments>https://www.zubair.info/blog/2012/12/12/500-internal-server-error-caused-by-editing-htaccess-file.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Wed, 12 Dec 2012 05:50:54 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[500 internal server error]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[character encoding]]></category>
		<category><![CDATA[file encoding]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=378</guid>

					<description><![CDATA[<p>Just wanted to write a quick post about why you might get a "500 Internal Server Error" message after editing your .htaccess file.</p>
<p>This happened to me a few days ago, but i just ignored this message and used some work-around (can't remember what exactly i did during that time). But i want to find the real issue behind this error and was able to pin-point the cause in matter of a few seconds.</p>
<p>The post <a href="https://www.zubair.info/blog/2012/12/12/500-internal-server-error-caused-by-editing-htaccess-file.html">500 Internal Server Error caused by editing .htaccess file</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2012/12/12/500-internal-server-error-caused-by-editing-htaccess-file.html/feed</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Post Thumbnails Feature in WordPress</title>
		<link>https://www.zubair.info/blog/2010/11/19/how-to-use-post-thumbnails-feature-in-wordpress.html</link>
					<comments>https://www.zubair.info/blog/2010/11/19/how-to-use-post-thumbnails-feature-in-wordpress.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Fri, 19 Nov 2010 14:06:09 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[add_image_size]]></category>
		<category><![CDATA[add_theme_support]]></category>
		<category><![CDATA[post-thumbnail]]></category>
		<category><![CDATA[set_post_thumbnail_size]]></category>
		<category><![CDATA[the_post_thumbnail]]></category>
		<category><![CDATA[wordpress functions]]></category>
		<category><![CDATA[wordpress thumbnail functions]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=154</guid>

					<description><![CDATA[<p>Displaying Post Thumbnails in your wordpress theme has become a common habit for many theme developers, until now people used to use many different hacks and approaches to include the Post Thumbnails functionality. </p>
<p>The built-in Post Thumbnails functionality for Wordpress was unavailable to users until <em>version 2.9</em> came out which bought alot of great changes along with many improvements. We will be going through the process of learning how to use the Wordpress Post Thumbnails in our own themes.</p>
<p>The post <a href="https://www.zubair.info/blog/2010/11/19/how-to-use-post-thumbnails-feature-in-wordpress.html">How to Use Post Thumbnails Feature in WordPress</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2010/11/19/how-to-use-post-thumbnails-feature-in-wordpress.html/feed</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Post Thumbnail and Image Functions</title>
		<link>https://www.zubair.info/blog/2010/11/16/wordpress-post-thumbnail-and-image-functions.html</link>
					<comments>https://www.zubair.info/blog/2010/11/16/wordpress-post-thumbnail-and-image-functions.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Mon, 15 Nov 2010 22:15:53 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[add_image_size]]></category>
		<category><![CDATA[set_post_thumbnail_size]]></category>
		<category><![CDATA[wordpress 2.9]]></category>
		<category><![CDATA[wordpress functions]]></category>
		<category><![CDATA[wordpress image functions]]></category>
		<category><![CDATA[wordpress post thumbnail]]></category>
		<category><![CDATA[wordpress thumbnail functions]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=130</guid>

					<description><![CDATA[<h3>Working with <code>set_post_thumbnail_size</code> and <code>add_image_size</code></h3>
<p>Today, I would like to post about these two handy functions introduced in <em>Wordpress v2.9</em>, these two functions are used to integrate and manipulate the wordpress post thumbnails feature which was also introduced in <em>wordpress v2.9</em>.</p>
<p>I have been seeing people say that these functions are not working in their theme as they should. But i would like to point out some things that might help you with that and at the same time help you understand what the difference in these two functions are.</p>
<p>The post <a href="https://www.zubair.info/blog/2010/11/16/wordpress-post-thumbnail-and-image-functions.html">WordPress Post Thumbnail and Image Functions</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2010/11/16/wordpress-post-thumbnail-and-image-functions.html/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Adding Numbers to Your WordPress Comments</title>
		<link>https://www.zubair.info/blog/2010/11/13/adding-numbers-to-your-wordpress-comments.html</link>
					<comments>https://www.zubair.info/blog/2010/11/13/adding-numbers-to-your-wordpress-comments.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 23:33:36 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress comments]]></category>
		<category><![CDATA[wordpress functions]]></category>
		<category><![CDATA[wordpress hacks]]></category>
		<category><![CDATA[wordpress tricks]]></category>
		<category><![CDATA[wp_list_comments]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=92</guid>

					<description><![CDATA[<p>I was just working on making custom theme, and thought of displaying numbers on version 2.7 &#8211; but since then a lot of things have changed, I noticed the need to change things around a little to achieve the wordpress comment numbering. So this is only for WordPress version 2.7 and higher. Though, you can [&#8230;]</p>
<p>The post <a href="https://www.zubair.info/blog/2010/11/13/adding-numbers-to-your-wordpress-comments.html">Adding Numbers to Your WordPress Comments</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2010/11/13/adding-numbers-to-your-wordpress-comments.html/feed</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>CSS font-style: oblique vs italic</title>
		<link>https://www.zubair.info/blog/2010/11/05/css-font-style-oblique-vs-italic.html</link>
					<comments>https://www.zubair.info/blog/2010/11/05/css-font-style-oblique-vs-italic.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 18:41:39 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css property]]></category>
		<category><![CDATA[css style]]></category>
		<category><![CDATA[font-style]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[italic]]></category>
		<category><![CDATA[obliqued]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=81</guid>

					<description><![CDATA[<p>What&#8217;s the difference between CSS&#8217;s oblique vs italic? Oblique type (or slanted, sloped) is a form of type that slants slightly to the right, used in the same manner as italic type. Unlike italic type, however, it does not use different glyph shapes; it uses the same glyphs as roman type, except distorted. (Wikipedia) I [&#8230;]</p>
<p>The post <a href="https://www.zubair.info/blog/2010/11/05/css-font-style-oblique-vs-italic.html">CSS font-style: oblique vs italic</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2010/11/05/css-font-style-oblique-vs-italic.html/feed</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>Apache 2.2.x won’t load php5apache2.dll solution</title>
		<link>https://www.zubair.info/blog/2010/04/15/apache-2-2-x-wont-load-php5apache2-dll-solution.html</link>
					<comments>https://www.zubair.info/blog/2010/04/15/apache-2-2-x-wont-load-php5apache2-dll-solution.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Thu, 15 Apr 2010 12:50:51 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[apache modules]]></category>
		<category><![CDATA[apache web server]]></category>
		<category><![CDATA[httpd server]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[php 5]]></category>
		<category><![CDATA[php modules]]></category>
		<category><![CDATA[php5apache2_2.dll]]></category>
		<category><![CDATA[php5apache2.dll]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">http://www.zubair.info/blog/?p=45</guid>

					<description><![CDATA[<p>Recently, I started upgrading all my applications to the latest versions or at least upto the version my hosting providers uses - i was using Apache 1.3.x HTTP Server, but I've finally upgraded to the latest version which is Apache 2.2.15 &#038; PHP 5.3.2 as of writing this post.</p>
<p>The post <a href="https://www.zubair.info/blog/2010/04/15/apache-2-2-x-wont-load-php5apache2-dll-solution.html">Apache 2.2.x won’t load php5apache2.dll solution</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2010/04/15/apache-2-2-x-wont-load-php5apache2-dll-solution.html/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Wateen Connector v2 &#8211; For Wateen Telecom Consumers</title>
		<link>https://www.zubair.info/blog/2009/08/04/wateen-connector-v2-for-wateen-telecom-consumers.html</link>
					<comments>https://www.zubair.info/blog/2009/08/04/wateen-connector-v2-for-wateen-telecom-consumers.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Tue, 04 Aug 2009 10:45:54 +0000</pubDate>
				<category><![CDATA[Pakistan]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[free softwares]]></category>
		<category><![CDATA[internet service provider]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[softwares]]></category>
		<category><![CDATA[telecom]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[warid]]></category>
		<category><![CDATA[Wateen]]></category>
		<category><![CDATA[Wimax]]></category>
		<guid isPermaLink="false">http://zubair.info/blog/?p=25</guid>

					<description><![CDATA[<p>Wateen Connector lets you log into your Wateen Services as you usually do. The extra features that you get is that Wateen Connector allows you to Monitor your internet connection and if it goes down it will let you know about it, And will ask if you like to keep monitoring it. If you set monitoring on you will be notified as soon as you disconnect or get connected - Wateen Connector also has a Auto-Login feature that logs you into your Wateen Account easily and effortlessly!.</p>
<p>The post <a href="https://www.zubair.info/blog/2009/08/04/wateen-connector-v2-for-wateen-telecom-consumers.html">Wateen Connector v2 – For Wateen Telecom Consumers</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2009/08/04/wateen-connector-v2-for-wateen-telecom-consumers.html/feed</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Upload Class For PHP</title>
		<link>https://www.zubair.info/blog/2009/02/05/upload-class-for-php.html</link>
					<comments>https://www.zubair.info/blog/2009/02/05/upload-class-for-php.html#comments</comments>
		
		<dc:creator><![CDATA[Zubair]]></dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:41:00 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[php class]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[upload script]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://zubair.info/blog/?p=21</guid>

					<description><![CDATA[<p>class.upload.php &#8211; Free PHP Upload Class This PHP script uploads files and manipulates images very easily. The perfect script to generate thumbnails or create a photo gallery! It can convert, resize and work on uploaded images in many ways, add labels, watermarks and reflections and other image editing features. You can use it for files [&#8230;]</p>
<p>The post <a href="https://www.zubair.info/blog/2009/02/05/upload-class-for-php.html">Upload Class For PHP</a> first appeared on <a href="https://www.zubair.info/blog">Zubair</a>.</p>]]></description>
		
					<wfw:commentRss>https://www.zubair.info/blog/2009/02/05/upload-class-for-php.html/feed</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
	</channel>
</rss>
