<?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>DreamersLab</title>
	<atom:link href="http://dreamerslab.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamerslab.com/blog</link>
	<description>No Boundaries No Limitation</description>
	<lastBuildDate>Thu, 18 Sep 2014 04:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to setup a node.js development environment on Windows</title>
		<link>http://dreamerslab.com/blog/en/how-to-setup-a-node-js-development-environment-on-windows/</link>
		<comments>http://dreamerslab.com/blog/en/how-to-setup-a-node-js-development-environment-on-windows/#comments</comments>
		<pubDate>Tue, 29 May 2012 13:53:03 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=1061</guid>
		<description><![CDATA[Install node.js It&#8217;s easy to install node.js on Windows, just go to node.js official site and download Windows installer, then execute the installer. Congratulations!!! You successfully installed node.js on Windows!!! Install mongoDB Go to mongoDB official site to download zip &#8230; <a href="http://dreamerslab.com/blog/en/how-to-setup-a-node-js-development-environment-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/how-to-setup-a-node-js-development-environment-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write a todo list with Express and MongoDB</title>
		<link>http://dreamerslab.com/blog/en/write-a-todo-list-with-express-and-mongodb/</link>
		<comments>http://dreamerslab.com/blog/en/write-a-todo-list-with-express-and-mongodb/#comments</comments>
		<pubDate>Tue, 29 May 2012 13:50:39 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongoose]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=1029</guid>
		<description><![CDATA[A todo list website is a good practice to learn a programing language or a framework. It shows you how to create, read, update and delete records. In this post we are going to use Express as our application framework &#8230; <a href="http://dreamerslab.com/blog/en/write-a-todo-list-with-express-and-mongodb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/write-a-todo-list-with-express-and-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing 6 Project Management Tools</title>
		<link>http://dreamerslab.com/blog/en/comparing-5-project-management-tools/</link>
		<comments>http://dreamerslab.com/blog/en/comparing-5-project-management-tools/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:55:21 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[basecamp]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[trello]]></category>
		<category><![CDATA[wrike]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=940</guid>
		<description><![CDATA[I would like to describe the solutions I want to use before comparing, here’s my ideal solution:Easy to manage my members, including adding, removing and manage the authority of members.Easy to add, modify, remove and discuss about tasks and issues, &#8230; <a href="http://dreamerslab.com/blog/en/comparing-5-project-management-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/comparing-5-project-management-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node.js events</title>
		<link>http://dreamerslab.com/blog/en/node-js-events/</link>
		<comments>http://dreamerslab.com/blog/en/node-js-events/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 10:15:23 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=682</guid>
		<description><![CDATA[Javascript is an event driven language and this is the most important thing that makes node.js an awesome toolkits. Javascript works like human. For example if there are 5 things to do, they are A normal person will first make &#8230; <a href="http://dreamerslab.com/blog/en/node-js-events/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/node-js-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript callbacks</title>
		<link>http://dreamerslab.com/blog/en/javascript-callbacks/</link>
		<comments>http://dreamerslab.com/blog/en/javascript-callbacks/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:19:43 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[callback]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=717</guid>
		<description><![CDATA[What is a callback? A callback is a function to be executed after another function is executed. Sounds tongue-twisted? Normally if you want to call function do_b after function do_a the code looks something like Result However javascript is an &#8230; <a href="http://dreamerslab.com/blog/en/javascript-callbacks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/javascript-callbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript call and apply</title>
		<link>http://dreamerslab.com/blog/en/javascript-call-and-apply/</link>
		<comments>http://dreamerslab.com/blog/en/javascript-call-and-apply/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 10:16:55 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[apply]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=849</guid>
		<description><![CDATA[For a long time javascript call and apply have been really confusing me. I neither know when to use it nor what are the differences between these two. Basically call and apply invoke the function and switch the function context &#8230; <a href="http://dreamerslab.com/blog/en/javascript-call-and-apply/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/javascript-call-and-apply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript `this`</title>
		<link>http://dreamerslab.com/blog/en/javascript-this/</link>
		<comments>http://dreamerslab.com/blog/en/javascript-this/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 10:15:37 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=819</guid>
		<description><![CDATA[What is `this` in javascript? We&#8217;ve talked about scopes and closures, this points to the current scope object. In client side the highest scope is window and in node.js the highest scope is the global objects. Javascript is a pretty &#8230; <a href="http://dreamerslab.com/blog/en/javascript-this/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/javascript-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript function scopes and closures</title>
		<link>http://dreamerslab.com/blog/en/javascript-function-scopes-and-closures/</link>
		<comments>http://dreamerslab.com/blog/en/javascript-function-scopes-and-closures/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 11:06:22 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[closure]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scope]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=726</guid>
		<description><![CDATA[Javascript uses function as scope. Declare a function inside another function creates a different scope. Let&#8217;s look at the example code below. Result From the result above we can see clearly the inner scope variable without var overwrites the outer &#8230; <a href="http://dreamerslab.com/blog/en/javascript-function-scopes-and-closures/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/javascript-function-scopes-and-closures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>npm basic commands</title>
		<link>http://dreamerslab.com/blog/en/npm-basic-commands/</link>
		<comments>http://dreamerslab.com/blog/en/npm-basic-commands/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:41:05 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=667</guid>
		<description><![CDATA[The most commonly used npm commands After setting up n node.js development environment, you need to know some basic commands of node package manager npm. The followings are the most commonly used ones. Install package globally. Global packages are usually &#8230; <a href="http://dreamerslab.com/blog/en/npm-basic-commands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/npm-basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node.js basics</title>
		<link>http://dreamerslab.com/blog/en/node-js-basics/</link>
		<comments>http://dreamerslab.com/blog/en/node-js-basics/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 09:48:45 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=621</guid>
		<description><![CDATA[Learning the basics of javascript and node.js After setting up the node.js development environment and know some common uses of npm commands. It&#8217;s time to learn the basics of javascript and node.js. Examples and source Examples and source are available &#8230; <a href="http://dreamerslab.com/blog/en/node-js-basics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/en/node-js-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
