<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Dev News&#187; Web Development &#8211; News for Web Developers</title>
	<atom:link href="http://webdevnews.net/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Sat, 30 Jan 2010 15:25:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Understanding Google Wave Development &#8211; Part 1</title>
		<link>http://webdevnews.net/2009/06/understanding-google-wave-development-part-1/</link>
		<comments>http://webdevnews.net/2009/06/understanding-google-wave-development-part-1/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 02:22:22 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=946</guid>
		<description><![CDATA[Since “Google Wave” was introduced at the Google I/O Conference in San Francisco May 27th to 28th, 2009, there has been a lot of buzz and attention surrounding the new platform. What exactly is Google Wave? According to the development team, it is the biggest upgrade to email since the introduction of the web, a [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/06/understanding-google-wave-development-part-1/">Understanding Google Wave Development &#8211; Part 1</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Since “Google Wave” was introduced at the Google I/O Conference in San Francisco May 27th to 28th, 2009, there has been a lot of buzz and attention surrounding the new platform. What exactly is Google Wave? According to the development team, it is the biggest upgrade to email since the introduction of the web, a type of combination between email, blog, forum comment section, instant message system, and widget board. Google Wave shows the enormous influence that Facebook is having on the future of the web &#8211; in a way, the preview looks as if the majority of Google services were integrated and remixed into an animated Facebook stream. The big differences are in the standards behind the interface: XMPP particularly allows the Wave documents to function like an instantaneous, shared whiteboard in addition to a saved multimedia document with filtered permission levels.</p>
<p><strong>What is a wave?</strong></p>
<p><strong>“A wave is equal parts conversation and document. </strong>People can communicate and work together with richly formatted text, photos, videos, maps, and more.</p>
<p><strong>A wave is shared.</strong> Any participant can reply anywhere in the message, edit the content and add participants at any point in the process. Then playback lets anyone rewind the wave to see who said what and when.</p>
<p><strong>A wave is live.</strong> With live transmission as you type, participants on a wave can have faster conversations, see edits and interact with extensions in real-time.”</p>
<p><strong>Source:</strong> <a href="http://wave.google.com/help/wave/about.html">http://wave.google.com/help/wave/about.html</a></p>
<p>For those that did not attend the I/O conference, the essential resource is the launch video from that day that is viewable at:</p>
<p><a href="http://www.youtube.com/watch?v=v_UyVmITiYQ">Google Wave Developer Preview at Google I/O 2009</a></p>
<p><strong>Developing For Google Wave:</strong></p>
<p>Google plans to open source much of the code behind the Google Wave platform, and one of the points confirmed is that anyone- ISPs, private groups, individuals, companies, websites, domains, will be able to operate their own Wave server based on the Wave Federation Protocols. Developers who would like to build new applications for the Wave platform should review the draft specifications and white papers available at:<br />
<a href="http://www.waveprotocol.org/">http://www.waveprotocol.org/</a></p>
<p>The Google Wave API is intended to enable developers to embed Wave documents in standard web pages as well as to “extend” the platform by embedding widgets within a Wave itself. The Wave extensions allow for the embedding of virtually the entire archive of iGoogle widgets, and allow programmers to develop Java, Python, ActionScript, and other applications to add new functionality to a Wave. For more information on the Wave API, visit: <a href="http://code.google.com/apis/wave/">http://code.google.com/apis/wave/</a></p>
<p><strong>Related:</strong> <a href="http://googlewavedev.blogspot.com/2009/05/introducing-google-wave-apis-what-can.html">http://googlewavedev.blogspot.com/2009/05/introducing-google-wave-apis-what-can.html</a></p>
<p>“On May 28th, the second day of Google I/O, we unveiled Google Wave as a developer preview. But, we&#8217;d never actually had non-Google developers use it, and we were eager to see how it&#8217;d play out&#8230; So, on the Friday after I/O, about 60 developers assembled down at Google HQ for the very first Google Wave API hackathon. After five hours of hacking and ad-hoc discussions with members of the Wave APIs team, there were a whopping 17 demos to show off. We were awed by how enthusiastically developers dove in to the APIs that day, and excited to see what they created. Their accomplishments were especially amazing as no one had even used the product prior to the hackathon.”</p>
<p><strong>Source:</strong> <a href="http://googlewavedev.blogspot.com/2009/06/1-wave-sandbox-5-hours-17-awesome-demos.html">http://googlewavedev.blogspot.com/2009/06/1-wave-sandbox-5-hours-17-awesome-demos.html</a></p>
<p><img class="aligncenter size-full wp-image-956" title="googlewave" src="http://webdevnews.net/wp-content/uploads/2009/06/googlewave.jpg" alt="googlewave Understanding Google Wave Development   Part 1" width="600" height="391" /></p>
<p><strong>Examples:</strong></p>
<p>Embed API &#8211; Methods to communicate w/ server:</p>
<pre class="brush: js">
LoadWave
SetUIConfig
AddReply
Follow
</pre>
<p><strong>Sample Google Wave Embed Code:</strong></p>
<pre class="brush: html">

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
&lt;title&gt;Google Wave Embed API Example: Simple Wave&lt;/title&gt;
&lt;script src=&quot;http://wave-api.appspot.com/public/embed.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
function initialize() {
var wavePanel = new WavePanel(&#039;http://wave.google.com/a/wavesandbox.com/&#039;);
wavePanel.loadWave(&#039;wavesandbox.com!w+waveID&#039;);
wavePanel.init(document.getElementById(&#039;waveframe&#039;));
}
&lt;/script&gt;
&lt;/head&gt;
&lt;body onload=&quot;initialize()&quot;&gt;
&lt;div id=&quot;waveframe&quot; style=&quot;width: 500px; height: 100%&quot;&gt;&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Source:<a href="http://code.google.com/events/io/sessions/ProgrammingWithAndForGoogleWave.html">http://code.google.com/events/io/sessions/ProgrammingWithAndForGoogleWave.html</a></p>
<div><img class="aligncenter size-full wp-image-958" title="pygowave" src="http://webdevnews.net/wp-content/uploads/2009/06/pygowave.jpg" alt="pygowave Understanding Google Wave Development   Part 1" width="600" height="310" /></div>
<div id="waveframe">
<p><strong>Further Resources:</strong></p>
<p>A month after I/O, most developers who did not attend are still waiting for Google to approve sandbox access. There are a couple of good email discussion groups dedicated to working out issues related to development on the platform:</p>
<p>Google Wave API Group: <a href="http://groups.google.com/group/google-wave-api">http://groups.google.com/group/google-wave-api</a></p>
<p>Google Wave Federation Protocol Group:<a href="http://groups.google.com/group/wave-protocol">http://groups.google.com/group/wave-protocol</a></p>
<p>Wave Gallery: <a href="http://wave-samples-gallery.appspot.com/">http://wave-samples-gallery.appspot.com/</a></p>
<p>PyGoWave Server also has a type of sandbox set up and some demo projects online:<br />
<a href="http://pygowave.p2k-network.org/">http://pygowave.p2k-network.org/</a></p>
<p>Mashable: <a href="http://mashable.com/2009/05/28/google-wave-guide/">http://mashable.com/2009/05/28/google-wave-guide/</a></p>
<p>Wavety: <a href="http://wavety.com/">http://wavety.com/</a></p>
<p>Drupal.org discussion: <a href="http://drupal.org/node/476438" target="_blank">http://drupal.org/node/476438</a></p>
<p>Drupal.org module project: <a href="http://drupal.org/project/wave" target="_blank">http://drupal.org/project/wave</a></p>
<p>Drupal.org Google Wave Group: <a href="http://groups.drupal.org/google-wave">http://groups.drupal.org/google-wave</a></div>
<!-- google_ad_section_end --><p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/06/understanding-google-wave-development-part-1/">Understanding Google Wave Development &#8211; Part 1</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://twitter.com/home?status=Understanding%20Google%20Wave%20Development%20-%20Part%201%20-%20http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F" title="Twitter"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F&amp;title=Understanding%20Google%20Wave%20Development%20-%20Part%201&amp;notes=Since%20%E2%80%9CGoogle%20Wave%E2%80%9D%20was%20introduced%20at%20the%20Google%20I%2FO%20Conference%20in%20San%20Francisco%20May%2027th%20to%2028th%2C%202009%2C%20there%20has%20been%20a%20lot%20of%20buzz%20and%20attention%20surrounding%20the%20new%20platform.%20What%20exactly%20is%20Google%20Wave%3F%20According%20to%20the%20development%20team%2C%20it%20i" title="del.icio.us"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F&amp;title=Understanding%20Google%20Wave%20Development%20-%20Part%201" title="StumbleUpon"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F&amp;title=Understanding%20Google%20Wave%20Development%20-%20Part%201&amp;bodytext=Since%20%E2%80%9CGoogle%20Wave%E2%80%9D%20was%20introduced%20at%20the%20Google%20I%2FO%20Conference%20in%20San%20Francisco%20May%2027th%20to%2028th%2C%202009%2C%20there%20has%20been%20a%20lot%20of%20buzz%20and%20attention%20surrounding%20the%20new%20platform.%20What%20exactly%20is%20Google%20Wave%3F%20According%20to%20the%20development%20team%2C%20it%20i" title="Digg"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F" title="Sphinn"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F&amp;t=Understanding%20Google%20Wave%20Development%20-%20Part%201" title="Facebook"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwebdevnews.net%2F2009%2F06%2Funderstanding-google-wave-development-part-1%2F&amp;title=Understanding%20Google%20Wave%20Development%20-%20Part%201&amp;annotation=Since%20%E2%80%9CGoogle%20Wave%E2%80%9D%20was%20introduced%20at%20the%20Google%20I%2FO%20Conference%20in%20San%20Francisco%20May%2027th%20to%2028th%2C%202009%2C%20there%20has%20been%20a%20lot%20of%20buzz%20and%20attention%20surrounding%20the%20new%20platform.%20What%20exactly%20is%20Google%20Wave%3F%20According%20to%20the%20development%20team%2C%20it%20i" title="Google Bookmarks"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/06/understanding-google-wave-development-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>JSConf 2009 April 24 &amp; 25 Washington DC</title>
		<link>http://webdevnews.net/2009/04/jsconf-2009-april-24-25-washington-dc/</link>
		<comments>http://webdevnews.net/2009/04/jsconf-2009-april-24-25-washington-dc/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 13:00:48 +0000</pubDate>
		<dc:creator>voodootikigod</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development Tools]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[Script Development]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=390</guid>
		<description><![CDATA[JSConf 2009 is the first conference dedicated to JavaScript developers in all forms and it is shaping up to be one amazing conference. The conference brings together some of the greatest visionaries and developers within the JS community including John Resig creator of jQuery, Jason Huggins creator of Selenium testing environment, and Stefan Stoyanov from [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/04/jsconf-2009-april-24-25-washington-dc/">JSConf 2009 April 24 &#038; 25 Washington DC</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>JSConf 2009 is the first conference dedicated to JavaScript developers in all forms and it is shaping up to be one amazing conference. The conference brings together some of the greatest visionaries and developers within the JS community including John Resig creator of jQuery, Jason Huggins creator of Selenium testing environment, and Stefan Stoyanov from YUI. This is an incredible opportunity for anyone doing web based development since the conference material will show you how to use JavaScript in the browser, on the server, and on mobile handsets. Over two days you will learn about cutting edge technologies, how to get a great job in the web development world, and network with some of the most important people in the next generation web industry.</p>
<p>JSConf 2009 will be held in Washington DC between April 24 and 25, 2009. The conference brings together 16 speakers to present on JavaScript development in the browser, mobile, desktop, and server environments. If you haven&#8217;t had much of a chance to do some deep JavaScript work, this conference is a great way to learn from some of the best. Although many people don&#8217;t realize it, JavaScript can also be used to build thick client desktop applications. In addition, it is one of the only languages to successfully bridge object oriented and functional programming in a way that anyone can use it. JavaScript has seen an incredible rise with modern web application frameworks and it only seems to be increasing in the coming years, this is the only conference that will show you how important JavaScript is to your programming and design capabilities.</p>
<p>The conference is purposefully being kept small and intimate so you will be able to interact with the speakers and attendees during the day and during the social events. Also there will be many opportunities to interact with the sponsors and select vendors that will present to network and potential pursue employment opportunities. The conference costs $450 right now for two full days worth of speakers, breakfasts, lunches, a beer and wine tasting social event on Friday Evening, and a networking social event on Saturday Evening. If you are looking for more work, this conference has also drawn the attention of a lot of hiring employers who are looking for top notch developers.</p>
<p>If you are interested in going, we recommend getting your tickets soon at <a href="http://jsconf2009.eventbrite.com/" target="_blank">http://jsconf2009.eventbrite.com</a> as they are selling very quickly. For more information or other speakers, check the website at <a href="http://www.jsconf2009.com/" target="_blank">http://www.jsconf2009.com</a> or twitter us @<a href="http://twitter.com/jsconf">jsconf</a></p>
<!-- google_ad_section_end --><p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/04/jsconf-2009-april-24-25-washington-dc/">JSConf 2009 April 24 &#038; 25 Washington DC</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://twitter.com/home?status=JSConf%202009%20April%2024%20%26%2025%20Washington%20DC%20-%20http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F" title="Twitter"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F&amp;title=JSConf%202009%20April%2024%20%26%2025%20Washington%20DC&amp;notes=JSConf%202009%20is%20the%20first%20conference%20dedicated%20to%20JavaScript%20developers%20in%20all%20forms%20and%20it%20is%20shaping%20up%20to%20be%20one%20amazing%20conference.%20The%20conference%20brings%20together%20some%20of%20the%20greatest%20visionaries%20and%20developers%20within%20the%20JS%20community%20including%20Jo" title="del.icio.us"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F&amp;title=JSConf%202009%20April%2024%20%26%2025%20Washington%20DC" title="StumbleUpon"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F&amp;title=JSConf%202009%20April%2024%20%26%2025%20Washington%20DC&amp;bodytext=JSConf%202009%20is%20the%20first%20conference%20dedicated%20to%20JavaScript%20developers%20in%20all%20forms%20and%20it%20is%20shaping%20up%20to%20be%20one%20amazing%20conference.%20The%20conference%20brings%20together%20some%20of%20the%20greatest%20visionaries%20and%20developers%20within%20the%20JS%20community%20including%20Jo" title="Digg"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F" title="Sphinn"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F&amp;t=JSConf%202009%20April%2024%20%26%2025%20Washington%20DC" title="Facebook"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwebdevnews.net%2F2009%2F04%2Fjsconf-2009-april-24-25-washington-dc%2F&amp;title=JSConf%202009%20April%2024%20%26%2025%20Washington%20DC&amp;annotation=JSConf%202009%20is%20the%20first%20conference%20dedicated%20to%20JavaScript%20developers%20in%20all%20forms%20and%20it%20is%20shaping%20up%20to%20be%20one%20amazing%20conference.%20The%20conference%20brings%20together%20some%20of%20the%20greatest%20visionaries%20and%20developers%20within%20the%20JS%20community%20including%20Jo" title="Google Bookmarks"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/04/jsconf-2009-april-24-25-washington-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Labs Releases Bespin Beta: In-Browser Collaborative Code Editing</title>
		<link>http://webdevnews.net/2009/02/mozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing/</link>
		<comments>http://webdevnews.net/2009/02/mozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 14:52:56 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Mozilla Labs]]></category>
		<category><![CDATA[Bespin]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=384</guid>
		<description><![CDATA[Bespin also enables collaborative authoring, editing, and file management for web development through a shared browser interface. The simplicity of the program leads to its expansion - if it can replace the desktop editor on your computer, then why not have everyone on the team use it and manage the publication of core site code files in the same manner... through Bespin?<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/02/mozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing/">Mozilla Labs Releases Bespin Beta: In-Browser Collaborative Code Editing</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I recently received a tip to check out a new Beta release of &#8220;Bespin&#8221; at Mozilla Labs, and decided to test the demo for review. First, what is Bespin and why would anyone be interested in it? Essentially it is a HTML or code editor that works in the browser, or in this instance a browser that supports the HTML 5 &lt;canvas&gt; protocol (which apparently FF3 does currently but IE/Microsoft has no plans to implement). The developers have used &lt;canvas&gt; and JavaScript to build a cloud application that works something like a Google Docs for coders.</p>
<p>All of the html, css, php, javascript, or other files for a site would be listed in browser in a file management hierarchy familiar to anyone who has used a FTP program or CPanel. Clicking on the file would load it directly into the browser where it could be edited and then saved back to the disk, or in this instance the remote server. The &#8220;cloud&#8221; aspect is related to using the browser for this work, rather than a typical desktop application. As someone coding html files for over 13 years, this routine of working through multiple programs during the web publishing process could be transformed.</p>
<p>Bespin also enables collaborative authoring, editing, and file management for web development through a shared browser interface. The simplicity of the program leads to its expansion &#8211; if it can replace the desktop editor on your computer, then why not have everyone on the team use it and manage the publication of core site code files in the same manner&#8230; through Bespin? According to the developers, they are looking to improve upon Vi, Emacs, Textmate and IntelliJ IDEA.</p>
<p><span id="more-384"></span></p>
<p>&#8220;Accessible from anywhere &#8211; any device, any location<br />
Simple to use like Textmate, an editor not an IDE<br />
Wicked Fast &#8211; performance, performance, performance<br />
Rock-solid real-time collaboration, like SubEthaEdit &#8211; it just works<br />
Integrated command-line, like vi, fun like Quicksilver, social like Ubiquity<br />
Self-hosted environment, like Emacs, for extreme extensibility, but with JavaScript&#8221;</p>
<p>The page referenced above, from Ajaxian, the development group behind Bespin, includes some great resources on the project and video of how to put it into use. I used a desktop FTP program for many years before switching to FireFTP, and have never been happier with a FTP program, so I can see how integrating browser based document editing for html, php, javascript, and css files could be excellent, especially if they can be drawn directly from the remote server into the browser, edited, and saved again without the need of FTP. This is the advantage of Bespin&#8217;s open source code &#8211; you can install and host it on your own servers, and modify it to meet your development needs.</p>
<p>It is in the latter, the open architecture leading to extensibility and new features from third party developers, where Bespin shows the most promise &#8211; this is the initial release of the program. For example, Bespin in it&#8217;s current form does not include WYSIWYG authoring of html documents like Dreamweaver or similar products, nor does it allow for in-browser preview of the page design. It is a code editor and file manager fusion that also includes a command line interface. From a developer&#8217;s perspective, if you add it to something like Basecamp&#8217;s features for communication and project management, Bespin could be a really powerful tool in a mash-up. If it becomes a modular platform that people actively develop for, and acquires &#8220;extensibility,&#8221; Bespin could be one of the first cloud apps to really change things.</p>
<p>Anyone who has been doing web design and web development professionally has probably become more or less ingrained in the way they do code editing, and the programs themselves become the basic canvas for daily work, like Photoshop &amp; Illustrator for graphic design. I made the change from a desktop based FTP program to one running in FireFox as a plug-in based on reliability and functionality &#8211; FireFTP is rock solid. Would I likewise switch over from the combination of 4 different programs I use now for editing web files to using Bespin, another browser based application?</p>
<p>To be honest, a few of the content management systems I have used have an option to bring the CMS files themselves (css, php, index, etc) directly into the browser for editing, and this is handy. Bespin seems to be an extension of that trend, but I am probably too engrained with the patterns of my current work process and lacking the free time to put into installing and testing the application as my daily code editor for project work. If it easily installed, eliminated FTP layer, and had WYSIWYG html editing functions along with the ability to edit the code of web files directly from the server in the browser, with one click publishing of revisions, I would seriously consider using Bespin.</p>
<p>To find out more about the Bespin project at Mozilla Labs, visit:<br />
<a href="https://bespin.mozilla.com/index.html" target="_self">https://bespin.mozilla.com/index.html</a></p>
<p>More on HTML 5 &amp; Canvas:<br />
<a href="https://developer.mozilla.org/en/Canvas_tutorial" target="_self">https://developer.mozilla.org/en/Canvas_tutorial</a><br />
<a href="http://en.wikipedia.org/wiki/Canvas_tag" target="_self">http://en.wikipedia.org/wiki/Canvas_tag</a></p>
<!-- google_ad_section_end --><p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/02/mozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing/">Mozilla Labs Releases Bespin Beta: In-Browser Collaborative Code Editing</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://twitter.com/home?status=Mozilla%20Labs%20Releases%20Bespin%20Beta%3A%20In-Browser%20Collaborative%20Code%20Editing%20-%20http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F" title="Twitter"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F&amp;title=Mozilla%20Labs%20Releases%20Bespin%20Beta%3A%20In-Browser%20Collaborative%20Code%20Editing&amp;notes=Bespin%20also%20enables%20collaborative%20authoring%2C%20editing%2C%20and%20file%20management%20for%20web%20development%20through%20a%20shared%20browser%20interface.%20The%20simplicity%20of%20the%20program%20leads%20to%20its%20expansion%20-%20if%20it%20can%20replace%20the%20desktop%20editor%20on%20your%20computer%2C%20then%20why%20not%20have%20everyone%20on%20the%20team%20use%20it%20and%20manage%20the%20publication%20of%20core%20site%20code%20files%20in%20the%20same%20manner...%20through%20Bespin%3F" title="del.icio.us"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F&amp;title=Mozilla%20Labs%20Releases%20Bespin%20Beta%3A%20In-Browser%20Collaborative%20Code%20Editing" title="StumbleUpon"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F&amp;title=Mozilla%20Labs%20Releases%20Bespin%20Beta%3A%20In-Browser%20Collaborative%20Code%20Editing&amp;bodytext=Bespin%20also%20enables%20collaborative%20authoring%2C%20editing%2C%20and%20file%20management%20for%20web%20development%20through%20a%20shared%20browser%20interface.%20The%20simplicity%20of%20the%20program%20leads%20to%20its%20expansion%20-%20if%20it%20can%20replace%20the%20desktop%20editor%20on%20your%20computer%2C%20then%20why%20not%20have%20everyone%20on%20the%20team%20use%20it%20and%20manage%20the%20publication%20of%20core%20site%20code%20files%20in%20the%20same%20manner...%20through%20Bespin%3F" title="Digg"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F" title="Sphinn"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F&amp;t=Mozilla%20Labs%20Releases%20Bespin%20Beta%3A%20In-Browser%20Collaborative%20Code%20Editing" title="Facebook"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fmozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing%2F&amp;title=Mozilla%20Labs%20Releases%20Bespin%20Beta%3A%20In-Browser%20Collaborative%20Code%20Editing&amp;annotation=Bespin%20also%20enables%20collaborative%20authoring%2C%20editing%2C%20and%20file%20management%20for%20web%20development%20through%20a%20shared%20browser%20interface.%20The%20simplicity%20of%20the%20program%20leads%20to%20its%20expansion%20-%20if%20it%20can%20replace%20the%20desktop%20editor%20on%20your%20computer%2C%20then%20why%20not%20have%20everyone%20on%20the%20team%20use%20it%20and%20manage%20the%20publication%20of%20core%20site%20code%20files%20in%20the%20same%20manner...%20through%20Bespin%3F" title="Google Bookmarks"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/02/mozilla-labs-releases-bespin-beta-in-browser-collaborative-code-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Free Web Designs</title>
		<link>http://webdevnews.net/2009/02/get-free-web-designs/</link>
		<comments>http://webdevnews.net/2009/02/get-free-web-designs/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 17:00:30 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS Template Development]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=342</guid>
		<description><![CDATA[WebDevNews is happy to announce the official launch of it&#8217;s new sister site, Get Free Web Designs. Get Free Web Designs, is the result of collaboration between the people behind Xavisys and Blogging Rock Star and offers high-quality open source templates completely free!  You can find open source templates in a number of great [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/02/get-free-web-designs/">Get Free Web Designs</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>WebDevNews is happy to announce the official launch of it&#8217;s new sister site, <a title="GetFreeWebDesigns.com is a group of Open Source Website Designers providing free web design templates." href="http://www.getfreewebdesigns.com">Get Free Web Designs</a>. <a title="GetFreeWebDesigns.com is a group of Open Source Website Designers providing free web design templates." href="http://www.getfreewebdesigns.com">Get Free Web Designs</a>, is the result of collaboration between the people behind <a title="Professional web development" href="http://xavisys.com">Xavisys</a> and <a href="http://www.bloggingrockstar.com/">Blogging Rock Star</a> and offers high-quality open source templates completely free!  You can find open source templates in a number of great designs, and use them to create professional web sites that stand alone or integrate with popular CMS platforms.</p>
<p>Get Free Web Designs, or GFWD, currently has 167 open source templates for free download available on the site, and they are all valid XHTML! The designs can be viewed by author as well as being searchable by validation (XHTML 1.0 Transitional, XHTML 1.0 Strict, XHTML 1.1), license (Public Domain, GNU GPL, Creative Commons), contrast, width (fixed or fluid), number of columns, and color. If you would like to get regular information on updates and the addition of new themes to the site, subscribe to the RSS feed at: <a href="http://feeds.feedburner.com/GFWD-Design-Feed">http://feeds.feedburner.com/GFWD-Design-Feed</a>.</p>
<p><span id="more-342"></span></p>
<p>GFWD is open to designers who would like to list their themes and templates on the site for hosting and download.  It&#8217;s excellent exposure for new designers and it&#8217;s a great way for seasoned designers to give back to the community. If you would like to register to submit designs, visit the <a href="http://www.getfreewebdesigns.com/wp-login.php?action=register">Get Free Web Designs Registration Page</a> now to get started!</p>
<p>Thanks go out to <a href="http://www.wfiedler-online.de/">Wolfram Fiedler</a> for the amazing design which helps to truly showcase each of the designs submitted to the site.  Also, Sean of <a href="http://www.bloggingrockstar.com/">Blogging Rockstar</a> for the site layout, search engine optimization, and user interfaces, all of which I&#8217;m sure you&#8217;ll appreciate whether you are contributing designs, looking for designs, or both!  Lastly, Aaron with <a title="Professional web development" href="http://xavisys.com">Xavisys Web Development</a> for the back end coding which allows the site to be responsive and reliable, allows the searching to be robust and intuitive, and also makes things like the <a href="http://www.getfreewebdesigns.com/statistics/" title="Top Web Design Statistics">statistics page</a> possible.</p>
<p>We want Get Free Web Designs to be an amazing resource for you, so if you have any ideas or suggestions, please <a href="http://www.getfreewebdesigns.com/contact/" title="Contact the Get Free Web Designs Team">contact us</a>.  Also, stay tuned and watch the <a href="http://www.getfreewebdesigns.com/blog/" title="Keep up to date on Get Free Web Designs news">Get Free Web Designs blog</a>!  We&#8217;ll keep you updated as new features and functionality are added to the site.</p>
<p>Please feel free to check out the <a href="http://www.getfreewebdesigns.com/free-xhtml-templates/">free XHTML and CSS designs</a> on Get Free Web Designs.  If you&#8217;re overwhelmed or aren&#8217;t sure where to start, hopefully some of these will help (pulled from the current <a href="http://www.getfreewebdesigns.com/statistics/" title="Top Web Design Statistics">statistics</a>):</p>
<h3>Top Web Template Contributors</h3>
<ol>
<li><a href="http://www.getfreewebdesigns.com/profile/graystatic/">graystatic</a> contributed 30 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/wfiedler/">wfiedler</a> contributed 22 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/nickyd/">NickyD</a> contributed 19 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/outsider/">Outsider</a> contributed 14 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/coollew/">coollew</a> contributed 13 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/arwen54/">Karen Blundell</a> contributed 9 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/gigacore/">Gigacore</a> contributed 8 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/conartistdesign/">conartistdesign</a> contributed 8 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/snop/">Pat Heard</a> contributed 7 designs</li>
<li><a href="http://www.getfreewebdesigns.com/profile/jan/">Payal Dhar</a> contributed 7 designs</li>
</ol>
<h3>Most Downloaded Designs</h3>
<ol>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=148">wfiedler_21</a> by <a href="http://www.getfreewebdesigns.com/profile/wfiedler/">wfiedler</a> (42 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=7">Wild City</a> by <a href="http://www.getfreewebdesigns.com/profile/outsider/">Outsider</a> (38 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=150">Leaves</a> by <a href="http://www.getfreewebdesigns.com/profile/nickyd/">NickyD</a> (35 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=162">lazydays</a> by <a href="http://www.getfreewebdesigns.com/profile/snop/">Pat Heard</a> (30 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=166">Orangealicous</a> by <a href="http://www.getfreewebdesigns.com/profile/graystatic/">graystatic</a> (28 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=164">Falling Away</a> by <a href="http://www.getfreewebdesigns.com/profile/snop/">Pat Heard</a> (27 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=165">Metamorph Floral</a> by <a href="http://www.getfreewebdesigns.com/profile/metamorph/">metamorph</a> (26 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=163">Simple Life</a> by <a href="http://www.getfreewebdesigns.com/profile/snop/">Pat Heard</a> (24 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=123">wfiedler_12</a> by <a href="http://www.getfreewebdesigns.com/profile/wfiedler/">wfiedler</a> (22 downloads)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=169">Chocolatey brown</a> by <a href="http://www.getfreewebdesigns.com/profile/kalyan/">kalyan</a> (22 downloads)</li>
</ol>
<h3>Most Downloads Per Day (Average)</h3>
<ol>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=179">Nature</a> by <a href="http://www.getfreewebdesigns.com/profile/nickyd/">NickyD</a> (15 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=178">Mustard Green</a> by <a href="http://www.getfreewebdesigns.com/profile/kalyan/">kalyan</a> (9 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=177">Simply Plain v2</a> by <a href="http://www.getfreewebdesigns.com/profile/kalyan/">kalyan</a> (7 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=175">Simply Plain v1</a> by <a href="http://www.getfreewebdesigns.com/profile/kalyan/">kalyan</a> (5 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=170">wfiedler_22</a> by <a href="http://www.getfreewebdesigns.com/profile/wfiedler/">wfiedler</a> (5 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=174">metamorph eagle</a> by <a href="http://www.getfreewebdesigns.com/profile/metamorph/">metamorph</a> (5 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=173">dip!</a> by <a href="http://www.getfreewebdesigns.com/profile/outsider/">Outsider</a> (4 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=171">metamorph darkside</a> by <a href="http://www.getfreewebdesigns.com/profile/metamorph/">metamorph</a> (4 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=176">Simply Black v1</a> by <a href="http://www.getfreewebdesigns.com/profile/kalyan/">kalyan</a> (4 downloads per day)</li>
<li><a href="http://www.getfreewebdesigns.com/preview/?template=169">Chocolatey brown</a> by <a href="http://www.getfreewebdesigns.com/profile/kalyan/">kalyan</a> (4 downloads per day)</li>
</ol>
<!-- google_ad_section_end --><p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/02/get-free-web-designs/">Get Free Web Designs</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://twitter.com/home?status=Get%20Free%20Web%20Designs%20-%20http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F" title="Twitter"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F&amp;title=Get%20Free%20Web%20Designs&amp;notes=WebDevNews%20is%20happy%20to%20announce%20the%20official%20launch%20of%20it%27s%20new%20sister%20site%2C%20Get%20Free%20Web%20Designs.%20Get%20Free%20Web%20Designs%2C%20is%20the%20result%20of%20collaboration%20between%20the%20people%20behind%20Xavisys%20and%20Blogging%20Rock%20Star%20and%20offers%20high-quality%20open%20source%20templ" title="del.icio.us"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F&amp;title=Get%20Free%20Web%20Designs" title="StumbleUpon"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F&amp;title=Get%20Free%20Web%20Designs&amp;bodytext=WebDevNews%20is%20happy%20to%20announce%20the%20official%20launch%20of%20it%27s%20new%20sister%20site%2C%20Get%20Free%20Web%20Designs.%20Get%20Free%20Web%20Designs%2C%20is%20the%20result%20of%20collaboration%20between%20the%20people%20behind%20Xavisys%20and%20Blogging%20Rock%20Star%20and%20offers%20high-quality%20open%20source%20templ" title="Digg"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F" title="Sphinn"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F&amp;t=Get%20Free%20Web%20Designs" title="Facebook"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwebdevnews.net%2F2009%2F02%2Fget-free-web-designs%2F&amp;title=Get%20Free%20Web%20Designs&amp;annotation=WebDevNews%20is%20happy%20to%20announce%20the%20official%20launch%20of%20it%27s%20new%20sister%20site%2C%20Get%20Free%20Web%20Designs.%20Get%20Free%20Web%20Designs%2C%20is%20the%20result%20of%20collaboration%20between%20the%20people%20behind%20Xavisys%20and%20Blogging%20Rock%20Star%20and%20offers%20high-quality%20open%20source%20templ" title="Google Bookmarks"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/02/get-free-web-designs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Top 10 Open Source Content Management Systems</title>
		<link>http://webdevnews.net/2008/09/the-top-10-open-source-content-management-systems/</link>
		<comments>http://webdevnews.net/2008/09/the-top-10-open-source-content-management-systems/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 10:00:47 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Dolphin]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[Media Wiki]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open Source Content Management System]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=54</guid>
		<description><![CDATA[As a web designer working online since Netscape 1.0 building sites for clients, the biggest change I’ve seen in thirteen years in the industry is the advent of the Open Source Content Management System as the preferred platform for development. Nothing is more illustrative of the change between first generation web standards and the web [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/09/the-top-10-open-source-content-management-systems/">The Top 10 Open Source Content Management Systems</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>As a web designer working online since Netscape 1.0 building sites for clients, the biggest change I’ve seen in thirteen years in the industry is the advent of the Open Source Content Management System as the preferred platform for development. Nothing is more illustrative of the change between first generation web standards and the web 2.0 evolution than the CMS trend. Providing a great base for social networking, including blogs, forums, wikis, image galleries, comment logs, ecommerce, voting, bookmarking, tags, and innumerable other extensions along with traditional web publishing methods, the CMS is the preferred platform for most web designers building sites today. Open Source has led to the establishment of huge, user-powered development communities that are dynamically changing and constantly upgrading, offering free software, themes, and modules for building professional web sites. The ubiquity of the shared hosting LAMP – Cpanel &#8211; Fantastico set up has popularized the CMS far beyond even the developer/design community.</p>
<h3>The top 10 Open Source Content Management Systems:</h3>
<p>1. Drupal<br />
2. WordPress<br />
3. Joomla<br />
4. Media Wiki<br />
5. Liferay<br />
6. TYPO3<br />
7. Moodle<br />
8. Dolphin<br />
9. Pligg<br />
10. Movable Type</p>
<p>Honorable Mention:<br />
Xoops, Geeklog, e107, Mambo, Nucleus</p>
<p><span id="more-54"></span></p>
<p><strong>1. Drupal:</strong></p>
<p>Drupal gets the top nod because of its ease of use, vast number of modules, great user, developer, and support community.<br />
License: GPL<br />
Programming Language: PHP<br />
Main advantages: core CMS, Views, CCK, Organic Groups, &amp; huge library of contributed modules.<br />
Disadvantages: complex, needs more top quality themes, frequent security upgrades.<br />
Outlook: Huge potential to continue growth and expansion on this platform over time.<br />
Website: <a href="http://www.drupal.org/" target="_blank">http://www.drupal.org/</a></p>
<p><strong>2. WordPress:</strong></p>
<p>WordPress is a simple and elegant CMS, perfect for single user blogs, with a large number of themes and modules available online.<br />
License: GPL<br />
Programming Language: PHP<br />
Main advantages: Easiest CMS to use, customize, and extend.<br />
Disadvantages: Lacks many of the social networking functions, ecommerce, forums, wikis, etc. used on more expansive sites.<br />
Outlook: Best for personal publishing, huge user community, will continue to be the preferred choice of bloggers for years.<br />
Website: <a href="http://www.wordpress.org/" target="_blank">http://www.wordpress.org/</a></p>
<p><strong>3. Joomla:</strong></p>
<p>Joomla has one of the largest user communities of any CMS, everything you need and more to develop social networks, ecommerce, &amp; archive sites.<br />
License: GPL<br />
Programming Language: PHP<br />
Main advantages: Professional standards, internationalization, customization.<br />
Disadvantages: too many commercial products for Open Source development, difficult to learn.<br />
Outlook: Strong challenger for the top CMS spot, commercialization of extensions should continue to provide many income opportunities for 3rd party developers.<br />
Website: <a href="http://www.joomla.org/" target="_blank">http://www.joomla.org/</a></p>
<p><strong>4. Media Wiki:</strong></p>
<p>Media Wiki invented a whole new way of working on the web, and is a CMS for collective authoring of documents, used to power the one of the largest and most popular sites on the internet, Wikipedia.<br />
License: GPL<br />
Programming Language: PHP<br />
Main advantages: If you need a wiki, it is the best.<br />
Disadvantages: Does not include many other functions / extensions of other CMS platforms, doesn’t theme well, most sites look the same.<br />
Outlook: Follows the model to success of doing one thing extremely well, has the support of the Wikipedia Foundation, very popular authoring model.<br />
Website: <a href="http://www.mediawiki.org/">http://www.mediawiki.org/</a></p>
<p><strong>5. Liferay:</strong></p>
<p>Liferay is a popular new CMS that is great for building portals, and offers a professional look and feel that sets it apart from the other platforms.<br />
License: MIT<br />
Programming Language: Java, PHP, Ruby<br />
Main advantages: collaboration, calendars, internationalization, design.<br />
Disadvantages: More closely tied to a commercial outlook / corporate structure than most Open Source projects.<br />
Outlook: Not as well known or implemented as some of the other CMS platforms, but nice design &amp; features to set your sites apart from the crowd.<br />
Website: <a href="http://www.liferay.com/" target="_blank">http://www.liferay.com/</a></p>
<p><strong>6. TYPO3:</strong></p>
<p>One of the most complex and professional CMS platforms out of the box, TYPO3 is popular for business websites, especially with European companies.<br />
License: GNU<br />
Programming Language: PHP<br />
Main advantages: design, extensions, customizations, flexibility, professionalism.<br />
Disadvantages: too difficult to learn for most, too many proprietary conventions.<br />
Outlook: Strong CMS for web development, sure to continue with a core of specialized developers and corporate clients, but loosing support and market share to other platforms.<br />
Website: <a href="http://www.typo3.com/" target="_blank">http://www.typo3.com/</a></p>
<p><strong>7. Moodle:</strong></p>
<p>Moodle is one of the most unique CMS platforms on this list, designed specifically for Course Management and Education, and used for online learning platforms.<br />
License: GNU<br />
Programming Language: PHP<br />
Main advantages: Huge user and development community, online education, no real competitors or similar products, extremely powerful.<br />
Disadvantages: not really applicable for most web design purposes.<br />
Outlook: Look for this “Modular Object-Oriented Dynamic Learning Environment” to continue to be the standard online operating system for education and spawn many interesting mashups with other CMS platforms as well as many more modules &amp; extensions.<br />
Website: <a href="http://www.moodle.org/" target="_blank">http://www.moodle.org/</a></p>
<p><strong>8. Dolphin:</strong></p>
<p>Boonex Dolphin is popular among web designers who want the latest in social networking, with an industry standard look and all of the features of the popular online communities out of the box.<br />
License: Creative Commons<br />
Programming Language: PHP<br />
Main advantages: Plug-n-Play user community with all the bells &amp; whistles.<br />
Disadvantages: not really Open Source, must pay to remove ads, requires specific hosting requirements, difficult to install, buggy.<br />
Outlook: Look for Dolphin to continue to be a popular choice for social networking, though its “cookie cutter” design runs the risk of becoming stale with too many sites implementing the same design.<br />
Website: <a href="http://www.boonex.com/products/dolphin/" target="_blank">http://www.boonex.com/products/dolphin/</a></p>
<p><strong>9. Pligg:</strong></p>
<p>Pligg is a Digg clone that provides social bookmarking functionality for websites, allowing users to post links, vote them up or down, and leave comments.<br />
License: GPL<br />
Programming Language: PHP<br />
Main advantages: Best for Social Bookmarking, can be themed and extended to build top quality sites like Mixx, Redditt, Del.icio.us, etc.<br />
Disadvantages: difficult to install, mod rewrite problems, poor support on community boards, questionable Open Source future.<br />
Outlook: With the 1.0 release of Pligg upcoming within a couple of months, look for a big surge of use back to this platform but watch out for increased commercialization.<br />
Website: <a href="http://www.pligg.com/" target="_blank">http://www.pligg.com/</a></p>
<p><strong>10. Movable Type: </strong></p>
<p>Movable Type is the main challenger to WordPress for a personal blog platform, and supports multiple users, Themes, and Tags.<br />
License: GNU<br />
Programming Language: Perl<br />
Main advantages: Blogs<br />
Disadvantages: Too closely tied to commercial products and services compared to most Open Source communities, Perl.<br />
Outlook: Look for MT to fall off the list as other of the blogging platforms below increase in popularity, but sustain development as PR for the company’s commercial offerings.<br />
Website: <a href="http://movabletype.org/" target="_blank">http://movabletype.org/</a></p>
<p><strong>Honorable Mention: </strong><br />
Xoops, Geeklog, e107, Mambo, Nucleus</p>
<!-- google_ad_section_end --><p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/09/the-top-10-open-source-content-management-systems/">The Top 10 Open Source Content Management Systems</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://twitter.com/home?status=The%20Top%2010%20Open%20Source%20Content%20Management%20Systems%20-%20http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F" title="Twitter"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F&amp;title=The%20Top%2010%20Open%20Source%20Content%20Management%20Systems&amp;notes=As%20a%20web%20designer%20working%20online%20since%20Netscape%201.0%20building%20sites%20for%20clients%2C%20the%20biggest%20change%20I%E2%80%99ve%20seen%20in%20thirteen%20years%20in%20the%20industry%20is%20the%20advent%20of%20the%20Open%20Source%20Content%20Management%20System%20as%20the%20preferred%20platform%20for%20development.%20Not" title="del.icio.us"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F&amp;title=The%20Top%2010%20Open%20Source%20Content%20Management%20Systems" title="StumbleUpon"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F&amp;title=The%20Top%2010%20Open%20Source%20Content%20Management%20Systems&amp;bodytext=As%20a%20web%20designer%20working%20online%20since%20Netscape%201.0%20building%20sites%20for%20clients%2C%20the%20biggest%20change%20I%E2%80%99ve%20seen%20in%20thirteen%20years%20in%20the%20industry%20is%20the%20advent%20of%20the%20Open%20Source%20Content%20Management%20System%20as%20the%20preferred%20platform%20for%20development.%20Not" title="Digg"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F" title="Sphinn"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F&amp;t=The%20Top%2010%20Open%20Source%20Content%20Management%20Systems" title="Facebook"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fthe-top-10-open-source-content-management-systems%2F&amp;title=The%20Top%2010%20Open%20Source%20Content%20Management%20Systems&amp;annotation=As%20a%20web%20designer%20working%20online%20since%20Netscape%201.0%20building%20sites%20for%20clients%2C%20the%20biggest%20change%20I%E2%80%99ve%20seen%20in%20thirteen%20years%20in%20the%20industry%20is%20the%20advent%20of%20the%20Open%20Source%20Content%20Management%20System%20as%20the%20preferred%20platform%20for%20development.%20Not" title="Google Bookmarks"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2008/09/the-top-10-open-source-content-management-systems/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
	</channel>
</rss>
