Posts filed under ‘Tools&Tips’
Chrome: Google’s Browser
- CHROME:Hit the world
Yes I have downloaded CHROME and below are my observants:
0. Very slim look, ofcourse faster
1. A great care about Javascript (got a separte Javascript Debugger, plus the console)
2. Tabs at the very top of the window, this will give u a feeling that browser is of bit lareger size
3. Diagnose problems with runaway plug-ins easily
4. History of the sitesfor most visited
5. In the address bar, highlights the main domain
6. incognito window -> a Specail window, when u open any sites, it wont be tracked for browser history, no cookies upon closing.
7. If any problem happens in ONE of several tabs, you can close exactly the one without disturbing other tabs.
8. Your serach box and address bar is the same.
9. On startup, you can open multiple pages.
Google movies
Just type your city name and get all movies running in theaters with show timing details.
http://www.google.com/movies
PRISM:access web from desktop
Think over, you are able to access your Gmail or blog without typing the link in browser. Its something you will get a shortcut icon in your desktop for each site. Click them and access. Cool na!!!!!!!.Technically, Prism is an application that lets users split web applications out of their browser and run them directly on their desktop.
back pain
Here are few tips to avoid back pain. I have been suffering since past 15 days, but these snapshots helped me a lot and hence advising you all IT professions to zoom it in your life.
MediaFire:Kick off RapidShare
Through Mediafire you can save your file(UNLMITED SIZE) over the network.
UPLOADING/DOWNLOADING FEATURES:
>Unlimited File Size
>Unlimited Uploads
>No Sign Up Required
>Multiple Simultaneous Uploads/Download
>Easily Email Files After Uploading
The best part is while uploading it tells you estimated time & progress as you can see the image below while uploading a file.
strongly typed language
Statically typed language :: the type of a variable can not be altered.
int x;
x = 420;
x = “Mr. Bechara”; # Error
Dynamically typed language :: the type of a variable can be altered at any time.
x = 420
x = “Common I am a good person”
x = :intelligent_person
x = /regular ex form/
Strongly typed language :: strict about what you can do with your typed variables.
On mixing, it will see I am hugging a beauty or a bitch.
You smells like a rose
x = “14″
y = x + “February” #”14February“
The stinking ….
x = “Decemebr”
y = x + 1 # Error
Weakly typed language ::play a show definitely for your typed variable. I meant for lust not love.
x = myfunction_returns_5();
y = x + 1 // Ya give me 6 , damn!! it has given me 51
Ruby : Dynamically, strongly
Javascript : Dynamically, weakly
C,C++ : Statically






