<?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>Ahmediqbal.com</title>
	<atom:link href="http://www.ahmediqbal.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ahmediqbal.com</link>
	<description>My Personal Weblog</description>
	<lastBuildDate>Sat, 13 Aug 2011 19:25:24 +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>Google Celebrating Pakistan Independence Day</title>
		<link>http://www.ahmediqbal.com/google-celebrating-pakistan-independence-day.html</link>
		<comments>http://www.ahmediqbal.com/google-celebrating-pakistan-independence-day.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 19:25:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=131</guid>
		<description><![CDATA[First time Google Celebrating Pakistan Independence Day&#8230;! its very positive step for pakistani google users&#8230;! i hope, in future google will celebrate more events&#8230; :=) Happy Pakistan Independence Day]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-132" title="pakistandind11-hp" src="http://www.ahmediqbal.com/wp-content/uploads/2011/08/pakistandind11-hp.jpg" alt="" width="421" height="163" /></p>
<p>First time Google Celebrating Pakistan Independence Day&#8230;! its very positive step for pakistani google users&#8230;!</p>
<p>i hope, in future google will celebrate more events&#8230; :=)</p>
<p><strong>H</strong>appy <strong>P</strong>akistan <strong>I</strong>ndependence <strong>D</strong>ay</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/google-celebrating-pakistan-independence-day.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning strtotime() [function.strtotime] It is not safe</title>
		<link>http://www.ahmediqbal.com/warning-strtotime-functionstrtotime-it-is-not-safe.html</link>
		<comments>http://www.ahmediqbal.com/warning-strtotime-functionstrtotime-it-is-not-safe.html#comments</comments>
		<pubDate>Tue, 03 May 2011 12:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tips]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=125</guid>
		<description><![CDATA[Now recently I’ve coded some date/time functionality in my project.. Ohh no…! :=( I have got one nasty error Message: strftime() [function.strftime]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-126" title="041-installing-php" src="http://www.ahmediqbal.com/wp-content/uploads/2011/05/041-installing-php.jpg" alt="" width="158" height="158" /></p>
<p>Now recently I’ve coded some date/time functionality in my project..<br />
Ohh no…! :=(<br />
I have got one nasty error</p>
<blockquote><p><strong>Message: strftime() [function.strftime]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#8216;Asia/Karachi&#8217; for &#8217;5.0/no DST&#8217;</strong></p></blockquote>
<p>Well well, solution was pretty simple, just be sure to add ‘<strong>php.ini</strong>’ the time zone where your server is located</p>
<ol>
<li> Search for ‘<strong>php.ini</strong>’ file in xampp/wamp etc</li>
<li> After  opening ‘<strong>php.ini</strong>’ using ‘<strong>Ctrl+F</strong>’ search for <strong>[Date]</strong></li>
<li> I added the line bellow ‘<strong>date.timezone = “Asia/Karach</strong>i&#8221;’</li>
</ol>
<p>After <strong>restarting apache </strong>the problem solved <img src='http://www.ahmediqbal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/warning-strtotime-functionstrtotime-it-is-not-safe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why PhpMyAdmin Not Import Large File</title>
		<link>http://www.ahmediqbal.com/why-phpmyadmin-not-import-large-file.html</link>
		<comments>http://www.ahmediqbal.com/why-phpmyadmin-not-import-large-file.html#comments</comments>
		<pubDate>Sat, 30 Apr 2011 14:18:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=123</guid>
		<description><![CDATA[Mostly PHPMyADMIn import &#8216;2MB&#8216; mysql backup file. when you are try to import large file. ERROR: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16. So how to import file??? Simply Edit Your &#8216;php.ini&#8216; Here is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-122" title="logo_phpmyadmin" src="http://www.ahmediqbal.com/wp-content/uploads/2011/04/logo_phpmyadmin.gif" alt="" width="200" height="180" /></p>
<p>Mostly PHPMyADMIn import &#8216;<strong>2MB</strong>&#8216; mysql backup file. when you are try to import large file.</p>
<blockquote><p><em>ERROR: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.</em></p></blockquote>
<p>So how to import file???</p>
<p>Simply Edit Your <strong>&#8216;php.ini</strong>&#8216;</p>
<p><strong>Here is a reasonable setup:</strong></p>
<p><strong>memory_limit</strong> = 32M<br />
<strong>post_max_size</strong> = 8M<br />
<strong>upload_max_filesize</strong> = 7M</p>
<p>Don&#8217;t forget to <strong>restart apache</strong> when you&#8217;re done <img src='http://www.ahmediqbal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/why-phpmyadmin-not-import-large-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeigniter Smart Pagination</title>
		<link>http://www.ahmediqbal.com/codeigniter-smart-pagination.html</link>
		<comments>http://www.ahmediqbal.com/codeigniter-smart-pagination.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 17:03:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[Codeigniter Smart Pagination]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=116</guid>
		<description><![CDATA[Friends, codeigniter has already pagination library but i want to create more flexible or stylish pagnaiton with my technique. So please, follow my instruction and create one of stylish pagination for your site. Guys, first download my pagination file &#62;&#62; CI_Smart_Pagination.zip My pagination file consist on two folders.  &#8216;application&#8216; and &#8216;mysql&#8216; Application contain &#8216;config, controllers, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-117" title="codeigniter_smart_pagination" src="http://www.ahmediqbal.com/wp-content/uploads/2010/10/codeigniter_smart_pagination-300x78.jpg" alt="" width="300" height="78" /></p>
<p>Friends, codeigniter has already pagination library but i want to create more flexible or stylish pagnaiton with my technique. So please, follow my instruction and create one of stylish pagination for your site.</p>
<p>Guys, first download my pagination file &gt;&gt; <a href="http://www.ahmediqbal.com/wp-content/uploads/2010/10/ci_smart_pagination.zip"><span style="color: #ff0000;"><strong>CI_Smart_Pagination.zip</strong></span></a></p>
<p>My pagination file consist on two folders.  &#8216;<strong>application</strong>&#8216; and &#8216;<strong>mysql</strong>&#8216;</p>
<p>Application contain <strong>&#8216;config, controllers, helpers, models, views</strong>&#8216; folders.</p>
<p>let see, if you want to test my code, please create <strong>test</strong> table and import <strong>mysql</strong>/ <strong>city.sql.gz</strong> file in to your database.</p>
<p>What about application folder??? let see</p>
<p><strong>application/autoload.php  <span style="color: #ff0000;">// CI BASIC CONFIGURATION OF LIBRARIES</span><br />
application/config.php </strong><span style="color: #ff0000;"><strong>// CI BASIC CONFIGURATION</strong></span><br />
<strong>application/database.php <span style="color: #ff0000;">// BASIC DATABASE CONFIGURATION</span></strong></p>
<h3><strong>Controller:</strong>-</h3>
<p><strong>controllers/city.php</strong> <strong> <span style="color: #ff0000;">// DEMO CONTROLLER WITH DEMO PAGINATION CODE</span></strong></p>
<p><img class="alignnone size-full wp-image-119" title="segment_logic" src="http://www.ahmediqbal.com/wp-content/uploads/2010/10/segment_logic.gif" alt="" width="338" height="65" /></p>
<p><span style="color: #ff0000;"><strong>Note:</strong></span> Guys, i don&#8217;t know about your setting please configure <strong>segment </strong>with your setting.</p>
<h3><strong>MODEL:</strong>-</h3>
<p><strong>models</strong><strong>/city_model.php</strong> <strong> <span style="color: #ff0000;">// DEMO MODEL FOR GETTING CITY RECORDS FROM DATABASE</span></strong></p>
<h3><strong>VIEWS:</strong>-</h3>
<p><strong>views</strong><strong>/city_view.php</strong> <strong> <span style="color: #ff0000;">// BASIC PAGINATION CSS AND REPRESENT CONTROLLER DATA</span></strong></p>
<h3><strong>HELPERS:</strong>-</h3>
<p><strong>helpers</strong><strong>/pagination_helper.php</strong> <strong> <span style="color: #ff0000;">//PAGINATION HELPER</span></strong></p>
<p><strong><span style="color: #ff0000;">NOTE:</span></strong> you will check this helper logic in <strong>&#8216;</strong><strong>controllers/city.php</strong>&#8216; and i hope you understand how this helper work for pagination.</p>
<p>Guys, i&#8217;m sorry, to make more helpful <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]><br />
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
</style>
<p> <![endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">documentation </span>for this. Just try this pagination code on your system.</p>
<p>not big deal you will easily understand this pagination.</p>
<h3><strong>Pagination Screenshots:</strong>-</h3>
<p><a href="http://www.ahmediqbal.com/wp-content/uploads/2010/10/smart_pagination_screenshots.jpg" target="_blank"><img class="alignnone size-medium wp-image-118" title="smart_pagination_screenshots" src="http://www.ahmediqbal.com/wp-content/uploads/2010/10/smart_pagination_screenshots-300x195.jpg" alt="" width="300" height="195" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/codeigniter-smart-pagination.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Coding Editors For PHP Programmers</title>
		<link>http://www.ahmediqbal.com/best-coding-editors-for-php-programmers.html</link>
		<comments>http://www.ahmediqbal.com/best-coding-editors-for-php-programmers.html#comments</comments>
		<pubDate>Sun, 03 Oct 2010 07:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[Best Coding Editors]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[E Text Editor]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[PHP Programmers]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=105</guid>
		<description><![CDATA[1. Dreamweaver If you are programmer and designer Dreamweaver is best choose for you..! Design and develop in an environment that supports most leading web development technologies, including HTML, XHTML, CSS, XML, JavaScript, Ajax, PHP, Adobe ColdFusion software, and ASP. It&#8217;s complete all requirement&#8217;s of coding look like Syntax coloring/highlighting and syntax hinting. Bad Things:- [...]]]></description>
			<content:encoded><![CDATA[<h2>1. Dreamweaver</h2>
<p><img class="alignnone size-medium wp-image-106" title="64px-adobe_dreamweaver_cs5_icon" src="../wp-content/uploads/2010/10/64px-adobe_dreamweaver_cs5_icon.png" alt="" width="79" height="79" /></p>
<p>If you are programmer and designer Dreamweaver is best choose for you..! Design and develop in an environment that supports most leading web development technologies, including HTML, XHTML, CSS, XML, JavaScript, Ajax, PHP, Adobe ColdFusion software, and ASP.<br />
It&#8217;s complete all requirement&#8217;s of coding look like Syntax coloring/highlighting and syntax hinting.</p>
<p><strong>Bad Things:</strong>-<br />
Dreamweaver CS4 is too complex and costly for those making lightweight Web designs; continues to add unwanted code to Web pages; price prohibitive for bootstrapping designers.</p>
<p><strong>Url: </strong><a href="http://www.adobe.com/products/dreamweaver/" target="_blank">www.adobe.com/products/dreamweaver</a></p>
<h2>2. E Text Editor</h2>
<h2><img class="alignnone size-medium wp-image-107" title="etext" src="../wp-content/uploads/2010/10/etext.jpg" alt="" width="75" height="80" /></h2>
<p>Maybe as you know TextMate is award wining editor of Mac. Text mate includes very fantastic features for programmers. But TextMate is not available for windows users. Now cheers E Text Editor is replacement of TextMate for windows users.<br />
It’s also including like Syntax coloring/highlighting and syntax hinting.</p>
<p><strong>URL: </strong><a href="http://www.e-texteditor.com/" target="_blank">www.e-texteditor.com</a></p>
<h2><strong>3. Eclipse</strong></h2>
<p><img class="alignnone size-medium wp-image-109" title="index3" src="../wp-content/uploads/2010/10/index3.jpeg" alt="" width="144" height="91" /></p>
<p>Eclipse is Very professional  Editor. Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of various plug-ins, other languages including C, C++, COBOL, Python, Perl, PHP, Scala, Scheme and Ruby (including Ruby on Rails framework). The IDE is often called Eclipse ADT for Ada, Eclipse CDT for C/C++, Eclipse JDT for Java and Eclipse PDT for PHP.</p>
<p>its very best choose for php developer for enterprise level. you have no need to purchase any editor. if you are looking for free stuff.</p>
<p><strong>Requirements :</strong> JDK &amp; JRE 1.5/1.6 or higher</p>
<p><strong>Url:</strong> <a href="http://www.eclipse.org/pdt/" target="_blank">www.eclipse.org/pdt</a></p>
<h2>4. Notepad++</h2>
<h2><img class="alignnone size-medium wp-image-111" title="npplogo" src="../wp-content/uploads/2010/10/npplogo.png" alt="" width="112" height="74" /></h2>
<p>Notepad++ is very cute lightweight editor.</p>
<p><strong>It also includes features for source code editing:</strong><br />
* Auto-completion.<br />
* Bookmarks.<br />
* Syntax highlighting and syntax folding.<br />
* Brace and indent highlighting.<br />
* Regular expression find and replace.<br />
* Speech synthesis.<br />
* FTP Browser (plug-in included in standard installation)<br />
* Macro recording and execution.<br />
* Various tools such as line sorting, text encoding conversion, text folding.<br />
* File status auto-detection.<br />
* Plugins for multiline regular expression search and replace.</p>
<p>i think, notepad++ is best choose for individual developers.</p>
<p><strong>Url: </strong><a href="http://www.notepad-plus-plus.org/" target="_blank">www.notepad-plus-plus.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/best-coding-editors-for-php-programmers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2010 Top 5 PHP Frameworks</title>
		<link>http://www.ahmediqbal.com/2010-top-5-php-frameworks.html</link>
		<comments>http://www.ahmediqbal.com/2010-top-5-php-frameworks.html#comments</comments>
		<pubDate>Sat, 02 Oct 2010 17:28:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php frameworks]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[top php frameworks]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=94</guid>
		<description><![CDATA[1. Codeigniter Codeigniter PHP Framework based on MVC architecture and it is easy to start with. It is easier for someone who is just starting with MVC and PHP. It&#8217;s got good Documentation and quite comprehensive User Guide. It supports PHP 4 and PHP 5 both. Currently 1.7.2 is stable version. More or less like [...]]]></description>
			<content:encoded><![CDATA[<h2>1. Codeigniter</h2>
<h2></h2>
<h2><img class="alignnone size-medium wp-image-96" title="index" src="../wp-content/uploads/2010/10/index.jpeg" alt="" width="140" height="162" /></h2>
<p>Codeigniter PHP Framework based on MVC architecture and it is easy to start with. It is easier for someone who is just starting with MVC and PHP. It&#8217;s got good Documentation and quite comprehensive User Guide. It supports PHP 4 and PHP 5 both. Currently 1.7.2 is stable version. More or less like CakePHP and have it&#8217;s own ORM module. CodeIgniter could be used in small to mid-sized PHP projects and your shared hosting server won&#8217;t hurt with it.</p>
<h2>2. CakePHP</h2>
<p><img class="alignnone size-medium wp-image-95" title="cake-logo" src="../wp-content/uploads/2010/10/cake-logo.png" alt="" width="87" height="87" /></p>
<p>Cakephp RoR inspired framework for PHP. It is called a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Cake is having 1.3.4 release as stable and they are in their beta of 1.2 version which suppose to have many new features. Unlike Symfony CakePHP team believes in doing everything them self. It is quite popular and got quite a big community support. Project is under active development.</p>
<p><strong>Compatibility:</strong> PHP 4 / 5</p>
<h2>3. Zend Framework</h2>
<p><img class="alignnone size-medium wp-image-97" title="index1" src="../wp-content/uploads/2010/10/index1.jpeg" alt="" width="85" height="85" /></p>
<p>Zend The PHP Company..! The framework from Zend itself which is open source. It is quite loosely coupled and framework don&#8217;t force you to follow any coding standards. You can continue with your own convention and still use Zend. Even using full framework is not required. One can pull useful class library from Zend Framework and use them in their own way. But somehow Zend is not able to attract mass with this framework. Zend tried to do everything from scratch for this framework although Pear has got really good class libraries which can be used to build on. Yes If you need to consume web-services it&#8217;s got lot of stuff for you almost all famous web-services has been taken into consideration and specific classes to them has been developed so that you can consume it easily. Current stable version is 1.10.8 and it has got good documentation too. New Zend website is built on Zend Framework and it supports PHP 5 only.</p>
<h2>4. Symfony</h2>
<h2></h2>
<h2><img class="alignnone size-medium wp-image-98" title="index2" src="../wp-content/uploads/2010/10/index2.jpeg" alt="" width="133" height="56" /></h2>
<p>Symfony has quite rich documentation and community support.<br />
Symfony is MVC architecture based PHP framework. It is more of less inspired by Majovi and Ruby on Rails. Symfony team is not trying to reinvent the wheel and framework uses many opensource components in their base. For beginners it is little difficult to begin with Symfony but great deal of documentation and 21 days of askeet tutorials will help them out really.<br />
I believe Symfony is really enterprise level framework. It has great deal of documentation and The Book (Definitive guide to Symfony &#8211; Open source)<br />
Symfony uses Propel as default ORM and it has Doctrine Plugin in case if you wish to replace Propel. Symfony has 2 real world powerful application Yahoo Bookmarks! and preview.delicious.com. Symfony is having quite comprehensive plugin repository too.<br />
<strong>Compatibility:</strong> PHP 5.2+</p>
<h2>5. Yii Framework</h2>
<p><img class="alignnone size-medium wp-image-99" title="250px-yii-logo-transparent" src="../wp-content/uploads/2010/10/250px-yii-logo-transparent.png" alt="" width="182" height="40" /></p>
<p>The Yii project started on January 1, 2008, in order to fix some drawbacks of the PRADO framework (winner of the Zend PHP 5 coding contest). For example, PRADO was slow when handling complex pages, had a steep learning curve and many controls were difficult to customize, while Yii is much easier and more efficient. In October 2008 after ten months of private development, the first alpha version of Yii was released. On December 3, 2008, Yii 1.0 was formally released. Now Stable release 1.1.4 available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/2010-top-5-php-frameworks.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google birthday with new doodle</title>
		<link>http://www.ahmediqbal.com/google-birthday-with-new-doodle.html</link>
		<comments>http://www.ahmediqbal.com/google-birthday-with-new-doodle.html#comments</comments>
		<pubDate>Mon, 27 Sep 2010 05:03:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT News]]></category>
		<category><![CDATA[google birthday]]></category>
		<category><![CDATA[google doodle]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=91</guid>
		<description><![CDATA[The birthday special Google Doodle was a painting of a cake by 89-year-old Los Angeles artist Wayne Thiebaud. The California-based company was first incorporated as a privately held corporation on 27 Sep 1998. The birthday doodle was a more straightforward doodle than the &#8216;Bucky Ball&#8217; doodle which Google marked the 25th anniversary of the discovery [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-92" title="27-googlebirthdayday" src="../wp-content/uploads/2010/09/27-googlebirthdayday.jpg" alt="" width="200" height="150" /></p>
<p>The birthday special Google Doodle was a painting of a cake by 89-year-old Los Angeles artist Wayne Thiebaud. The California-based company was first incorporated as a privately held corporation on 27 Sep 1998.</p>
<p>The birthday doodle was a more straightforward doodle than the &#8216;Bucky Ball&#8217; doodle which Google marked the 25th anniversary of the discovery of the buckyball. It was a spherical dome of exotic molecules of carbon, with a special moving design.</p>
<p>The birthday doodle has a candle which represents the letter &#8216;L&#8217; of the name Google. The artist Thiebaud&#8217;s painting was used with the permission of Visual Artists and Galleries Association (VAGA) New York. His works includes paintings of many cakes, most painted in the 1950s and 1960s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/google-birthday-with-new-doodle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nuclear Disaster Wallpaper / PSD</title>
		<link>http://www.ahmediqbal.com/nuclear-disaster-wallpaper-psd.html</link>
		<comments>http://www.ahmediqbal.com/nuclear-disaster-wallpaper-psd.html#comments</comments>
		<pubDate>Tue, 18 May 2010 14:07:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Designing]]></category>
		<category><![CDATA[Nuclear Disaster Wallpaper / PSD]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=87</guid>
		<description><![CDATA[Real Source: Tutsplus (dot ) com Download: Adobe PSD I have created a wallpaper to represent Nuclear Disaster, for this i have used Adobe Photoshop Tool. I have uploaded wallpaper as well as the PSD for this. If any one interested to see my work can download the PSD file. I will upload new design&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ahmediqbal.com/wp-content/uploads/2010/05/wall.jpg" target="_blank"><img class="alignnone size-thumbnail wp-image-88" title="wall" src="http://www.ahmediqbal.com/wp-content/uploads/2010/05/wall-150x150.jpg" alt="" width="161" height="161" /></a></p>
<p><strong>Real Source:</strong> Tutsplus (dot ) com</p>
<p><strong>Download:</strong> <a href="http://www.ahmediqbal.com/wp-content/uploads/2010/05/Nuclear_Disaster.zip">Adobe PSD</a></p>
<p>I have created a wallpaper to represent Nuclear Disaster, for this i have used Adobe Photoshop Tool.</p>
<p>I have uploaded wallpaper as well as the PSD for this. If any one interested to see my work can download the PSD file. I will upload new design&#8217;s and ideas in future.</p>
<p>Your comments and ideas for this will be appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/nuclear-disaster-wallpaper-psd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>14 August Independence Day</title>
		<link>http://www.ahmediqbal.com/14-august-independence-day.html</link>
		<comments>http://www.ahmediqbal.com/14-august-independence-day.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 07:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=74</guid>
		<description><![CDATA[Happy Happy Independence Day Of Pakistan&#8230;..! Quaid-e-Azam You Are Greatest Man&#8230;..! (Sallam Quaid) Pakistan Army Zindabad&#8230;.!]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-75" title="images" src="http://www.ahmediqbal.com/wp-content/uploads/2009/08/images.jpeg" alt="" width="150" height="149" /></p>
<p>Happy Happy Independence Day Of Pakistan&#8230;..!</p>
<p>Quaid-e-Azam You Are Greatest Man&#8230;..! (Sallam Quaid)</p>
<p>Pakistan Army Zindabad&#8230;.!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/14-august-independence-day.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legend 1.0 Theme</title>
		<link>http://www.ahmediqbal.com/legend-10-theme.html</link>
		<comments>http://www.ahmediqbal.com/legend-10-theme.html#comments</comments>
		<pubDate>Thu, 07 May 2009 14:54:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[Free Worpress Themes]]></category>
		<category><![CDATA[Legend 1.0 by Ahmed iqbal]]></category>
		<category><![CDATA[Legend 1.0 Theme]]></category>
		<category><![CDATA[Wordpress Temes]]></category>
		<category><![CDATA[Wordpress Theme Legend 1.0]]></category>

		<guid isPermaLink="false">http://www.ahmediqbal.com/?p=64</guid>
		<description><![CDATA[Today, I&#8217;ve developed legend 1.0 wordpress theme. Theme has included additional language support. Two fantastic logo&#8217;s available in theme folder. Enjoy Legend 1.0 theme with beautiful Drop down menu. Download &#124; Theme Demo]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-65" title="screenshot" src="http://www.ahmediqbal.com/wp-content/uploads/2009/05/screenshot.png" alt="" width="300" height="225" /></p>
<p>Today, I&#8217;ve developed legend 1.0 wordpress theme. Theme has included additional language support. Two fantastic logo&#8217;s available in theme folder. Enjoy Legend 1.0 theme with beautiful Drop down menu.</p>
<p><img class="alignnone size-medium wp-image-69" title="zip" src="http://www.ahmediqbal.com/wp-content/uploads/2009/05/zip.gif" alt="" width="15" height="16" /><strong><a href="http://www.ahmediqbal.com/wp-content/uploads/2009/05/legend-100.zip">Download</a></strong> | <strong><a href="http://www.ahmediqbal.com/?themedemo=Legand+1.0">Theme Demo</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmediqbal.com/legend-10-theme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

