<?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>Mohsin Sumar</title>
	<atom:link href="http://www.mohsinsumar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohsinsumar.com</link>
	<description>Zend Certified Engineer, PHP Professional, Designer &#38; Web Developer</description>
	<lastBuildDate>Sun, 22 Apr 2012 13:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Generate 4 digit random PIN number in MySQL</title>
		<link>http://www.mohsinsumar.com/mysql/generate-4-digit-random-pin-number-in-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generate-4-digit-random-pin-number-in-mysql</link>
		<comments>http://www.mohsinsumar.com/mysql/generate-4-digit-random-pin-number-in-mysql/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:48:25 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[generate random number in mysql]]></category>
		<category><![CDATA[mysql random number]]></category>
		<category><![CDATA[mysql random pin number]]></category>
		<category><![CDATA[random integer in mysql]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=147</guid>
		<description><![CDATA[I recently came across a problem where I had to update hundreds of client records with a random 4 digit PIN code. After some research, I wrote the following SQL which did the trick. It will update all records on the table: table_name and set a random 4 digit PIN between 1,000 and 9,999 on [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a problem where I had to update hundreds of client records with a random 4 digit PIN code. After some research, I wrote the following SQL which did the trick.</p>
<p>It will update all records on the table: table_name and set a random 4 digit PIN between 1,000 and 9,999 on the column `column_pin`.</p>
<pre>UPDATE `table_name` SET `column_pin` = FLOOR( 1000 + ( RAND( ) *8999 ) ) ;</pre>
<p>&nbsp;</p>
<p>I hope this was helpful to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/mysql/generate-4-digit-random-pin-number-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The value of social media in recruitment</title>
		<link>http://www.mohsinsumar.com/articles/the-value-of-social-media-in-recruitment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-value-of-social-media-in-recruitment</link>
		<comments>http://www.mohsinsumar.com/articles/the-value-of-social-media-in-recruitment/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 19:32:53 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[recruitment]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media in recruitment]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=138</guid>
		<description><![CDATA[I wrote an article on "The value of social media in recruitment" for ASPIRE™ by People Power™ published on 10th October 2011. A copy of the article is below: The value of social media in recruitment Candidates would normally research about a company and prepare themselves before attending a job interview. However, with the emergence [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote an article on "<a title="The value of social media in recruitment" href="http://www.peoplepower.co.tz/aspire/article/?id=69" target="_blank">The value of social media in recruitment</a>" for <a href="http://www.peoplepower.co.tz/aspire" target="_blank">ASPIRE™</a> by <a href="http://www.peoplepower.co.tz" target="_blank">People Power™</a> published on 10th October 2011. A copy of the article is below:</p>
<h2>The value of social media in recruitment</h2>
<p style="text-align: justify;">Candidates would normally research about a company and prepare themselves before attending a job interview. However, with the emergence and popularity of social media sites, recruiters can also do the same before calling candidates for job interviews!</p>
<p style="text-align: justify;">Every day, new users sign up on the three main social media sites we know today – namely, Facebook, Twitter and LinkedIn which have over 975 million combined user accounts. The people using these social media websites sign up with their personal information as mandatory; optionally include their employment history and periodically post updates on what they’ve been doing.</p>
<p style="text-align: justify;"><span id="more-138"></span>For recruiters, LinkedIn is good for direct recruitment because it is business related, a social media website specifically for professionals. Recruiters are able to search for potential candidates using the search tool in their account and be able to search by keyword, location, job title, industry and language. Premium user accounts can also search by interest, function, years of experience as well as how long they’ve been at their current employer.</p>
<p style="text-align: justify;">So what should recruiters be looking for anyway? Your candidate should have a complete profile, a picture, interests, hobbies and other information related outside of their work as well as some genuine recommendations from colleagues and managers.</p>
<p style="text-align: justify;">Facebook and Twitter, although not specifically for recruitment, does provide additional information about the candidates that they wouldn’t normally share on their LinkedIn profiles. The information shared on Facebook and Twitter allows recruiters to do background checks as well as determine cultural fit of candidates.</p>
<p style="text-align: justify;">In addition to direct recruiting, screening and background checking, social media can also be used for advertising job vacancies on official company pages. Recruiters can post in updates of their job vacancies for candidates to look at. A feature not to miss is careers under your LinkedIn company page which allows you to post your jobs. And, last but not least, using advertising platforms provided within the social media sites.</p>
<p style="text-align: justify;">While social media is not a replacement for local job portals, newspaper advertising or recruitment agencies, it does provide recruiters alternatives to cast a wider net for their candidate applications.</p>
<p style="text-align: justify;">Are you already using social media to source, screen and check references of potential employees? If not, do you see yourself using social media to fill your next vacancy? Do you think it would help your organization find the right candidate?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/articles/the-value-of-social-media-in-recruitment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Internet Service Provider (ISP) do you use in Dar es Salaam / Tanzania?</title>
		<link>http://www.mohsinsumar.com/general/which-internet-service-provider-isp-do-you-use-in-dar-es-salaam-tanzania/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=which-internet-service-provider-isp-do-you-use-in-dar-es-salaam-tanzania</link>
		<comments>http://www.mohsinsumar.com/general/which-internet-service-provider-isp-do-you-use-in-dar-es-salaam-tanzania/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 20:42:08 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=127</guid>
		<description><![CDATA[Extreme Web Technologies posted the above question on their Facebook page few days ago. To vote your opinion, follow the link below: Which Internet Service Provider (ISP) do you use in Dar es Salaam / Tanzania?]]></description>
			<content:encoded><![CDATA[<p>Extreme Web Technologies posted the above question on their Facebook page few days ago.</p>
<p>To vote your opinion, follow the link below:</p>
<p><a href="http://www.facebook.com/home.php?sk=question&amp;id=10150132189038875&amp;qa_ref=qd">Which Internet Service Provider (ISP) do you use in Dar es Salaam / Tanzania?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/general/which-internet-service-provider-isp-do-you-use-in-dar-es-salaam-tanzania/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wealth does not pass three generations</title>
		<link>http://www.mohsinsumar.com/words-of-wisdom/wealth-does-not-pass-three-generations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wealth-does-not-pass-three-generations</link>
		<comments>http://www.mohsinsumar.com/words-of-wisdom/wealth-does-not-pass-three-generations/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 21:43:19 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[Words of Wisdom]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=122</guid>
		<description><![CDATA[I came across an interesting Chinese proverb and thought I'd share: "Fu bu guo san dai" Literally: Wealth does not pass three generations. Meaning: It's rare that the wealth of a family can last for three generations (the 2nd may see the value of hard work, but the 3rd forgets it). Explanation: In business, the [...]]]></description>
			<content:encoded><![CDATA[<p>I came across an interesting Chinese proverb and thought I'd share:</p>
<p>"Fu bu guo san dai"</p>
<ul>
<li>Literally: Wealth does not pass three generations.</li>
<li>Meaning: It's rare that the wealth of a family can last for three generations (the 2nd may see the value of hard work, but the 3rd forgets it).</li>
<li>Explanation: In business, the first generation works extremely hard, so that the second generation reaps the benefits. By the time the third generation arrives, the wealth is squandered.</li>
</ul>
<p>Source: <a href="http://en.wikiquote.org/wiki/Chinese_proverbs">http://en.wikiquote.org/wiki/Chinese_proverbs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/words-of-wisdom/wealth-does-not-pass-three-generations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its kind of fun to do the impossible</title>
		<link>http://www.mohsinsumar.com/words-of-wisdom/its-kind-of-fun-to-do-the-impossible/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-kind-of-fun-to-do-the-impossible</link>
		<comments>http://www.mohsinsumar.com/words-of-wisdom/its-kind-of-fun-to-do-the-impossible/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 21:33:57 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[Words of Wisdom]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=119</guid>
		<description><![CDATA["Its kind of fun to do the impossible." - Walt Disney]]></description>
			<content:encoded><![CDATA[<div>
<p>"Its kind of fun to do the impossible."<br />
- Walt Disney</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/words-of-wisdom/its-kind-of-fun-to-do-the-impossible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry Firewall Settings</title>
		<link>http://www.mohsinsumar.com/blackberry/blackberry-firewall-settings/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blackberry-firewall-settings</link>
		<comments>http://www.mohsinsumar.com/blackberry/blackberry-firewall-settings/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 21:35:17 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[BlackBerry]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=115</guid>
		<description><![CDATA[If you are a web host, ISP or a network service provider serving BlackBerry users, you may be interested in adding the IPs mentioned on BlackBerry Technical Solution Center KB11036 to your firewalls' whitelist.

Special thanks to Ali Shariff of Double Click Consulting for the above link.]]></description>
			<content:encoded><![CDATA[<p>If you are a web host, ISP or a network service provider serving BlackBerry users, you may be interested in adding the IPs mentioned on <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB11036&amp;sliceId=SAL_Public&amp;dialogID=199480083&amp;stateId=0%200%2095357654" target="_blank">BlackBerry Technical Solution Center KB11036</a> to your firewalls' whitelist.</p>
<p>Special thanks to Ali Shariff of <a href="http://www.doubleclick.co.tz" target="_blank">Double Click Consulting</a> for the above link.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/blackberry/blackberry-firewall-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP / MySQL eCards tutorial</title>
		<link>http://www.mohsinsumar.com/tutorials/php-mysql-ecards-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-mysql-ecards-tutorial</link>
		<comments>http://www.mohsinsumar.com/tutorials/php-mysql-ecards-tutorial/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 23:04:46 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ecards]]></category>
		<category><![CDATA[ecards tutorial]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash ecards]]></category>
		<category><![CDATA[php ecards]]></category>
		<category><![CDATA[php mysql flash ecards]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=109</guid>
		<description><![CDATA[How to build your own eCards service using PHP/MySQL]]></description>
			<content:encoded><![CDATA[<p>In 2003, I wrote a tutorial on how to build your own eCards service using PHP/MySQL. It was written and published on Flash-dB Forum. If you have any queries, please direct them to <a href="http://www.flash-db.com/Board/index.php?board=13.0" target="_blank">Flash dB - Flash eCards Forum</a>.</p>
<p>The bad news is that the tutorial went off-air and I am unable to find it. If you happen to have a copy, please email it to me and if I do manage to find it, I will make a point to update this post.</p>
<p>However, the good news is that I have the zip archive with the scripts. Click on the link below to download.</p>
<p><a href="http://www.mohsinsumar.com/downloads/ecards.zip" target="_blank">Download PHP / MySQL eCards Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/tutorials/php-mysql-ecards-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You do not get great handwriting if you do not start scribbling</title>
		<link>http://www.mohsinsumar.com/words-of-wisdom/you-do-not-get-a-great-handwriting-if-you-do-not-start-scribbling/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=you-do-not-get-a-great-handwriting-if-you-do-not-start-scribbling</link>
		<comments>http://www.mohsinsumar.com/words-of-wisdom/you-do-not-get-a-great-handwriting-if-you-do-not-start-scribbling/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:02:22 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[Words of Wisdom]]></category>
		<category><![CDATA[handwriting]]></category>
		<category><![CDATA[scribbling]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=104</guid>
		<description><![CDATA[You do not get a great handwriting if you don’t start scribbling - By Mohsin Sumar]]></description>
			<content:encoded><![CDATA[<p>I came up with my first original quote in one of my email correspondences today, and I would like to share it with you.</p>
<p><em>"You do not get great handwriting if you do not start scribbling"<br />
- By Mohsin Sumar</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/words-of-wisdom/you-do-not-get-a-great-handwriting-if-you-do-not-start-scribbling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sponsors of Veterani Sports Club &#8211; Gezaulole</title>
		<link>http://www.mohsinsumar.com/extreme-web-technologies/sponsors-of-veterani-sports-club-gezaulole/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sponsors-of-veterani-sports-club-gezaulole</link>
		<comments>http://www.mohsinsumar.com/extreme-web-technologies/sponsors-of-veterani-sports-club-gezaulole/#comments</comments>
		<pubDate>Sun, 30 May 2010 10:51:01 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[Extreme Web Technologies]]></category>
		<category><![CDATA[sponsors]]></category>
		<category><![CDATA[veterani football club]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=100</guid>
		<description><![CDATA[Extreme Web Technologies sponsored a local football club called Veterani Sports Club in Gezaulole, Kigamboni, Dar es Salaam with new jerseys, shirts, shorts, socks, goalkeepers gloves, referee uniforms, accessories and most important of all - footballs. ]]></description>
			<content:encoded><![CDATA[<div id="attachment_101" class="wp-caption alignright" style="width: 310px"><a href="http://www.facebook.com/album.php?aid=172288&amp;id=70766038874" target="_blank"><img class="size-medium wp-image-101" title="Mohsin handing T-Shirt of &quot;Extreme #1&quot; to Goalkeeper" src="http://www.mohsinsumar.com/wp-content/uploads/2010/05/31811_398891278874_70766038874_3996147_3776751_n-300x225.jpg" alt="Mohsin handing T-Shirt of &quot;Extreme #1&quot; to Goalkeeper" width="300" height="225" /></a><p class="wp-caption-text">Mohsin handing T-Shirt of &quot;Extreme #1&quot; to the Goalkeeper of Veterani Sports Club - Gezaulole, Kigamboni, Dar es Salaam on 21st May 2010.</p></div>
<p style="text-align: justify;">Earlier this month, on the 21st May 2010 - Extreme Web Technologies sponsored a local football club called Veterani Sports Club in Gezaulole, Kigamboni, Dar es Salaam.</p>
<p style="text-align: justify;">We sponsored new jerseys, shirts, shorts, socks, goalkeepers gloves, referee uniforms, accessories and most important of all - footballs.</p>
<p style="text-align: justify;">You can see me handing over T-Shirt of "<strong>EXTREME #1</strong>" in the photo on the right.</p>
<p style="text-align: justify;">Click here to see more photos of this event in <a href="http://www.facebook.com/album.php?aid=172288&amp;id=70766038874" target="_blank">Extreme Web Technologies Facebook Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/extreme-web-technologies/sponsors-of-veterani-sports-club-gezaulole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate does not work anymore in Microsoft Vista</title>
		<link>http://www.mohsinsumar.com/general/hibernate-does-not-work-anymore-in-microsoft-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hibernate-does-not-work-anymore-in-microsoft-vista</link>
		<comments>http://www.mohsinsumar.com/general/hibernate-does-not-work-anymore-in-microsoft-vista/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 23:19:05 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[disk cleanup]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[hibernation file cleaner]]></category>
		<category><![CDATA[powercfg]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=97</guid>
		<description><![CDATA[Hibernate stopped working in Microsoft Vista. Here is a simple fix that takes less than one minute. ]]></description>
			<content:encoded><![CDATA[<p>It's been a while since I blogged last, and even longer since I cleaned and free up some disk space on my laptop. While moving and deleting data last week, I used disk cleanup utility. I cleared couple of GBs using this utility, including Hibernation File Cleaner. Obviously, I had no idea what this would do to my laptops' power settings and realized it after a few days that my laptop doesn't hibernate any more and goes to sleep.</p>
<p>After quite sometime trying to fix this, I stumbled across the following knowledge base article on Microsoft Support site: <a href="http://support.microsoft.com/kb/929658" target="_blank">http://support.microsoft.com/kb/929658</a></p>
<p>The fix is really simple; all you need to do is log in as Administrator and run the following command:-</p>
<pre><span style="color: #993300;">powercfg /hibernate on</span></pre>
<p>You'll now be able to hibernate again. I'm going to do just that right now! <img src='http://www.mohsinsumar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/general/hibernate-does-not-work-anymore-in-microsoft-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

