Monday, 12 October 2009

Google Chrome


Its been over an year since Google has released its browser Chrome.
Coming up with the concept that it will use multi tasking instead of multi threading has been one of most important decision which after 1year we can definately say has paid off.
People Use Chrome for two reasons

  1. Its Very Fast
  2. Its Javascript support is excellent.
Apart from all these feature it also provides excellent way of html src files evaluation especially the way it presents the entire webpage to the developer.
Integrated javascript engine add more to that feature .
Because of these two reasons I've been able to test my site and yes others website currently deployed on the internet.
I've been also able to understand how certain components are designed in HTML taking the help of Javascript.
Definately one can find Excellent plugins for Mozilla firefox the problem which I  experience was that more the number of plugins ,slower is the browser.
Morever it uses the multithreading concept where in the browser is the main process and all the webpages are threads  , so the problem with this approach is that if by any  chance one of the page (thread) faces the problem , that problem is also reflected in other pages as well.so as a result the entire browser crashes but in Chrome only that particular tab dies since each page is handled by a separate process.
Well you might be knowing all this things already but I've tried to keep them in more simple way.!
Wish Chrome becomes the Leading browser in the World
You can download google chrome byclicking on this link!

Saturday, 10 October 2009

Adobe Photoshop For IPhone--->Spectacular


Well Yesterday I've talked about the Ping Application which allows two iphones present any where in the world to communicate with each other for free.
Well today its PHOTOSHOP, Adobe has released today photoshop version for the iphone and let me tell you its spectacular.
One can Apply great effects to the picture with the touch features.
Just take a snap or it scans the already present images in the phone and you can edit it.The interface to do it is simply superb.
One can acess the entire photoshop.com library from his iphone and take advantage of the entire library.
One of the major advantages which Adobe is offering is that the software is free and can be downloaded freely from the iphone store.
Another advantage is that along with the software Adobe also provides 2GB free space wherein you can upload your photos and have great time!
It offers basic image editing to vast range of special effect and yeh all this for free.
This is the link to Download photoshop for iphone

Friday, 9 October 2009

Windows Docs or Office Docs

Well Friends you've heard it right Microsoft is going to release Beta version of MSOFFICE 2010.
It will be having many features like

  1. It will be supporting Virutualisation 
  2. It will be ad supported
It will be released under three editions

  1. Office home and Office Business 2010
  2. Office home and Student 2010
  3. Professional Edition
Well all this information about the stand alone Copy of  MSOffice
If you want to experience  MSOFFICE 2010 you can check it out using Office Docs(Like Google Docs its Office Docs)  that is web Based Office.

How to get MSOffice web App

follow this simple procedure
  1. goto   skydrive.live.com  and login with your hotmail or live account
  2. click on Document Folder add some word file
  3. You'll get an invitation to to join Office web 
  4. Accept the Agreement and you are through!
Joing the Office Docs Experience!

Got an Iphone?? Use Ping to Send Msg free of Cost !

Yes what you have read is right "ping" is a new application on Apple Store that lets two iphone communicate or rather send text message to each other .
Ironically you don't need to pay anything not even a Cent if the receiver of the message is also having iphone or itouch.

Check More Pan Card Details here - Pan Card Status
Great isn't it.This app uses a unique Id and using that you can send the message anywhere in the world free of cost but yes only to other iphones and itouches :D
The app can be freely downloaded from iphone app store for 99 cents.
Here's the video

You Tube "Edu" Goes International

Youtube Edu section which is like a directory for all the videos from the top universities of the world has become Global.
Over 45k videos from over 20 top Universities in 9 Countries are present as part of Youtube Edu Section.
Check More Pan Card Details here - Pan Card Status
you can also search based on your Language
It contains videos about everything yeh everything!

Where to get GATE Forms in Hyderabad

Well that's the most difficult answer.
GATE: Graduate Aptitude Test in Engineering is always conducted on the second sunday of February .
The forms to apply have been released and IIT Guwahati is going to set the papers .
There has been few changes in the format like General Aptitude has been introduced in the paper and it carries heavy fifteen marks!
Check More Pan Card Details here - Pan Card Status
Ironically again GATE score will be valid for two years!!

the Centers in Hyderabad where one could get the Forms are:
State bank of India branches in
  1. Osman Gunj
  2. Nampally ,Parishram bhavan
  3. Begum Bazar
feel free add new places if you know in the comments section so that others will get benefited .

Tuesday, 4 August 2009

Downloading a file from the ftp

  1. open the terminal/command prompt
  2. type ftp ip address
  3. Enter your username and password
  4. you are now Logged in into the account
  5. you can browse through your shell using the unix commands like dir etc.
Now to download all the files in a folder
Check More Pan Card Details here - Pan Card Status
type this
get *
In general to download a specific file
try this
get filename

Hope this help