Calculations On Command Prompt

the command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:

C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a "31>>2"
7

Positive Effects Of Blog Commenting

Blog-Commenting
There are many SEO and blogging techniques which help in improving a blog’s online presence as well as their search engine rankings, especially on Google. One such effective way is “Blog Commenting” - it is a process where a reader or visitor coming to your blog leaves a comment on the article posted in your blog.

Let's see how blog commenting plays a vital role in making your blog a popular one.

HELPS IN BUILDING QUALITY BACK LINKS:
Blog commenting helps in gaining good quality, do-follow back links for your blog (see how to turn your blog blogger blog dofollow), which further help in generating traffic. It helps in striking a conversation with other commentators, which help in building relations with your readers.

3D Animations Using three.js - An Overview!

3d-animations
It's been a long time since I had my hands on this blogger dashboard. In other words, the last article which I wrote dates back to the month of November 2011. Reason - I just did not find time to catch up with my blog. However, I could not resist myself to write about something that astonished me a couple of days ago - three.js!

This JavaScript works flawlessly and provides us a smooth interface which web developers could exploit to create amazing 2D and 3D animations with Canvas. Few words from the creators of three.js - 
"The aim of the project is to create a lightweight 3D engine with a very low level of complexity; in other words, for dummies. The engine can render using <canvas> and WebGL."

[netinsert=0.0.1.11.14.1]