<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Junaid Bhura : Freelance web developer and consultant specializing in PHP-MySQL, XHTML-CSS and Open Source technologies</title>
	<atom:link href="http://junaidbhura.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://junaidbhura.wordpress.com</link>
	<description>http://www.junaidbhura.com &#124; Freelance web developer specializing in PHP-mySQL, XHTML-CSS and Open Source technologies</description>
	<lastBuildDate>Tue, 17 Jan 2012 03:44:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='junaidbhura.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f7e64be4e3a9799ba33fdbde2dace26d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Junaid Bhura : Freelance web developer and consultant specializing in PHP-MySQL, XHTML-CSS and Open Source technologies</title>
		<link>http://junaidbhura.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://junaidbhura.wordpress.com/osd.xml" title="Junaid Bhura : Freelance web developer and consultant specializing in PHP-MySQL, XHTML-CSS and Open Source technologies" />
	<atom:link rel='hub' href='http://junaidbhura.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to make a custom Magento payment extension for an external gateway</title>
		<link>http://junaidbhura.wordpress.com/2011/10/11/how-to-make-a-custom-magento-payment-extension-for-an-external-gateway/</link>
		<comments>http://junaidbhura.wordpress.com/2011/10/11/how-to-make-a-custom-magento-payment-extension-for-an-external-gateway/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 15:53:54 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=129</guid>
		<description><![CDATA[Magento is a great open source e-commerce platform and has emerged as the market leader in the recent past. However, it still has a steep learning curve and although the community is growing exponentially, I was not able to find a simple tutorial on how to make a Magento payment extension which links up to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=129&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Magento is a great open source e-commerce platform and has emerged as the market leader in the recent past. However, it still has a steep learning curve and although the community is growing exponentially, I was not able to find a simple tutorial on how to make a Magento payment extension which links up to an external payment gateway.</p>
<p>In this tutorial, I&#8217;m going to attempt to show you how to make a bare-minimum extension, which you&#8217;ll need to complete because different payment gateways have different APIs, hooks and functionality. This is by no means a definitive guide, but my attempt to try and get you started. Please note this tutorial assumes that you already know how to build a <a title="Magento4U's simple &quot;Hello World&quot; Magento extension tutorial" href="http://magento4u.wordpress.com/2009/06/08/create-new-module-helloworld-in-magento/" target="_blank">simple custom extension</a> and have average knowledge of <a title="Magento Commerce" href="http://www.magentocommerce.com" target="_blank">Magento</a>, <a title="Wikipedia's page on MVC" href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller" target="_blank">MVC architecture</a> and of course, PHP. This tutorial is for Magento versions 1.4 and above.</p>
<p>I have created a bare-minimum version of the extension which you need to download from the steps that follow. I hope the code will be self-explanatory. For information from Magento&#8217;s wiki <a title="Magento's wiki on how to create a payment module" href="http://www.magentocommerce.com/wiki/5_-_modules_and_development/payment/create-payment-method-module" target="_blank">click here</a>.</p>
<p><strong>Step #1:</strong> <a title="Download Step 1 ZIP" href="http://www.junaidbhura.com/files/magento-payment-tutorial/Step1.zip" target="_blank">Click here</a> to download the ZIP archive for this step. Extract it to <strong>app\code\local</strong></p>
<p><strong>Step #2:</strong> <a title="Download Step 2 ZIP" href="http://www.junaidbhura.com/files/magento-payment-tutorial/Step2.zip" target="_blank">Click here</a> to download the ZIP archive for this step. Extract it to <strong>app\design\frontend\base\default\template</strong></p>
<p><strong>Step #3:</strong> <a title="Download Step 3 ZIP" href="http://www.junaidbhura.com/files/magento-payment-tutorial/Step3.zip" target="_blank">Click here</a> to download the ZIP archive for this step. Extract it to <strong>app\etc\modules</strong></p>
<p>Once you have done this, you need to follow the following steps to get it working:</p>
<ol>
<li>Open app\code\local\Myname\Mygateway\controllers\PaymentController.php and read through the inline comments carefully. The URL that the payment gateway needs to redirect to on your web site after processing the customer&#8217;s payment (based on the naming we&#8217;ve used in this example) should be: <strong><a href="http://www.yourwebsite.com/mygateway/payment/response" rel="nofollow">http://www.yourwebsite.com/mygateway/payment/response</a></strong> . This URL will trigger the responseAction() function in the PaymentController, where we will need to validate the response sent by the gateway (to make sure it&#8217;s really from there), and if validated, process the order. The validation code is generally provided by the payment gateway.</li>
<li>Open app\design\frontend\base\default\template\mygateway\redirect.phtml . This is where we post our values to our external gateway. We can retrieve any order information and pass it on as hidden form fields, which is submitted via JavaScript.</li>
<li>Log into your Magento admin, clear your cache, and make sure the extension is enabled and working fine by navigating to System -&gt; Configuration -&gt; Sales -&gt; Payment Methods and checking if you can see it there.</li>
</ol>
<p>It is extremely important to go through all the files to get a perfect understanding of the extension. I figured the best way to learn this is to look at a working example. This took me a long time to figure out and I hope this saves a lot of effort for someone. Happy coding!</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=129&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2011/10/11/how-to-make-a-custom-magento-payment-extension-for-an-external-gateway/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>
	</item>
		<item>
		<title>Do I need HTML 5 and can I use it now?</title>
		<link>http://junaidbhura.wordpress.com/2011/10/01/do-i-need-html-5-and-can-i-use-it-now/</link>
		<comments>http://junaidbhura.wordpress.com/2011/10/01/do-i-need-html-5-and-can-i-use-it-now/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 10:21:23 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=123</guid>
		<description><![CDATA[As of writing this post, the Internet is going bonkers about HTML 5 and how it is going to revolutionize the web as we know it. HTML 5 got a sudden surge in popularity in the last two years because many big players like Apple and Microsoft have started, or have promised to start support [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=123&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://junaidbhura.files.wordpress.com/2011/10/html5.png"><img class="alignright size-full wp-image-124" title="html5" src="http://junaidbhura.files.wordpress.com/2011/10/html5.png?w=632" alt=""   /></a>As of writing this post, the Internet is going bonkers about <a title="Wikipedia's page on HTML 5" href="http://en.wikipedia.org/wiki/Html5" target="_blank">HTML 5</a> and how it is going to revolutionize the web as we know it. HTML 5 got a sudden surge in popularity in the last two years because many big players like Apple and Microsoft have started, or have promised to start support for HTML 5.</p>
<p>Although HTML 5 is expected to achieve a <a title="Wikipedia's page on HTML 5 and its standardization process" href="http://en.wikipedia.org/wiki/Html5#W3C_standardization_process" target="_blank">&#8216;W3C Recommendation&#8217; status by 2022</a>, many if not all major browsers have rebelled and have started to implement partial support for HTML 5 increasingly with each release. As things stand, HTML 5 is extremely shaky at the moment with different browsers implementing different features of HTML 5. This reminds me a lot of the <a title="Wikipedia's page on Browser Wars" href="http://en.wikipedia.org/wiki/Browser_wars" target="_blank">browser wars</a> from the &#8217;90s, but the big difference is there no longer is one major player monopolizing the Internet, and browsers are now trying to be <em>nicer</em> to gain popularity. As current trends go, HTML 5 is gaining popularity like never before, and with good reason. It would be the next step in the evolution of the web.</p>
<p>But all that said, one extremely important question remains: Do I need HTML 5 and can I use it now? The answer to that question <em>should be</em>: yes, with the number of <a title="Google search for: build html5 website" href="http://www.google.co.in/search?q=build+html5+website" target="_blank">tools</a> available, things are certainly looking up for HTML 5.</p>
<p>But &#8230;</p>
<p>Unfortunately, I would say NO. But allow me to elaborate. I feel HTML 5 is extremely unstable and would require an additional amount of effort to pull of successfully, if at all. If you are building an HTML 5 site for say, an iPhone, there will be no problem because you&#8217;ll have to check for compatibility for <em>one</em> device. But if you are looking to start a web site from scratch, or planning to upgrade your web site, I would recommend against using HTML 5 (as of the date of writing this post) because regular XHTML is supported across <em>all</em> modern browsers, and you don&#8217;t need HTML 5 <em>today</em>. When it comes to whether you can use it now, again, I would say NO because you can only partially use it now.</p>
<p>I would love to see HTML 5 become what it should be, and soon. Major players like Google and Facebook should impose a mandatory upgrade of all browsers to support HTML 5, and all users to upgrade their browsers. That would be the only way HTML 5 can see daylight anytime soon, other than the few bits and pieces which will slowly start to gain acceptance until it is released fully.</p>
<p>But until that happens, we don&#8217;t need HTML 5 immediately, and what&#8217;s worse: we can&#8217;t use it immediately.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=123&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2011/10/01/do-i-need-html-5-and-can-i-use-it-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="http://junaidbhura.files.wordpress.com/2011/10/html5.png" medium="image">
			<media:title type="html">html5</media:title>
		</media:content>
	</item>
		<item>
		<title>The great payment squeeze</title>
		<link>http://junaidbhura.wordpress.com/2010/11/15/the-great-payment-squeeze/</link>
		<comments>http://junaidbhura.wordpress.com/2010/11/15/the-great-payment-squeeze/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 19:44:25 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Freelancing]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=115</guid>
		<description><![CDATA[As far as my understanding of services go, one gets paid for services if the client is satisfied with the service offered. A simple connection, and an exchange of synergies. I&#8217;m not sure if it is &#8216;customary&#8217; here in India to not ask for money after a service is rendered, but people squirm where they [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=115&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_116" class="wp-caption alignright" style="width: 310px"><a href="http://junaidbhura.files.wordpress.com/2010/11/rupee-foradian-scaled1000-e1279426938836.png"><img class="size-medium wp-image-116" title="Pay me? Please?" src="http://junaidbhura.files.wordpress.com/2010/11/rupee-foradian-scaled1000-e1279426938836.png?w=300&#038;h=247" alt="Pay me? Please?" width="300" height="247" /></a><p class="wp-caption-text">Pay me? Please?</p></div>
<p>As far as my understanding of services go, one gets paid for services if the client is satisfied with the service offered. A simple connection, and an exchange of synergies. I&#8217;m not sure if it is &#8216;customary&#8217; here in India to not ask for money after a service is rendered, but people squirm where they stand when faced with the moment of sorting out finances. Sometimes, and usually the side which owes money gets offended at this &#8216;impolite and inconsiderate gesture&#8217; on the part of the service provider. Or I could just be imagining things. I do have a very active imagination.</p>
<p>Whatever the cause, Indian companies, particularly media agencies and other service providers with no tangible products seem to find it difficult to make their clients pay them. This fact caught me by surprise because these agencies are in no way small-time. Quite the contrary, these were established firms with big clients.</p>
<p>Now since there are no funds to go around, it obviously affects the company both in-house and otherwise. Freelancers and vendors get caught in the crossfire, which is extremely unfair, because they are independently functioning businesses.</p>
<p>What I find hard to understand is why these agencies hire services when they are unsure of clearing payments for them. Or rather, with what nerve. The thought process that sparks this kind of behavior is a mystery to me, unless, there is something sinister going on in the background. Again, it could be my active imagination, but maybe&#8230; Just maybe.. They don&#8217;t really give a crap!</p>
<p>With this lack of empathy and basic business etiquette, a very unhealthy atmosphere is created for all involved. There would need to be a kind of buffer at every level of involvement. The freelancer needs to set a buffer because the client has a history of not paying on time. The client would need to set a buffer because their clients never pay on time, and so on.</p>
<p>I have recently changed my policies to reflect this, where I specifically mention that my client&#8217;s payment to me is independent of their clients&#8217; obligation to pay them. I think it would be best if all companies had this term clearly outlined in their contracts, especially if they plan to outsource a certain part, or all of the service.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=115&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/11/15/the-great-payment-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="http://junaidbhura.files.wordpress.com/2010/11/rupee-foradian-scaled1000-e1279426938836.png?w=300" medium="image">
			<media:title type="html">Pay me? Please?</media:title>
		</media:content>
	</item>
		<item>
		<title>Anahita Open Source Social Networking Platform finally launched</title>
		<link>http://junaidbhura.wordpress.com/2010/06/21/anahita-open-source-social-networking-platform-finally-launched/</link>
		<comments>http://junaidbhura.wordpress.com/2010/06/21/anahita-open-source-social-networking-platform-finally-launched/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 07:50:37 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=108</guid>
		<description><![CDATA[Have you seen that scene from the Matrix where we are introduced to Neo in his dark apartment and his computer&#8217;s searching the Internet for something? That&#8217;s how I was sometime in November of 2009. Only I was looking for the perfect open source social networking platform. I was very impressed by BuddyPress, but then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=108&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_112" class="wp-caption alignright" style="width: 235px"><a title="Anahita Social Platform" href="http://www.anahitapolis.com/" target="_blank"><img class="size-medium wp-image-112" title="Anahita Social Platform Screenshot" src="http://junaidbhura.files.wordpress.com/2010/06/pict0037.jpg?w=225&#038;h=300" alt="Anahita Social Platform Screenshot" width="225" height="300" /></a><p class="wp-caption-text">Anahita Screenshot</p></div>
<p>Have you seen that scene from the Matrix where we are introduced to Neo in his dark apartment and his computer&#8217;s searching the Internet for something? That&#8217;s how I was sometime in November of 2009. Only I was looking for the perfect open source social networking platform. I was very impressed by BuddyPress, but then I stumbled upon something that raised the bar so high that anything else just didn&#8217;t seem right. It was the <a title="Anahita Social Platform" href="http://www.anahitapolis.com" target="_blank">Anahita Social Platform</a>.</p>
<p>Despite several revised road maps, changes in technology and promises of public launch in January of 2010; Anahita is finally out.</p>
<p>This underrated social platform is absolutely stunning in terms of architecture, UI and overall design. What&#8217;s better, it runs on <a title="Joomla!" href="http://joomla.org" target="_blank">Joomla</a> and the <a title="Nooku" href="http://www.nooku.org/" target="_blank">Nooku</a> framework. It makes <a title="BuddyPress" href="http://buddypress.org" target="_blank">BuddyPress</a> and practically all open source social networking platforms look very outdated.</p>
<p>Its demo currently requires an annoying form to be filled out and it does not have free documentation or a developer community, which would turn  about 90% of the their audience off, and I feel this needs to be looked into. But other than that, it is absolutely brilliant and I highly recommend this.</p>
<p>Looking forward to more developments from them!</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=108&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/06/21/anahita-open-source-social-networking-platform-finally-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="http://junaidbhura.files.wordpress.com/2010/06/pict0037.jpg?w=225" medium="image">
			<media:title type="html">Anahita Social Platform Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Hilarious YouTube client-vendor video</title>
		<link>http://junaidbhura.wordpress.com/2010/06/07/hilarious-youtube-client-vendor-video/</link>
		<comments>http://junaidbhura.wordpress.com/2010/06/07/hilarious-youtube-client-vendor-video/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 19:21:03 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Freelancing]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=104</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=104&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://junaidbhura.wordpress.com/2010/06/07/hilarious-youtube-client-vendor-video/"><img src="http://img.youtube.com/vi/R2a8TRSgzZY/2.jpg" alt="" /></a></span><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=104&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/06/07/hilarious-youtube-client-vendor-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>
	</item>
		<item>
		<title>The &#8216;Dear Mr. Last Name&#8217; Client</title>
		<link>http://junaidbhura.wordpress.com/2010/06/03/the-dear-mr-last-name-client/</link>
		<comments>http://junaidbhura.wordpress.com/2010/06/03/the-dear-mr-last-name-client/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 05:30:00 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Freelancing]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=97</guid>
		<description><![CDATA[Recently I was taken by surprise by a response to an email I sent, which read: &#8220;I would appreciate if I were addressed  in  proper business terminology&#8221; This was in response to my &#8220;Hey, First Name&#8221; As I sat rubbing my eyes in utter disbelief,  I started to come to terms with the fact that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=97&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_98" class="wp-caption alignright" style="width: 310px"><a href="http://peace-of-art.deviantart.com/art/Skulls-and-Bones-10-56619735"><img class="size-medium wp-image-98 " title="Goodbye, Good riddance" src="http://junaidbhura.files.wordpress.com/2010/06/skulls_and_bones_10_by_peace_of_art.jpg?w=300&#038;h=279" alt="Goodbye, Good riddance" width="300" height="279" /></a><p class="wp-caption-text">Good bye, Good riddance</p></div>
<p>Recently I was taken by surprise by a response to an email I sent, which read:</p>
<p>&#8220;I would appreciate if I were addressed  in  proper business terminology&#8221;</p>
<p>This was in response to my &#8220;Hey, First Name&#8221;</p>
<p>As I sat rubbing my eyes in utter disbelief,  I started to come to terms with the fact that the old system of business run by patriarchal males, who could only reach a certain position by establishing dominance&#8230; Is still prominent!</p>
<p>Just like people who think that entire web sites can be made in Flash and be <em>happy</em> about it, there are still people who live in the Jurassic period of the Internet (1989 &#8211; 1993) and online interaction. In an age where emails are starting to get outdated, and we will soon no longer need to introduce ourselves or have an email signature (sup, Microsoft Outlook), people need to be educated about the new, informal and unpretentious way of communication: &#8220;Hi, First Name&#8221;</p>
<p>The word &#8220;Hi&#8221; eliminates the fact that you are &#8220;Dear&#8221; to me. I&#8217;m not going to lie to you, you&#8217;re not. It also eliminates the need to use a 16th century title like &#8220;Mr.&#8221;</p>
<p>The use of the person&#8217;s first name directly after &#8220;Hi&#8221; establishes a bond on a personal level. To not want one, like our client above, is to want to be given special respect and acknowledgment of being important, and that gives an impression of being needy.</p>
<p>Alright, have it your way, Mr. Last Name. Could you also get your bullock cart because we need to be in the next town by nightfall and greet everyone by their titles and last names! Fun!</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=97&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/06/03/the-dear-mr-last-name-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="http://junaidbhura.files.wordpress.com/2010/06/skulls_and_bones_10_by_peace_of_art.jpg?w=300" medium="image">
			<media:title type="html">Goodbye, Good riddance</media:title>
		</media:content>
	</item>
		<item>
		<title>Junaid Bhura Poll: 2</title>
		<link>http://junaidbhura.wordpress.com/2010/05/25/junaid-bhura-poll-2/</link>
		<comments>http://junaidbhura.wordpress.com/2010/05/25/junaid-bhura-poll-2/#comments</comments>
		<pubDate>Mon, 24 May 2010 21:46:16 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Polls]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=91</guid>
		<description><![CDATA[Why would you want a web site? (Pick the top answer) . Share your opinion. It&#8217;s fast and instant.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=91&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why would you want a web site? (Pick the top answer) . Share your opinion. It&#8217;s fast and instant.</p>
<a href="http://polldaddy.com/poll/3250054">Take Our Poll</a><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=91&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/05/25/junaid-bhura-poll-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>
	</item>
		<item>
		<title>Rich Internet Applications (RIA) and the future of the Internet</title>
		<link>http://junaidbhura.wordpress.com/2010/03/30/rich-internet-applications-ria-and-the-future-of-the-internet/</link>
		<comments>http://junaidbhura.wordpress.com/2010/03/30/rich-internet-applications-ria-and-the-future-of-the-internet/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 03:19:57 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=88</guid>
		<description><![CDATA[No doubt, RIAs (Rich Internet Applications) are the future of the Internet, today. There seems to be a surge in demand for Adobe Flex and other RIA frameworks which can be rapidly developed and with amazing results. I&#8217;m going to highlight Flex, because its the best example I can think of to make my point. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=88&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_89" class="wp-caption alignright" style="width: 310px"><a href="http://junaidbhura.files.wordpress.com/2010/03/fx.png"><img class="size-medium wp-image-89" title="Flex" src="http://junaidbhura.files.wordpress.com/2010/03/fx.png?w=300&#038;h=300" alt="Flex" width="300" height="300" /></a><p class="wp-caption-text">Flex</p></div>
<p>No doubt, RIAs (<a title="Wikipedia's Page on RIA" href="http://en.wikipedia.org/wiki/Rich_Internet_application" target="_blank">Rich Internet Applications</a>) are the future of the Internet, <em>today.</em> There seems to be a surge in demand for Adobe Flex and other RIA frameworks which can be rapidly developed and with amazing results.</p>
<p>I&#8217;m going to highlight Flex, because its the best example I can think of to make my point. RIAs were built to bridge the gap between old browser technology and what is about to unfold in the next year or so. So, in short, Flex and other such technologies will be on the decline once <a title="Wikipedia's Page on HTML5" href="http://en.wikipedia.org/wiki/HTML5" target="_blank">HTML 5</a> is officially out. This is because one will not need plug-in RIA technology like Flex (which btw is basically Flash, and hence is the proprietary technology of Adobe).</p>
<p>This reminds me of an interesting person I met in a company I used to work for who mentioned that optimizing web sites for mobile phones was the future. I insisted otherwise, stating the simple fact that mobile technology was then leaning towards computer technology, and hence the market that was being referred to was very short-lived. And it has happened now.</p>
<p>This is on almost identical lines to the RIA surge we are seeing today. Flex, Flash, Sun Java, Microsoft Silverlight and all other proprietary technologies will have a run for their money once HTML 5 is out, and there would no longer be a need for these plug-ins to be installed on the browser.</p>
<p>What will remain, though, is good old JavaScript. Now, the second and more important point I would like to make is this: What can Flex, Silverlight and Java do that JavaScript cannot? Absolutely nothing. They are all exactly the same thing. Microsoft and Adobe have done an excellent job in creating a need in the market and tapping them in just the right places. But if they are going to survive the HTML 5 aftermath, they&#8217;d better come up with something spectacularly unique.</p>
<p>What I am heading at, if you haven&#8217;t already guessed the flow, is that JavaScript and AJAX are the best technologies to use (IMHO) in terms of scalability and in terms of availability of resources and developers (check my <a title="Junaid Bhura Blog Post" href="http://junaidbhura.wordpress.com/2009/12/31/what-web-technology-to-use-on-my-site/" target="_blank">previous post</a> on what web technology to use on your web site). If Google Maps, GMail,  Facebook, Yahoo, Bing, Twitter, WordPress, Banks, Airways, Railways and virtually every major player use JavaScript and AJAX; there is something obviously very wrong with everything else, right?</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=88&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/03/30/rich-internet-applications-ria-and-the-future-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="http://junaidbhura.files.wordpress.com/2010/03/fx.png?w=300" medium="image">
			<media:title type="html">Flex</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Freelance Companies&#8221; in India</title>
		<link>http://junaidbhura.wordpress.com/2010/02/21/freelance-companies-in-india/</link>
		<comments>http://junaidbhura.wordpress.com/2010/02/21/freelance-companies-in-india/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:48:41 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Freelancing]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=81</guid>
		<description><![CDATA[Let me begin by explaining the meaning of the word &#8220;Freelancer&#8221; in plain and simple words: &#8220;A freelancer is a self-employed individual&#8220; For the origins of that term and some more interesting facts on freelancing, I recommend reading Wikipedia&#8217;s page. There seems to be a common misconception here in India that companies can &#8220;work on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=81&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_82" class="wp-caption alignright" style="width: 222px"><a href="http://junaidbhura.files.wordpress.com/2010/02/funny-india.jpg"><img class="size-medium wp-image-82" title="India Emerging" src="http://junaidbhura.files.wordpress.com/2010/02/funny-india.jpg?w=212&#038;h=300" alt="India Emerging" width="212" height="300" /></a><p class="wp-caption-text">India Emerging</p></div>
<p>Let me begin by explaining the meaning of the word &#8220;Freelancer&#8221; in plain and simple words:</p>
<p>&#8220;A freelancer is a <strong>self-employed individual</strong>&#8220;</p>
<p>For the origins of that term and some more interesting facts on freelancing, I recommend reading <a title="Wikipedia's Page on Freelancer" href="http://en.wikipedia.org/wiki/Freelancer" target="_blank">Wikipedia&#8217;s page</a>.</p>
<p>There seems to be a common misconception here in India that companies can &#8220;work on a freelance basis&#8221; . What ever that means, is up to your discretion. Companies are companies. Freelancers are freelancers. These are two different things which have been entwined and abused for the contents of someone&#8217;s wallet far away.</p>
<p>I used to find it very hard to comprehend why the number of professional freelancers is so minuscule in a country like India until I started making sense of the larger picture: We have no talent to pull it off.</p>
<p>Companies are ruining the image and charm of freelancing by claiming freelance services and quite frankly turning potential clients off. I&#8217;m going to share something with you which I stole off <a title="Get A Coder" href="http://www.getacoder.com" target="_blank">http://www.getacoder.com</a></p>
<blockquote><p><em>We have more than 9 years of experience in Software Fields to work with commercial customers around USA as well as all around Glob. Customer satisfaction is our valuable profit. We have expertise in various domains and having enough work experience in it. We have experience to work with many Web Technologies Flash,Photoshop,Dreamweaver,other Programming Languages , Software evelopement, Database Developement and other Designing related work. We have much experience to work with ASP,AsP.net,PHP, MySQL, MSSQL,VB.net and WordPress Joomla 1.5, Drupal. Please open PMB for detail discussion. Thanks Regards </em>[ Company name removed in case of law suits <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ].</p></blockquote>
<p>I have no interest in making this up. If you have visited a site like GetACoder, I&#8217;m sure you see something like this in EVERY post. The whole essence of freelancing, which was what spawned these sites, is lost and is replaced by cheap services by companies who should be given an award for survival tactics.</p>
<p>What&#8217;s worse, potential clients assume that the prices quoted by these scumbags are &#8220;market standard&#8221; and expect professional freelancers to charge &#8220;something along those lines&#8221;.</p>
<p>In short, India is a destination for mindless outsourcing at an extremely affordable price. It should come as a surprise to a country with the <a title="Wikipedia's Page on English" href="http://en.wikipedia.org/wiki/List_of_countries_by_English-speaking_population" target="_blank">second largest English speaking population</a> in the world to not understand the world around it.</p>
<p>Don&#8217;t believe me? Google: &#8220;freelance companies in india&#8221;</p>
<p>Thank you, come again.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=81&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/02/21/freelance-companies-in-india/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="http://junaidbhura.files.wordpress.com/2010/02/funny-india.jpg?w=212" medium="image">
			<media:title type="html">India Emerging</media:title>
		</media:content>
	</item>
		<item>
		<title>Google kills Internet Explorer 6!</title>
		<link>http://junaidbhura.wordpress.com/2010/02/03/google-kills-internet-explorer-6/</link>
		<comments>http://junaidbhura.wordpress.com/2010/02/03/google-kills-internet-explorer-6/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 07:14:21 +0000</pubDate>
		<dc:creator>junaidbhura</dc:creator>
				<category><![CDATA[Client Education]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://junaidbhura.wordpress.com/?p=78</guid>
		<description><![CDATA[Google is officially stopping support for Internet Explorer 6 this year. It seems all that campaigning was not in vain, and not unintelligent. Finally companies are standing up to the menace that is IE6. With GMail and other popular Google phasing out support by the end of this year, 2011 will be a very good [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=78&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 410px"><img title="Trash IE 6" src="https://www.adaptavist.com/download/attachments/28999748/ie6trash.png" alt="Trash IE 6" width="400" height="400" /><p class="wp-caption-text">Trash IE 6</p></div>
<p>Google is officially stopping support for Internet Explorer 6 this year. It seems all that campaigning was not in vain, and not unintelligent. Finally companies are standing up to the menace that is IE6. With GMail and other popular Google phasing out support by the end of this year, 2011 will be a very good year for the Internet, which incidentally coincides with the Microsoft D-day for the end of <a href="http://www.techradar.com/news/internet/microsoft-will-support-ie6-until-2011-624628" target="_blank">support for IE6</a>. Either way, next year will officially be the end of Internet Explorer 6, and this year is the official &#8220;beginning-of-the-end&#8221; year!</p>
<p>This is what Google had to say:</p>
<p>&#8220;In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology.  This includes faster JavaScript processing and new standards like HTML5.  As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.&#8221;</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/junaidbhura.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/junaidbhura.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/junaidbhura.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/junaidbhura.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/junaidbhura.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/junaidbhura.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/junaidbhura.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/junaidbhura.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=junaidbhura.wordpress.com&amp;blog=9011511&amp;post=78&amp;subd=junaidbhura&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://junaidbhura.wordpress.com/2010/02/03/google-kills-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>12.933922 77.629392</georss:point>
		<geo:lat>12.933922</geo:lat>
		<geo:long>77.629392</geo:long>
		<media:content url="http://1.gravatar.com/avatar/93f669905b1d9eec2e4f6ea5fecbed84?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">junaidbhura</media:title>
		</media:content>

		<media:content url="https://www.adaptavist.com/download/attachments/28999748/ie6trash.png" medium="image">
			<media:title type="html">Trash IE 6</media:title>
		</media:content>
	</item>
	</channel>
</rss>
