Tips & Tricks Archive

Fun With Google

90655

Google, We use it on daily bases. Now here are some tips you can use it for FUN :

1.  See the heart of google :

ever wonder to see heart of google ? try putting this into google search box :

(sqrt(cos(x))*cos(200x)+sqrt(abs(x))-0.7)*(4-x*x)^0.01, sqrt(9-x^2), -sqrt(9-x^2) from -4.5 to 4.5

Or use this direct link : Click Here

2.  Get answer of everything :

Ever want to ask god about everything ? like life, universe and everything ? well google it ;-)

Answer to Life the Universe and Everything

Direct Link :  Click Here

Video : Youtube

3. Feel the Gravity :

Gravity is everywhere and even google feel it : (Works only with Chrome )

Direct Link : Click Here

4. PacMan :

Everyone loved it, Now play it on Google http://www.google.com/pacman/

5. Askew  :

After trying out Askew, you’ll probably hit yourself in the head thinking why you fell into the trap of trying it out in the first place! But sometimes stupid things are fun too.

Try it : type Askew In google search bar
Direct Link :  Click Here

6: Do a Barrel Roll:

For exactly 5 Sec, your world will roll around, Give it a try by typing Do The Barrel Roll into google search bar and feel it yourself.

Direct Link :  Click Here

I hope you guys out there will love it, and i will be adding more stuff to this page as we googleit ;-)

 

Offline Gmail – Now Clean Your Inbox even when you are offline

gmail

Recently i was browsing through Google APP store and went through Chrome app for offline gmail.  I normally travel a lot and in most of the time there is no internet connection, this is the best time to clear all my unwanted email’s , this App do the same for you, even you are not connected you can still manage your old mails. You can easily delete group mail’s, move to specific folder and do much more.

How to use it ?

Well simple just visit https://chrome.google.com/webstore/detail/ejidjjhkpiempkbhmpbfngldlkglhimk?hl=en-US&ct=author install this app and its done.

 

How to make my website faster ? ( Mod_Deflate )

php_code-300x193

We have been asked several time by our customer about the way they can make there website faster.
Normally any hosting company recommend upgrading there plan / buying VPS and other stuff, But do you or your website really required this kind of upgrade ? Maybe yes or no, The answer could be anything but you can  always start with some simple step to make your website.
We have started writing a series of article for giving you tips on how to make your website faster.

In  this article we will talk about Mod_Deflate :

Note : mod_deflate will only work in linux server.  All our linux hosting plan are pre configured and does support “mod_deflate”.

What is mod_deflate ?

mod_deflate help Apache2 to compress data before delivering them to client (browser), it can compress your data upto 40 % of original size, helping your visitor to browse your site faster and save there bandwidth.

As a shared linux hosting user, You dont have to do anything as all our linux hosting plan are pre-configured for this kind of compression. If you are our dedicated server user and want to enable to feature, then you can contact our support for the same.

in our next article we will talk about  mod_gzip.