Using node.js and jquery to scrape websites

I have been playing with Node.js for last few days and am totally head over heels.

Madly in love to this book! It’s awesome to know how much you can build with how little. I have ranted about Node.js earlier and did some comparisons too. It’s fast, really fast. And it’s plain old Javascript we have been using for last many-many years now. I thought I would build a real world application with it to see how much it stands the water. Earlier I thought to make a something on top of Riak, but that felt like running too fast. Instead I picked up something simpler to deal only with Node.js. Now, I think it would make sense to brush up on some Javascript fundaments.


Javascript objects

Yes. Javascript is an object oriented language. But it’s different from your traditional classical OO languages like Java and Ruby.
  1. One obvious difference is in syntax, and the other major one is that
  2. Other languages have methods while Javascript has first-class functions.
First class functions. What does it mean? It means that they are expressions and can be assigned to a variable and can be easily passed around. Does it sound like a closure in Ruby? It does indeed. Well thought, it’s a little more than that. I will come to this again some other time. For now, let’s find out how we can create objects and use them? I will focus tell you two ways to do it.

[Node.js hack] Install Node.js on windows step by step.

Your thinking is right! Node.js never run on Windows box. Node.js can install and run smoothly on some Unix/BSD base system. But there have some easy and nice tricks to install in a windows box. Here i have discuss on it--->

Step 1 – Ok, first you have to  download and install VirtualBox orVMWare Player. VirtualBox will be great and free for use.

Step 2 – The download Turnkey Linux core appliance and unzip it. Now you can able to make a virtual linux/unix environment on your windows.

Step 3 – Import the Turnkey core appliance into VirtualBox.
turnkey_step_1
turnkey_step_2

Node.js Video Tutorials

Well, Today, i am sharing some Node.js Video tutorials with you. There all tutorials from renown developer of Node.js.
1.Introduction to Node.js with Ryan Dahl
2.Node.js: Asynchronous Purity Leads to Faster Development
3.Parallel Programming with Node.js
4.Server-side JavaScript with Node, Connect & Express
5. http://www.yuiblog.com/blog/2010/05/20/video-dahl/
6.http://camp.nodejs.org/videos/

I think this all video will help you to learn Node.js properly. Thanks See you with next post, keep with us.

Node.js helpful CheatSheet.

An essential cheat sheet of Node.js from gosquerd i will provide you!! You can download this directly without any cheating!! ;)

Click here to start download of Node.js cheatsheet Instantly.

So,Keep with us, for more essential update.

Node.js beginner getting started books.

Node.js is become more reliable and comfortable to every Javascript professionals. Before you started with Node.js, you must be familer with Javascript.

Today, in this post i have put some Node.js, which can be great starting for you.

The Node Beginner Book

This book talking about all basic structure and rules about Node.js. You can get a clear basic concept from this book.
Read this book here!

Mastering Node.js

Another good book of Node.js, which bring you from novice to advanced.
Download this book Here

Up and Running with Node.js

At last, It is the professional voice on Node.js has published by O'really Media. Easy to understand and human readable code have used their.
Read this book.

Hands-on Node.js 
Very Cheap Node.js book ever published. Now it is multiprocessing to publishing.  You can read this book detail here.


JavaScript Patterns
 Mostly recommend Javascript book from every expert when you will getting started with node.js. 
Get this book here.  

So,Keep with us for all latest release,resource and tutorial of Node.js. Thank you!

Hello World!

Hello world!

This is Node.js tutorials blog! You know Node.js is new buzzing programming solution for server.Node.js has some plenty of option to optimize your javascript and ajax code with your server. So, using the most of Node.js, some specialist says Node.js should be popular as PHP!


So,Keep with us

, we will gather all article and resource about Node.js in this blog.