Menu

Monthly archive August, 2011

Structured Query Language

SQL stands for Structured Query Language, and it is a very powerful and diverse language used to create and query databases.The loose structure and flexibility of this language make it an ideal candidate for the web, especially since there are more Read More →

Document Outlining Algorithm and HTML5

By now, we all know that we should be using HTML5 to build websites. The discussion now is moving on to how to use HTML5 correctly. One important part of HTML5 that is still not widely understood Read More →

Database and Database Administrator

A database is an organised collection of related data while DBMS is a software package that control the creation, maintenance and use of a database.A DBMS provides facilities for controlling data access, enforcing data integrity, managing concurrency control, Read More →

Quantum Algorithms Will Lead To The Quantum Computer

Dr Xiao-Qi Zhou and colleagues at the University of Bristol's Centre for Quantum Photonics and the University of Queensland, Australia, have shown that controlled operations — ones that are implemented on the condition that a "control bit" is Read More →

Garbage collection

Garbage collection,in computer terms is a form of automatic memory management. It was invented by John Mccarthy around 1959 to solve problems in LISP. Garbage collector reclaims memory occupied by  objects which are no longer in use by the program. Garbage collection Read More →

Meet the Next Big Programing Star: Node.js

Sometimes, the geeks come out of the shadows and hit the mainstream consciousness. Remember the early ’00s and the rush of publicity for Ruby and Ajax as they became the calling cards of Web 2.0? Or in 2008, Read More →

Back to top