<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Mubarak Zeb&#039;s Blog</title>
	<link>http://blog.mzeb.com</link>
	<description>PHP, MySQL, jQuery</description>
	<lastBuildDate>Wed, 09 Mar 2011 13:11:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Working at Peppercorn</title>
		<description><![CDATA[I have now joined Peppercorn Web Design company based in Bedford. It&#8217;s my second week, and I&#8217;m really enjoying working in this nice team.
]]></description>
		<link>http://blog.mzeb.com/2011/03/09/working-at-peppercorn/</link>
			</item>
	<item>
		<title>Xcode4 Preview 5 is here!</title>
		<description><![CDATA[Apple has finally released Preview 5 of Xcode4. I am very excited and loving it, but it still has a few bugs and Apple recommends sticking to Xcode 3.2.5 if you want to develop apps for the app store. Few of the features that I love in Preview 5:

Many performance problems with making connections are [...]]]></description>
		<link>http://blog.mzeb.com/2010/12/12/xcode4-preview-5-is-here/</link>
			</item>
	<item>
		<title>Best approach to avoid MySQL injection.</title>
		<description><![CDATA[I was working in an open source script called PHPProBid. I decided to check what approach they are using to avoid MySQL injection, after looking into their source code I found out they were using the oldest method of escaping user inputted data using the mysql_real_escape_string(). And, it&#8217;s not just this script who uses this [...]]]></description>
		<link>http://blog.mzeb.com/2010/12/12/best-approach-to-avoid-mysql-injection/</link>
			</item>
	<item>
		<title>iDXBall in the app store.</title>
		<description><![CDATA[One of my game developed for iPhone, iPod touch and iPad has been accepted in the apple app store. Please download it and enjoy, visit the iDXBall website or View it in the app store
]]></description>
		<link>http://blog.mzeb.com/2010/10/18/idxball-in-the-app-store/</link>
			</item>
	<item>
		<title>I&#8217;m loving XCode 4.</title>
		<description><![CDATA[I&#8217;ve just downloaded XCode 4 Preview3, I like so much that I wish I code all the day in Xcode. The code completion is improved by much, and the most important thing, the Interface Builder is now inside Xcode and you don&#8217;t need to open extra windows to manage your views in Interface Builder. I [...]]]></description>
		<link>http://blog.mzeb.com/2010/10/08/im-loving-xcode-4/</link>
			</item>
	<item>
		<title>Google Search Ajax&#8217;ed!</title>
		<description><![CDATA[I was just googling for something and just saw google search results are now using Ajax. Keep it up google  
]]></description>
		<link>http://blog.mzeb.com/2010/09/12/google-search-ajaxed/</link>
			</item>
	<item>
		<title>Loop through list items of an unordered list using jQuery.</title>
		<description><![CDATA[Suppose you have an unordered list with so many list items and you want to call a JavaScript function for each list item, the days are gone when you would put an onlick() attribute for each list item, we can now perform a loop on list items without even touching them!
Here is our unordered list [...]]]></description>
		<link>http://blog.mzeb.com/2010/06/17/loop-through-list-items-of-an-unordered-list-using-jquery/</link>
			</item>
	<item>
		<title>Make an array have same keys as values.</title>
		<description><![CDATA[Have you ever wanted to make an array with same keys as the values? for example, we want an array of fruits.
$my_array = array('apple','orange','mango');

By default, when you don&#8217;t specify a key for each array element a default numeric key is assigned, the above be assigned key indexes as:
Array
(
   [0] =&#62; apple
   [...]]]></description>
		<link>http://blog.mzeb.com/2010/06/16/make-an-array-have-same-keys-as-values/</link>
			</item>
	<item>
		<title>Stripping slashes in Zend Framework.</title>
		<description><![CDATA[By default Zend Framework will escape data passed to the insert() method, For example if you have a textarea in your form that is accepting input from the user, and someone writes something like I&#8217;m testing this form, this will be inserted to the database as I\&#8217;m testing this form. We have a built-in function [...]]]></description>
		<link>http://blog.mzeb.com/2010/06/12/stripping-slashes-in-zend-framework/</link>
			</item>
	<item>
		<title>Planning to take the Zend PHP5 Certification.</title>
		<description><![CDATA[I&#8217;m planning to take the Zend PHP5 Certification next month, I have been PHP Programming since 2004, but I still need to improve my weak areas such as PHP Patterns, Regular Expressions and XML/Web Services etc. Thanks to my best friend Wajid Khan for giving me the PHP Anthology book, I consider this the best [...]]]></description>
		<link>http://blog.mzeb.com/2010/06/12/planning-to-take-the-zend-php5-certification/</link>
			</item>
</channel>
</rss>

