“Your browser cannot support how fast and awesome GT Racing: Motor Racing” error on Google+
Posted: January 12, 2012 Filed under: Google Chrome | Tags: google chrome, GT Racing 1 Comment »This is really an awesome game to play but Is this error ruining all your excitement???
Remember, every problem has a solution:
1. Close all the running instances of Google Chrome.
2. Goto your Terminal and create a new instance.
google-chrome –ignore-gpu-blacklist
2011 in review
Posted: January 1, 2012 Filed under: Uncategorized 1 Comment »The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.
Here’s an excerpt:
A San Francisco cable car holds 60 people. This blog was viewed about 3,300 times in 2011. If it were a cable car, it would take about 55 trips to carry that many people.
Click here to see the complete report.
Geeky witty T-shirts quotes
Posted: December 4, 2011 Filed under: Fresh Fruits | Tags: being a leader, funny, geeky, hack around, phb, server is up, t-shirts, witty Leave a comment »How embedded YouTube videos can drive more traffic to Google+
Posted: November 19, 2011 Filed under: Google+ | Tags: google, Google Plus Integration, Traffic, Youtube Leave a comment »These days most of the web-pages have youtube videos embedded but there is no easy way to share it on Google Plus. So, I believe that this is the salient way to drive more traffic to Google+ via embedded YouTube videos anywhere on the web even on Facebook :-)
Hail Google+ Team
Gmail can be more awesome!!!
Posted: November 4, 2011 Filed under: Google Chrome | Tags: browser, chrome webstore, gmail, Gmail interface, google, google chrome, google chrome extension 2 Comments »Hailo Gmail Team,
I have been using Gmail since many years now and I can not resist myself saying that I love it like Hell. You can imagine my love by the fact that I have imported my office emails into my gmail account even though my employer does not allow me. Like others I really admire the new look unveiled recently, but too much space taken by search bar and toobar nettles me (as well as others hopefully).
Gmail now looks more social with the new design. Hail Gmail Team.
Here is my version of Gmail+.
I’ll be thrilled If Gmail Team implements it.
I am writing a chrome extension for this. Stay Tuned!!!
Updates:
Meanwhile, I have written a chrome extension which is available in the chrome webstore. If anybody is interested to try it out.
download it from here.
If you found any issues, please feel free to send in mail at amit[dot]2006[dot]it[at]gmail[dot]com
A Tribute to Steve Jobs
Posted: October 9, 2011 Filed under: Uncategorized | Tags: Adam, apple, apple incorporation, steve, Steve Job, steve wozniak 3 Comments »Three apples have changed the world…
The one offered to Adam who ate it.
The one that fell on Newton who did not eat it.
And the one of Steve Jobs which was already partially eaten.
No combinations left. No another Steve.
R.I.P. Steve Jobs.
We won’t miss you because APPLE itself will never let us do so!!!
Transformers lead actor Shia LaBeouf got his duplicate in India
Posted: October 2, 2011 Filed under: Uncategorized | Tags: colors channel, Disturbia, Paras arora, Shia LaBeouf, Shivaji, Transformers: Dark of the Moon, veer shivaji Leave a comment »
Paras Arora is to essay the legend role of Shivaji in Colors recently started historical drama Veer Shivaji
How to load content in jQueryUI accordion dynamically
Posted: September 17, 2011 Filed under: Uncategorized Leave a comment »Hey guys,
Do you aware of the fact that jQuery UI allows to load content dynamically for tabs but not for accordion?. So here I came up with a simple solution. You just have to pass a url in href attribute for each accordion header as shown below:
<div id="accordion"> <h3><a href="ajax1.html">Section 1</a>>/h3> <div> <p> Loading... Please wait. </p> </div> <h3><a href="ajax2.html">Section 2</a></h3> <div> <p> Loading... Please wait. </p> </div> </div>
Accordion UI provides many callback functions but we are going to use one of them, the most important callback function, change which gets called when you click on any accordion panel to open it. We are going to use it to load content using AJAX.
<script>
$(function() {
$( "#accordion" ).accordion({
collapsible: true,
active : false,
change: function (e, ui) {
$url = $(ui.newHeader[0]).children('a').attr('href');
$.get($url, function (data) {
$(ui.newHeader[0]).next().html(data);
});
}
});
});
</script>
You can also download the code from github. Happy Coding
Turn Google+ Into Facebook without installing any extension or addon
Posted: July 2, 2011 Filed under: Uncategorized Leave a comment »How to turn Google+ into Facebook without installing any extension or addon?
Ans: Press Ctrl+minus once or twice (on keyboard)
P.S. Works in all browsers
Way to Invite someone on Google+
Posted: June 30, 2011 Filed under: Uncategorized | Tags: facebook killer, google 2 Comments »Way to Invite someone on Google+
1. Add a new person’s Gmail Id into any of your circle
2. Share a message from home screen by selecting that circle
3. Those who are not on Google+, would get an invitation






