<?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>VentureBeat &#187; programming</title>
	<atom:link href="http://venturebeat.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Mon, 20 May 2013 05:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; programming</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>Wikipedia crowdsources site performance: Speeding up 488,731 templates with a little Lua to go</title>
		<link>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/</link>
		<comments>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 16:10:23 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[wikimedia]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=696385</guid>
		<description><![CDATA[<p>"We’re letting people program Wikipedia unsupervised," Harihareswara wrote. " Anyone can write a chunk of code to be included in an article that will be seen by millions of people, often without much&#160;review."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696385&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg" target="_blank"><img class="aligncenter size-full wp-image-696401" alt="encyclopedia" src="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=1024&#038;h=685" width="1024" height="685" /></a>Apparently, now you can crowdsource website performance.</p>
<p>Wikipedia pages should get <a href="https://blog.wikimedia.org/2013/03/14/what-lua-scripting-means-wikimedia-open-source/" target="_blank">a lot quicker very soon</a> as the foundation behind the world&#8217;s largest and most popular encyclopedia have turned on <a href="http://www.lua.org" target="_blank">Lua</a>, a lightweight scripting engine, to speed up access to complex pages. And the site is asking its editors and contributors to learn the new programming language to help make the site quicker.</p>
<p>Those who have ever edited Wikipedia pages will know that the site, like many wikis, uses &#8220;<a href="http://en.wikipedia.org/wiki/Wiki_markup" target="_blank">Wikitext language</a>&#8221; &#8212; a sort of a simplified HTML &#8212; to enable users to add content chunks, templates, and formatting to a page.</p>
<p>But there was a problem, as Wikimedia&#8217;s Sumana Harihareswara <a href="https://blog.wikimedia.org/2013/03/14/what-lua-scripting-means-wikimedia-open-source/" target="_blank">posted recently</a>:</p>
<blockquote><p>But because we’d never planned for wikitext to become a programming language, these templates were terribly inefficient and hacky — they didn’t even have recursion or loops — and were terrible for performance. When you edit a complex article like <a href="https://en.wikipedia.org/wiki/Tulsi_Gabbard"title="en:Tulsi Gabbard"  target="_blank">Tulsi Gabbard</a>, with scores of citations, it can take up to 30 seconds to parse and display the page.</p></blockquote>
<p>Lua is an embedded scripting language, built so that lightweight but powerful code can be embedded right into web pages. It&#8217;s often used as a <a href="http://www.satori.org/2009/03/the-engine-survey-general-results/" target="_blank">scripting engine for games</a>. And it&#8217;s much quicker than Wikipedia&#8217;s existing wikitext solution.</p>
<p>The big question is, of course, is how Wikipedians will take to the new language, which is unfamiliar and potentially more complex than wikitext. And will we start encountering bugs on Wikipedia pages as editors and maintainers now become programmers?</p>
<p>&#8220;Now is the first time that the Wikimedia site maintainers have enabled <i>real coding</i> that affects all readers. We’re letting people program Wikipedia unsupervised,&#8221; Harihareswara wrote. &#8220;Anyone can write a chunk of code to be included in an article that will be seen by millions of people, often without much review. We are taking our “anyone can edit” maxim one big step forward.&#8221;</p>
<p>And, she added, that if any Wikipedia user doesn&#8217;t look the load time of a page, they can now do something about and improve it themselves, in a very Wikipedian way:</p>
<p>&#8220;Just as we crowdsourced building Wikipedia, now we’re crowdsourcing bits of infrastructure improvement. And this kind of massively multiplayer, crowdsourced performance improvement is uniquely us.&#8221;</p>
<p>The read-write revolution continues.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/stewart/461099066/" target="_blank">Stewart</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/social/'>Social</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696385&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" /><source url="http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/">Wikipedia crowdsources site performance: Speeding up 488,731 templates with a little Lua to go</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" medium="image">
			<media:title type="html">encyclopedia</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg" medium="image">
			<media:title type="html">encyclopedia</media:title>
		</media:content>
	</item>
		<item>
		<title>Zuckerberg shares cutest story ever about learning to code in new Code.org clip</title>
		<link>http://venturebeat.com/2013/03/13/zuck-and-a-kid-and-the-iphone-sdk/</link>
		<comments>http://venturebeat.com/2013/03/13/zuck-and-a-kid-and-the-iphone-sdk/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 15:29:12 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[learn to code]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=637815</guid>
		<description><![CDATA[<p>How Facebook's CEO helped a kid on a bike by answering programming questions on his daily walk.&#160;AWWWWW.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=637815&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone wp-image-637828" alt="Mark Zuckerberg" src="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-8-26-30-am.png" /></p>
<p>Here&#8217;s an absolutely awww-dorable clip featuring Mark Zuckerberg and a story about a kid getting started with the iPhone SDK.</p>
<p>The clip comes courtesy of <a href="http://www.code.org/" target="_blank" target="_blank">Code.org</a>, the advocacy group that&#8217;s trying to get more people &#8212; <a href="http://venturebeat.com/2013/02/27/how-code-org-is-promoting-an-agenda-of-diversity-equality-in-the-tech-world/">especially women, minorities, and the economically disenfranchised</a> &#8212; into the developer world.</p>
<p>“Coding is the American Dream. If you want to be the next Mark Zuckerberg or even want a high paying job, those jobs are for programmers,&#8221; said Code.org founder Hadi Partovi in a recent interview with VentureBeat.</p>
<p>&#8220;And yet the opportunity to be exposed to that is going to the top 10 percent, and that is just morally wrong.”</p>
<p>Check it out:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/wVn1TqUfZjc?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Code.org&#8217;s original video, featuring a string of high-profile tech folks as well as non-technical celebrities, has already been viewed more than 12 million times, the organization tells us this morning via email.</p>
<p>&#8220;Also, we&#8217;ve seen interest from over 9,500 schools who want more computer programming courses, and have over 21,000 engineers who have volunteered to support the cause,&#8221; a rep said. &#8220;These are pretty incredible results.&#8221;</p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=637815&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/13/zuck-and-a-kid-and-the-iphone-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-8-26-30-am.png?w=160" /><source url="http://venturebeat.com/2013/03/13/zuck-and-a-kid-and-the-iphone-sdk/">Zuckerberg shares cutest story ever about learning to code in new Code.org clip</source>
		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-8-26-30-am.png" medium="image">
			<media:title type="html">Mark Zuckerberg</media:title>
		</media:content>
	</item>
		<item>
		<title>How Code.org is promoting an agenda of diversity &amp; equality in the tech world</title>
		<link>http://venturebeat.com/2013/02/27/how-code-org-is-promoting-an-agenda-of-diversity-equality-in-the-tech-world/</link>
		<comments>http://venturebeat.com/2013/02/27/how-code-org-is-promoting-an-agenda-of-diversity-equality-in-the-tech-world/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 21:00:38 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[diversity]]></category>
		<category><![CDATA[equality]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[learn to code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[race]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=629790</guid>
		<description><![CDATA[<p>Code.org is an advocacy campaign focused at getting more kids interested in computer science. It's also working to get more states, schools, and teachers on board with the&#160;program.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=629790&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-629869" alt="diversity learn to code" src="http://venturebeat.files.wordpress.com/2013/02/shutterstock_94206109.jpg?w=697&#038;h=1000" width="697" height="1000" /></p>
<p><a href="http://www.code.org/" target="_blank" target="_blank">Code.org</a> has taken the web by storm with its message of computer science for all &#8212; and according to its founder, Hadi Partovi, racial and gender balance in the tech world is a major underlying principle of that message.</p>
<p>&#8220;Ninety percent of schools don&#8217;t even offer computer science, and those aren&#8217;t the schools with lots of white kids in great neighborhoods,&#8221; Partovi said in a phone call with VentureBeat today.</p>
<p>&#8220;Coding is the American Dream. If you want to be the next Mark Zuckerberg or even want a high paying job, those jobs are for programmers. &#8230; And yet the opportunity to be exposed to that is going to the top 10 percent, and that is just morally wrong.&#8221;</p>
<p>Code.org is an advocacy campaign focused at getting more kids interested in computer science. It&#8217;s also working to get more states, schools, and teachers on board with the program.</p>
<hr />
<p><em><strong>Related:</strong></em> <strong><a href="http://venturebeat.com/2013/01/10/hackbright/" target="_blank">Tackling tech’s gender problem the right way: Teaching women to code</a></strong></p>
<hr />
<p>The most visible aspect of its work so far has been a series of short films featuring the superstars of the digital age &#8212; Zuckerberg, Bill Gates, Jack Dorsey &#8212; talking about programming and how learning to write code can change lives for the better.</p>
<p>In those clips, Partovi told us, the Code.org team specifically attempted to get more women and people of underrepresented races front and center.</p>
<p>Here&#8217;s a short film that hasn&#8217;t been released elsewhere, given to VentureBeat by Code.org reps:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/gFbDxtytNBo?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>&#8220;For gender inequality, we care a lot about it, and we spent a lot of time in making these short films in paying attention to the right messages, making sure we had a balance of women and different races represented,&#8221; he said.</p>
<p>&#8220;The first female engineer at Facebook is the perfect example. She didn&#8217;t expect that this would even be her career. &#8230; The first part of moving the needle in the gender gap is giving them role models and dispelling misconceptions.&#8221;</p>
<p>Various studies have shown that by the time they&#8217;re in high school, girls steer clear of computer science because of preconceived &#8212; and largely inaccurate &#8212; ideas about what computer scientists do.</p>
<p>&#8220;With the montage we did of different workplaces, we wanted to get across that these are really great jobs, but also show that these people are working together in the sunlight rather than the typical media impression of what an engineer is &#8212; a geeky guy working alone in a basement,&#8221; said Partovi.</p>
<p>And as for the idea that girls are bad at math and therefore can&#8217;t code, a message that&#8217;s passed down in popular culture if not in tech culture, Partovi said, &#8220;Girls don&#8217;t get the idea they&#8217;re not good at math in third grade. At that point, building things on a computer is still like playing. &#8230; If you can start counting at zero, that&#8217;s all the math you need.&#8221;</p>
<p>Aside from getting kids away from intimidating media messages and encouraging them toward computer science careers, Code.org is also girding its loins for a battle royal with state governments and school boards. Getting more states to recognize computer science as a valid course and getting more schools to offer courses and clubs for computer science, Partovi said, &#8220;is the most important aspect of increasing diversity&#8221; in technology industries.</p>
<hr />
<p><em><strong>Related:</strong></em> <strong><a href="http://venturebeat.com/2012/12/18/treehouse-detroit/">Treehouse takes its coding education tools to Detroit</a></strong></p>
<hr />
<p>&#8220;Forty-one states don&#8217;t count computer science as part of STEM [science, technology, engineering, and math curriculum],&#8221; he said. &#8220;That means the money that goes into STEM, none of it goes into getting more computer programming. The other issue is that for students in those states, studying computer science in high school does not count toward graduation. It&#8217;s just an elective.&#8221;</p>
<p>The end result: The only students who go into college with a decent understanding of code are those who can afford the time and money to study programming independently. Speaking generally, these kids aren&#8217;t at-risk economically, they&#8217;re not from a wide range of ethnic backgrounds, and they&#8217;re not girls.</p>
<p>&#8220;I have a 3-year-old daughter and a 5-year-old son, and I&#8217;m basically using iPad games to teach them basic computer programming,&#8221; Partovi said as we wrapped up our interview.</p>
<p>&#8220;I think everybody should get basic exposure so they can make an informed choice. Most people never even know about the choices they&#8217;re rejecting because computer science isn&#8217;t on the menu.&#8221;</p>
<p><em>Image credit: <a href="http://www.shutterstock.com/cat.mhtml?lang=en&amp;search_source=search_form&amp;version=llv1&amp;anyorall=all&amp;safesearch=1&amp;searchterm=kid+computer&amp;search_group=#id=94206109&amp;src=79A7D048-811A-11E2-9D34-32CDACE6966E-1-123" target="_blank" target="_blank">Blend Images</a>/Shutterstock</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=629790&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/27/how-code-org-is-promoting-an-agenda-of-diversity-equality-in-the-tech-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/shutterstock_94206109.jpg?w=97" /><source url="http://venturebeat.com/2013/02/27/how-code-org-is-promoting-an-agenda-of-diversity-equality-in-the-tech-world/">How Code.org is promoting an agenda of diversity &amp; equality in the tech world</source>
		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/shutterstock_94206109.jpg" medium="image">
			<media:title type="html">diversity learn to code</media:title>
		</media:content>
	</item>
		<item>
		<title>Treehouse will now teach you to use the command line, you poseur</title>
		<link>http://venturebeat.com/2013/02/12/treehouse-command-line/</link>
		<comments>http://venturebeat.com/2013/02/12/treehouse-command-line/#comments</comments>
		<pubDate>Tue, 12 Feb 2013 17:00:13 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=620735</guid>
		<description><![CDATA[<p>If you've been simultaneously intimidated and allured by the command line for too long, learn-to-code company Treehouse is here to&#160;help.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=620735&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-620803" alt="treehouse command line" src="http://venturebeat.files.wordpress.com/2013/02/treehouse-command-line.jpg?w=640&#038;h=360" width="640" height="360" /></p>
<p>Kids these days, with their Ruby on Rails and their JavaScript. When your dad was coming up, programming was something you did with punchcards and a suit and tie. And when <em>I</em> was coming up, getting schooled by cranky goths on my first Linux box, programming was something you did from the command line.</p>
<p>Learn-to-code company <a href="http://venturebeat.com/company/treehouse/">Treehouse</a> is getting back to basics with a <a href="http://teamtreehouse.com/library/programming-2/console-foundations/getting-started-with-the-console" target="_blank" target="_blank">command line course</a> that will restore any amount of nerd cred you may have lost and school you to code from the console like a true neckbeard (or honorary neckbeard, for those without the hormones to grow a truly lush face-mane).</p>
<p>&#8220;You may come across a tool that has only a command line interface, or you may need to access a server using the console and SSH,&#8221; writes Treehouse instructor Jim Hoskins today on the company blog. &#8220;Console Foundations is here to familiarize you with the power of the console.&#8221;</p>
<p>The coursework will include high-quality, professional-grade video instruction (as is Treehouse&#8217;s specialty). But the gang also cooked up something unique to get devs comfortable with coding on Linux terminals.</p>
<p>&#8220;So what if you don&#8217;t have a Linux computer to follow along on?&#8221; Hoskins continues. &#8220;Worry not. For you, we built the Treehouse Command Line, a console you can use right from your web browser that gives you access to your own Linux computer that you can safely learn and experiment with.&#8221;</p>
<p>And since Treehouse Command Line is an entirely separate computing entity, you don&#8217;t have to worry about accidentally wiping your hard drive or destroying files your computer needs to operate or what have you.</p>
<p>Here&#8217;s a peek at the Treehouse Command Line and other instructional materials from the course:</p>

<a href='http://venturebeat.com/2013/02/12/treehouse-command-line/command-line-0/' title='Treehouse Command Line'><img width="160" height="90" src="http://venturebeat.files.wordpress.com/2013/02/command-line-0.jpg?w=160&#038;h=90" class="attachment-thumbnail" alt="Treehouse Command Line" /></a>

<p>Treehouse also teaches a slew of other topics &#8212; such as HTML basics, PHP, WordPress programming, web design and <a href="http://venturebeat.com/2013/01/30/treehouse-business/">business fundamentals for startups</a> and mobile development for would-be app billionaires.</p>
<p>It also recently announced it was piloting a program to <a href="http://venturebeat.com/2012/12/18/treehouse-detroit/">bring its unique tools into high schools</a> in order to help underserved kids have a better shot at getting better jobs after graduation.</p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=620735&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/12/treehouse-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/command-line-0.jpg?w=160" /><source url="http://venturebeat.com/2013/02/12/treehouse-command-line/">Treehouse will now teach you to use the command line, you poseur</source>
		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/treehouse-command-line.jpg" medium="image">
			<media:title type="html">treehouse command line</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/command-line-0.jpg?w=160" medium="image">
			<media:title type="html">Treehouse Command Line</media:title>
		</media:content>
	</item>
		<item>
		<title>Tackling tech&#8217;s gender problem the right way: Teaching women to code</title>
		<link>http://venturebeat.com/2013/01/10/hackbright/</link>
		<comments>http://venturebeat.com/2013/01/10/hackbright/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 15:00:08 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[diversity]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[learn to code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=597912</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> In San Francisco, two guys are putting women through a 10-week bootcamp in software development. The goal: to change the gender ratio of the tech&#160;industry.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=597912&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2013/01/demo-station-ggd.jpeg?w=612&#038;h=612" alt="demo-station-ggd" width="612" height="612" class="aligncenter size-full wp-image-602098" /></p>
<p>Andrée Brazeau was a project manager with a degree in mechanical engineering. Eighteen months ago, she moved to San Francisco and started looking for work. A year into her job search, she had heard the same response time and time again: &#8220;We&#8217;re looking for someone with programming experience.&#8221;</p>
<p>So Brazeau learned how to code.</p>
<p>As the old women-in-tech debate fades out of the current hype cycle, a related trend is starting to gain momentum. In the the <a href="http://venturebeat.com/tag/learn-to-code">learn-to-code</a> craze, online schools like Codecademy and in-person courses like Dev Bootcamp are springing up to meet a huge need for more developers across a wide range of industries.</p>
<p>Speaking volumes about both trends, <a href="http://www.hackbrightacademy.com/" target="_blank" target="_blank">Hackbright Academy</a> is a women-only school in San Francisco that teaches its students everything they need to know to become entry-level programmers and get job offers right away &#8212; and does so in 10 weeks.</p>
<p>By putting her life and career on hold and signing up for a $7,500, full-time crash course, each student hopes to change her life, to jump from a salary of $30,000 or $40,000 to something that can sustain one person or even a family in an expensive city like San Francisco. But while this option is a quick fix for tech&#8217;s gender imbalance, some worry it&#8217;s not enough to fix the industry&#8217;s brogramming culture.</p>
<h3>Girlschool</h3>
<p><img src="http://venturebeat.files.wordpress.com/2013/01/hackbright-3.jpg?w=1000&#038;h=750" alt="hackbright 3" width="1000" height="750" class="aligncenter size-full wp-image-601079" /></p>
<p>&#8220;For any person who wants to learn programming by themselves, San Francisco is the best place,&#8221; Brazeau said in an email to VentureBeat. &#8220;There are so many people in software here that it was easy for me to find group to help me learn.&#8221;</p>
<p>She started out with the usual suspects of online tutelage: <a href="http://www.w3schools.com/" target="_blank" target="_blank">W3Schools</a> and <a href="http://learnpythonthehardway.org/" target="_blank" target="_blank">Learn Python the Hard Way</a>. Between these tools and a couple in-person groups, she was able to put together her first website.</p>
<p>&#8220;But you know, there is a big difference between building a static website and a web application,&#8221; she said. When she heard about the Hackbright program, she said, &#8220;I knew right away this was <em>exactly</em> what I needed.&#8221;</p>
<p>Ashley Lorden also had experimented with various online tools to learn to code. A nonprofit employee with an econ degree from Brown, Lorden was technically inclined and ended up doing web-related work wherever she went.</p>
<p>But to make the jump into a career as a software developer, Lorden said she only saw two options: returning to university for a computer science degree or doing nonprofit work at a tech company where she could eventually transition into a technical role. Neither route seemed particularly expeditious.</p>
<p>&#8220;I didn&#8217;t think it was possible to become a developer in a reasonable timeline until I found out about Hackbright,&#8221; said Lorden.</p>
<p>The most interesting part of Hackbright&#8217;s program is its gender split: 100 percent women students.</p>
<p>&#8220;I have always been surrounded by men,&#8221; Brazeau said, &#8220;at university in mechanical engineering and in my past jobs.&#8221; In spite of the radical change, Brazeau said she easily made friends and overcame her fears. In the end, she said, &#8220;I was not uncomfortable. I guess Christian and David were lot more uncomfortable than we were.&#8221;</p>
<h3>By men, for women</h3>
<p><img src="http://venturebeat.files.wordpress.com/2013/01/hackbright.jpg?w=1000&#038;h=667" alt="hackbright" width="1000" height="667" class="aligncenter size-full wp-image-601075" /></p>
<p>&#8220;Christian and David&#8221; are Christian Fernandez and David Phillips, Hackbright&#8217;s cofounders. Fernandez is the veteran coder of the two; he&#8217;s worked at places like Fuzebox and Ask.com and has done a bit of developer instruction as well. In fact, Fernandez taught at the first-ever Dev Bootcamp.</p>
<p>Philips had been making apps with Fernandez for about a year, with Fernandez teaching him how to code, when the pair got the idea to offer a coding class. Eighteen guys and just three women showed up. As much as they wanted a 50/50 split between the genders, they realized it was unrealistic.</p>
<p>So why not offer a class only for women?</p>
<p>While that idea has been posited by many women&#8217;s groups in recent times, it seemed more audacious coming from a couple dudes. &#8221;That was the biggest risk,&#8221; said Phillips in an interview with VentureBeat. &#8220;We’re two guys. We expected to be judged; it was kinda scary.&#8221;</p>
<p>Fernandez and Phillips started meeting with developer women’s organizations, &#8220;getting to know everybody and letting them know what our intentions were.&#8221; The duo was pleasantly surprised. &#8220;We really got a positive response from everybody,&#8221; Phillips said.</p>
<p>And with that, Hackbright was a go.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=597912&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><p id="pages">Pages: 1 <a href="http://venturebeat.com/2013/01/10/hackbright/2/">2</a></p>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/10/hackbright/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/demo-station-ggd1.jpeg?w=160" /><source url="http://venturebeat.com/2013/01/10/hackbright/">Tackling tech&#8217;s gender problem the right way: Teaching women to code</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/01/demo-station-ggd1.jpeg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/01/demo-station-ggd1.jpeg?w=160" medium="image">
			<media:title type="html">demo-station-ggd</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/demo-station-ggd.jpeg" medium="image">
			<media:title type="html">demo-station-ggd</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/hackbright-3.jpg" medium="image">
			<media:title type="html">hackbright 3</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/hackbright.jpg" medium="image">
			<media:title type="html">hackbright</media:title>
		</media:content>
	</item>
		<item>
		<title>Codecademy adds API training with YouTube, NPR, Bit.ly, and 6 other services to help new devs build actual products</title>
		<link>http://venturebeat.com/2013/01/09/codeacademy-adding-api-training-with-youtube-npr-bit-ly/</link>
		<comments>http://venturebeat.com/2013/01/09/codeacademy-adding-api-training-with-youtube-npr-bit-ly/#comments</comments>
		<pubDate>Wed, 09 Jan 2013 13:00:10 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[learn to code]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=600073</guid>
		<description><![CDATA[<p>Today Codecademy is launching a new partnership with nine companies to help budding developers learn APIs and create actual functioning sites, projects, and even&#160;products.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=600073&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/01/09/codeacademy-adding-api-training-with-youtube-npr-bit-ly/origin_4106448244/" rel="attachment wp-att-601063"><img class="aligncenter size-full wp-image-601063" alt="origin_4106448244" src="http://venturebeat.files.wordpress.com/2013/01/origin_4106448244.jpg?w=1024&#038;h=686" width="1024" height="686" /></a>Today <a href="http://www.codecademy.com" target="_blank">Codecademy</a> is launching a new partnership with nine companies to help budding developers learn APIs and create actual functioning sites, projects, and even products.</p>
<p>In other words, it&#8217;ll help them do more than play with programming.</p>
<p><a href="http://venturebeat.com/company/codecademy">Codecademy</a>&#8216;s partners, which include YouTube, NPR, Stripe, and Bit.ly, are launching what cofounder Zach Sims calls &#8220;simple, digestible lessons on how to get up and running&#8221; with APIs. APIs, or application programming interfaces, are simply ways of talking to applications other people have built.</p>
<p>What does that look like?</p>
<p>The new lessons on Codecademy will help users build web apps that, for instance mash up news from NPR with YouTube videos on the same topic. Or, build a product highlighting hot social content being shared with Bit.ly, and charging for it with Stripe. New developers could even start interacting with mobile phones and sending text messages via Twilio&#8217;s API, Sims said.</p>
<p>&#8220;This is part of our continual belief that the best way to learn is by creating,&#8221; Sims said in an email.</p>
<p>And that&#8217;s precisely the core goal: helping new programmers get started with building online apps, even if they have almost no programming knowledge. Other launch partners who will also being including lessons on their APIs include Parse, Soundcloud, Sunlight Labs, Placekitten, and Sendgrid.</p>
<p>This is a big part of what the Codecademy turn-users-into-makers movement is focusing on in 2013: helping people create stuff. I talked to Sims about his plans last week.</p>
<p>&#8220;The future of programming is making a tool for people to demonstrate their creativity,&#8221; he told me. &#8220;In 2013 we want to extend Codecademy&#8217;s reach and help people move beyond beginners.&#8221;</p>
<p>2012 was an &#8220;explosive&#8221; year, he said. Codecademy grew from two people &#8212; Sims himself and co-founder Ryan Bubinski &#8212; to 13. From just a few users to millions, including hundreds of thousands who signed up for <a href="http://www.codeyear.com" target="_blank">Code Year</a>, a challenge to build something with technology. And the team added Ruby, Python, HTML, CSS, and jQuery to the initial launch with Javascript.</p>
<p>What&#8217;s next?</p>
<p>&#8220;There are definitely more languages coming in 2013,&#8221; Sims said. &#8220;We&#8217;re focusing on what will be popular in the future &#8230; people are asking for PHP and C++, Java, Objective-C, all of which are on our radar. But we&#8217;re still sort of prioritizing.&#8221;</p>
<p>The goal for 2013, beyond new API training, and beyond new languages, is continuing to bring programming knowledge to more people. That includes schools and teachers, who Codecademy is helping to build computer science courses and after-school programming clubs, and governments. Sims said the group was working with governments &#8220;pretty much everywhere&#8221; in both the developing and developed world to help integrate programming courses into core curriculum. Already, a &#8220;couple thousand schools&#8221; have created after-school programs to teach programming using Codecademy tools.</p>
<p>Another focus?</p>
<p>Continuing to empower the creator community to build and share lessons. &#8221;There are tens of thousands of potential teachers &#8230; people who write a tutorial and put it on their blog and no-one reads it,&#8221; Sims told me. Sims wants to build the community and tools that make those creators want to contribute to Codecademy&#8217;s store of lessons, which are then improved for everyone else.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/mbeo52/4106448244/" target="_blank">mbeo</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=600073&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/09/codeacademy-adding-api-training-with-youtube-npr-bit-ly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/origin_4106448244.jpg?w=160" /><source url="http://venturebeat.com/2013/01/09/codeacademy-adding-api-training-with-youtube-npr-bit-ly/">Codecademy adds API training with YouTube, NPR, Bit.ly, and 6 other services to help new devs build actual products</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/01/origin_4106448244.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/01/origin_4106448244.jpg?w=160" medium="image">
			<media:title type="html">origin_4106448244</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/origin_4106448244.jpg" medium="image">
			<media:title type="html">origin_4106448244</media:title>
		</media:content>
	</item>
		<item>
		<title>Pluralsight closes $27.5M to stave off the Great Developer Shortage of 2013</title>
		<link>http://venturebeat.com/2013/01/03/pluralsight-closes-27-5m-to-stave-off-the-great-developer-shortage-of-2013/</link>
		<comments>http://venturebeat.com/2013/01/03/pluralsight-closes-27-5m-to-stave-off-the-great-developer-shortage-of-2013/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 20:53:08 +0000</pubDate>
		<dc:creator>Rebecca Grant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[MOOC]]></category>
		<category><![CDATA[online education]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=598500</guid>
		<description><![CDATA[<p>Online developer training portal Pluralsight takes $27.5M in its first round of&#160;funding.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=598500&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/01/03/pluralsight-closes-27-5m-to-stave-off-the-great-developer-shortage-of-2013/breadline/" rel="attachment wp-att-598544"><img class="alignnone size-full wp-image-598544" alt="breadline" src="http://venturebeat.files.wordpress.com/2013/01/breadline.jpg?w=1024&#038;h=685" width="1024" height="685" /></a>Dubbing talented developers the unicorns of the tech world is one of my favorite analogies. They are elusive and valuable, and everybody wants one.</p>
<p>The dearth of software engineering talent was a hot topic in the technology community in 2012. <a href="http://www.pluralsight.com" target="_blank">Pluralsight</a> has raised $27.5 million to bolster this small but necessary population.</p>
<p>Pluralsight is an online education platform for software developers. It offers a selection of 400 training courses for individuals and businesses looking to boost their programming prowess. Categories include C#, jQuery, iOS and Android, Java, and Ruby as well as design, social media, NoSQL, business intelligence, and Salesforce.</p>
<p>Sharp programming skills are a huge asset to individuals and businesses alike. But the supply is smaller than the demand, and thus, startups and incumbent companies are perpetually competing to capture developers wherever they can. In response to the growing need for a large, trained talent pool, an array of training courses have cropped up ranging from cheap options found in large online education portals to pricier bootcamps.</p>
<p>Pluralsight costs $29 a month for subscription-based access to its extensive library of articles, videos, and other training materials. The company was founded in 2004 as a classroom-based education service and moved entirely online in 2008. Since then, it has more than 200,000 users around the world.</p>
<p>This is the first time Pluralsight has taken outside investment. The support from Insight Venture Partners will enable Pluralsight to meet the high demand for content and expand its library. Pluralsight is based in Utah. <a href="http://www.prnewswire.com/news-releases/pluralsight-receives-275-million-in-funding-from-insight-venture-partners-185528922.html" target="_blank">Read the press release. </a></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=598500&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-tag-developer"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-tag-developer hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/03/pluralsight-closes-27-5m-to-stave-off-the-great-developer-shortage-of-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/breadline.jpg?w=160" /><source url="http://venturebeat.com/2013/01/03/pluralsight-closes-27-5m-to-stave-off-the-great-developer-shortage-of-2013/">Pluralsight closes $27.5M to stave off the Great Developer Shortage of 2013</source>
		<media:content url="http://0.gravatar.com/avatar/fec4e66421afed673eb1ac50b8f839d8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rebeccaggrant</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/breadline.jpg" medium="image">
			<media:title type="html">breadline</media:title>
		</media:content>
	</item>
		<item>
		<title>Meet the Internet boy genius with an app to summarize the news</title>
		<link>http://venturebeat.com/2012/11/01/summly-launch/</link>
		<comments>http://venturebeat.com/2012/11/01/summly-launch/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 17:38:08 +0000</pubDate>
		<dc:creator>Christina Farr</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[bite sized news]]></category>
		<category><![CDATA[boy genius]]></category>
		<category><![CDATA[consuming the news]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[internet genius]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[news reading]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[teen entrepreneurs]]></category>
		<category><![CDATA[young entrepreneurs]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=567502</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> Summly, available to download for free, reduces full-blown articles into snippets, making it easier to skim the news on a mobile&#160;device.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=567502&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-mobile"><div class="event-boilerplate-mobilebeat">
  <div class="logo-date-wrap">
    <a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" alt="MobileBeat 2013"></a>
    <div class="date-location">
      <strong>July 9-10, 2013</strong><br>
      San Francisco, CA
    </div>
  </div>
  <a href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a>
</div></div><p><a href="http://venturebeat.com/2012/11/01/summly-launch/untitled-1_204-1/" rel="attachment wp-att-567579"><img class="alignleft size-full wp-image-567579" title="Untitled-1_204-1" alt="" src="http://venturebeat.files.wordpress.com/2012/11/untitled-1_204-1.jpeg?w=620&#038;h=413" height="413" width="620" /></a></p>
<p>At 12 years old, Nick D&#8217;Aloisio began his career as a mobile programmer when he downloaded the Apple Developer Kit. By 15, one of his hacks, an app known as &#8220;Trimit,&#8221; caught the eye of an investor in Asia offering to fund &#8220;the company&#8217;s&#8221; next project.</p>
<p><em>What</em> <em>company</em>? D&#8217;Aloisio, a school boy from South London, admitted to this venture capitalist that it was merely an after-school creation.</p>
<p>A whizz at the programming language C, D&#8217;Aloisio had created the app to test his skills in machine-learning technology, a branch of artificial intelligence that yields trends and patterns in a mass of data, and makes smarter predictions over time.</p>
<div id="attachment_567560" class="wp-caption alignleft" style="width: 246px"><a href="http://venturebeat.com/2012/11/01/summly-launch/nick-summly/" rel="attachment wp-att-567560"><img class=" wp-image-567560" title="nick-summly" alt="" src="http://venturebeat.files.wordpress.com/2012/11/nick-summly.jpg?w=236&#038;h=268" height="268" width="236" /></a><p class="wp-caption-text">Summly&#8217;s founder demoes the app in San Francisco</p></div>
<p>Less than a year later, the &#8220;Internet boy wonder,&#8221; as he was dubbed by the European tech media after an appearance at Le Web&#8217;s conference, had developed a keen interest in web summarization technology. It&#8217;s a simple enough problem, but the execution is tricky. How do we take a meaty piece of content and whittle it down to its bare bones?</p>
<p>Today, D&#8217;Aloisio is ready to take his iPhone app public. <a href="http://summly.com" target="_blank">Summly</a>, available to download for free, reduces full-blown articles into snippets, making it easier to skim the news on a mobile device.</p>
<p>From ESPN to VentureBeat, the app includes almost all of the major news outlets. You lightly tap the screen to browse news, and if a summarized story piques your interest, you can share it with your friends via SMS, email, Twitter, or Facebook, or click a link the bottom of the screen to access the original, full-length story.</p>
<p><a href="http://venturebeat.com/2012/11/01/summly-launch/gupsryc2j2mmy5pxcid2gpchcvrra82fq_xoo53har0/" rel="attachment wp-att-567575"><img class="alignleft  wp-image-567575" title="GupSRyc2j2MmY5PXcID2gpChCvrrA82fq_Xoo53haR0" alt="" src="http://venturebeat.files.wordpress.com/2012/11/gupsryc2j2mmy5pxcid2gpchcvrra82fq_xoo53har0.png?w=237&#038;h=420" height="420" width="237" /></a>The founder told me he hit on the idea for the novel way to scan the news while studying for his History &#8220;GCSE&#8221; (an exam that all British school kids sit before their junior year). He quickly became frustrated by thousands of web search results that were slow to load and sometimes impossible to access on mobile.</p>
<p>&#8220;There has to be a way to summarize this information into bite-size,&#8221; he said. Trimit, the app he developed, summarized content into 140, 500 or 1,000 character summaries. With a little finessing, he moved on to Summly, which can automatically break down full pages of text into bullet-points. <em><br />
</em></p>
<p>Most summarization experts have yet to apply their knowledge to a mainstream market. In a highly strategic move, D&#8217;Aloisio is applying the technology to the news, since, as he said, &#8220;No one had figured out how to perfect the news-reading experience on mobile.&#8221; In many cases, it&#8217;s relatively simple: Most journalists still write in the Associated Press (AP) style, so the first paragraph contains the crux of the news.</p>
<p>It&#8217;s not nearly as straight-forward as cropping the first few sentences, however. In the background, the technology works by scraping content, pulling out the most important bits, categorizing each story by topic, and displaying the news in a highly visual way. The summarized stories fit comfortably on your screen (tailored to both the iPhone 4 and 5).</p>
<p>At a coffee shop in San Francisco, D&#8217;Aloisio led me through a demo of the app: It&#8217;s a highly intuitive with the algorithm working to recommend news stories to you based on your pre-existing set of interests. As you shift location (from the UK to the U.S., for instance), the stories will change as well.</p>
<p>In person, D&#8217;Aloisio is wise beyond his years. It&#8217;s hard to believe this media-savvy, sharp-talking business executive is a teenager taking a leave of absence from school. He is both a high-school student and an employer. No longer a solo coder, he now has a team of seven people working for him. In addition, half a dozen researchers at SRI, the non-profit technology research institute based in Silicon Valley, are working with D&#8217;Aloisio to perfect the algorithm.</p>
<p>Some major technical hurdles  remain: Magazine-style features are tougher to summarize, and are often thrown out by the algorithm. The team is currently working on auto-translation (notoriously problematic and obvious to anyone who has ever used Google Translate, BabelFish and the like), and they have plans to integrate French and Spanish into the app. If they get it right, it could be a neat language-learning tool.</p>
<p>The team will also butt heads with Pulse, Flipboard, and a host of other beautifully-designed news-reading apps, especially since it is in the process of designing an interface for tablet devices. To succeed, it will need to win over voracious news consumers who routinely use web-based aggregators like Google Reader. The competition for these users is heating up: <a href="http://venturebeat.com/2012/10/15/something-new-in-news-circa-launches-a-mobile-app-in-which-news-follows-you/">Circa is experimenting with ways to re-frame the news on mobile</a>, and <a href="http://venturebeat.com/2012/09/05/newsblur-ipad/">NewsBlur, a Y Combinator alum, recently launched its iPad app</a>.</p>
<p>Summly is backed by several investors, including Horizons Ventures, Ashton Kutcher, Betaworks, Brian Chesky, Hosain Rahman, Joanna Shields, Josh Kushner, Mark Pincus, Matt Mullenweg, Stephen Fry, Troy Carter, Yoko Ono and many more.</p>
<p><em>Top image: <a href="http://www.wired.co.uk/magazine/archive/2012/04/start/overloads-overlord" target="_blank">Wired UK</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/entrepreneur/'>Entrepreneur</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=567502&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-mobile .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat img {
float:left;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/01/summly-launch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/nick-summly.jpg?w=123" /><source url="http://venturebeat.com/2012/11/01/summly-launch/">Meet the Internet boy genius with an app to summarize the news</source>
		<media:content url="http://2.gravatar.com/avatar/54db9fa0da02d1fe98a5197333d6d08f?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">christinafarr</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/untitled-1_204-1.jpeg" medium="image">
			<media:title type="html">Untitled-1_204-1</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/nick-summly.jpg" medium="image">
			<media:title type="html">nick-summly</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/gupsryc2j2mmy5pxcid2gpchcvrra82fq_xoo53har0.png" medium="image">
			<media:title type="html">GupSRyc2j2MmY5PXcID2gpChCvrrA82fq_Xoo53haR0</media:title>
		</media:content>
	</item>
		<item>
		<title>Exclusive: PHP, the web&#8217;s most popular programming language, is coming to mobile</title>
		<link>http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/</link>
		<comments>http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 13:30:04 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[exclusive]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=540278</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> How do you top building the language that's behind a third of the&#160;web?</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=540278&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/php-code/" rel="attachment wp-att-543118"><img class="aligncenter size-full wp-image-543118" title="php-code" alt="" src="http://venturebeat.files.wordpress.com/2012/10/php-code.jpg?w=750&#038;h=480" height="480" width="750" /></a></p>
<p>A certain kind of developer loves to hate on PHP. They are <em>really</em> going to hate where PHP&#8217;s custodians are taking it next.</p>
<p>PHP was created by Danish programmer Rasmus Lerdorf in 1995. In 1997, Israeli programmers Andi Gutmans and Zeev Suraski rewrote the parser, creating the base for PHP 3. By 1999, they had built the Zend Engine, which is still the interpreter for PHP.</p>
<hr />
<p>Update October 18: Andi Gutmans just <a href="http://venturebeat.com/2012/10/18/zend-to-5-million-php-developers-well-help-you-build-for-mobile-and-cloud/">gave us more details about where PHP is going in mobile</a>.</p>
<hr />
<p>Gutmans and Suraski continued their partnership with <a href="http://www.zend.com/en/" target="_blank" target="_blank">Zend Technologies</a>, a commercial entity that creates add-on products and services for PHP developers, particularly developers in the enterprise.</p>
<p>Today, after multiple massive iterations to the codebase, 35 percent of web traffic is handled by PHP, says Gutmans. Wikipedia says <a href="http://en.wikipedia.org/wiki/PHP#Usage" target="_blank">75 percent of websites use PHP</a>. Facebook, Wikipedia, Yahoo, and Photobucket are all built in PHP. WordPress, the most popular blogging platform in the world, runs on PHP and probably accounts <a href="http://allfacebook.com/wordpress-plugin_b91464" target="_blank">for half of that 35 percent</a>. Most of the other major content management systems, such as Drupal and Joomla, are also built in PHP.</p>
<h3>No respect?</h3>
<p>Still, the language can&#8217;t seem to get any respect and has been <a href="http://blog.mailchimp.com/ewww-you-use-php/" target="_blank" target="_blank">derided for years</a> by programmers coding in C, Java, .NET, Python, or Ruby. In terms of trends, PHP as a search term has been dropping for years, and the mobile app revolution has led to the revival of Objective-C and Java.</p>
<p><img class="aligncenter size-full wp-image-540291" title="Screen Shot 2012-09-26 at 5.40.59 PM" alt="" src="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-26-at-5-40-59-pm.png?w=604&#038;h=300" height="300" width="604" /></p>
<p>So is the programming language that powers so much of the web disappearing gently into the night?</p>
<p>Not if Gutmans has anything to say about it. VentureBeat talked to him about PHP and the future, and he&#8217;s more bullish than ever, especially when it comes to the mobile-focused ace up his sleeve.</p>
<h3>Riding the U.S.S. Enterprise</h3>
<p>&#8220;All dynamic languages are gaining share from Java and .NET right now,&#8221; says Gutmans. &#8220;We&#8217;re getting a lot of benefit.&#8221;</p>
<div id="attachment_540309" class="wp-caption alignright" style="width: 190px"><a href="http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/180px-andi_gutmans_1/" rel="attachment wp-att-540309"><img class="size-full wp-image-540309" title="180px-Andi_Gutmans_1" alt="" src="http://venturebeat.files.wordpress.com/2012/09/180px-andi_gutmans_1.jpg?w=180&#038;h=244" height="244" width="180" /></a><div class="vb_image_source"><span>Source:</span> Wikipedia</div><p class="wp-caption-text">Andi Gutmans</p></div>
<p>So the noise around trendier technologies like Ruby on Rails or Node.js doesn&#8217;t especially bother him. Mindshare is nice, of course, but market share is nicer. And market share is what Gutmans is focused on, especially in the enterprise.</p>
<p>&#8220;From a maturity point of view,&#8221; Gutmans told me, &#8220;I don&#8217;t think any other dynamic language right now has the full tool set. Our competition is Java and .NET &#8230; never with other dynamic languages.&#8221;</p>
<p>While he likes what Ruby on Rails is doing, and thinks there are some things there that PHP can learn and grow from, Gutmans points to PHP&#8217;s massive support in packaged solutions like <a href="http://wordpress.org" target="_blank" target="_blank">WordPress</a>, <a href="http://drupal.org/" target="_blank" target="_blank">Drupal</a>, and <a href="http://www.magentocommerce.com/" target="_blank" target="_blank">Magento</a>.</p>
<p>&#8220;We&#8217;re better off than we were eight years ago &#8230; today we&#8217;re the only ones who have really hit the mainstream enterprise,&#8221; says Gutmans. &#8220;We do believe that the momentum and the size of PHP will continue. We don&#8217;t see it slowing down right now.&#8221;</p>
<p>Gutmans speaks with the enthusiasm of a founder; of course, there <em>are</em> other companies catering to the PHP-related needs of the enterprise. But Zend remains one of the biggest and best-known, especially due to its provenance.</p>
<p>And he&#8217;s got a point: Two-thirds of developers <a href="http://venturebeat.com/2012/09/21/treehouse-php/">in a recent study</a> reported spending half their time in PHP. And in a recent study by Rails developer <a href="http://5kmvp.com/" target="_blank">Marc Gayle</a>, <a href="http://techcrunch.com/2012/09/30/an-analysis-of-market-demand-for-web-programming-languages/" target="_blank">half </a>of all developer job postings on Craigslist call for PHP developers. When I talked to Gayle, he surmised the reason might be PHP&#8217;s super-popular content management systems.</p>
<p>&#8220;I think that is skewing the results,&#8221; he said. &#8220;But I can&#8217;t be sure.&#8221;</p>
<h3>And a mysterious mobile story, coming soon</h3>
<p>When it comes to mobile apps, Gutmans sides with the likes of <a href="http://venturebeat.com/2012/09/07/firefox-os-apps/">JavaScript creator Brendan Eich</a> in a firmly held belief that the web and web languages will eventually catch up and win out over native stacks.</p>
<p>But, he hinted to me, PHP and Zend will be providing client-side app-enabling tools.</p>
<p>Gutmans declined to comment further, saying he would only announce the full details at Zend&#8217;s conference in late October. However, it sounds like PHP will have a mobile app story of some sort, in spite of being the web&#8217;s predominant server-side language.</p>
<p>What that looks like and how it will be distributed is still mysterious. But a strong mobile story, says Gutmans, will only help PHP continue to grow.</p>
<p>It&#8217;s hard to argue with that.</p>
<p><em>photo credit: <a href="http://redbonzai.com/update-multiple-rows-in-a-single-query/" target="_blank">Red Bonzai</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=540278&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/php-code.jpg?w=160" /><source url="http://venturebeat.com/2012/10/02/php-andi-gutmans-future-mobile/">Exclusive: PHP, the web&#8217;s most popular programming language, is coming to mobile</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/10/php-code.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/10/php-code.jpg?w=160" medium="image">
			<media:title type="html">php-code</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/php-code.jpg" medium="image">
			<media:title type="html">php-code</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-26-at-5-40-59-pm.png" medium="image">
			<media:title type="html">Screen Shot 2012-09-26 at 5.40.59 PM</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/180px-andi_gutmans_1.jpg" medium="image">
			<media:title type="html">180px-Andi_Gutmans_1</media:title>
		</media:content>
	</item>
		<item>
		<title>Wanna learn to code? Here&#8217;s your chance</title>
		<link>http://venturebeat.com/2012/09/10/wanna-learn-to-code-heres-your-chance/</link>
		<comments>http://venturebeat.com/2012/09/10/wanna-learn-to-code-heres-your-chance/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 13:38:28 +0000</pubDate>
		<dc:creator>VentureBeat Staff</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Top stories]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web developing]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=526960</guid>
		<description><![CDATA[<p>Our six different courses combine for hundreds of lectures and over 70 hours of curriculum on writing code for websites, iOS games and applications, Ruby on Rails, PS6, and&#160;more.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=526960&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="https://store.venturebeat.com/sales/learn-to-code-bootcamp-bundle"><img class="aligncenter size-full wp-image-527081" title="Learn To Code Everything" src="http://venturebeat.files.wordpress.com/2012/09/codeeverything.png?w=500&#038;h=281" alt="" width="500" height="281" /></a></p>
<p><a href="https://store.venturebeat.com/sales/learn-to-code-bootcamp-bundle">Learning to code </a> is overwhelming. As with any daunting task, it can be difficult to know where to start. Learning code is like dieting: Under all the gimmicks and claims is a core formula to success that requires hard work and determination. Once you get this simple principle, you can achieve sustainable,<em> real</em> progress in your goals. Code is similar to dieting in that you really can&#8217;t take any shortcuts.</p>
<p>That&#8217;s why we&#8217;ve put together <a href="https://store.venturebeat.com/sales/learn-to-code-bootcamp-bundle">comprehensive coding bootcamp bundle</a>. Don&#8217;t let the title deter you. The &#8220;bootcamp&#8221; is as strenuous as the student desires. Keep in mind the bundle covers coding instruction for websites, iOS games, iOS apps, Ruby on Rails, PS6, and more, so your options are plentiful and completely up to you. Six different courses combine for <a href="https://store.venturebeat.com/sales/learn-to-code-bootcamp-bundle">hundreds of lectures and over 70 hours of curriculum</a>. Don&#8217;t fret, though; each lecture is brief, with essential aspects to the courses respective coding language allowing you to move at your own speed, honing in specific skills. I know online education has its skeptics. I love traditional classrooms, too, but learning at your pace and convenience makes online courses extraordinary educational tools.</p>
<p>Each of the professors have impressive credentials, experiencing immense levels of success in their area of programming expertise. Computers have only been prevalent for two decades, making standards for teaching code nearly invisible in comparison to the liberal arts. Your coding professors were and are at the forefront of this new age art. Not only are these some of the first to learn code, but they&#8217;re also among the first to discover its nuances, making them ideal candidates to get you up and running. Don&#8217;t hesitate to learn more about them under the &#8220;read more&#8221; button on the <a href="https://store.venturebeat.com/sales/learn-to-code-bootcamp-bundle">Learn To Code Bootcamp sale page</a>.</p>
<p>This is a serious bargain for anyone <a href="https://store.venturebeat.com/sales/learn-to-code-bootcamp-bundle">interested in learning to code</a>. If one coding language is not working for you, feel free try another without the financial repercussions. For less than the price of one community college course, you can&#8217;t go wrong!</p>
<br />Filed under: <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>, <a href='http://venturebeat.com/category/top-stories/'>Top stories</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=526960&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/10/wanna-learn-to-code-heres-your-chance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/codeeverything.png?w=160" /><source url="http://venturebeat.com/2012/09/10/wanna-learn-to-code-heres-your-chance/">Wanna learn to code? Here&#8217;s your chance</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/09/codeeverything.png?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/09/codeeverything.png?w=160" medium="image">
			<media:title type="html">Learn To Code Everything</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/30088adddf362dadf8bd6452f04f7391?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">stacksocial</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/codeeverything.png" medium="image">
			<media:title type="html">Learn To Code Everything</media:title>
		</media:content>
	</item>
		<item>
		<title>Guess who&#8217;s winning the brains race, with 100% of first graders learning to code?</title>
		<link>http://venturebeat.com/2012/09/04/estonia-code-academy/</link>
		<comments>http://venturebeat.com/2012/09/04/estonia-code-academy/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 18:39:26 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Estonia]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=524983</guid>
		<description><![CDATA[<p>We're reading today that Estonia is implementing a new education program that will have 100 percent of publicly educated students learning to write&#160;code.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=524983&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-525015" title="estonia brains race" src="http://venturebeat.files.wordpress.com/2012/09/estonia-brains-race.jpg?w=1000&#038;h=667" alt="" width="1000" height="667" /></p>
<p>It&#8217;s Estonia!</p>
<p>We&#8217;re <a href="http://www.tiigrihype.ee/et/uudised/programmeerimine-jouab-iga-koolilapseni" target="_blank" target="_blank">reading</a> today that Estonia is implementing a new education program that will have 100 percent of publicly educated students learning to write code.</p>
<p>Called ProgeTiiger, the new initiative aims to turn children from avid consumers of technology (which they naturally are; try giving a 5-year-old an iPad sometime) into developers of technology (which they are not; see <a href="http://cra.org/uploads/documents/resources/taulbee/CRATaulbeeReport-StudentEnrollment-07-08.pdf" target="_blank" target="_blank">downward-spiraling</a> computer science university degree program enrollment stats).</p>
<p>ProgreTiiger education will start with students in the first grade, which starts around the age of 7 or 8 for Estonians. The compsci education will continue through a student&#8217;s final years of public school, around age 16. Teachers are being trained on the new skills, and private sector IT companies are also getting involved, which makes sense, given that these entities will likely end up being the long-term beneficiaries of a technologically literate populace.</p>
<p>The ProgreTiiger program is launching at a few pilot schools and will soon be rolling out to all general education schools in Estonia.</p>
<p>By contrast, the U.S. public education system has been described as &#8220;<a href="http://www.acm.org/runningonempty/" target="_blank" target="_blank">running on empty</a>&#8221; when it comes to tech literacy, leaving young adults unprepared to compete in a digitally driven economy.</p>
<p>In 2009 and 2010, the Association for Computing Machinery (ACM) and the Computer Science Teachers Association (CSTA) conducted a joint study and found that most public schools in the U.S. focus only on the consumer aspects of using computers.</p>
<p>Rather than truly teaching kids about computers, we&#8217;re teaching them to see the machines and programs as mysterious tools, offering little or no instruction about &#8220;the conceptual aspects of computer science that lay the foundation for innovation and deeper study in the field (for example, develop an understanding of an algorithm,&#8221; the report&#8217;s <a href="http://www.acm.org/runningonempty/findings.html" target="_blank" target="_blank">findings</a> state.</p>
<p>Already, in hacking competitions around the world, Eastern European programmers are often leading the pack. Estonia&#8217;s new bid for comp-sci dominance has increased the odds of that occurrence and will likely help Estonia in the international competition for jobs, capital, and talent in a growing tech economy.</p>
<p><em>Top image courtesy of <a href="http://www.shutterstock.com/cat.mhtml?lang=en&amp;search_source=search_form&amp;version=llv1&amp;anyorall=all&amp;safesearch=1&amp;searchterm=kid+computer+smart&amp;search_group=&amp;orient=&amp;search_cat=&amp;searchtermx=&amp;photographer_name=&amp;people_gender=&amp;people_age=&amp;people_ethnicity=&amp;people_number=&amp;commercial_ok=&amp;color=&amp;show_color_wheel=1#id=105485195&amp;src=e449c7571269ec721156f34491234495-1-60" target="_blank" target="_blank">Kiselev Andrey Valerevich</a>, Shutterstock</em></p>
<p><em>Hat tip: <a href="http://ubuntulife.net/computer-programming-for-all-estonian-schoolchildren/" target="_blank" target="_blank">UbuntuLife</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=524983&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/04/estonia-code-academy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/estonia-brains-race.jpg?w=160" /><source url="http://venturebeat.com/2012/09/04/estonia-code-academy/">Guess who&#8217;s winning the brains race, with 100% of first graders learning to code?</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/09/estonia-brains-race.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/09/estonia-brains-race.jpg?w=160" medium="image">
			<media:title type="html">estonia brains race</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/estonia-brains-race.jpg" medium="image">
			<media:title type="html">estonia brains race</media:title>
		</media:content>
	</item>
		<item>
		<title>85 free e-books on developing for Windows, Azure, Windows Phone, SQL Server, and more</title>
		<link>http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/</link>
		<comments>http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 05:09:45 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=502324</guid>
		<description><![CDATA[<p>Just a few days ago Eric Ligman, Microsoft&#8217;s director of partner experience, posted a massive list of free e-books from Microsoft on programming everything Redmondish.</p>
<p>It&#8217;s a potential treasure trove for those who develop for Microsoft, or work in a&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=502324&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/books-ahoy/" rel="attachment wp-att-502526"><img class="aligncenter size-full wp-image-502526" title="books-ahoy" src="http://venturebeat.files.wordpress.com/2012/08/books-ahoy.jpg?w=665&#038;h=406" alt="" width="665" height="406" /></a>Just a few days ago Eric Ligman, Microsoft&#8217;s director of partner experience, posted a <a href="http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/27/large-collection-of-free-microsoft-ebooks-for-you-including-sharepoint-visual-studio-windows-phone-windows-8-office-365-office-2010-sql-server-2012-azure-and-more.aspx" target="_blank">massive list of free e-books</a> from Microsoft on programming everything Redmondish.</p>
<p>It&#8217;s a potential treasure trove for those who develop for Microsoft, or work in a Microsoft environment, and want to broaden their skills. I&#8217;ve included a few of the potentially most interesting below &#8212; but be sure to check out the full selection.</p>
<p>Web geeks who want to start building Windows 8 apps might want to check out <em>Programming Windows 8 Apps</em>, which will show you how to use your Javascript, HTML, and CSS skills to program for the desktop in Windows 8.</p>
<p>Or, if you&#8217;re a mobile developer and are thinking of possibly throwing an app on the Windows Phone platform, Ligman has listed a few books for you as well that will have you up and running with Silverlight, XAML, and sprites in no time.</p>
<p><a href="http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/screen-shot-2012-08-02-at-9-43-51-pm/" rel="attachment wp-att-502327"><img class="aligncenter size-full wp-image-502327" title="Windows programming ebooks" src="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-9-43-51-pm.png?w=577&#038;h=166" alt="" width="577" height="166" /></a></p>
<p>IT administrators might find this set of books more helpful: a Microsoft Office 365 handbook for the more adventurous, and Office 2010 for the majority of you who are in corporate environments that stay just slightly off the bleeding edge.</p>
<p><a href="http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/screen-shot-2012-08-02-at-9-51-57-pm/" rel="attachment wp-att-502329"><img class="aligncenter size-full wp-image-502329" title="Microsoft Office ebooks" src="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-9-51-57-pm.png?w=579&#038;h=162" alt="" width="579" height="162" /></a></p>
<p>Staying with IT theme, <em>Understanding Microsoft Virtualization R2 Solutions</em> might be useful. Server room jockies will likely find something to learn in <em>Windows Server 2012</em>. And database administrators? There are a least eight different SQL e-books in Ligman&#8217;s list &#8212; all for free.</p>
<p><a href="http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/screen-shot-2012-08-02-at-9-54-15-pm/" rel="attachment wp-att-502330"><img class="aligncenter size-full wp-image-502330" title="Microsoft SQL ebooks" src="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-9-54-15-pm.png?w=570&#038;h=163" alt="" width="570" height="163" /></a></p>
<p>None these will be helpful, of course, if you&#8217;re not in a Microsoft shop.</p>
<p>But for those who are, take a look at both this list and a <a href="http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/30/another-large-collection-of-free-microsoft-ebooks-and-resource-kits-for-you-including-sharepoint-2013-office-2013-office-365-duet-2-0-azure-cloud-windows-phone-lync-dynamics-crm-and-more.aspx?wa=wsignin1.0" target="_blank">secondary list</a> that Ligman posted that includes resources on developing for Azure, Microsoft&#8217;s cloud:</p>
<p><a href="http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/screen-shot-2012-08-02-at-10-02-21-pm/" rel="attachment wp-att-502333"><img class="aligncenter size-full wp-image-502333" title="Free Microsoft ebooks" src="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-10-02-21-pm.png?w=566&#038;h=161" alt="" width="566" height="161" /></a></p>
<p>&nbsp;</p>
<p><em>Image credit: <a href="http://www.shutterstock.com/pic-61732582/stock-photo-this-is-a-storm-in-the-book-sea-many-books-on-white-background.html?src=c1b553b934b073634504c49f2e54c789-1-15" target="_blank">Vladimir Melnikov/ShutterStock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=502324&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/free-microsoft-ebooks.jpg?w=160" /><source url="http://venturebeat.com/2012/08/02/85-free-ebooks-microsoft/">85 free e-books on developing for Windows, Azure, Windows Phone, SQL Server, and more</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/08/free-microsoft-ebooks.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/08/free-microsoft-ebooks.jpg?w=160" medium="image">
			<media:title type="html">free-microsoft-ebooks</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/books-ahoy.jpg" medium="image">
			<media:title type="html">books-ahoy</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-9-43-51-pm.png" medium="image">
			<media:title type="html">Windows programming ebooks</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-9-51-57-pm.png" medium="image">
			<media:title type="html">Microsoft Office ebooks</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-9-54-15-pm.png" medium="image">
			<media:title type="html">Microsoft SQL ebooks</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-02-at-10-02-21-pm.png" medium="image">
			<media:title type="html">Free Microsoft ebooks</media:title>
		</media:content>
	</item>
		<item>
		<title>Codecademy gets new money from Index, Kleiner Perkins, &amp; Richard Freaking Branson</title>
		<link>http://venturebeat.com/2012/06/19/codecademy-10-mill-from-the-spaceman-himself/</link>
		<comments>http://venturebeat.com/2012/06/19/codecademy-10-mill-from-the-spaceman-himself/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 11:00:07 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=476577</guid>
		<description><![CDATA[</p>
<p>Sir Richard Branson: When he&#8217;s not figuring out commercial space travel, he&#8217;s making it rain on the kids from Codecademy. Gotta love the guy.</p>
<p>Branson is just one of a whole school of big fish who&#8217;ve chipped in on Codecademy&#8217;s&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=476577&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-476592" title="olly hacker 2" src="http://venturebeat.files.wordpress.com/2012/06/olly-hacker-2.jpg?w=1000&#038;h=663" alt="" width="1000" height="663" /></p>
<p>Sir Richard Branson: When he&#8217;s not figuring out commercial space travel, he&#8217;s making it rain on the kids from <a href="http://www.codecademy.com/" target="_blank" target="_blank">Codecademy</a>. Gotta love the guy.</p>
<p>Branson is just one of a whole school of big fish who&#8217;ve chipped in on Codecademy&#8217;s newest round of funding. The team took home $10 million <em>in toto</em>, and the round also brought in Silicon Valley firms such as Index Ventures and Kleiner Perkins as well as Russian entrepreneur/investor Yuri Milner.</p>
<p><a href="http://venturebeat.com/company/codecademy">Codecademy</a>, the drop-dead simple site that teaches you how to code, also saw participation from all its <a href="http://venturebeat.com/2011/10/27/codecademy-2-5-million/">previous investors</a> (Tim O&#8217;Reilly, Mike Arrington, Ron Conway, and a few others), a good sign, to be sure.</p>
<p>Codecademy certainly deserves the new round. It&#8217;s used previous funding to aggressively deliver on its promise of teaching the world to code. When the startup launched at a Y Combinator demo day <a href="http://venturebeat.com/2011/08/26/codecademy/">eleven short months ago</a>, we were impressed by a) the team&#8217;s youth, and b) the elegant execution on a truly worthwhile mission.</p>
<p>“This is the first time programming has been truly democratized,&#8221; said co-founder Zach Sims at that time. &#8220;It’s available to anyone with a computer and it’s easy to follow. We think creating a new generation of programmers will help to raise employment and the standard of living for those individuals. It’s preparing the world for the future.”</p>
<p>Since the launch, the team has rolled out more coding instruction in <a href="http://venturebeat.com/2012/04/02/codecademy-html-css/">new programming languages</a>, an ambitious <a href="http://venturebeat.com/2012/01/02/codecademy-code-year/">challenge for 2012</a> called Code Year, and a platform for <a href="http://venturebeat.com/2012/01/30/teach-development-courses-on-codecademy/">those who want to teach</a> others how to code.</p>
<p>In the near future, expect to see Codecademy continuing its growth by expanding into new geographies and new languages &#8212; and not just programming languages.</p>
<p>&#8220;The new money will be used to internationalize Codecademy and bring it to places it&#8217;s already,&#8221; Sims told VentureBeat in an email today. &#8220;More than 50 percent of our users are international, and we&#8217;re looking to use this capital and Index&#8217;s international expertise to further our international adoption.&#8221;</p>
<p>Sims said the team already has support from its userbase for this kind of expansion. &#8220;Our course creator community is vibrant, with tens of thousands of courses completed in English and other languages,&#8221; he said. &#8220;We&#8217;re starting to see courses in other languages, and scores of users have started translating our existing courses into other languages.&#8221;</p>
<p>The nine-person team has its headquarters in New York City. To date, more than 25,000 people have created courses, and millions of individuals have used the site to learn about computer programming. More than 50 million exercises have been completed, with more than 100 code snippets submitted for a curriculum of more than 400 separate courses.</p>
<p><em>Image courtesy of <a href="http://www.shutterstock.com/pic-86123638/stock-photo-young-man-typing-on-a-keyboard-in-front-of-a-computer-screen.html" target="_blank" target="_blank">olly</a>, Shutterstock</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=476577&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/06/19/codecademy-10-mill-from-the-spaceman-himself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/06/olly-hacker-2.jpg?w=160" /><source url="http://venturebeat.com/2012/06/19/codecademy-10-mill-from-the-spaceman-himself/">Codecademy gets new money from Index, Kleiner Perkins, &amp; Richard Freaking Branson</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/06/olly-hacker-2.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/06/olly-hacker-2.jpg?w=160" medium="image">
			<media:title type="html">olly hacker 2</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/06/olly-hacker-2.jpg" medium="image">
			<media:title type="html">olly hacker 2</media:title>
		</media:content>
	</item>
		<item>
		<title>Just in time for WWDC, here&#8217;s a hack for iOS programming on non-Macs</title>
		<link>http://venturebeat.com/2012/06/11/programr-ios/</link>
		<comments>http://venturebeat.com/2012/06/11/programr-ios/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 14:00:08 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=471559</guid>
		<description><![CDATA[</p>
<p>If you&#8217;ve ever done or wanted to build an iPhone app, you know you pretty much need a Mac to get the job done.</p>
<p>As of today, we&#8217;ve got a brilliant new workaround, and it&#8217;s super simple &#8212; nothing to&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=471559&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2012/06/learn-to-code-company.jpg?w=1000&#038;h=666" alt="" title="learn to code company" width="1000" height="666" class="aligncenter size-full wp-image-471581" /></p>
<p>If you&#8217;ve ever done or wanted to build an iPhone app, you know you pretty much need a Mac to get the job done.</p>
<p>As of today, we&#8217;ve got a brilliant new workaround, and it&#8217;s super simple &#8212; nothing to install, nothing to download. It&#8217;s an iOS lab and iPhone simulator all running in the browser, courtesy of the guys at <a href="http://www.programr.com/" target="_blank" target="_blank">Programr</a>. </p>
<p>Unlike other products for Windows- or Linux-running iOS devs, Programr&#8217;s IOS lab allows you to write and compile in Objective-C in the browser without the usual run-around of writing apps in Java and cross-compiling it to Objective-C or using products like Appcelerator, which leaves you with a native app that might be mostly HTML/JavaScript.</p>
<p>And once your code is written and compiled, you can take your shiny new app for a test drive &#8212; also directly within the browser.</p>
<p>There&#8217;s still no &#8220;official,&#8221; Apple-sanctioned way to build iOS apps on Windows or Linux, and there may never be. In fact, experts have suggested that even Programr&#8217;s clever solution might run afoul of the iOS ADK license agreement because of the simulator.</p>
<p>Even so, the Programr iOS lab is interesting and has merit. Check &#8216;er out:</p>

<a href='http://venturebeat.com/vb_gallery/programr-ios-lab/programr-1/' title='programr 1'><img width="160" height="92" src="http://venturebeat.files.wordpress.com/2012/06/programr-1.png?w=160&#038;h=92" class="attachment-thumbnail" alt="The landing page for a typical programming project -- in this case, a simple iPhone game." /></a>

<p>Programr first pitched itself to us as a <a href="http://venturebeat.com/company/codecademy/">Codecademy</a> competitor; however, what it&#8217;s doing is quite different from Codecademy&#8217;s pared-down, beginner-friendly fare. While you&#8217;ll be seeing some of the same languages on Programr and Codecademy, the former seems to be better suited to the intermediate developer.</p>
<p>Programr also has Android programming tools and will soon be launching a coding lab that will run within Facebook.</p>
<p>Programr was founded by Rajesh Moorjani, Santosh Surve, and Dileep Dharma, developers who have known each other for the past decade and who have worked on projects for some pretty big-name clients, including Microsoft, Symantec, and Doubleclick.</p>
<p>The team is actively seeking funding. The Fremont-based startup has been bootstrapped to date.</p>
<p><em>Top image courtesy of <a href="http://www.shutterstock.com/pic-87036080/stock-photo-young-man-using-a-laptop.html?src=5b73e67f541c827adc5727a4a5dff09c-1-33" target="_blank" target="_blank">olly</a>, Shutterstock</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=471559&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/06/11/programr-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/06/learn-to-code-company.jpg?w=160" /><source url="http://venturebeat.com/2012/06/11/programr-ios/">Just in time for WWDC, here&#8217;s a hack for iOS programming on non-Macs</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/06/learn-to-code-company.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/06/learn-to-code-company.jpg?w=160" medium="image">
			<media:title type="html">learn to code company</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/06/learn-to-code-company.jpg" medium="image">
			<media:title type="html">learn to code company</media:title>
		</media:content>
	</item>
		<item>
		<title>Why and how Etsy is targeting women programmers</title>
		<link>http://venturebeat.com/2012/04/07/why-and-how-etsy-is-targeting-women-programmers/</link>
		<comments>http://venturebeat.com/2012/04/07/why-and-how-etsy-is-targeting-women-programmers/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:30:51 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[diversity]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=413481</guid>
		<description><![CDATA[</p>
<p>This week, we told you about Etsy&#8217;s new grant program to get women into a summer school for hackers.  </p>
<p>Marc Hedlund (pictured) is Etsy&#8217;s vice president in charge of all things engineering-related, and he&#8217;s actually the one who spearhearded the&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=413481&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2012/04/marc-hedlund-etsy-women-programmers.jpg?w=655&#038;h=310" alt="" title="marc-hedlund-etsy-women-programmers" width="655" height="310" class="aligncenter size-full wp-image-413510" /></p>
<p>This week, we told you about Etsy&#8217;s <a href="http://venturebeat.com/2012/04/06/etsy-women-hacker-grant/">new grant program</a> to get women into a summer school for hackers.  </p>
<p>Marc Hedlund (pictured) is Etsy&#8217;s vice president in charge of all things engineering-related, and he&#8217;s actually the one who spearhearded the initiative. Hedlund first approached Hacker School co-founder Nick Bergson-Shilcock earlier this year with the idea of providing financial support to women who wanted to attend Hacker School&#8217;s intensive summer session. </p>
<p>&#8220;Marc&#8217;s idea was awesome: Etsy would host and sponsor the next batch of Hacker School and provide scholarships to get as many qualified women into the batch as possible,&#8221; Bergson-Shilcock wrote on the Hacker School <a href="https://www.hackerschool.com/blog/1-summer-2012-applications-open" target="_blank" target="_blank">blog</a>.</p>
<p>The idea isn&#8217;t immune from controversy. On aggregation site Hacker News, commenters expressed concerns about the grant program, writing things like, &#8221; I dislike the implicit message being sent by offering money specifically to women to go into engineering/computer science&#8221; and &#8220;How [is] giving money to women <em>because they are women</em> [not] sexism?&#8221;</p>
<p>So, to clarify the grant program&#8217;s premise and to get the information straight from the horse&#8217;s mouth, we went to Hedlund for a frank chat about why and how Etsy is singling out women for financial aid in their programming educations.</p>
<p><em><strong>VentureBeat:</strong> Why does Etsy think it&#8217;s important to specifically reach out to women?</em></p>
<p><strong>Marc Hedlund:</strong> While I&#8217;ve seen very small numbers of women in engineering departments elsewhere, it seems like Etsy has both a huge amount to gain from employing female developers who love and use the site, and a great platform with which to recruit women, whether engineers or otherwise. The company has historically had many very strong and talented women working with us, but not enough of them in Engineering and Operations. We felt that we had a better shot at making a meaningful difference on this issue than almost anyone out there, and that in some ways we stood to benefit more, too.</p>
<p><em><strong>VB:</strong> What role to women play in the larger Etsy community?</em> </p>
<p><strong>MH:</strong> Women make up the majority of Etsy members, both as buyers and sellers. Hundreds of thousands of women run their businesses on Etsy. Within the company as a whole, we are fairly well balanced. Although the Engineering and Operations teams are mostly male, many of the other teams are heavily female. It&#8217;s safe to say that women play a vital part in everything that happens on the site.  </p>
<p>I would say that this makes Etsy a great place to begin to address the larger problem across the industry. </p>
<p><em><strong>VB:</strong> What will the summer program be like?</em></p>
<p><strong>MH:</strong> Unlike most schools, there are no grades, teachers, or formal curricula. Instead, Hacker School is entirely project-based. Two of these rules are &#8220;No well-actuallys&#8221; and &#8220;no feigning surprise.&#8221; We don&#8217;t have these rules to make Hacker School &#8220;female-friendly.&#8221; We have these rules because we think they make Hacker School human-friendly. We have them because they help remove the ego and fear of embarrassment that so frequently get in the way of education.</p>
<p>Students have written Ruby gems, Python web frameworks, JavaScript libraries, and code in everything from Erlang to Haskell. Everyone writes free and open source software, because it would be antithetical to Hacker School to write code that couldn&#8217;t be read, used, and improved by others.</p>
<p><em><strong>VB:</strong> What skill level do you need to apply? What languages do you need to know?</em></p>
<p><strong>MH:</strong> Applicants should love programming. That&#8217;s most important. The Hacker School program spends time talking about technical problems and writing code, not working on startups and products.</p>
<p>They look for curiosity, passion, raw intelligence and a desire to build things. The best way to show this is to have a track record of writing code and learning new things.</p>
<p>Hacker School will be selecting female students the same way they&#8217;ll be selecting the men. They&#8217;re looking for people who are passionate about writing code, playing with technology, and learning in a collaborative, group environment. The Etsy grants will be given based on financial need, which will be determined on the honor code. It&#8217;s important to note that Hacker School is free. The scholarship money is meant to cover living expenses. New York City can be pricey!</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/oreillyconf/5036502241/" target="_blank" target="_blank">James Duncan Davidson</a>, Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=413481&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/04/07/why-and-how-etsy-is-targeting-women-programmers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/04/marc-hedlund-etsy-women-programmers.jpg?w=160" /><source url="http://venturebeat.com/2012/04/07/why-and-how-etsy-is-targeting-women-programmers/">Why and how Etsy is targeting women programmers</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/04/marc-hedlund-etsy-women-programmers.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/04/marc-hedlund-etsy-women-programmers.jpg?w=160" medium="image">
			<media:title type="html">marc-hedlund-etsy-women-programmers</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/04/marc-hedlund-etsy-women-programmers.jpg" medium="image">
			<media:title type="html">marc-hedlund-etsy-women-programmers</media:title>
		</media:content>
	</item>
		<item>
		<title>Who is the new business programmer?</title>
		<link>http://venturebeat.com/2012/04/04/who-is-the-new-business-programmer/</link>
		<comments>http://venturebeat.com/2012/04/04/who-is-the-new-business-programmer/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 20:13:21 +0000</pubDate>
		<dc:creator>Ka Wai Cheung</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=412238</guid>
		<description><![CDATA[<p><span class="post-label guest-post">Guest Post</span>
</p>
<p>The original dot-com bubble was an empty canvas that quickly filled up with overnight, more-talk-than-substance sensations. </p>
<p>Corporate websites littered with hijacked stock photography made you seem big even though you were small.  Programming teams were precariously assembled.  Get them in&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=412238&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2012/04/business-programmer.jpg?w=655&#038;h=310" alt="" title="business-programmer" width="655" height="310" class="alignleft size-full wp-image-412284" /></p>
<p>The original dot-com bubble was an empty canvas that quickly filled up with overnight, more-talk-than-substance sensations. </p>
<p>Corporate websites littered with hijacked stock photography made you seem big even though you were small.  Programming teams were precariously assembled.  Get them in a room together, rough out the specs, deploy some code to a set of clunky servers, and start selling scented toys for pet chihuahuas.</p>
<p>Back then, a team of programmers was typically relegated away from the front lines of clients and customers.  Let the men and women in sharp suits with the grab-bag of buzzwords sell your product while the tech group toils away, carving out each line of code.</p>
<p>Programmers were also specialists.  You put out casting calls for a Java developer, a PHP programmer, or an Oracle DBA.  Their merit was simply defined by how well they could program.</p>
<p>Today, small web shops &#8212; I mean <em>really</em> small web shops &#8212; are building apps that reach well beyond the underground cult of web geeks.  And it&#8217;s often the programming team running the show.</p>
<p>Take Threadless, an online T-shirt-design-competition-turned-$30-million-a-year business. Or 37signals, makers of web-based productivity apps that are used by your mom-and-pop shop as much as by a company like Adidas or Kellogg&#8217;s.  Or Campaign Monitor, an email marketing software company that now boasts more than 100,000 customers.</p>
<p>These are the golden children of the web industry today: Web-based, programmer-driven businesses running on well fewer than 100 people.  Their meteoric rise began, not with VC-funded, empty promises of business grandeur, but rather with a core group of developers building something real out of a few simple ideas. Peldi Guilizzoni left Adobe&#8217;s development team to launch Balsamiq as a one-man software company building mockup tools.  Now, he runs a multi-million-dollar-a-year company, and it all started with the programmer at the helm.</p>
<p>Today, there are countless other small, hugely successful web shops running with fewer than a few dozen people on staff.  And when you&#8217;re part of a company that small, your programmers are also your marketers, your business development people, and your customer support team.  The new business programmer has to be capable of much more than simply programming. </p>
<hr />
<h2>Speak, write, support</h2>
<p>For my company&#8217;s flagship product, DoneDone, a web-based issue tracking tool used by thousands of people in more than 60 countries, we make it clear that our developers are the customer service team.  Our mugs are right there on the support page.  There&#8217;s no 1-800 number, and we don&#8217;t reduce customer service to a printed manual.  When a customer sends us a bug, it goes directly to one of the four of us.  We try to fix problems fastidiously or offer sound short-term workarounds.  It&#8217;s a very human process.</p>
<p>That is one of the advantages a small shop can claim over a larger one. We can afford to be personal and utterly transparent. This means that the new small business programmer has to communicate well.  </p>
<hr />
<h2>Diversification over specialization</h2>
<p>In just 15 years, we went from 56k modem connections to T1s to Wi-Fi.  We went from desktops to laptops to tablets to mobile devices.  We&#8217;ve gone from 800 x 600 standard resolutions to mobile screens and 1600-pixel-plus displays.  We&#8217;ve evolved from static sites to Flash apps to jQuery and HTML5.  Page-by-page development to MVC frameworks.  Dedicated servers to spinning up servers in the Cloud.  </p>
<p>If the first 15 years is any sign of what the next 15 will bring, the new business programmer has to maintain as much breadth as depth of expertise.  When we hire new developers at my company, <a href="http://www.wearemammoth.com" target="_blank" target="_blank">We Are Mammoth</a>, we seek generalists over specialists.  While we build our applications on a Microsoft technology stack, more than half of our developers came from other backgrounds (Flash/Flex, PHP, Ruby, and Python to name a few).  Our front-end devs, primarily self-trained in HTML, CSS, and JavaScript, are also learning how to code in C#.  </p>
<p>What matters now isn&#8217;t which languages you&#8217;re comfortable in, but your ability to adapt to different ones.  Regardless of which development stack you started on, the underlying best practices of programming are the same.  The goals of a successful web app will always be fixed.  Speed, features, and an intuitive UI are concepts that won&#8217;t be fading anytime soon.</p>
<hr />&lt;h2The programming-business bridge</p>
<p>The new tech buzzword of the day isn&#8217;t &#8220;cloud&#8221;, it&#8217;s &#8220;DevOps.&#8221;  While the name might end up sharing space with &#8220;Information Superhighway&#8221; in our modern-day vernacular trash bin, the idea behind the DevOps movement has more staying power.</p>
<p>The DevOps engineer is a new breed of technical thinker, specially geared toward impacting a small-in-size business with big ideas. This kind of engineer possesses a technical mind that can look at technology in two broad vectors.  </p>
<p>First, she&#8217;s technology agnostic.  A DevOps engineer is multi-disciplinary, as comfortable with hardware infrastructure, as with database tuning, or application testing.  Everything &#8220;tech&#8221; is just part of a toolset to get a solid web app off the ground.</p>
<p>A DevOps engineer also understands business goals.  No longer are we relegating programmers to one room and the business team to the other. Today, a programmer can be equally concerned about why he&#8217;s building something as he is with what he&#8217;s building.  Moving from a dedicated server environment into the cloud?  Today&#8217;s programmer should be able to gather technical feasibility alongside monetary impact and business benefits.  In today&#8217;s small web businesses, the hard gap between programmer mind and the business mind is quickly eroding.</p>
<p>So, who is the new business programmer? For starters, it&#8217;s someone whose reach goes well beyond just writing code.</p>
<p><img src="http://venturebeat.files.wordpress.com/2012/04/ka.jpg?w=100&#038;h=100" alt="" title="ka" width="100" height="100" class="alignleft size-full wp-image-412273" /><em>Ka Wai Cheung is a programmer, designer, author, and partner at We Are Mammoth in Chicago, makers of the <a href="http://www.getdonedone.com" target="_blank" target="_blank">DoneDone issue tracker</a>. His new book on the modern-day programmer, <a href="http://pragprog.com/book/kcdc/the-developer-s-code" target="_blank" target="_blank">The Developer&#8217;s Code</a>, is available in eBook and print.</em></p>
<p><em>Top image courtesy of <a href="http://www.shutterstock.com/gallery-59253p1.html#id=64474027&amp;src=06edc6ec0046ac14eebfefaf693d3bca-1-6" target="_blank" target="_blank">Diego Cervo</a>, Shutterstock</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=412238&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/04/04/who-is-the-new-business-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/04/business-programmer.jpg?w=160" /><source url="http://venturebeat.com/2012/04/04/who-is-the-new-business-programmer/">Who is the new business programmer?</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/04/business-programmer.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/04/business-programmer.jpg?w=160" medium="image">
			<media:title type="html">business-programmer</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/04/business-programmer.jpg" medium="image">
			<media:title type="html">business-programmer</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/04/ka.jpg" medium="image">
			<media:title type="html">ka</media:title>
		</media:content>
	</item>
		<item>
		<title>Case study: How &amp; why to build a consumer app with Node.js</title>
		<link>http://venturebeat.com/2012/01/07/building-consumer-apps-with-node/</link>
		<comments>http://venturebeat.com/2012/01/07/building-consumer-apps-with-node/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 23:25:24 +0000</pubDate>
		<dc:creator>Paul Serby</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=373668</guid>
		<description><![CDATA[<p><span class="post-label guest-post">Guest Post</span>
<p>Node.js has been getting great press for being used to build real-time web applications and fast networking tools that help big web sites run and scale.</p>
<p>But is Node just as good a fit for web agencies and developers that&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=373668&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-373672" title="developers node" src="http://venturebeat.files.wordpress.com/2012/01/developers-node.jpg?w=360&#038;h=225" alt="" width="360" height="225" />Node.js has been getting great press for being used to build real-time web applications and fast networking tools that help big web sites run and scale.</p>
<p>But is Node just as good a fit for web agencies and developers that build dozens, scores, or even hundreds of sites a year?</p>
<p>Making the switch away from tried-and-tested platforms such as Ruby, PHP, Python or .NET for a fresh technology barely out of its infancy, especially when it’s not your product and when you’re working for global brands that simply can’t fail, is a risky proposition.</p>
<p>So why would you want to use Node.js? As a high-volume web agency, here are the reasons we chose to go with Node and the tips and tricks we learned along the way.</p>
<hr />
<h2>Why we chose Node.js</h2>
<p><strong>» It&#8217;s JavaScript!</strong></p>
<p>Every developer also knows at least some JavaScript. Introducing Node.js, then, is relatively easy.</p>
<p>Everyone in a given web shop knows the basics and just has to learn about the event loop, callbacks and to how to use async flow control.</p>
<p>At our own agency, as people got to know Node, we actually saw that our browser-side JavaScript code improved in quality and structure.</p>
<p><strong>» Code re-use at every level: browser, back end &amp; database</strong></p>
<p>JavaScript is the language of the browser, but JavaScript also powers many of the new NoSQL databases. We tried a couple of them for building content management system and quick fell in love with MongoDB.</p>
<p>MongoDB uses JavaScript for querying data, which means at the very worst that we can copy and paste code and use it in different layers of the system. What might be written as a parser for the browser might be used to format a report executed on the database.</p>
<p>Taking this one step further, we are standardising the include mechanism to actually reuse code and modules across the layers. This means all layers can include the same file, massively reducing the maintenance needed of code and cutting down the time required to write tests.</p>
<p><strong>» Strong, responsive and enthusiastic community</strong></p>
<p>IRC, meetups, bloggers, Twitter and Github are all alive with the chatter and support of Node.js. But not only are they alive; there is an excitement which you don’t normally see on this scale.</p>
<p>So for our developers and many others, this is an invaluable resource when bugs, issues and obstacles do occur.</p>
<p><strong>» Large productivity gains in HTML &amp; CSS using Jade &amp; Stylus</strong></p>
<p>HTML and CSS guys love working on Node because using Node means we’ll be using Jade and Stylus by <a href="http://tjholowaychuk.com/" target="_blank">TJ Holowaychuck</a>. We loved HAML and SASS before Node.js, and now we can’t imagine using anything  other than Jade and Stylus.</p>
<p><strong>» Performance and scalability</strong></p>
<p>We have found that Node.js scales really well. The non-blocking event loop allows for a phenomenal amount of traffic compared to our old, highly-optimized PHP stack running through Apache.</p>
<p>On our first project for a national newspaper, we used a front-end nginx proxy for load balancing to the various node instances and were ready to add extra instances during the peaks caused by TV and national newspaper advertising. The peaks came but the load on the first instance stayed low.</p>
<p>The single Node.js instance hardly broke a sweat, despite seeing one of the highest requests per seconds we’d ever seen.</p>
<p>With PHP and PostgreSQL we could scale up, but it felt really hard and gave us many sleepless nights. Using Node.js with a MongoDB backend scaling up is quick and easy; but because Node can handle more traffic, you don’t need to as quickly.</p>
<p><strong>» Wealth of hosting options: No.de, Joyent’s SmartMachine, Heroku, Nodejitsu</strong></p>
<p>We host our production sites on our own private cloud, but for smaller companies there are many cost effective and easy to setup hosting providers. We’ve got a couple of new Node.js projects in development and will be deploying them on <a href="http://www.joyent.com/products/smartmachines/" target="_blank">Joyent’s SmartMachines</a>.</p>
<p><strong>» Make your developers famous</strong></p>
<p>I always try to ensure our developers work on open-source projects in contracted hours as much as possible. Encouraging them to start projects that benefit the community as well as the business.</p>
<p>When building projects for our clients, we look for modules that have common functionality which could be packaged up and made into open source projects:</p>
<p>For example, <a href="https://github.com/tomgallacher/gzippo" target="_blank" target="_blank">Gzippo</a> is connect middle-ware developed by one of our staff to perform gzip compression of static assets.</p>
<p>We like to manage compression and expiry times of static assets in our Node.js layer because it gives us the freedom to either serve directly from Node or to stick a caching proxy in front.</p>
<p>This way it is served from the caching proxy for all other requests and keeps all the configuration in the Node app, meaning you only need node.js on your development machine to work on projects and do QA using Pagespeed or ySlow.</p>
<p><strong>» Developer happiness</strong></p>
<p>There is something intoxicating about coding JavaScript on the server side; throw in the event-loop and it’s heaven for developers. They just can’t get enough of it!</p>
<p>Maybe it’s because we’ve been coding PHP for such a long time, but Node.js has really inspired our developers. If you were to ask any one of them, “How do you find coding in Node.js?”, you can bet your bottom dollar you’d hear “I love it!&#8221; right back.</p>
<hr />
<h2>A sample Node development stack</h2>
<hr />
<p>This is a snapshot of our ever-evolving development stack. There are a couple of staples, but for the most part if we find something better we can just switch it out.</p>
<ul>
<li><strong><a href="http://nodejs.org/" target="_blank" target="_blank">Node.js</a></strong></li>
</ul>
<p>0.4.12 and 0.6.6</p>
<ul>
<li><strong>Binary management: <a href="https://github.com/visionmedia/n" target="_blank" target="_blank">n</a></strong></li>
</ul>
<p>Point releases often break backwards compatibility. We manage our version using the excellent tool <em>n</em>, also by TJ Holowaychuk.</p>
<ul>
<li><strong>Flow control: <a href="https://github.com/caolan/async" target="_blank" target="_blank">Async.js</a></strong></li>
</ul>
<p>Anyone wandering into the world of Node.js quickly make a choice how they are going to handle flow control. There are a number of methods out there. We’ve stuck with one of the most popular Async.js and depend on it in nearly all modules.</p>
<ul>
<li><strong>HTTP, routing and view rendering: <a href="http://expressjs.com/" target="_blank" target="_blank">Express.js</a> &amp; <a href="http://senchalabs.github.com/connect/" target="_blank" target="_blank">Connect</a></strong></li>
</ul>
<p>The de facto standard Node.js web application framework is the Sinatra inspired Express.js which builds on top of the Connect middle-ware framework by Sencha Labs.</p>
<ul>
<li><strong>Presentation: <a href="http://jade-lang.com/" target="_blank" target="_blank">Jade</a> &amp; <a href="http://learnboost.github.com/stylus/" target="_blank" target="_blank">Stylus</a></strong></li>
</ul>
<p>We use Jade as our template engine in the view layer to generate the HTML, and we use Stylus for creating CSS. If you’ve not checked them out then you should, they are a compelling reason for using Node.js. Here is <a href="http://blog.clock.co.uk/2011/07/14/my-stylus-mixin-for-css3-linear-gradients-in-node/" target="_blank" target="_blank">an example</a> of the sort of thing that our designer are doing with Stylus.</p>
<ul>
<li><strong>Homebrewed Node modules: <a href="https://github.com/serby" target="_blank" target="_blank">Serby on Github</a></strong></li>
<li>We’ve built a number of Node modules which we reuse from project to project. Validation, data mapping, et cetera &#8212; Basic utility stuff that epitomizes our style of development.</li>
<li><strong>Logging: <a href="https://github.com/indexzero/winston/" target="_blank" target="_blank">Winston</a></strong></li>
</ul>
<p>We use Winston writing to files and also pushing log data to the excellent Loggly cloud logging service, which consolidates the logs from each of our node.js instances.</p>
<ul>
<li><strong>Testing: <a href="http://visionmedia.github.com/mocha/" target="_blank" target="_blank">Mocha</a></strong></li>
</ul>
<p>There are a lot of testing frameworks for Node.js. Knowing which to chose it hard. We looked at a few and made the decision to go with something very simple, in this case Expresso and Should.js. New projects are now using Mocha, the successor to Expresso.</p>
<hr />
<p>Conclusion</p>
<hr />
<p>We are on our fifth large project with Node.js (for us, &#8220;large&#8221; is around 150 worker-days) and are continuing to support the previous projects whilst developing a handful of small and medium-size projects in between.</p>
<p>Less than a year has passed since we adopted Node.js, but the project stats are already looking really good. Initially, the projects we undertook did take longer as our developers learned the intricacies of Node and as we found our feet with the hosting, editors and tools needed to develop and deploy a large scale applications. However, our last project in node was actually under budget, something that rarely occurs at Clock.</p>
<p>Once you get used to event-based async programming, settle on a set of standard development patterns and an architectural style. You quickly start to reap the benefits of working solely in JavaScript. This makes Node.js not only fun but extremely effective to program in.</p>
<p><img class="alignright size-thumbnail wp-image-373791" title="photo (1)" src="http://venturebeat.files.wordpress.com/2012/01/photo-1.jpg?w=150&#038;h=150" alt="" width="150" height="150" /><em>Paul Serby is CTO of Clock, a UK web agency, where he directs technology choices, architects software, manages large development projects, writes code, makes tea and preaches the virtues of good software design. Clock developed Sun Perks, one of Britian’s largest consumer facing Node.js implementations for News International. Followed shortly by another ground breaking service, the Eat Out Dining Card for The Times. Both leveraging Node.js and a whole host of young and exciting supplementary technology.</em>&lt;</p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=373668&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/01/07/building-consumer-apps-with-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/01/developers-node.jpg?w=160" /><source url="http://venturebeat.com/2012/01/07/building-consumer-apps-with-node/">Case study: How &amp; why to build a consumer app with Node.js</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/01/developers-node.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/01/developers-node.jpg?w=160" medium="image">
			<media:title type="html">developers node</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/developers-node.jpg" medium="image">
			<media:title type="html">developers node</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/photo-1.jpg?w=150" medium="image">
			<media:title type="html">photo (1)</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get a programming job at a startup (infographic)</title>
		<link>http://venturebeat.com/2011/12/27/programming-startup-job/</link>
		<comments>http://venturebeat.com/2011/12/27/programming-startup-job/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 18:58:12 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=370111</guid>
		<description><![CDATA[<p>We have only a few days before the new year ball drops and 2012 is upon us. Many will hope for good health, good fortune and good friends, but in this economy, even more may hope for jobs.</p>
<p>If you&#8217;re&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=370111&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2011/12/screen-shot-2011-12-27-at-10-40-23-am.png" target="_blank"><img class="alignright size-full wp-image-370127" title="Hired" src="http://venturebeat.files.wordpress.com/2011/12/screen-shot-2011-12-27-at-10-40-23-am.png?w=226&#038;h=208" alt="Hired" width="226" height="208" /></a>We have only a few days before the new year ball drops and 2012 is upon us. Many will hope for good health, good fortune and good friends, but in this economy, even more may hope for jobs.</p>
<p>If you&#8217;re a programmer, here&#8217;s an infographic of tips to help you get that job you&#8217;re looking for.</p>
<p>Silicon Valley has a number of resources for programmers looking to stretch their digital fingers into the startup world. These resources are cropping up now as startups multiply like that cellular reproduction video in biology class. From <a href="http://apsalar.com/"title="Apsalar"  target="_blank" target="_blank">Apsalar</a> to <a href="http://www.zozi.com"title="Zozi"  target="_blank" target="_blank">Zozi</a>, the sheer number of startups may be intimidating to programmers on the job hunt.</p>
<p>So, where do you begin? First check out the type of startup you want work for. Do you want to get in on the ground floor, with a few computers in a shared workspace? Or do you want to hop on after the pieces are in place but need some tweaking to send it off to a fourth round of funding? After you&#8217;ve determined what stage of startup you&#8217;re looking for, it&#8217;s time to hone in on the right company.</p>
<p>Listings of startups are all over, if you look in the right places. As the infographic below shows, venture capital firms are a great place to find startups lists to help narrow down your search. You can find these on a portfolio page available on most VC websites. Some VC firms, such as <a href="http://www.firstround.com/"title="First Round Capital"  target="_blank" target="_blank">First Round Capital</a>, deal with early stage startups, while others, such as <a href="http://www.ivp.com/home"title="IVP"  target="_blank" target="_blank">Institutional Venture Partners (IVP)</a>, focus on later stage investments. If you know what size startup you&#8217;d like to work for, discovering the kind of investments a VC firm administers will also help give your search focus.</p>
<p>Venture capitalists also sometimes divide themselves by type of startup. For example, if you are interested in green technology, <a href="http://www.khoslaventures.com"title="Kholsa Ventures"  target="_blank" target="_blank">Khosla Ventures</a> focuses on the space.</p>
<p>Another place to look are startup accelerators, such as Y Combinator and 500 Startups. These companies take on startups and help them grow with both capital and advice. They provide &#8220;class&#8221; lists for each round of startups they take.</p>
<p>Once you&#8217;ve found a startup that appeals to you, it&#8217;s time to get the interview. Attending local hackathons will not only put your name out there, but your abilities. Hackathons attract more than just individual programmers. Startup employees also come to show their stuff, or support a cause. It&#8217;s a good arena for networking. Putting your work on <a href="https://github.com/"title="GitHub"  target="_blank" target="_blank">GitHub</a> acts as a digital resume, as well.</p>
<p>Check out the infographic below for more ways to get hired by that startup. Leave your advice/success stories in the comments.</p>
<p><a href="http://venturebeat.files.wordpress.com/2011/12/geting_hired_by_a_startup_infographic_22.png" target="_blank"><img class="aligncenter size-full wp-image-370126" title="Geting Hired By A Startup Infographic" src="http://venturebeat.files.wordpress.com/2011/12/geting_hired_by_a_startup_infographic_22-e1325011190194.png?w=640&#038;h=1559" alt="Geting Hired By A Startup Infographic" width="640" height="1559" /></a></p>
<p><em>Infographic via <a href="http://monetate.com/2011/12/infographic-a-programmers-guide-to-getting-hired-by-a-startup/"title="Monetate Infographic"  target="_blank" target="_blank">Monetate</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=370111&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/12/27/programming-startup-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/12/screen-shot-2011-12-27-at-10-40-23-am.png?w=152" /><source url="http://venturebeat.com/2011/12/27/programming-startup-job/">How to get a programming job at a startup (infographic)</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2011/12/screen-shot-2011-12-27-at-10-40-23-am.png?w=152" />
		<media:content url="http://venturebeat.files.wordpress.com/2011/12/screen-shot-2011-12-27-at-10-40-23-am.png?w=152" medium="image">
			<media:title type="html">Hired</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/12/screen-shot-2011-12-27-at-10-40-23-am.png" medium="image">
			<media:title type="html">Hired</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/12/geting_hired_by_a_startup_infographic_22-e1325011190194.png" medium="image">
			<media:title type="html">Geting Hired By A Startup Infographic</media:title>
		</media:content>
	</item>
		<item>
		<title>Kid studies Java as a second language; should more do so?</title>
		<link>http://venturebeat.com/2011/11/05/java-as-a-second-language/</link>
		<comments>http://venturebeat.com/2011/11/05/java-as-a-second-language/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 17:26:56 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=347959</guid>
		<description><![CDATA[<p>At the Park School just outside of Baltimore, Maryland, 8th grader Chance Williams was having a lot of trouble in Spanish.</p>
<p>At one point, Chance&#8217;s father, Jeff, found himself sitting in the principal&#8217;s office with the Spanish teacher when a&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=347959&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2011/11/screen-shot-2011-11-05-at-10-22-18-am.png?w=293&#038;h=300" alt="" title="Screen Shot 2011-11-05 at 10.22.18 AM" width="293" height="300" class="alignright size-medium wp-image-348664" />At the Park School just outside of Baltimore, Maryland, 8th grader Chance Williams was having a lot of trouble in Spanish.</p>
<p>At one point, Chance&#8217;s father, Jeff, found himself sitting in the principal&#8217;s office with the Spanish teacher when a wild idea struck him.</p>
<p>&#8220;I thought, he loves computers, why not let him pursue that instead? Why not let him take Java as a foreign language.&#8221;</p>
<p>In a conversation with VentureBeat, Williams, who runs a <a href="https://www.aspectsecurity.com/" target="_blank" target="_blank">web security company</a>, told us that he expected a negative response to the idea, but the educators were actually open to it. The school didn&#8217;t offer a Java class, so the father and son organized an independent study course, complete with a syllabus and textbook.</p>
<p>&#8220;It turned out to be a really wonderful choice,&#8221; said Williams.</p>
<p>Chance dove into the project, going through the work at a much faster pace than was expected, and was very self-directed in his studies.</p>
<p>&#8220;He liked it, he really latched onto the puzzle,&#8221; said Williams. &#8220;In one semester, he worked through the book. Over the summer, he did some independent projects. He wanted to write apps for his Android phone.&#8221;</p>
<p>Already, 500 people have downloaded Chance&#8217;s first app, Droidbox &#8212; quite a vote of confidence for a kid who was just picking up programming. Williams hopes Chance will get his Java certification by the end of 9th grade.</p>
<p>&#8220;Tech has always been an option, but it&#8217;s not part of the mainstream curriculum,&#8221; Williams told us.</p>
<p>&#8220;It&#8217;s good for our country&#8230; We&#8217;ve staked a lot of our future on our ability to be innovators, so it&#8217;s a national priority. There are good effects in building tech literacy in kids today, because if you don&#8217;t start early, you end up falling behind.&#8221;</p>
<p>And falling behind we are.</p>
<p>In 2003, the Program for International Student Assessment, an international test, showed that 15-year-old students in the U.S. lagged behind students in other nations when it came to math and science. In 2006, the National Academies publicly raised concerns about a marked decline in U.S. students’ knowledge of science, technology, math and engineering. Currently, American students rank low for math and science skills, coming in 25th in math and 21st in science compared to students in 30 industrialized countries.</p>
<p>Williams said when he was his son&#8217;s age, he was put through several years of French instruction, which didn&#8217;t come naturally to him and required a lot of extra mental effort. &#8220;But the discipline of learning computer languages, learning to think that way, brings critical thinking skills you can only learn that way.&#8221;</p>
<p>While Williams noted that programming isn&#8217;t the right choice for every student, &#8220;For those who do fall in that bucket and have skill in this area, it just makes sense to develop them early on, to get them into programming.&#8221;</p>
<p>Williams also thinks that having programming as a more regular part of the curriculum early on could have beneficial effects on the gender balance in the tech industry.</p>
<p>&#8220;I dont know why more girls don&#8217;t get into technology. It could be cultural, it could be gender bias in how classes are offered. But it is really important to encourage girls to get into technology; plenty of them have skills in this area. It is unfortunate that we&#8217;re steering so few into the top of the funnel.&#8221;</p>
<p><em><a href="http://venturebeat.com/category/devbeat/"><img class="alignleft size-thumbnail wp-image-317679" title="DevBeat" src="http://venturebeat.files.wordpress.com/2011/08/devbeat_logo02.jpg?w=150&#038;h=34" alt="DevBeat" width="150" height="34" /></a>Check out <a href="http://venturebeat.com/category/devbeat/">DevBeat</a>, VentureBeat&#8217;s brand new channel specifically for developers. The channel will break relevant news and provide insightful commentary aimed to assist developers. DevBeat is sponsored by the <a href="http://www.appup.com/applications/index" target="_blank">Intel AppUp developer program</a>.</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=347959&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/11/05/java-as-a-second-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/11/screen-shot-2011-11-05-at-10-22-18-am.png?w=137" /><source url="http://venturebeat.com/2011/11/05/java-as-a-second-language/">Kid studies Java as a second language; should more do so?</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2011/11/screen-shot-2011-11-05-at-10-22-18-am.png?w=137" />
		<media:content url="http://venturebeat.files.wordpress.com/2011/11/screen-shot-2011-11-05-at-10-22-18-am.png?w=137" medium="image">
			<media:title type="html">Screen Shot 2011-11-05 at 10.22.18 AM</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/11/screen-shot-2011-11-05-at-10-22-18-am.png?w=293" medium="image">
			<media:title type="html">Screen Shot 2011-11-05 at 10.22.18 AM</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/08/devbeat_logo02.jpg?w=150" medium="image">
			<media:title type="html">DevBeat</media:title>
		</media:content>
	</item>
		<item>
		<title>Codecademy raises $2.5M to make you a coding master</title>
		<link>http://venturebeat.com/2011/10/27/codecademy-2-5-million/</link>
		<comments>http://venturebeat.com/2011/10/27/codecademy-2-5-million/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 03:03:33 +0000</pubDate>
		<dc:creator>Chikodi Chima</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[online lessons]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=345733</guid>
		<description><![CDATA[<p>There&#8217;s something about Codecademy that made investors plunk down $2.5 million dollars today to help the Y Combinator startup teach more people to code online. Codecademy uses game mechanics to make JavaScript instruction fun and engaging for people who use&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=345733&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2011/10/27/codecademy-2-5-million/screen-shot-2011-10-27-at-7-25-49-pm/" rel="attachment wp-att-345760"><img class="alignright size-full wp-image-345760" title="Screen Shot 2011-10-27 at 7.25.49 PM" src="http://venturebeat.files.wordpress.com/2011/10/screen-shot-2011-10-27-at-7-25-49-pm.png?w=308&#038;h=305" alt="" width="308" height="305" /></a>There&#8217;s something about <a href="http://www.codecademy.com" target="_blank">Codecademy</a> that made investors plunk down $2.5 million dollars today to help the Y Combinator startup teach more people to code online. Codecademy uses game mechanics to make JavaScript instruction fun and engaging for people who use its simple, clean online interface.</p>
<p>The money is going to be used to hire new team members, according to co-founder Zack Sims, who  told VentureBeat the company is going to be looking for coders and designers to help with the rollout of new coding languages.</p>
<p>To coincide with their funding announcement, Codecademy launched a new programming course today written by Union Square Ventures partner Albert Wenger. Joining USV in the funding round are <a href="http://oatv.com/" target="_blank">O’Reilly AlphaTech</a>, <a href="http://www.thrivecap.com/" target="_blank">Thrive Capital</a>, <a href="http://svangel.com/" target="_blank">SV Angel</a>, <a href="http://www.dst-global.com" target="_blank">Yuri Milner</a>, Chamath Palihapitiya&#8217;s  Social + Capital Partnership, <a href="http://foundercollective.com/" target="_blank">Founder Collective</a>, Michael Arringcton&#8217;s <a href="http://www.crunchfund.com" target="_blank">CrunchFund</a>, <a href="http://collaborativefund.com" target="_blank">Collaborative Fund</a> as well as a star-studded list of angel investors including Vivi Nevo, Dave Morin,  Naval Ravikant, and others.</p>
<p>Codecademy had more than 200,000 users who had completed 2.75 million exercises when Sims and co-founder Ryan Bubinski <a href="http://venturebeat.com/2011/08/26/codecademy/">presented their company</a> at Y Combinator Demo Day this Summer. &#8221;We&#8217;re not talking about users now,&#8221; said Sims, but he added, &#8220;things have not really slowed down.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=345733&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/10/27/codecademy-2-5-million/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/10/screen-shot-2011-10-27-at-7-25-49-pm.png?w=141" /><source url="http://venturebeat.com/2011/10/27/codecademy-2-5-million/">Codecademy raises $2.5M to make you a coding master</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2011/10/screen-shot-2011-10-27-at-7-25-49-pm.png?w=141" />
		<media:content url="http://venturebeat.files.wordpress.com/2011/10/screen-shot-2011-10-27-at-7-25-49-pm.png?w=141" medium="image">
			<media:title type="html">Screen Shot 2011-10-27 at 7.25.49 PM</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/eaf1a1887b274f49d4b75a56802ac9dc?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">chikodichima</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/10/screen-shot-2011-10-27-at-7-25-49-pm.png" medium="image">
			<media:title type="html">Screen Shot 2011-10-27 at 7.25.49 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>How soon will Chinese developers outpace their U.S. counterparts?</title>
		<link>http://venturebeat.com/2011/10/18/china-us-developers/</link>
		<comments>http://venturebeat.com/2011/10/18/china-us-developers/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 12:05:22 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[stem]]></category>
		<category><![CDATA[U.S.]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=342017</guid>
		<description><![CDATA[<p>Currently, U.S.-based developers outscore their competitors in China when tested on common programming languages. However, U.S. developers lag behind in math and logic.</p>
<p>A new study from Gild, a service for creating and comparing developers&#8217; skill profiles, asserts that Chinese&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=342017&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-342093" title="chinese-american-developers" src="http://venturebeat.files.wordpress.com/2011/10/chinese-american-developers.jpg?w=320&#038;h=200" alt="" width="320" height="200" />Currently, U.S.-based developers outscore their competitors in China when tested on common programming languages. However, U.S. developers lag behind in math and logic.</p>
<p>A new study from <a href="http://www.gild.com/" target="_blank" target="_blank">Gild</a>, a service for creating and comparing developers&#8217; skill profiles, asserts that Chinese developers outscore U.S. developers on math and logic by 20 percent.</p>
<p>“Software development remains a bright spot for the U.S., with American programmers the best in the world, but is it sustainable?&#8221; ask the Gild researchers.</p>
<p>&#8220;To ensure this leadership for more than a generation, we urgently need to improve the quality of math skills in our schools. In fact, America should embrace and support this leadership position and introduce programming into schools.”</p>
<p>Gild&#8217;s study took into consideration the skill sets and levels of almost half a million developers. Altogether, the group being studied was put through more than one million tests.</p>
<p>For most mainstream programming languages, the American developers tested better than did the Chinese developers.</p>
<p>Specifically, for C, U.S. developers scored an average of 22 percent better than did the Chinese developers. For C#, the American group scored 26 percent higher; for C++, 19 percent. In Java and Oracle programming tests, the U.S.-based developers did 24 percent better on the tests than the Chinese developers did.</p>
<p>While it&#8217;s good for those of us living in the States that our ladies and gentlemen of a coding persuasion are keeping ahead of China, perhaps the world&#8217;s largest national workforce, in programming language knowledge, it&#8217;s disturbing to know that we&#8217;re falling behind in math and logic, two of the fundamental foundations for truly beautiful code.</p>
<p>&#8220;With debate raging around the need for improved focus on math and science in American high schools &#8212; a comment most recently from President Obama in his press conference last week &#8212; this data seems to support the active challenge to America&#8217;s global technology leadership,&#8221; wrote a Gild spokesperson in an email to VentureBeat.</p>
<p>At an education level, Americans have long known that our science and math skills are not up to snuff.</p>
<p>In 2003, the Program for International Student Assessment, an international test, showed that 15-year-old students in the U.S. lagged behind students in other nations when it came to math and science. In 2006, the National Academies publicly raised concerns about a marked decline in U.S. students&#8217; knowledge of science, technology, math and engineering. Currently, American students rank low for math and science skills, coming in 25th in math and 21st in science compared to students in 30 industrialized countries.</p>
<p>So after a decade of apparently ineffective education, it&#8217;s not too surprising that today&#8217;s workforce of American engineers still trails international counterparts in subjects like science, math and logic.</p>
<p>“America must invest in education to stay ahead,&#8221; said the Gild researchers in a statement. &#8220;Developing nations such as China are clearly putting an immense focus on core skills, particularly math. While nothing can replace creativity and ingenuity, the United States cannot afford to ignore the fundamentals.”</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/hygienematters/4275577335/in/photostream/" target="_blank" target="_blank">hygienematters</a>.</em></p>
<p><em><a href="http://venturebeat.com/category/devbeat/"><img class="alignleft size-thumbnail wp-image-317679" title="DevBeat" src="http://venturebeat.files.wordpress.com/2011/08/devbeat_logo02.jpg?w=150&#038;h=34" alt="DevBeat" width="150" height="34" /></a>Check out <a href="http://venturebeat.com/category/devbeat/">DevBeat</a>, VentureBeat&#8217;s brand new channel specifically for developers. The channel will break relevant news and provide insightful commentary aimed to assist developers. DevBeat is sponsored by the <a href="http://www.appup.com/applications/index" target="_blank">Intel AppUp developer program</a>.</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=342017&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/10/18/china-us-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/10/chinese-american-developers.jpg?w=160" /><source url="http://venturebeat.com/2011/10/18/china-us-developers/">How soon will Chinese developers outpace their U.S. counterparts?</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2011/10/chinese-american-developers.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2011/10/chinese-american-developers.jpg?w=160" medium="image">
			<media:title type="html">chinese-american-developers</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/10/chinese-american-developers.jpg" medium="image">
			<media:title type="html">chinese-american-developers</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/08/devbeat_logo02.jpg?w=150" medium="image">
			<media:title type="html">DevBeat</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud-based app-development startup Cloud9 raises $5.5M</title>
		<link>http://venturebeat.com/2011/06/21/cloud9-ide-funding/</link>
		<comments>http://venturebeat.com/2011/06/21/cloud9-ide-funding/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 12:01:18 +0000</pubDate>
		<dc:creator>Tom Cheredar</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[app development]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[enterprise IT]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=300902</guid>
		<description><![CDATA[<p>Cloud9, a cloud-based app-development startup, closed a $5.5 million first round of funding from Accel Partners and Atlassian Software, the company announced today.</p>
<p>Cloud9 is a web-based programming environment for developers to create and run both web and mobile applications&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=300902&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://cloud9ide.com/" rel="attachment" target="_blank"><img class="alignleft size-full wp-image-300922" title="Cloud9 IDE" src="http://venturebeat.files.wordpress.com/2011/06/1324311_300.jpg?w=300&#038;h=300" alt="Cloud9 IDE" width="300" height="300" />Cloud9</a>, a cloud-based app-development startup, closed a $5.5 million first round of funding from <a href="http://www.accel.com/" target="_blank">Accel Partners</a> and <a href="http://www.atlassian.com/" target="_blank">Atlassian Software</a>, the company announced today.</p>
<p>Cloud9 is a web-based programming environment for developers to create and run both web and mobile applications written in JavaScript and HTML5. The service is hosted in the cloud and lets developers access, build, edit, test, debug and share projects.</p>
<p>Previously, Mozilla&#8217;s SkyWriter online development environment merged with the Cloud9 service, which was also recently used for the first cloud development environment for Google Chrome OS, as well as the integration with GitHub, BitBucket and other environments.</p>
<p>The company said it will use the funding to consolidate its leadership in the emerging cloud-based Development as a Service (DaaS) segment of the $8B app development market. Cloud9 also plans to expand<br />
its Amsterdam-based development team with a new U.S. headquarters in San Francisco, California.</p>
<p><a href="http://www.ajax.org/" target="_blank">Ajax</a> (the company that presented Cloud9) is one of 53 companies chosen by VentureBeat to launch at the <a href="http://venturebeat.com/2011/02/28/demo-2011-cloud9-launch/">DEMO Spring 2011 event</a>.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=300902&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/06/21/cloud9-ide-funding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/06/1324311_300.jpg?w=140" /><source url="http://venturebeat.com/2011/06/21/cloud9-ide-funding/">Cloud-based app-development startup Cloud9 raises $5.5M</source>	<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2011/06/1324311_300.jpg?w=140" />
		<media:content url="http://venturebeat.files.wordpress.com/2011/06/1324311_300.jpg?w=140" medium="image">
			<media:title type="html">Cloud9 IDE</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/2398004bfb5f0b388f1598ca705f59c7?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbtomcheredar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/06/1324311_300.jpg" medium="image">
			<media:title type="html">Cloud9 IDE</media:title>
		</media:content>
	</item>
		<item>
		<title>Google&#039;s do-it-yourself Android App Inventor opens up to all</title>
		<link>http://venturebeat.com/2010/12/16/google-android-app-inventor-beta/</link>
		<comments>http://venturebeat.com/2010/12/16/google-android-app-inventor-beta/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 16:36:13 +0000</pubDate>
		<dc:creator>Devindra Hardawar</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[App Inventor]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[smartphones]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=233048</guid>
		<description><![CDATA[<p><strong>July 9-10, 2013</strong><br />
      San Francisco, CA</p>
<p>  Early Bird Tickets on Sale</p>
<p>Google is opening up App Inventor, its web software for easily creating Android apps, to everyone, the company announced yesterday in a blog post.</p>
<p>App Inventor launched in July,&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=233048&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-mobile"><div class="event-boilerplate-mobilebeat">
  <div class="logo-date-wrap">
    <a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" alt="MobileBeat 2013"></a>
    <div class="date-location">
      <strong>July 9-10, 2013</strong><br>
      San Francisco, CA
    </div>
  </div>
  <a href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a>
</div></div><p><img class="alignright size-full wp-image-233051" title="google android app inventor" src="http://venturebeat.files.wordpress.com/2010/12/android-app-inventor.jpg?w=401&#038;h=228" alt="google android app inventor" width="401" height="228" />Google is opening up <a href="http://appinventor.googlelabs.com/about/" target="_blank">App Inventor</a>, its web software for easily creating Android apps, to everyone, the company <a href="http://googleresearch.blogspot.com/2010/12/letting-everyone-do-great-things-with.html" target="_blank">announced yesterday</a> in a blog post.</p>
<p><a href="http://venturebeat.com/2010/07/11/google-launches-do-it-yourself-apps-for-android/">App Inventor launched in July</a>, and users previously had to request an invitation to gain access to it. Now the software will drop the need for invites and move to beta status, like many Google services. By doing so, Google has enabled anyone &#8212; from novice users, to more experienced programmers &#8212; to create Android mobile apps of their own.</p>
<p>Google says a wide variety of users have taken advantage of App Inventor so far, building things like a <a href="http://dadhoc.com/2010/11/simple-sight-words-android-app/" target="_blank">vocabulary app for their kids</a>, an <a href="https://sites.google.com/site/edricspage/final-project" target="_blank">app that tracks public transportation routes</a> and <a href="http://www.jonq.com/jq/proposal/" target="_blank">a Harry Potter-themed marriage proposal app</a>. With the software, users can drag and drop blocks of code to build their app, so they don&#8217;t need programming knowledge to use the software.</p>
<p>DIY, or do-it-yourself, technology is a growing trend these days. As VentureBeat&#8217;s Dean Takahashi previously wrote, &#8220;Microsoft has made similar efforts, offering tools to help any user create video games that can run on the Xbox 360. And <a href="../2010/05/23/maker-faire-blends-burning-man-and-do-it-yourself-technological-marvels-photo-gallery/">Maker Faire has become a celebration</a> of the whole movement.&#8221; App Inventor&#8217;s accessibility also sits in stark contrast to Apple&#8217;s app development environment, which requires annual fees and adherence to Apple&#8217;s rules.</p>
<p>You can see the software demonstrated in a video below.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='336' src='http://www.youtube.com/embed/8ADwPLSFeY8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=233048&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-mobile .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat img {
float:left;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2010/12/16/google-android-app-inventor-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2010/12/android-app-inventor.jpg?w=160" /><source url="http://venturebeat.com/2010/12/16/google-android-app-inventor-beta/">Google&#039;s do-it-yourself Android App Inventor opens up to all</source>
		<media:content url="http://0.gravatar.com/avatar/9045353f22a9cfd0a89654b5de70aa65?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">devindrahardawar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2010/12/android-app-inventor.jpg" medium="image">
			<media:title type="html">google android app inventor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
