<?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>Green Complex &#187; Productivity Software</title>
	<atom:link href="http://green.cx/category/software/usefull-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://green.cx</link>
	<description>IT Resources</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:17:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Web Dev Without the Web</title>
		<link>http://green.cx/software/free-software/web-dev-web/</link>
		<comments>http://green.cx/software/free-software/web-dev-web/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 11:30:41 +0000</pubDate>
		<dc:creator>Jason Green</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Productivity Software]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Utility Applications]]></category>

		<guid isPermaLink="false">http://green.cx/?p=885</guid>
		<description><![CDATA[<img src="http://green.cx/wp-content/blogs.dir/1/category-images/4.original.png" width="659" height="87" alt="" title="Free Software" /><img src="http://green.cx/wp-content/blogs.dir/1/category-images/14.original.png" width="659" height="87" alt="" title="Software" /><br/>Web Dev Without the Web: Or how to create your own local server for building and testing websites. The nice guys over at Apache Friends have made it easy to get your own webserver up in no time! Just goto http://www.apachefriends.org/en/xampp.html and grab the file you need for your type of computer (Windows, Linux, or even [...]


Related posts:<ol><li><a href='http://green.cx/software/free-software/notepad/' rel='bookmark' title='Permanent Link: Notepad++'>Notepad++</a></li>
<li><a href='http://green.cx/software/free-software/process-monitor-replaces-regmon-filemon/' rel='bookmark' title='Permanent Link: Process Monitor v2.8'>Process Monitor v2.8</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://green.cx/wp-content/blogs.dir/1/category-images/4.original.png" width="659" height="87" alt="" title="Free Software" /><img src="http://green.cx/wp-content/blogs.dir/1/category-images/14.original.png" width="659" height="87" alt="" title="Software" /><br/><h2>Web Dev Without the Web: Or how to create your own local server for building and testing websites.</h2>
<div id="attachment_886" class="wp-caption alignleft" style="width: 260px"><a rel="attachment wp-att-886" href="http://green.cx/software/free-software/web-dev-web/attachment/20-xampp-logo-trio/"><img class="size-medium wp-image-886" title="20-xampp-logo-trio" src="http://green.cx/wp-content/uploads/2010/02/20-xampp-logo-trio-250x219.jpg" alt="" width="250" height="219" /></a><p class="wp-caption-text">XAMPP - Rocks!</p></div>
<p>The nice guys over at Apache Friends have made it easy to get your own webserver up in no time! Just goto <a title='Original Link: http://www.apachefriends.org/en/xampp.html'  href="http://green.cx/?nq2eFDRF">http://www.apachefriends.org/en/xampp.html</a> and grab the file you need for your type of computer (Windows, Linux, or even Mac) and run 1 application that fires up a real Perl/PHP environment,MySQL Database, and Apache HTTP daemon<strong> ALL IN ONE</strong>!</p>
<p><strong>Requirements and features</strong></p>
<p>XAMPP requires only one <a title="EXE" title='Original Link: http://en.wikipedia.org/wiki/EXE'  href="http://green.cx/?fTZirRVd">exe</a> file to be downloaded and run, and little or no configuration of the various components that make up the web server is required. XAMPP is regularly updated to incorporate the latest releases of <a title="Apache HTTP Server" title='Original Link: http://en.wikipedia.org/wiki/Apache_HTTP_Server'  href="http://green.cx/?_MX7cfjw">Apache</a>/<a title="MySQL" title='Original Link: http://en.wikipedia.org/wiki/MySQL'  href="http://green.cx/?sb8mbFGo">MySQL</a>/<a title="PHP" title='Original Link: http://en.wikipedia.org/wiki/PHP'  href="http://green.cx/?Vxtq0aW6">PHP</a>and <a title="Perl" title='Original Link: http://en.wikipedia.org/wiki/Perl'  href="http://green.cx/?TKear0dq">Perl</a>. It also comes with a number of other modules including <a title="OpenSSL" title='Original Link: http://en.wikipedia.org/wiki/OpenSSL'  href="http://green.cx/?C1nE6w0n">OpenSSL</a> and <a title="PhpMyAdmin" title='Original Link: http://en.wikipedia.org/wiki/PhpMyAdmin'  href="http://green.cx/?xYAys6Nd">phpMyAdmin</a>.</p>
<p><em>Installing XAMPP takes less time than installing each of its components separately</em>. Self-contained, multiple instances of XAMPP can exist on a single computer, and any given instance can be copied from one computer to another.</p>
<p>It is offered in both a full, standard version and a smaller version (known as <em>XAMPP Lite</em>). Add-on extension modules also are available for free.</p>
<h3>What&#8217;s it for?</h3>
<p>Officially, XAMPP&#8217;s designers intended it for use only as a development tool, to allow website designers and programmers to test their work on their own computers without any access to the Internet. To make this as easy as possible, many important security features are disabled by default. In practice, however, XAMPP is sometimes used to actually serve web pages on the web. A special tool is provided to password-protect the most important parts of the package.</p>
<p>XAMPP also provides support for creating and editing databases in <a title="MySQL" title='Original Link: http://en.wikipedia.org/wiki/MySQL'  href="http://green.cx/?sb8mbFGo">MySQL</a> and <a title="SQLite" title='Original Link: http://en.wikipedia.org/wiki/SQLite'  href="http://green.cx/?t7tj7feQ">SQLite</a> among others.</p>
<p>GRAB IT HERE:</p>
<p><a title='Original Link: http://sourceforge.net/projects/xampp/'  href="http://green.cx/?PjR69UmA">http://sourceforge.net/projects/xampp/</a></p>


<div class="shr-bookmarks shr-bookmarks-spaced">
<ul class="socials">
		<li class="shr-stumbleupon">
			<a title='Original Link: http://www.stumbleupon.com/submit?url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?VIrIcsqS" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a title='Original Link: http://digg.com/submit?phase=2&amp;url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?dlHK03y1" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a title='Original Link: http://reddit.com/submit?url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?5lu4AGky" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-googlebuzz">
			<a title='Original Link: http://www.google.com/buzz/post?url=http://green.cx/software/free-software/web-dev-web/&amp;imageurl='  href="http://green.cx/?ayZIVHjw" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-evernote">
			<a title='Original Link: http://www.evernote.com/clip.action?url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?kzb_sz0h" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-delicious">
			<a title='Original Link: http://delicious.com/post?url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?b73Fc9XG" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-technorati">
			<a title='Original Link: http://technorati.com/faves?add=http://green.cx/software/free-software/web-dev-web/'  href="http://green.cx/?GFqtRVUC" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-blogmarks">
			<a title='Original Link: http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?JSlq84mb" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-linkedin">
			<a title='Original Link: http://www.linkedin.com/shareArticle?mini=true&amp;url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web&amp;summary=Web%20Dev%20Without%20the%20Web%3A%C2%A0Or%20how%20to%20create%20your%20own%20local%20server%20for%20building%20and%20testing%20websites.%0D%0A%0D%0A%0D%0AThe%20nice%20guys%20over%20at%20Apache%20Friends%20have%20made%20it%20easy%20to%20get%20your%20own%20webserver%20up%20in%20no%20time%21%20Just%20goto%20http%3A%2F%2Fwww.apachefriends.org%2Fen%2Fxampp.html%20and%20grab%20the%20file%20you%20need%20for%20your%20type%20of%20co&amp;source=Green Complex'  href="http://green.cx/?RHrmABGS" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a title='Original Link: http://www.mixx.com/submit?page_url=http://green.cx/software/free-software/web-dev-web/&amp;title=Web+Dev+Without+the+Web'  href="http://green.cx/?POvzVgrG" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-propeller">
			<a title='Original Link: http://www.propeller.com/submit/?url=http://green.cx/software/free-software/web-dev-web/'  href="http://green.cx/?CRk1y8tP" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://green.cx/software/free-software/notepad/' rel='bookmark' title='Permanent Link: Notepad++'>Notepad++</a></li>
<li><a href='http://green.cx/software/free-software/process-monitor-replaces-regmon-filemon/' rel='bookmark' title='Permanent Link: Process Monitor v2.8'>Process Monitor v2.8</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://green.cx/software/free-software/web-dev-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notepad++</title>
		<link>http://green.cx/software/free-software/notepad/</link>
		<comments>http://green.cx/software/free-software/notepad/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:24:51 +0000</pubDate>
		<dc:creator>Jason Green</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[Productivity Software]]></category>
		<category><![CDATA[Utility Applications]]></category>

		<guid isPermaLink="false">http://green.cx/?p=440</guid>
		<description><![CDATA[<img src="http://green.cx/wp-content/blogs.dir/1/category-images/4.original.png" width="659" height="87" alt="" title="Free Software" /><img src="http://green.cx/wp-content/blogs.dir/1/category-images/42.original.png" width="659" height="87" alt="" title="Portable Apps" /><br/>Ok If you haven't heard, Notepad++ is basically the end-all editor for writing code, FAST.  While it's not a true IDE for writing full scale applications like Java's NETBeans, Visual Studio, Dreamweaver, etc., it's makes life so much easier for those of us who only need to do editing, quick code-revision, editing, and even as just a syntax highlighter. You can get it here....


Related posts:<ol><li><a href='http://green.cx/web-resources/web-dev-resources/gallery3-zenphoto/' rel='bookmark' title='Permanent Link: Gallery3 Vs ZenPhoto'>Gallery3 Vs ZenPhoto</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://green.cx/wp-content/blogs.dir/1/category-images/4.original.png" width="659" height="87" alt="" title="Free Software" /><img src="http://green.cx/wp-content/blogs.dir/1/category-images/42.original.png" width="659" height="87" alt="" title="Portable Apps" /><br/><p>Ok If you haven&#8217;t heard, <a id="aptureLink_mprBs6Pj3p" title='Original Link: http://en.wikipedia.org/wiki/Notepad%2B%2B'  href="http://green.cx/?LaH2GoE7">Notepad++</a> is basically the end-all editor for writing code, FAST.<span id="more-440"></span>While it&#8217;s not a true <a id="aptureLink_A71dwBggxB" title='Original Link: http://en.wikipedia.org/wiki/Integrated%20development%20environment'  href="http://green.cx/?COljhGsd">IDE</a> for writing full scale applications like <a id="aptureLink_DrzTbuaHXV" title='Original Link: http://en.wikipedia.org/wiki/NetBeans%20IDE'  href="http://green.cx/?cGqOnv9J">Java&#8217;s NETBeans</a>, <a id="aptureLink_npU8FFdejt" title='Original Link: http://en.wikipedia.org/wiki/Visual%20Studio'  href="http://green.cx/?GbxtB9gV">Visual Studio</a>, <a id="aptureLink_cx1nYdFydo" title='Original Link: http://en.wikipedia.org/wiki/Dreamweaver'  href="http://green.cx/?6Q2GMiXd">Dreamweaver</a>, etc., it&#8217;s makes life so much easier for those of us who only need to do editing, quick code-revision, editing, and even as just a syntax highlighter.</p>
<p>It Supports all these computer languages:</p>
<table style="font-size: 11px;color: #3f6e3a;font-family: Verdana, arial, Helvetica, sans-serif" border="0" cellspacing="5" cellpadding="0" width="100%" align="center">
<tbody>
<tr align="center">
<td>C</td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_multiView.gif'  href="http://green.cx/?X8n5EF8G" target="blank">C++</a></td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerJava.gif'  href="http://green.cx/?bojoKiYf" target="blank">Java</a></td>
<td>C#</td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerXML.gif'  href="http://green.cx/?jkzLjGve" target="blank">XML</a></td>
<td>HTML</td>
</tr>
<tr align="center">
<td>PHP</td>
<td>CSS</td>
<td>makefile</td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_asciiArt.gif'  href="http://green.cx/?lnLXvx1h" target="blank">ASCII art (.nfo)</a></td>
<td>doxygen</td>
<td>ini file</td>
</tr>
<tr align="center">
<td>batch file</td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerHTML.gif'  href="http://green.cx/?udcYJ_uK" target="blank">Javascript</a></td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerAsp.gif'  href="http://green.cx/?oEZYMN4W" target="blank">ASP</a></td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerVB.gif'  href="http://green.cx/?Xtx7ZSb_" target="blank">VB/VBS</a></td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerSQL.gif'  href="http://green.cx/?6MXq9Nyt" target="blank">SQL</a></td>
<td><a title='Original Link: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerObjC.gif'  href="http://green.cx/?RAhpAC0P" target="blank">Objective-C</a></td>
</tr>
<tr align="center">
<td>RC resource file</td>
<td>Pascal</td>
<td>Perl</td>
<td>Python</td>
<td>Lua</td>
<td>TeX</td>
</tr>
<tr align="center">
<td>TCL</td>
<td>Assembler</td>
<td>Ruby</td>
<td>Lisp</td>
<td>Scheme</td>
<td>Properties</td>
</tr>
<tr align="center">
<td>Diff</td>
<td>Smalltalk</td>
<td>Postscript</td>
<td>VHDL</td>
<td>Ada</td>
<td>Caml</td>
</tr>
<tr align="center">
<td>AutoIt</td>
<td>KiXtart</td>
<td>Matlab</td>
<td>Verilog</td>
<td>Haskell</td>
<td>InnoSetup</td>
</tr>
<tr align="center">
<td>CMake</td>
<td>YAML</td>
</tr>
</tbody>
</table>
<p>It also supports FTP, Themes, Macros, and a LOT more!! When Installing it even asks if you want to install it to a Thumb drive to make it portable!!</p>
<p>Clone Mode, for example lets you open the SAME document twice, so you can edit the Top of a file on the left pane, and the bottom on the right pane, and what changes in one pane, also changes in the other. I know of <span style="text-decoration: underline">NO OTHER EDITING APPLICATION</span> that does this! (See Screenshot)</p>
<div id="attachment_441" class="wp-caption alignleft" style="width: 590px"><img class="size-large wp-image-441  " title="scrsh_multiViewCloneMode" src="http://green.cx/wp-content/uploads/2009/10/scrsh_multiViewCloneMode-1024x721.gif" alt="Multi View Clone Mode" width="580" /><p class="wp-caption-text">Multi View Clone Mode</p></div>
<p>Well go give it a try, it even comes with Themes you should check out too, that change the colors of the Syntax highlighting to make it look like anything from a Green screen terminal to a neon or neo gothic l33t script editor.</p>
<p>It&#8217;s great for those tweaks to your website here and there, I mean, I have used it ALOT on this very site!</p>
<p>Download it here: <a title='Original Link: http://notepad-plus.sourceforge.net/uk/site.htm'  href="http://green.cx/?6PCHrwte">http://notepad-plus.sourceforge.net/uk/site.htm</a></p>
<p>And some juicy Screenshots!:</p>
<div id="attachment_452" class="wp-caption alignleft" style="width: 590px"><img class="size-full wp-image-452  " title="Fullscreen capture 10182009 121325 AM" src="http://green.cx/wp-content/uploads/2009/10/Fullscreen-capture-10182009-121325-AM.PNG" alt="Jason's Notepad++ " width="580" /><p class="wp-caption-text">Jason&#39;s Notepad++ </p></div>

<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_multiviewclonemode/' title='scrsh_multiViewCloneMode'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_multiViewCloneMode.gif" class="attachment-thumbnail" alt="Multi View Clone Mode" title="scrsh_multiViewCloneMode" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_autocomplete/' title='scrsh_autocomplete'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_autocomplete.gif" class="attachment-thumbnail" alt="scrsh_autocomplete" title="scrsh_autocomplete" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_bookmark/' title='scrsh_bookmark'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_bookmark.gif" class="attachment-thumbnail" alt="scrsh_bookmark" title="scrsh_bookmark" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_bracehiliting/' title='scrsh_braceHiLiting'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_braceHiLiting.gif" class="attachment-thumbnail" alt="scrsh_braceHiLiting" title="scrsh_braceHiLiting" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_braceindentguidehiliting/' title='scrsh_braceIndentGuideHiLiting'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_braceIndentGuideHiLiting.gif" class="attachment-thumbnail" alt="scrsh_braceIndentGuideHiLiting" title="scrsh_braceIndentGuideHiLiting" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_multiview-1/' title='scrsh_multiView (1)'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_multiView-1.gif" class="attachment-thumbnail" alt="scrsh_multiView (1)" title="scrsh_multiView (1)" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_multiview/' title='scrsh_multiView'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_multiView.gif" class="attachment-thumbnail" alt="scrsh_multiView" title="scrsh_multiView" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_rotate/' title='scrsh_rotate'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_rotate.gif" class="attachment-thumbnail" alt="scrsh_rotate" title="scrsh_rotate" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_underchinesesys/' title='scrsh_underChineseSys'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_underChineseSys.gif" class="attachment-thumbnail" alt="scrsh_underChineseSys" title="scrsh_underChineseSys" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/scrsh_zoom/' title='scrsh_zoom'><img src="http://green.cx/wp-content/uploads/2009/10/scrsh_zoom.gif" class="attachment-thumbnail" alt="scrsh_zoom" title="scrsh_zoom" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/ulds_folder/' title='ulds_folder'><img src="http://green.cx/wp-content/uploads/2009/10/ulds_folder.gif" class="attachment-thumbnail" alt="ulds_folder" title="ulds_folder" /></a>
<a href='http://green.cx/software/free-software/notepad/attachment/fullscreen-capture-10182009-121325-am/' title='Fullscreen capture 10182009 121325 AM'><img src="http://green.cx/wp-content/uploads/2009/10/Fullscreen-capture-10182009-121325-AM.PNG" class="attachment-thumbnail" alt="Jason&#039;s Notepad++" title="Fullscreen capture 10182009 121325 AM" /></a>



<div class="shr-bookmarks shr-bookmarks-spaced">
<ul class="socials">
		<li class="shr-stumbleupon">
			<a title='Original Link: http://www.stumbleupon.com/submit?url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?0BlO5GEl" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a title='Original Link: http://digg.com/submit?phase=2&amp;url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?OP8HcWbz" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a title='Original Link: http://reddit.com/submit?url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?cB3yYfWG" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-googlebuzz">
			<a title='Original Link: http://www.google.com/buzz/post?url=http://green.cx/software/free-software/notepad/&amp;imageurl='  href="http://green.cx/?Xw9VIrLy" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-evernote">
			<a title='Original Link: http://www.evernote.com/clip.action?url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?TWcNrGZ6" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-delicious">
			<a title='Original Link: http://delicious.com/post?url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?kXCmIEML" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-technorati">
			<a title='Original Link: http://technorati.com/faves?add=http://green.cx/software/free-software/notepad/'  href="http://green.cx/?5E9SKVnw" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-blogmarks">
			<a title='Original Link: http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?031dta2H" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-linkedin">
			<a title='Original Link: http://www.linkedin.com/shareArticle?mini=true&amp;url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B&amp;summary=Ok%20If%20you%20haven%27t%20heard%2C%20Notepad%2B%2B%20is%20basically%20the%20end-all%20editor%20for%20writing%20code%2C%20FAST.%20%20While%20it%27s%20not%20a%20true%20IDE%20for%20writing%20full%20scale%20applications%20like%20Java%27s%20NETBeans%2C%20Visual%20Studio%2C%20Dreamweaver%2C%20etc.%2C%20it%27s%20makes%20life%20so%20much%20easier%20for%20those%20of%20us%20who%20only%20need%20to%20do%20editing%2C%20quick%20code-revision%2C%20editing%2C%20and%20even%20as%20just%20a%20syntax%20highlighter.%20You%20can%20get%20it%20here....&amp;source=Green Complex'  href="http://green.cx/?tVSWtYjH" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a title='Original Link: http://www.mixx.com/submit?page_url=http://green.cx/software/free-software/notepad/&amp;title=Notepad%2B%2B'  href="http://green.cx/?RT36fHd6" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-propeller">
			<a title='Original Link: http://www.propeller.com/submit/?url=http://green.cx/software/free-software/notepad/'  href="http://green.cx/?A59T51px" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://green.cx/web-resources/web-dev-resources/gallery3-zenphoto/' rel='bookmark' title='Permanent Link: Gallery3 Vs ZenPhoto'>Gallery3 Vs ZenPhoto</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://green.cx/software/free-software/notepad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 116/337 queries in 1.297 seconds using disk

Served from: green.cx @ 2010-07-31 11:19:25 -->