<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Brajeshwar</title>
	
	<link>http://brajeshwar.com</link>
	<description>Brajeshwar believes in simplicity; pushes the envelop and envisions the betterment of usable and practical solutions.</description>
	<lastBuildDate>Tue, 15 May 2012 12:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/brajeshwar" /><feedburner:info uri="brajeshwar" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>How to choose the right mobile development framework</title>
		<link>http://brajeshwar.com/2012/how-to-choose-the-right-mobile-development-framework/</link>
		<comments>http://brajeshwar.com/2012/how-to-choose-the-right-mobile-development-framework/#comments</comments>
		<pubDate>Tue, 15 May 2012 11:01:33 +0000</pubDate>
		<dc:creator>Shabda Raaj</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6558</guid>
		<description>&lt;p&gt;Not so long ago you could only develop in Objective-C (for iOS) or in Java (For Android). A lot has changed recently and many new mobile app development frameworks have come up. You have PhoneGap, Sencha, jQTouch, jQuery Mobile, Kendo UI, Corona, Titanium Appcelerator, RubyMotion and many others. Among these they allow building apps using [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Not so long ago you could only develop in Objective-C (for iOS) or in Java (For Android).</p>

<p>A lot has changed recently and many new mobile app development frameworks have come up. You have <a href="http://phonegap.com/">PhoneGap</a>, <a href="http://www.sencha.com/">Sencha</a>, <a href="http://www.jqtouch.com/">jQTouch</a>, <a href="http://jquerymobile.com/">jQuery Mobile</a>, <a href="http://www.kendoui.com/">Kendo UI</a>, <a href="http://www.anscamobile.com/corona/">Corona</a>, <a href="http://www.appcelerator.com/">Titanium Appcelerator</a>, <a href="http://www.rubymotion.com/">RubyMotion</a> and many others. Among these they allow building apps using Javascript, Java, Lua and Ruby.</p>

<p><span id="more-6558"></span></p>

<p><img src="http://img.brajeshwar.com/2012/iphone-htc-android.jpg" alt="Android HTC and iPhones" /></p>

<p>So how do you choose what framework to use? Here are few pointers that will help you in your decision.</p>

<h3>Do you know programming?</h3>

<p>Most of the frameworks expect you to know programming. But even if you don&#8217;t know programming a number of app builders allow you to build sophisticated apps in a drag and drop environment. If you are building a game, <a href="http://gamesalad.com/">GameSalad</a> has a intuitive Drag and Drop UI which will allow you to build apps with no coding. If you are building a business app <a href="http://www.biznessapps.com/">BiznessApps</a> will let you build apps for many common scenarios.</p>

<h3>What language do you know?</h3>

<p>The &#8220;native&#8221; languages for <span class="caps">IOS </span>is Objective-C and for Android is Java. Even if you don&#8217;t know these languages you can build apps in a language you know.</p>

<p>If you know Javascript, you can use Sencha Touch to build a <span class="caps">HTML5 </span>app and then compile it for iOS or Android native app using Phonegap. </p>

<p>If you know <a href="http://www.lua.org/">Lua</a> you can write a cross platform native game using Corona. If you know Ruby, RubyMotion will help you build an iPhone and iPad app. If you know Java but want to build for iPhone, you can use <a href="http://code.google.com/p/gwt-touch/"><span class="caps">GWT</span>-touch</a> to build your <span class="caps">HTML5 </span>app and then compile them using PhoneGap.</p>

<h3>How native do you want? How much cross platform do you want it?</h3>

<p>There is a tradeoff which some of the frameworks make. Sencha, jQtouch and <span class="caps">GWT</span>-touch will create a <span class="caps">HTML5 </span>app and then convert them for the platform look and feel. The apps in this case look near-native, but unless you are very careful, not 100% native. In comparison, Titanium and Corona create apps using native UI components. They look 100% native.</p>

<p>The advantage the <span class="caps">HTML5 </span>apps have is that they are more cross platform and can be compiled for more platforms. They can also be deployed on the web without making any code changes.</p>

<h3>Are you a web developer and want to continue using your old tools?</h3>

<p>Another advantage these <span class="caps">HTML5 </span>apps have is that a web developer already knows most of the technologies and has most of the tools available. For instance, if you use jQuery Mobile and Phonegap to build your mobile apps, you can use your <span class="caps">IDE </span>which you have always been using, you can use Chrome Inspector or Firebug for debugging. If you want to use your trusty tools, use Sencha or jQuery Mobile.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/aM8BfBXXbb8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/how-to-choose-the-right-mobile-development-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to: Numbered Pagination for your WordPress Blog</title>
		<link>http://brajeshwar.com/2012/how-to-do-numbered-pagination-for-your-wordpress-blog/</link>
		<comments>http://brajeshwar.com/2012/how-to-do-numbered-pagination-for-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 11 May 2012 05:06:15 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Offbeat]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Numbering]]></category>
		<category><![CDATA[Pagination]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6544</guid>
		<description>&lt;p&gt;There are a bunch of awesome WordPress Plugins that can do Numbered Pagination for your WordPress powered blog. However, it may be noted that WordPress have the option to do it without relying on a plugin. Let&amp;#8217;s do a clean, nice and simple numbered pagination as seen on this blog. You can choose to have [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>There are a bunch of awesome WordPress Plugins that can do <strong>Numbered Pagination</strong> for your WordPress powered blog. However, it may be noted that WordPress have the option to do it without relying on a plugin.</p>

<p><img src="http://img.brajeshwar.com/paginate-css3.png" alt="Numbered Pagination in WordPress" /></p>

<p>Let&#8217;s do a clean, nice and simple numbered pagination as seen on this blog. You can choose to have either the light or the dark version.</p>

<p><span id="more-6544"></span></p>

<p>Here is the code modified from WordPress <a href="http://codex.wordpress.org/Function_Reference/paginate_links">Reference doc on Pagination</a>. The code is pretty self-explanatory. Just put it where you want your pagination to appear.</p>



<pre class="prettyprint linenums">
&lt;?php
    global $wp_query;
    $big = 99999999;
    echo paginate_links(array(
        'base' =&gt; str_replace($big, '%#%', get_pagenum_link($big)),
        'format' =&gt; '?paged=%#%',
        'total' =&gt; $wp_query-&gt;max_num_pages,
        'current' =&gt; max(1, get_query_var('paged')),
        'show_all' =&gt; false,
        'end_size' =&gt; 2,
        'mid_size' =&gt; 3,
        'prev_next' =&gt; true,
        'prev_text' =&gt; 'Prev',
        'next_text' =&gt; 'Next',
        'type' =&gt; 'list'
    ));
?&gt;
</pre>



<p>And here is paginate style module on my site. Feel free to use it this version or tweak it from the original &#8211; <a href="http://brajeshwar.github.com/paginate/">Pagination Styles Demo</a> (<a href="https://github.com/Brajeshwar/paginate">Source on Github</a>). The source have the codes for both light and dark version.</p>



<pre class="prettyprint linenums">
ul.page-numbers {
  list-style: none;
  margin: 1em auto;
  padding: 0;
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  font-size: 90%;
}
ul.page-numbers li {
  display: inline;
}
ul.page-numbers a.page-numbers {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(#f9f9f9, #eaeaea);
  background-image: -moz-linear-gradient(#f9f9f9, #eaeaea);
  background-image: -o-linear-gradient(#f9f9f9, #eaeaea);
  background-image: linear-gradient(#f9f9f9, #eaeaea);
  margin: 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none !important;
  color: #555555 !important;
  font-size: smaller !important;
  text-shadow: white 0 1px 0;
}
ul.page-numbers a.page-numbers:first-child, ul.page-numbers a.page-numbers.first {
  margin-left: 0;
}
ul.page-numbers a.page-numbers:last-child, ul.page-numbers a.page-numbers.last {
  margin-right: 0;
}
ul.page-numbers a.page-numbers:hover, ul.page-numbers a.page-numbers:focus {
  color: #333333;
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(#fefefe, #fafafa);
  background-image: -moz-linear-gradient(#fefefe, #fafafa);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(#fefefe, #fafafa);
}
ul.page-numbers a.page-numbers.more {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  margin-left: 0;
  margin-right: 0;
}
ul.page-numbers a.page-numbers.active {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  border-color: #505050 !important;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0;
  background-color: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f5f5f), color-stop(100%, #5c5c5c));
  background-image: -webkit-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -moz-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -o-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: linear-gradient(#5f5f5f, #5c5c5c);
}
ul.page-numbers .prev:before {
  content: &quot;\2039&quot;;
  padding-right: 0.5em;
}
ul.page-numbers .next:after {
  content: &quot;\203A&quot;;
  padding-left: 0.5em;
}
ul.page-numbers .dots {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  color: #999999 !important;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
ul.page-numbers .current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  background-color: #676767;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f5f5f), color-stop(100%, #5c5c5c));
  background-image: -webkit-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -moz-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: -o-linear-gradient(#5f5f5f, #5c5c5c);
  background-image: linear-gradient(#5f5f5f, #5c5c5c);
  margin: 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none !important;
  font-size: smaller !important;
  border-color: #505050 !important;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0;
}
</pre>



<p>That&#8217;s it. A nice numbered pagination for your WordPress Blog without the need of a plugin.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/HMrx0NVcxTI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/how-to-do-numbered-pagination-for-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congress creates (another) superfluous Task Force to examine possible Government Spectrum Auction</title>
		<link>http://brajeshwar.com/2012/congress-creates-another-superfluous-task-force-to-examine-possible-government-spectrum-auction/</link>
		<comments>http://brajeshwar.com/2012/congress-creates-another-superfluous-task-force-to-examine-possible-government-spectrum-auction/#comments</comments>
		<pubDate>Mon, 07 May 2012 05:49:51 +0000</pubDate>
		<dc:creator>Robin Wilding</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[auction]]></category>
		<category><![CDATA[Congress]]></category>
		<category><![CDATA[FCC]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[house of representatives]]></category>
		<category><![CDATA[legislation]]></category>
		<category><![CDATA[spectrum]]></category>
		<category><![CDATA[spectrum auction]]></category>
		<category><![CDATA[task force]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6538</guid>
		<description>&lt;p&gt;After being told so repeatedly, the U.S House of Representatives thinks they might not be using their wireless spectrum block to its full potential, so like any good bureaucracy &amp;#8212; they formed a task force. They assuredly hope it will be more effective than pretty much every other task force the government has ever made, [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>After being told so repeatedly, the <span class="caps">U.S</span> House of Representatives thinks they might not be using their wireless spectrum block to its full potential, so like any good bureaucracy &#8212; they formed a task force. They assuredly hope it will be more effective than pretty much every other task force the government has ever made, or maybe not. The <span class="caps">U.S </span>congress is aiming to <a href="http://thehill.com/blogs/hillicon-valley/technology/223645-congressional-task-force-to-study-governments-use-of-spectrum">free-up government-owned spectrum</a> for airwave-hogging 3G and 4G consumer networks and appliances as wireless spectrum availability becomes a strong issue in the country as available spectrum wanes despite less than half the population having upgraded to high-speed 3G and 4G networks.</p>

<p>This bipartisan task force, dubbed the Federal Spectrum Working Group, hopes to trim the fat from their spectrum use to help solve a good chunk of the <a href="http://money.cnn.com/2012/02/21/technology/spectrum_crunch/">spectrum crunch</a>. The <span class="caps">U.S </span>government is currently the largest owner of wireless spectrum. The <span class="caps">FSWG </span>will focus on freeing-up airwaves, especially on spectrum-hogging departments like the Defense Department, who uses a large bulk of government spectrum in surveillance and, surprisingly, weapons testing.</p>

<p><span id="more-6538"></span></p>

<p>The task force hopes to find spectrum chunks that are used only sporadically or non-continuously, or that have geographic overlaps.</p>

<p>Without such spectrum auctions the <span class="caps">U.S </span>wireless community will face rising wireless prices with lower usage caps with possible coverage shortages in the future. This government spectrum auction is just one of the spectrum bunches being eyed for auction by the Federal Communications Commission who are looking to increase the competitiveness of the telecommunications market by answering market shortages. After February&#8217;s payroll tax legislation allowing incentives for spectrum-releasing companies, other spectrum bunches are expected to be put to auction shortly, including 120MHz of broadcast TV spectrum. </p>

<p>February&#8217;s legislation notably lacked however a solid plan that committed government spectrum to auction, hence the rather inevitable creation of a public-appeasing task force. Despite the formation of this task force it will likely still be a fair while before any government spectrum is actually auctioned off to the highest bidder.</p>

<p>The delay tactics employed by congress come despite the <span class="caps">FCC&#8217;</span>s approved 2010 National Broadband Plan that indicated the government could quickly free-up spectrum by making licensing and departmental usage more efficient. It also comes despite Obama asking the <a href="http://www.ntia.doc.gov/category/spectrum-management">National Telecommunications and Information Administration</a> to examine possible government spectrum releases, a request in which he was typically cock-blocked by congress. </p>

<p>The <span class="caps">NTIA </span>released a report in March that identified 95MHz of government spectrum that could be freed up once users were transitioned off it. The report also detailed how much of government spectrum could be partially released to the private sector by time-sharing blocks of it. </p>

<p>Personally, the task force creation seems to be a make-work or time-stalling technique by congress who does not want to release their own spectrum, as with reports like those available from the <span class="caps">NTIA </span>the task force is more redundant than useful. But then again, most task forces are.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/I-TMUzpF9Ds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/congress-creates-another-superfluous-task-force-to-examine-possible-government-spectrum-auction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More about Raspberry Pi</title>
		<link>http://brajeshwar.com/2012/more-about-raspberry-pi/</link>
		<comments>http://brajeshwar.com/2012/more-about-raspberry-pi/#comments</comments>
		<pubDate>Tue, 01 May 2012 05:34:10 +0000</pubDate>
		<dc:creator>Deeptaman Mukherjee</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Availability]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Features & Advantages]]></category>
		<category><![CDATA[Product Launch]]></category>
		<category><![CDATA[Raspberry Pi]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6528</guid>
		<description>&lt;p&gt;Early in the 1980s, affordable computing was a craze in the market. However, learning about them was a difficult process to the users. Machines such as Atare 400 and early Apples&amp;#8217; were already helping people in exploring the whole new world; giving rise to some of the pioneers in the computing world including the gaming [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.raspberrypi.org/"><img src="http://img.brajeshwar.com/2012/raspberry-pi.jpg" alt="Raspberry Pi" /></a></p>

<p>Early in the 1980s, affordable computing was a craze in the market. However, learning about them was a difficult process to the users. Machines such as Atare 400 and early Apples&#8217; were already helping people in exploring the whole new world; giving rise to some of the pioneers in the computing world including the gaming industry.<br />
 <br />
That continued, till a lot of inventions took place in the tech world. One amongst them, is the &#8212; <a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>

<p><span id="more-6528"></span></p>

<p><iframe width="640" height="360" src="http://www.youtube.com/embed/6BbufUp_HNs" frameborder="0" allowfullscreen></iframe></p>

<p><a href="http://en.wikipedia.org/wiki/Raspberry_Pi">This credit card sized micro-microcomputer</a> was developed by a UK based company. It has low power consumption and an incredibly cheap <span class="caps">ARM </span>based Linux system. And, the next big thing is, that it comes for a price of $35 excluding the local taxes. The main motive behind this is to help the new generation kids in learning the programming stuffs.</p>

<h3>Impact of Raspberry Pi</h3>

<p>This capable little PC can be used for displaying high definition videos as the <span class="caps">GPU </span>is capable of blu ray playback, using <span class="caps">H.264 </span>at 40MBits/Sec and it is trying to bring the concept that nothing is impossible. Weighing just 45g, though it lacks the general processing grunt, the performance can be compared with Pentium 2 with only little &#8220;swankier&#8221; graphics. And, if you still aren&#8217;t convinced what a Raspberry Pi can do for you, you got to read &#8211; <a href="http://gizmodo.com/5889245/five-things-you-can-do-with-the-new-raspberry-pi">5 Things You Can Do With the New Raspberry Pi</a>.</p>

<h3>Availability</h3>

<p>Featuring 356MB <span class="caps">RAM, HDMI </span>and audio outputs, <span class="caps">USB </span>port and flash card memory slot, there are two models available. The Model-A has just one <span class="caps">USB </span>port and no Ethernet port, while the Model B has two <span class="caps">USB </span>ports with an Ethernet port. Available in two outlets, <a href="http://www.element14.com/community/groups/raspberry-pi">Element14</a> and <a href="http://uk.rs-online.com/web/generalDisplay.html?id=raspberrypi&amp;cm_mmc=UK-PPC-0212-_-02_Raspberry_PI-_-Raspberry_PI-_-Raspberry_Pi">RS Components</a>, this device has created a huge buzz in the market. </p>

<p>Having begun its&#8217; delivery, Raspberry Pi has already received a plethora of laurels. Many user communities have tutorials, podcasts and even add-ons that can be added to the hardware part in their blogs. </p>

<h3>The Expected Changes</h3>

<p>It surely has the capability to bring a change in the open-source software world, for instance Aurduino and Linux are ruling the open-source software market. With the &#8216;getting started&#8217; guide, the RaspberryPi has got a lot of attraction in the market. Altogether, at least a minimum of <a href="http://www.slashgear.com/raspberry-pi-pre-orders-reach-350000-19223701/">3,50,000 pre-orders have been confirmed</a> till now. </p>

<p>When it comes to educating the students, the RaspberryPi offers more than one field of interest. For instance, there will be some students who will be interested in developing the hardware part, while others may involve themselves in to coding part. The coding part can be done in two means &#8211; one can use the embedded level which is directed to the <span class="caps">ARM </span>core, and others can write in C or python in the Linux platform. </p>

<h3>Scope of Improvement</h3>

<p>However, there are not sufficient schools with the right staffs to support in educating the students in this platform. Influencing it in the schools will definitely take time. And once when it enters the class rooms, it has the potential to change the future of computing around the world. Though shipping to customers has started last week, this project has been going well in-spite of lack of optimized software. </p>

<p>Till then, let the competition wake up!</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/G74MYXT-XTc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/more-about-raspberry-pi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex-tronics: The Next Hardware Frontier</title>
		<link>http://brajeshwar.com/2012/flex-tronics-the-next-hardware-frontier/</link>
		<comments>http://brajeshwar.com/2012/flex-tronics-the-next-hardware-frontier/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 15:34:32 +0000</pubDate>
		<dc:creator>Robin Wilding</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[flex circuits]]></category>
		<category><![CDATA[flex-tronics]]></category>
		<category><![CDATA[flexible electronics]]></category>
		<category><![CDATA[flexible printed circuits]]></category>
		<category><![CDATA[Growth]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[uptake]]></category>
		<category><![CDATA[uses]]></category>
		<category><![CDATA[uses for flexible circuits]]></category>
		<category><![CDATA[uses for flexible electronics]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6518</guid>
		<description>&lt;p&gt;If you&amp;#8217;re reading this then you&amp;#8217;re likely a techie; if you&amp;#8217;re a techie then you&amp;#8217;ve likely already heard of flexible electronics, aka flex circuits, aka flexible printed circuits. And you surely already know that flex-tronics will be one of the next big things, but did you know that as of 2012 they are a $10B [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this then you&#8217;re likely a techie; if you&#8217;re a techie then you&#8217;ve likely already heard of <a href="http://en.wikipedia.org/wiki/Flexible_electronics">flexible electronics</a>, aka flex circuits, aka flexible printed circuits. And you surely already know that flex-tronics will be one of the next big things, but did you know that as of 2012 they are a $10B business? Yup, they are a multi-billion dollar industry thanks to the support and start-up capital injected by the <a href="http://www.flextech.org/">Flex Tech Alliance</a> (alliance members include Fujifilm, <span class="caps">HP,</span> Qualcomm, Lockheed Martin), &#8220;it is an industry that is nascent but will grow rapidly. We&#8217;re already starting to see new kinds of applications in plastic memory for toys and sensors for aircraft,&#8221; <a href="http://venturebeat.com/2012/04/16/the-age-of-flexible-electronics-is-upon-us/">says Flex Tech Alliance chief Dr. Malcolm Thomas</a>.</p>

<p><span id="more-6518"></span></p>

<p><img src="http://img.brajeshwar.com/2012/soldier-triage.jpg" alt="Soldier Triage" /></p>

<p>For any techno-n00bs out there, flex-tronics are electronic devices that are flexible and bendy in nature due to their electronic circuits being printed/painted on with flexible plastic substrates. These substrates are created via photolithographic technology using materials like <a href="http://en.wikipedia.org/wiki/Polyimide">polyimide</a>, <a href="http://en.wikipedia.org/wiki/PEEK"><span class="caps">PEEK</span></a> or a simple transparent conductive polyester film. In simple terms a sort-of printer sprays circuit cells onto a flexible substances, in the same way that a printer sprays ink onto a page to print.</p>

<p>If you&#8217;re wondering how the industry made it to $10B a year, the uses for flex-tronics have exploded. In the beginning it was thought they would be useful for replacing wire harnesses on cars, rockets and satellites, in static applications like cameras and dynamic applications like foldable cellphones and <span class="caps">OLED </span>smartphone screens, but it turns out the industry has come up with several other newsworthy uses for them:</p>


<ul>
<li>The healthcare industry could be revolutionized via electronic &#8216;smart&#8217; Band-Aids and skin patches, which could report on wound healing, vital signs, infections, etc. </li>
<li>Goods manufacturing industry like the garment industry who could create wearable electronic t-shirts, cheaply.</li>
<li>Aircraft design in the aerospace industry, due to its incredible lightweight. </li>
<li>Digital signage, printing and packaging like posters, billboards and containers.  There are already a couple projects in the works to create flexible-glass for digital signage that could display digital imagery. (Let&#8217;s take a moment to enjoy the irony that the electronic medium that essentially killed print media might assist in its revival).</li>
<li>In e-readers like the Kindle who could make lighter, thinner, flexible e-readers. </li>
<li>In solar energy, as a potential roofing material.</li>
<li>As sensors for soldiers that could monitor their position, heart rate, injuries, stress levels, etc.</li>
<li>Smart trading and playing cards that display changing information on a digital display. I&#8217;m personally picturing Settlers of Catan players going ape-shit for this technology. </li>
<li>Printed batteries.</li>
<li>Medical innovations in areas like glucose test strips, neuro-prosthetic devices and many more.</li>
<li>Athlete performance-monitoring gear (hence why Nike and Reebok are investing in the technology).</li>
</ul>



<p>The undoubted reason for the huge spike in the uptake of flex-tronics technology is that the technology is already readily available, despite its new status, and the flexibility of  product manufacturing&#8211;often at a lower cost than current manufacturing technologies. &#8220;You get much more product flexibility, lower costs, and innovation,&#8221; says Thompson. &#8220;We&#8217;re talking about something that is really low-cost that can be re-purposed.&#8221;</p>

<p>(Image Credit: <a href="http://venturebeat.com/2012/04/16/the-age-of-flexible-electronics-is-upon-us/soldier-triage/">VentureBeat</a>)</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/ZDxe2uAa6wI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/flex-tronics-the-next-hardware-frontier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever wanted to take a Supercomputer for a test drive?</title>
		<link>http://brajeshwar.com/2012/ever-wanted-to-take-a-supercomputer-for-a-test-drive/</link>
		<comments>http://brajeshwar.com/2012/ever-wanted-to-take-a-supercomputer-for-a-test-drive/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 02:30:06 +0000</pubDate>
		<dc:creator>Robin Wilding</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[oil]]></category>
		<category><![CDATA[pharmaceuticals]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[processors]]></category>
		<category><![CDATA[supercomputer]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6511</guid>
		<description>&lt;p&gt;If you&amp;#8217;ve ever wanted to take a supercomputer for a test drive, now is your chance. Solve that probabilistic analysis. Figure out some brute force code breaking. Conduct 3D nuclear testing simulations. Or, if you&amp;#8217;re more cosmopolitan, do some Molecular Dynamics Simulations. No matter what your supercomputing needs, Cycle Computing will get you there. Check [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever wanted to take a supercomputer for a test drive, now is your chance. Solve that probabilistic analysis. Figure out some brute force code breaking. Conduct 3D nuclear testing simulations. Or, if you&#8217;re more cosmopolitan, do some Molecular Dynamics Simulations. No matter what your supercomputing needs, <a href="http://cyclecomputing.com/">Cycle Computing</a> will get you there. </p>

<p>Check this out, it&#8217;s brilliant: Cycle Computing is a 20-employee company leveraging the cloud computing movement by timesharing virtual supercomputers out to small companies and individuals who would never have had access (read: funds) to such technology. They use virtual clusters by virtually lashing together 50,000 processors from Amazon Web Services, in the cloud, via their own software.</p>

<p><span id="more-6511"></span></p>

<p><iframe width="640" height="480" src="http://www.youtube.com/embed/aJEt3Q8wT0k" frameborder="0" allowfullscreen></iframe></p>

<p>Cycle Computing&#8217;s timeshared virtual supercomputer software was recently used by two small drug companies, Schrodinger and Nimbus Discovery, to perform a series of simulations on over 21 million chemical compounds  in an attempt to find a binding protein. By using Cycle Computing&#8217;s software on timeshared Amazon data center procs the two companies were able to run 12 and a half years worth of calculations in under three hours. </p>

<p>For a cost of less than $5,000 an hour. </p>

<p>&#8220;This enables small companies and any researcher that has a grant to do science that they could never do before,&#8221; says Cycle Computing <span class="caps">CEO</span> Jason Stowe.</p>

<p>None of this is new of course &#8212; just impressive &#8212; as Amazon Web Services&#8217; cluster comes in 42nd in a world ranking of the <a href="http://www.top500.org/list/2011/11/100">top 500 supercomputers</a>. What IS phenomenal about this is the speed and power now available at such a low price; a technology generally reserved for governments and rich Saudi oil sheiks. Even big name pharmaceutical companies haven&#8217;t been able to process that quantity of information at those break-neck speeds.</p>

<blockquote>&#8220;Today, any biotech startup can access something that would have cost $10-15 million to build yourself just a few years ago,&#8221;  says Stowe, demonstrating the power of the product. &#8220;Last summer, we spun up a 30,000-core supercomputer cluster for a pharmaceutical client. We ran it for eight hours, using it for drug discovery, and then shut it down. The bill to the client was $8,500,&#8221;</blockquote>

<p>This marks a major shift in supercomputing as &#8216;supercomputers&#8217; are finagled across multiple data centers, leveraging tens of thousands of processors virtually to empower start-up corporations with the technology that puts them in the big leagues. This little-ization of so-called &#8216;Big Data&#8217; is both a playing field leveler and a game changer.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/pDHAdrVofeQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/ever-wanted-to-take-a-supercomputer-for-a-test-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T has Secret Arsenal of new Location-based Apps</title>
		<link>http://brajeshwar.com/2012/att-has-secret-arsenal-of-new-location-based-apps/</link>
		<comments>http://brajeshwar.com/2012/att-has-secret-arsenal-of-new-location-based-apps/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 14:30:16 +0000</pubDate>
		<dc:creator>Robin Wilding</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[apps for parents]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[automobile]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[location-based]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[parents]]></category>
		<category><![CDATA[speech recognition]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6499</guid>
		<description>&lt;p&gt;The uber-creative minds at the AT&amp;#38;T Labs, AT&amp;#38;T&amp;#8217;s research contingent, have been busier than Santa&amp;#8217;s elves. Their new smartphone technologies geared at automobiles might border on intrusive but are nonetheless genius. From a hands-free, cellphone-leveraging car unlocking method to digital teenage driver monitoring to location-based messaging AT&amp;#38;T has got an interesting lineup of new technologies [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>The uber-creative minds at the <a href="http://www.research.att.com/editions/201204_home.html"><span class="caps">AT&amp;T</span> Labs</a>, <span class="caps">AT&amp;T&#8217;</span>s research contingent, have been busier than Santa&#8217;s elves. Their new smartphone technologies geared at automobiles might border on intrusive but are nonetheless genius. From a hands-free, cellphone-leveraging car unlocking method to digital teenage driver monitoring to location-based messaging <span class="caps">AT&amp;T </span>has got an interesting lineup of new technologies coming out soon. This new batch of cool shiznit is highly focused on location-and speech-recognition-based <span class="caps">API</span>s so expect it to be slightly encroaching.</p>

<p><em>Let&#8217;s check them out:</em></p>

<p><span id="more-6499"></span></p>


<ol>
<li>A hands-free new method of unlocking your car door, by tapping your cellphone to a car-door sensor. This even works when the smartphone is in your pocket so door-unlocking hip checking might be in order soon.</li>
<li>A vibrating steering wheel that takes directions from your <span class="caps">GPS </span>navigator and vibrates when your reach the next turn. </li>
<li>An app that recognizes if you leave any personal possessions behind.</li>
<li>A location-based messaging system called Donde (&#8216;where&#8217; for anyone who missed high-school Spanish class), to become part of their <span class="caps">SMS </span>service, that allows you to send messages to other users on their network that will only be delivered once the recipient arrives at a specific geographic location. </li>
</ol>



<p>Personally, I would use <a href="http://mobile.eweek.com/c/a/Mobile-and-Wireless/ATandT-Labs-Innovations-Watson-Voice-Recognition-BYOD-Apps-Smarter-TVs-415808/">all of those</a>, so well done <span class="caps">AT&amp;T.</span></p>

<p><img src="http://img.brajeshwar.com/2012/att-app.jpg" alt="AT&amp;T's New Tools to help you drive better." /></p>

<h3>Driving Safely</h3>

<p>Driving Safely is a major project being worked on by <span class="caps">AT&amp;T </span>developers in Israel. This new project uses car electronic systems in combo with a smartphone app, that allows for data to be sent back the owners&#8217; smartphones about how their car is being operated. Think: snooping parents checking up on their (new driver) wild teens. Not only will the application monitor car data it can also deactivate smartphone features like texting and calling when the car is in motion. </p>

<p>You might be thinking so what? There are already <a href="https://play.google.com/store/apps/details?id=com.drivemode">apps that do this</a>. And you would be right. <span class="caps">BUT,</span> Driving Safely does it without the application having to be installed on the  victims&#8217; phones. Snooping parents and jealous wives start your engines! Upon entering the phone number of your intended victim the app begins feeding you info on the car, like where it is located geographically, how much fuel is in the tank, how fast they are driving, if they aren&#8217;t wearing their seat-belts, and more. You can even set it to send alerts to your phone if any peculiar driving elements occur, like sudden braking. The software can even drill down with the settings to include more detailed information, like finding out if the driver sent a text message immediately before braking or skidding.   </p>

<p>This highly intelligent app can even compile information over time to create a &#8216;driving profile&#8217;, with average speeds, braking patterns, seatbelt use, etc. </p>

<p>Let&#8217;s hope the insurance companies don&#8217;t get their hands on this.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/-hy8w2XmQqU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/att-has-secret-arsenal-of-new-location-based-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BranchOut – LinkedIn’s Biggest Competitor</title>
		<link>http://brajeshwar.com/2012/branchout-linkedins-biggest-competitor/</link>
		<comments>http://brajeshwar.com/2012/branchout-linkedins-biggest-competitor/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:30:28 +0000</pubDate>
		<dc:creator>Deeptaman Mukherjee</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[BranchOut]]></category>
		<category><![CDATA[Facebook Applications]]></category>
		<category><![CDATA[Growth Statistics]]></category>
		<category><![CDATA[Job Search]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Professional Networking]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6495</guid>
		<description>&lt;p&gt;BranchOut is a popular Facebook application that is used to search new jobs and can connect with professionals across the globe. The BranchOut App is used to recruit employees as well. About Launched in July 2010, as of now it has more than 25 million registered users to its credit. BranchOut is backed by the [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://branchout.com/">BranchOut</a> is a popular Facebook application that is used to search new jobs and can connect with professionals across the globe. The <a href="http://apps.facebook.com/branchout/">BranchOut App</a> is used to recruit employees as well. </p>

<h3>About</h3>

<p>Launched in July 2010, as of now it has more than 25 million registered users to its credit.  BranchOut is backed by the dedicated team strength of 45 employees. It has grown so smart that <a href="http://www.forbes.com/sites/tomtaulli/2012/04/19/branchout-looks-to-dethrone-linkedin/">it poses a challenge</a> to a professional dedicated network that connects professionals &#8212; LinkedIn. LinkedIn was launched in the year 2003. It has more than 200 million users which are being benefited from more than 200 countries. The site is available in 13 various languages including English.</p>

<p><span id="more-6495"></span></p>

<p><a href="http://branchout.com/"><img src="http://img.brajeshwar.com/2012/branchout-logo.png" alt="BranchOut" class="alignright" /></a></p>

<h3>How Does BranchOut Work?</h3>

<p>BranchOut lets you check your friends and friends&#8217; friends that are working in various organizations which are already registered on Facebook. It is simple to use BranchOut application for Facebook, as the required user data will be graphed from Facebook database. On the other hand, you are required to build professional network by adding new persons one by one. BranchOut has the similar user interface as that of LinkedIn. You will be able to send friend requests and send messages to existing friends as you do through LinkedIn. </p>

<h3>Achievements</h3>

<p>BranchOut has more than 3 million job listings on its site. It has a product for serious recruiters called &#8216;RecruiterConnect&#8217; which looks similar to that of LinkedIn&#8217;s Recruiter. With more than 13 million unique hits per month BranchOut is one of the most popular applications on Facebook. The reason for the success of BranchOut is the worldwide expansion and adoption by mobile users. Half of the new registrations are coming from US and also the merging of popular job sites such as totaljobs.com and StepStone attributes to this success. </p>

<h3>m-BranchOut</h3>

<p>BranchOut is also popular on the mobile platform. More than 25% of the site traffic is happening through mobile users. BranchOut is pumping more cash to spread its base. Even though the current 25 million user base is not big when compared with LinkedIn&#8217;s user base, BranchOut has a unique advantage to attract crowds from Facebook which has more than 800 million user base. It is also easy for users to opt for BranchOut as it is just a matter of grant of permissions to the application by Facebook users.</p>

<p>Facebook is also the preferred platform for enterprises to promote products and services. They will not hesitate to utilize the services of BranchOut for their recruiting requirements. The seamless integration between BranchOut and Facebook will be definitely an advantageous factor for individuals and organizations. </p>

<h3>The Challenges</h3>

<p>On the other hand, BranchOut has more challenges in terms of maintenance of consistency. Its 45 employee team has to work hard to reflect the changes made by Facebook. This should be done in a time bound manner. LinkedIn has the advantage to attract users of social networking sites other than Facebook. Being a dedicated social network, it has the advantage to implement new features at any point of time. BranchOut has to take risks with the mainstream Facebook. It has to survive at the mercy of Facebook. If Facebook wants to deploy its own version to connect professionals, BranchOut and its users&#8217; interests will be greatly impacted.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/zulECwsYXVo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/branchout-linkedins-biggest-competitor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kenyan Entrepreneurs use technology to boost Trade Opportunities for Low-Tech Farmers</title>
		<link>http://brajeshwar.com/2012/kenyan-entrepreneurs-use-technology-to-boost-trade-opportunities-for-low-tech-farmers/</link>
		<comments>http://brajeshwar.com/2012/kenyan-entrepreneurs-use-technology-to-boost-trade-opportunities-for-low-tech-farmers/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 09:29:28 +0000</pubDate>
		<dc:creator>Robin Wilding</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[farmer]]></category>
		<category><![CDATA[Farmigo]]></category>
		<category><![CDATA[farming]]></category>
		<category><![CDATA[iCow]]></category>
		<category><![CDATA[Kenya]]></category>
		<category><![CDATA[M-Farm]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6482</guid>
		<description>&lt;p&gt;It&amp;#8217;s been known for quite some time that the Global South&amp;#8217;s, and its people&amp;#8217;s, biggest hindrance is not legacies of colonialism or anesthetizing malaise but a lack of substantive trade opportunities caused by an inability to access global markets on any meaningful scale. So when we hear about endeavors like M-Farm, where developing-world entrepreneurs use [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>It&#8217;s been known for quite some time that the Global South&#8217;s, and its people&#8217;s, biggest hindrance is not legacies of colonialism or anesthetizing malaise but a lack of substantive trade opportunities caused by an inability to access global markets on any meaningful scale. So when we hear about endeavors like  <a href="http://mfarm.co.ke/">M-Farm</a>, where developing-world entrepreneurs use available technologies to create meaningful trade opportunities for themselves and their compatriots &#8212; we should damn well pay attention.</p>

<p><span id="more-6482"></span></p>

<p><img src="http://img.brajeshwar.com/2012/farm-vegetables.jpg" alt="Farm Vegetables" /></p>

<p>By connecting local and often remote farmers in M-Farm creators&#8217; Jamila Abass and Susan Eve Oguya&#8217;s native Kenya, they allow farmers to connect themselves with other farmers and global markets. Sort of a virtual farmers collective. M-Farm leverages <span class="caps">SMS</span>-text technology to easily connect small-scale farmers with information critical to succeeding in the global market; information that includes the current regional prices of particular crops and information on farmer collective bargaining for aggregate selling. What this information technology translates into for Kenyan farmers is an ability to use a technology they can afford, their cellphones, to cut out the profit-leeching, inconsistent middlemen. &#8220;On a daily-basis about lack of transparency in the market, having middlemen as their only channel of selling their produce, as well as high costs of farm inputs,&#8221; points out Abass. Many of these &#8216;middlemen&#8217; were originally in-person-based farmer collectives that spun out of control (read: corruption) due to lack of regulation and transparency. </p>

<blockquote>&#8220;The use of technology in the agricultural sector is still a young and not-so-mature concept,&#8221; says Abass. &#8220;Most small scale farmers are still below the poverty line because they lack the information necessary to empower them.&#8221;</blockquote>

<p>The M-Farm technology builds on the basics concepts of companies like America&#8217;s <a href="http://www.farmigo.com/">Farmigo</a>, another software-based technology connecting small, often organic farmers with consumers, but M-Farm has scaled down the solution to work across non-internet-capable devices. </p>

<p>iCow is another Kenya-based technology initiative supporting entrepreneurial farmers that is worth mentioning. This <span class="caps">SMS</span>-based platform, from entrepreneur and agriculturalist Su Kahumbu, also supports remote, low-tech farmers by offering them on-demand information on their mobiles about critical information like new livestock diseases, livestock feeding practices and critical gestation information. The software also allows for distance-spanning veterinarian connections. The <a href="http://www.icow.co.ke/">iCow</a> platform has already been rolled out to cover 80% of Kenya and in record time thanks to the existing availability of <span class="caps">SMS </span>technology. </p>

<p>Perhaps the next key move for these Kenyan startups will be to adopt a more Farmigo-like approach to their technology and introduce a two-sided push/pull strategy that includes access to consumers looking to connect directly with small farmers.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/g-Aw1XZfdaA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/kenyan-entrepreneurs-use-technology-to-boost-trade-opportunities-for-low-tech-farmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Phones – A Catalyst for the Future in Education</title>
		<link>http://brajeshwar.com/2012/mobile-phones-a-catalyst-for-the-future-in-education/</link>
		<comments>http://brajeshwar.com/2012/mobile-phones-a-catalyst-for-the-future-in-education/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 16:43:06 +0000</pubDate>
		<dc:creator>Deeptaman Mukherjee</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[mobile phones]]></category>

		<guid isPermaLink="false">http://brajeshwar.com/?p=6471</guid>
		<description>&lt;p&gt;Along with million other uses of mobile phones, the latest upcoming advantage of this device is, it is going to create a revolution in education. Mobile phones are going to have the power to digitally impart education globally. Even the most tech-savvy person would have never dreamt in her wildest dreams, that such a possibility [...]&lt;/p&gt;&lt;p&gt;&lt;blockquote&gt;
&lt;a href="http://brajeshwar.com"&gt;Brajeshwar&lt;/a&gt; &amp;mdash; Follow &lt;a href="http://twitter.com/Brajeshwar"&gt;@Brajeshwar&lt;/a&gt;
&lt;blockquote&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Along with million other uses of mobile phones, the latest upcoming advantage of this device is, it is going to create a revolution in education. Mobile phones are going to have the power to digitally impart education globally. Even the most tech-savvy person would have never dreamt in her wildest dreams, that <a href="http://drpfconsults.com/soaring-demand-for-online-k-12-schools-and-mobile-learning/">such a possibility would ever come</a> into being. </p>

<blockquote>A unique <a href="http://www.business-standard.com/india/news/aptech-hungama-join-hands-for-meducation/471623/">partnership between Aptech &amp; Hungama</a> has led to the formation of Aptech Hungama Digital Education.</blockquote>

<p><span id="more-6471"></span></p>

<p>It is being believed that while Aptech will be responsible for coming up with all the content for educational purposes; Hungama will work towards transforming all these study materials to suit various delivery platforms such as the internet and <span class="caps">DTH.</span> It should not come as a surprise that the above mentioned companies thought of such an innovative collaboration because all of the top technology companies are focusing their interest on the field of education. Education has been the topic of discussion since the ancient times in India. It is only natural that as the nation advances in the technological fields, the demand to find newer ways of educating people will increase. Even the highly reputed companies like Apple are showing their willingness to be involved in some way in the field of education.</p>

<p>Hungama has been known to have huge successes by tying up with many well known entertainment companies in India such as T-series, <span class="caps">UTV,</span> Eros entertainment, <span class="caps">BIG</span> Music and so on. However, this is the first time it has tried it&#8217;s hand at collaborating for the cause of providing education. Most of the telecom services of the country have a long running relation with this company. This gives considerable leverage to Hungama for executing its plans to launch <a href="http://www.digitalbookworld.com/2012/sourcebooks-cuts-deal-with-digital-education-distributor/">digital education via video content</a> in India.</p>

<p>This program has been popularly named &#8216;mEducation&#8217;, which means mobile education. The courses that have been aimed to be transmitted by several digital channels are said to be simple and uncomplicated so that the common mass can benefit from it the most. About 90 devices will be working 24/7 to develop the specially organized educational content. While the market of education in India is said to be worth about $40 billion, the maximum success of this program is estimated to generate a revenue of around $70 billion by 2020 for mobile service providers. The <a href="http://www.irrodl.org/index.php/irrodl/article/view/794/1487">educational content provided by the mobile devices</a> will be updated at a regular interval to include all the latest happenings in the world. This would make sure that the users don&#8217;t miss out on any vital piece of information.</p>

<p>In India, topographical complexities do not allow people to access ample education in their own local areas. In a nation where parents prefer private institutions than government educational facilities, making education available to the public at their fingertips does make a lot of sense. As the provision for internet connections improves in India, people are sure to embrace the idea of obtaining education on the move. Thus, it&#8217;s not long before <a href="http://www.itdl.org/Journal/Sep_07/article03.htm">mobile phones will generate educational content</a> than just being modes of entertaining people.   </p>

<p>On the contrary, it makes sense to wonder what would traditional education institutions strategize against such ventures. If they sit hand on hand, then the Future in Education belongs to Mobile Phones. But, knowing the kind of people who rule the education market in India, they would not like to lose the race. For sure, I am expecting a &#8220;No Holds Barred&#8221; battle here.</p><p><blockquote>
<a href="http://brajeshwar.com">Brajeshwar</a> &mdash; Follow <a href="http://twitter.com/Brajeshwar">@Brajeshwar</a>
<blockquote></p><img src="http://feeds.feedburner.com/~r/brajeshwar/~4/Tfhet8nTleQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brajeshwar.com/2012/mobile-phones-a-catalyst-for-the-future-in-education/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached

Served from: brajeshwar.com @ 2012-05-17 02:35:36 -->

