Home » Archive

Articles Archive for May 2009

Tech Corner, Tech Talk »

[27 May 2009 | One Comment | Posted By:Vivek]

Google has launched the chrome 2.The Chrome 2 comes with a lot of new features and several bug fixes.Also it is more faster than its predecessor.
The main features of the chrome 2 are as follows.

Form auto complete like in Firefox
Full page zoom
Spell check
Updated JavaScript engine which will load web pages 30% faster than the older version.The difference in speed can be noticed if you visit heavily AJAX enabled websites.
Full screen mode by pressing F11 which was not available in the former version.
Enhanced security of browsing only pages in HTTPS …

Read the full Post »

PHP, Tech Corner »

[25 May 2009 | No Comment | Posted By:Vivek]

This post covers the basics in setting cookies and sessions in PHP.A Cookie is basically a message given by the web server to the web browser.This message is stored in a text file and the message is sent back to the server every time the browser requests a page from the web server.The main purpose is to identify the users.The difference between a session and a cookie is that a cookie is set in the user’s browser while the session is stored on the web server for later use.The web server cannot retrieve your information because the HTTP address does not maintain state.The scope of the session is between the time you enter the website and the time you leave the website.

Read the full Post »

PHP, Tech Corner »

[25 May 2009 | No Comment | Posted By:Vivek]

This post covers the basics in creating user defined functions and classes in PHP.Like most other programming languages, PHP also offers you a wave of in built functions.But here lwe will see how to create user defined functions in PHP ansd also learn the basic of Object oriented concepts in PHP.You should make use of the classes and functions to make your code more readable and ordered.The various object oriented concepts like inheritance etc can be used to enhance the functionlity of your application by the use of classes.

Read the full Post »

Business, General »

[25 May 2009 | No Comment | Posted By:LG]

Forbes the American publishing and media company is now in India.Forbes launches in India in collaboration with the Network18 group.The magazine’s Editor-in-Chief Steve Forbes said he was excited to be in India, especially after the outcome of the General Elections.In an exclusive interview with Steve Forbes and Raghav Bahl(MD Network 18 group) on CNBC-TV18 , Mr.Forbes said “Clearly, India has been in the forefront of technology. India has been in the forefront of areas where entrepreneurship is needed, and that is why we are very happy to be …

Read the full Post »

Business, General »

[22 May 2009 | No Comment | Posted By:LG]
GMC Seeking stake for OPEL

The rumours about selling GM’s money losing unit,Opel-Vauxhall  almost confirmed.General Motor Corp. is ceding their german unit.It is said that all European operations of GM are at stake.A few big shots formally biding for GMs’European ops,which include italian car manufacturers Fiat and Canada’s Magna International. RHJ International,the Brussels listed car part manufacturer also is a serious contender for the troubled GM.RHJ’s chances were boosted when it was supported by Klaus Franz,the head of Opel’s work council.The bid talks for GM which started last day gave the strongest indication that it is likely to file bankruptcy within the next two or …

Read the full Post »