<?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>~ / user / mohdizzairi /~ / user / mohdizzairi / - ~ a little piece of me ~</title>
	<atom:link href="http://mohdizzairi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mohdizzairi.com</link>
	<description>~ a little piece of me ~</description>
	<lastBuildDate>Fri, 06 Apr 2012 05:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Why SEO and Online Marketing</title>
		<link>http://mohdizzairi.com/why-seo-and-online-marketing/</link>
		<comments>http://mohdizzairi.com/why-seo-and-online-marketing/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 05:36:05 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[SEO and SEM]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=382</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Most of today&#8217;s companies are starting to realize how important SEO and online marketing is. In fact SEO is now a major factor to drive in sales to most companies. Nevertheless there are people who are still skeptical about SEO and online marketing. Don&#8217;t forget that most internet users will use the search engine in [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>Most of today&#8217;s companies are starting to realize how important SEO and online marketing is. In fact SEO is now a major factor to drive in sales to most companies. Nevertheless there are people who are still skeptical about SEO and online marketing. Don&#8217;t forget that most internet users will use the search engine in order to get results instantly.</p>
<p><span id="more-382"></span>Search engine optimization (SEO) is the process of improving the visibility of a website or a web page in search engines&#8217; &#8220;natural,&#8221; or un-paid (&#8220;organic&#8221; or &#8220;algorithmic&#8221;), search results. In general, the earlier (or higher ranked on the search results page), and more frequently a site appears in the search results list, the more visitors it will receive from the search engine&#8217;s users. SEO may target different kinds of search, including image search, local search, video search, academic search, news search and industry-specific vertical search engines.</p>
<p>SEO is all about contents of your website, focused keywords, link buildings, directory submissions etc. Once you have worked all of this you should be ranked well in search engines. Make sure you really understand what sort of keywords you are looking at and don&#8217;t go for keywords which is HIGH in competition, you might as well try for the lower ones.</p>
<p>Get <a title="SEO and Online Marketing Company" href="http://xyiry.com/why-seo-and-online-marketing/" target="_blank">SEO companies</a> to  consult you on how to get the best and optimum results in search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/why-seo-and-online-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function extract image from HTML content using PHP via regex</title>
		<link>http://mohdizzairi.com/function-to-get-image-from-html-contents/</link>
		<comments>http://mohdizzairi.com/function-to-get-image-from-html-contents/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 20:57:44 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Developments]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=375</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
If you would like to only extract out image from your HTML contents. You may use the function below to do so. What the codes does is, it will scan through your HTML contents and look for image patterns, and return all of your images in array format. #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- # Function to get clean image [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>If you would like to only extract out image from your HTML contents. You may use the function below to do so.</p>
<p>What the codes does is, it will scan through your HTML contents and look for image patterns, and return all of your images in array format.</p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
# Function to get clean image<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
function getcleanimage($data){<br />
$pattern = &#8220;/src=[\"']?([^\"']?.*(png|jpg|gif|jpeg))[\"']?/i&#8221;;<br />
preg_match_all($pattern, $data, $images);<br />
return $images;<br />
}<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/function-to-get-image-from-html-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrived @ Frankfurt, Germany</title>
		<link>http://mohdizzairi.com/arrived-frankfurt-germany/</link>
		<comments>http://mohdizzairi.com/arrived-frankfurt-germany/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 09:49:28 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Travels]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=331</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
We arrived at Frankfurt International airport on 17th December 2011 6.45 AM. The weather was fine and nice enough till we get to feel the real weather outside the airport, it was very cold and windy. We headed to Koln straight away from Frankfurt, which took us up to 3 hours of driving approximately. The [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>We arrived at Frankfurt International airport on 17th December 2011 6.45 AM. The weather was fine and nice enough till we get to feel the real weather outside the airport, it was very cold and windy. We headed to Koln straight away from Frankfurt, which took us up to 3 hours of driving approximately. </p>
<p>The highway &#8220;Autobahn&#8221; are fantastic and no doubt about it. It&#8217;s a super highway for super cars. BMW and Mercedes are common to be seen on these highways. </p>
<p><span id="more-331"></span></p>

<a href='http://mohdizzairi.com/arrived-frankfurt-germany/1-2/' title='Frankfurt on the way to Cologne, Germany '><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/1-150x150.jpg" class="attachment-thumbnail" alt="Frankfurt on the way to Cologne, Germany" title="Frankfurt on the way to Cologne, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/2-2/' title='Scene, at Cologne, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/2-150x150.jpg" class="attachment-thumbnail" alt="Scene, at Cologne, Germany" title="Scene, at Cologne, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/3-2/' title='Scene at Cologne, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/3-150x150.jpg" class="attachment-thumbnail" alt="Scene at Cologne, Germany" title="Scene at Cologne, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/4-2/' title='On the way to Cologne, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/4-150x150.jpg" class="attachment-thumbnail" alt="On the way to Cologne, Germany" title="On the way to Cologne, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/5-2/' title='@ Shell Frankfurt, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/5-150x150.jpg" class="attachment-thumbnail" alt="@ Shell Frankfurt, Germany" title="@ Shell Frankfurt, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0159/' title='Frankfurt, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0159-150x150.jpg" class="attachment-thumbnail" alt="Frankfurt, Germany" title="Frankfurt, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0160/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0160-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0161/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0161-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0162/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0162-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0163/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0163-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0164/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0164-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0165/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0165-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0166/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0166-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0167/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0167-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0168/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0168-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0169/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0169-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0170/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0170-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0171/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0171-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0172/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0172-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0173/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0173-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0174/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0174-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>
<a href='http://mohdizzairi.com/arrived-frankfurt-germany/img_0175/' title='Koln, Germany'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/12/IMG_0175-150x150.jpg" class="attachment-thumbnail" alt="Koln, Germany" title="Koln, Germany" /></a>

]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/arrived-frankfurt-germany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flying to Germany for UAV Training</title>
		<link>http://mohdizzairi.com/flying-to-germany-for-uav-training/</link>
		<comments>http://mohdizzairi.com/flying-to-germany-for-uav-training/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 18:30:18 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Travels]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=322</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Today I will be flying off to Germany. My flight is scheduled on friday 16/12/2011 11:55PM. We will be flying on in a team. Basically we&#8217;re going there for a training on UAV. This will be a memorable experience for us. Our 10 days trip will be a challenge for us, as we will be [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<div>
<p>Today I will be flying off to Germany. My flight is scheduled on friday 16/12/2011 11:55PM. We will be flying on in a team. Basically we&#8217;re going there for a training on UAV.</p>
<p>This will be a memorable experience for us. Our 10 days trip will be a challenge for us, as we will be training in winter season. We will land at Frankfurt International Airport, and will have a night at Cologne, then move on to Kassel the next day.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/flying-to-germany-for-uav-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate HTML Output via PHP Class</title>
		<link>http://mohdizzairi.com/generate-html-codes-with-php-class/</link>
		<comments>http://mohdizzairi.com/generate-html-codes-with-php-class/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 11:44:47 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Developments]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=265</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
This is a simple example how to set HTML input in your PHP class. There are many ways to write,it, it&#8217;s up to you to decide the way of writing it. PHP file to generate HTML output PHP class file HTML Sample Output 1 HTML Sample Output 2 (Validation Action)]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>This is a simple example how to set HTML input in your PHP class. There are many ways to write,it, it&#8217;s up to you to decide the way of writing it.</p>
<p><strong>PHP file to generate HTML output</strong></p>
<p><a href="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-7.54.17-PM.png"><img class="alignnone size-full wp-image-278" title="Screen Shot 2011-11-21 at 7.54.17 PM" src="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-7.54.17-PM.png" alt="" width="1025" height="451" /></a></p>
<pre></pre>
<p><span id="more-265"></span><br />
<strong>PHP class file </strong><br />
<a href="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-7.58.14-PM.png"><img class="alignnone size-full wp-image-280" title="PHP Class File" src="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-7.58.14-PM.png" alt="" width="983" height="609" /></a></p>
<p><strong>HTML Sample Output 1</strong><br />
<a href="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-8.10.28-PM.png"><img class="alignnone size-full wp-image-291" title="Screen Shot 2011-11-21 at 8.10.28 PM" src="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-8.10.28-PM.png" alt="" width="728" height="350" /></a></p>
<p><strong>HTML Sample Output 2 (Validation Action)</strong><br />
<a href="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-8.08.13-PM.png"><img class="alignnone size-full wp-image-289" title="Screen Shot 2011-11-21 at 8.08.13 PM" src="http://mohdizzairi.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-21-at-8.08.13-PM.png" alt="" width="726" height="345" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/generate-html-codes-with-php-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Shorthand Writing &#8221; if else &#8220;</title>
		<link>http://mohdizzairi.com/php-shorthand-writing-if-else/</link>
		<comments>http://mohdizzairi.com/php-shorthand-writing-if-else/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 15:49:08 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Developments]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=244</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Here is how to write if else shorthand writing. It is useful in your code in order to keep your code neat and tidy. Assume you have a HTML form with input name &#8220;WEBSITE_TITLE&#8221; which will then be posted to a processing page. $WEBSITE_TITLE_VAR = !empty($_POST['WEBSITE_TITLE']) ? $_POST['WEBSITE_TITLE'] : null; &#160; How it works : [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>Here is how to write if else shorthand writing. It is useful in your code in order to keep your code neat and tidy. Assume you have a HTML form with input name &#8220;WEBSITE_TITLE&#8221; which will then be posted to a processing page.</p>
<pre class="php"><strong>$WEBSITE_TITLE_VAR</strong> = !empty($_POST['<strong>WEBSITE_TITLE</strong>']) ? $_POST['<strong>WEBSITE_TITLE</strong>'] : <em><strong>null</strong></em>;</pre>
<p>&nbsp;</p>
<p><strong>How it works :</strong></p>
<ol>
<li><span style="line-height: 21px;">Set your condition at beginning of the statement and the opposite value of the false condition.  Or you can also do it the other way round  which is true -&gt; false <strong>OR </strong>false -&gt;true.</span></li>
<li><span style="line-height: 21px;">1st it will check whether the value of $_POST['<strong>WEBSITE_TITLE</strong>'] is empty or not.</span></li>
<li><span style="line-height: 21px;">If $_POST['<strong>WEBSITE_TITLE</strong>'] is  not empty, then it will hold the posted value</span></li>
<li><span style="line-height: 21px;"><span style="line-height: 21px;">Else &#8220;<em><strong>?</strong></em>&#8220; </span></span><strong>$WEBSITE_TITLE_VAR </strong>will be <em><strong>null.</strong></em></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/php-shorthand-writing-if-else/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developed &#8220;tiaraheights.com&#8221;</title>
		<link>http://mohdizzairi.com/developed-tiaraheights-com/</link>
		<comments>http://mohdizzairi.com/developed-tiaraheights-com/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 08:33:24 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Developments]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=230</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I just finished developing &#8220;tiaraheights.com&#8221;. Basically it&#8217;s a simple site providing free email service for Tiara Heights residence. It took me 1 hour and 40 minutes to complete this whole site. This site is running on PHP 5 &#038; MySQL with JQuery framework. To view the site just go to http://tiaraheights.com]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>I just finished developing &#8220;tiaraheights.com&#8221;. Basically it&#8217;s a simple site providing free email service for Tiara Heights residence. It took me 1 hour and 40 minutes to complete this whole site.<br />
This site is running on PHP 5 &#038; MySQL with JQuery framework. To view the site just go to <a href="http://tiaraheights.com" title="Tiara Heights Residents Official Email" target="_blank">http://tiaraheights.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/developed-tiaraheights-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Video Editing on iPad with iMovie</title>
		<link>http://mohdizzairi.com/instant-video-editing-on-ipad-with-imovie/</link>
		<comments>http://mohdizzairi.com/instant-video-editing-on-ipad-with-imovie/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:48:45 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=214</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Instant and simple video editing can be done with your ipad. iMovie can be considered as one of the best app to edit your video instantly. It&#8217;s very user friendly and easy to use. The best part of it is the integration with social video site where you can upload straight away to any of [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>Instant and simple video editing can be done with your ipad. iMovie can be considered as one of the best app to edit your video instantly. It&#8217;s very user friendly and easy to use. The best part of it is the integration with social video site where you can upload straight away to any of your social video account such as YouTube,Vimeo,Facebook etc. Take a look at the video below, all images and raw video are taken with iPad2. It only took me 10 minutes to edit this whole video in iMovie.</p>
<p><!-- Embed Container -->
		<div class='embed-container'><iframe src="http://player.vimeo.com/video/32201277" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
		<!--//end embed-container--></p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/instant-video-editing-on-ipad-with-imovie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Langkawi Year End Trip</title>
		<link>http://mohdizzairi.com/langkawi-year-end-trip/</link>
		<comments>http://mohdizzairi.com/langkawi-year-end-trip/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 16:51:41 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Travels]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=172</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Our year end family trip to Langkawi. We stayed at Sri Kijang Resort located at Pantai Cenang. We got the chance to lodged in at Sri Kijang Private resort owned by Bank Negara Malaysia, and only to be vacant by Bank Negara Staffs. Fortunately we got in is because my wife&#8217;s brother is a staff [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>Our year end family trip to Langkawi. We stayed at Sri Kijang Resort located at Pantai Cenang. We got the chance to lodged in at Sri Kijang Private resort owned by Bank Negara Malaysia, and only to be vacant by Bank Negara Staffs. Fortunately we got in is because my wife&#8217;s brother is a staff at Bank Negara. </p>
<p>Location of the resort plays an important role as well, especially for those who likes sight seeing and beach activities. </p>
<p><span id="more-172"></span></p>
<p>Photos in Langkawi<br />

<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7411/' title='Sri Kijang Resort Bank Negara - Living Hall'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7411-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara - Living Hall" title="Sri Kijang Resort Bank Negara - Living Hall" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7417/' title='Sri Kijang Resort Bank Negara -  Outdoor View'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7417-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara -  Outdoor View" title="Sri Kijang Resort Bank Negara -  Outdoor View" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7418/' title='Sri Kijang Resort Bank Negara -  2nd Living Hall'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7418-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara -  2nd Living Hall" title="Sri Kijang Resort Bank Negara -  2nd Living Hall" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7430/' title='Sri Kijang Resort Bank Negara - In House Garden View'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7430-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara - In House Garden View" title="Sri Kijang Resort Bank Negara - In House Garden View" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7433/' title='Sri Kijang Resort Bank Negara'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7433-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara" title="Sri Kijang Resort Bank Negara" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7262/' title='Sri Kijang Resort Bank Negara - Beach View'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7262-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara - Beach View" title="Sri Kijang Resort Bank Negara - Beach View" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7381/' title='Underwater World @ Pantai Cenang, Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7381-150x150.jpg" class="attachment-thumbnail" alt="Underwater World @ Pantai Cenang, Langkawi" title="Underwater World @ Pantai Cenang, Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7274/' title='The Loaf - Tun Mahathir&#039;s Bakery Shop @ Pantai Kok - Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7274-150x150.jpg" class="attachment-thumbnail" alt="The Loaf - Tun Mahathir&#039;s Bakery Shop @ Pantai Kok - Langkawi" title="The Loaf - Tun Mahathir&#039;s Bakery Shop @ Pantai Kok - Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7324/' title='@ Cable Car - Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7324-150x150.jpg" class="attachment-thumbnail" alt="@ Cable Car - Langkawi" title="@ Cable Car - Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7276/' title='@ Cable Car - Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7276-150x150.jpg" class="attachment-thumbnail" alt="@ Cable Car - Langkawi" title="@ Cable Car - Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7267/' title='@ Sri Kijang Resort Bank Negara'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7267-150x150.jpg" class="attachment-thumbnail" alt="@ Sri Kijang Resort Bank Negara" title="@ Sri Kijang Resort Bank Negara" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7269/' title='@ Pantai Kok - Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7269-150x150.jpg" class="attachment-thumbnail" alt="@ Pantai Kok - Langkawi" title="@ Pantai Kok - Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7350/' title='@ Underwater World - Pantai Cenang, Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7350-150x150.jpg" class="attachment-thumbnail" alt="@ Underwater World - Pantai Cenang, Langkawi" title="@ Underwater World - Pantai Cenang, Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7360/' title='@ Underwater World - Pantai Cenang, Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7360-150x150.jpg" class="attachment-thumbnail" alt="@ Underwater World - Pantai Cenang, Langkawi" title="@ Underwater World - Pantai Cenang, Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7376/' title='@ Underwater World - Pantai Cenang, Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7376-150x150.jpg" class="attachment-thumbnail" alt="@ Underwater World - Pantai Cenang, Langkawi" title="@ Underwater World - Pantai Cenang, Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/_dsc7347/' title='@ Underwater World - Pantai Cenang, Langkawi'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/DSC7347-150x150.jpg" class="attachment-thumbnail" alt="@ Underwater World - Pantai Cenang, Langkawi" title="@ Underwater World - Pantai Cenang, Langkawi" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera/' title='@ Cable Car - Langkawi (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB110242-150x150.jpg" class="attachment-thumbnail" alt="@ Cable Car - Langkawi (Olympus Compact Camera)" title="@ Cable Car - Langkawi (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-2/' title='@ Pantai Kok - Langkawi (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB110234-150x150.jpg" class="attachment-thumbnail" alt="@ Pantai Kok - Langkawi (Olympus Compact Camera)" title="@ Pantai Kok - Langkawi (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-3/' title='@ Underwater World - Pantai Cenang, Langkawi (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB120286-150x150.jpg" class="attachment-thumbnail" alt="@ Underwater World - Pantai Cenang, Langkawi (Olympus Compact Camera)" title="@ Underwater World - Pantai Cenang, Langkawi (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-4/' title='Sri Kijang Resort Bank Negara (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB120358-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" title="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-5/' title='@ Cable Car - Langkawi (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB110251-150x150.jpg" class="attachment-thumbnail" alt="@ Cable Car - Langkawi (Olympus Compact Camera)" title="@ Cable Car - Langkawi (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-6/' title='Sri Kijang Resort Bank Negara (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB110198-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" title="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-7/' title='Sri Kijang Resort Bank Negara (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB110199-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" title="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" /></a>
<a href='http://mohdizzairi.com/langkawi-year-end-trip/olympus-digital-camera-8/' title='Sri Kijang Resort Bank Negara (Olympus Compact Camera)'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/PB120359-150x150.jpg" class="attachment-thumbnail" alt="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" title="Sri Kijang Resort Bank Negara (Olympus Compact Camera)" /></a>
</p>
<h2>Crocodile Farm Langkawi Video</h2>
<p><!-- Embed Container -->
		<div class='embed-container'><iframe src="http://player.vimeo.com/video/32192520" width="500" height="281" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></div>
		<!--//end embed-container--></p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/langkawi-year-end-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saudi Arabia Part 1</title>
		<link>http://mohdizzairi.com/saudi-arabia-part-1/</link>
		<comments>http://mohdizzairi.com/saudi-arabia-part-1/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 04:41:41 +0000</pubDate>
		<dc:creator>xyiry</dc:creator>
				<category><![CDATA[Travels]]></category>

		<guid isPermaLink="false">http://mohdizzairi.com/?p=114</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
It was May 2010 when I first landed my feet on Saudi Arabia.. The weather is different from Malaysia, here the humidity rate is higher compared to Saudi Arabia. The people here seems busy with their business most of the time, but the amazing part here is that during Adhan (Call for Prayer), they would [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
<p>It was May 2010 when I first landed my feet on Saudi Arabia.. The weather is different from Malaysia, here the humidity rate is higher compared to Saudi Arabia. The people here seems busy with their business most of the time, but the amazing part here is that during Adhan (Call for Prayer), they would immediately closed up their shops and businesses and head for prayers at the mosque.</p>
<p><span id="more-114"></span></p>
<p>Photos in Saudi Arabia</p>

<a href='http://mohdizzairi.com/saudi-arabia-part-1/saudi1/' title='Saudi Arabia 2010  @ Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/saudi1-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010  @ Madinah" title="Saudi Arabia 2010  @ Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/saudi2/' title='Saudi Arabia 2010  @ Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/saudi2-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010  @ Madinah" title="Saudi Arabia 2010  @ Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/1/' title='Saudi Arabia 2010  @ Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/1-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010  @ Madinah" title="Saudi Arabia 2010  @ Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/2/' title='Saudi Arabia 2010 @ Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/2-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Madinah" title="Saudi Arabia 2010 @ Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/3/' title='Saudi Arabia 2010 @ Nabawi Mosque Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/3-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Nabawi Mosque Madinah" title="Saudi Arabia 2010 @ Nabawi Mosque Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/4/' title='Saudi Arabia 2010 @ Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/4-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Madinah" title="Saudi Arabia 2010 @ Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/5/' title='Saudi Arabia 2010 @ Masjid Quba Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/5-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Masjid Quba Madinah" title="Saudi Arabia 2010 @ Masjid Quba Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/6/' title='Saudi Arabia 2010 @ Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/6-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Madinah" title="Saudi Arabia 2010 @ Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/8/' title='Saudi Arabia 2010 @ Jabal Uhud Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/8-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Jabal Uhud Madinah" title="Saudi Arabia 2010 @ Jabal Uhud Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/7/' title='Saudi Arabia 2010 @ Jabal Uhud Madinah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/7-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Jabal Uhud Madinah" title="Saudi Arabia 2010 @ Jabal Uhud Madinah" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/9/' title='Saudi Arabia 2010 @ Museum Mecca'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/9-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Museum Mecca" title="Saudi Arabia 2010 @ Museum Mecca" /></a>
<a href='http://mohdizzairi.com/saudi-arabia-part-1/attachment/10/' title='Saudi Arabia 2010 @ Red Sea Jeddah'><img width="150" height="150" src="http://mohdizzairi.com/wp-content/uploads/2011/11/10-150x150.jpg" class="attachment-thumbnail" alt="Saudi Arabia 2010 @ Red Sea Jeddah" title="Saudi Arabia 2010 @ Red Sea Jeddah" /></a>

<p><!-- Embed Container -->
		<div class='embed-container'><iframe src="http://player.vimeo.com/video/32196081" width="500" height="281" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></div>
		<!--//end embed-container--></p>
]]></content:encoded>
			<wfw:commentRss>http://mohdizzairi.com/saudi-arabia-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
