A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: Google

Let Google host your jquery.js file

The author does it like this: < script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js">< / script> < script type="text/javascript" > $(document).ready(function() { // This is more like it! }); < / script > A very interesting read. Check it out here.

Posted in General | Tagged , , | Leave a comment

My Google App Engine Application

I just got this in my email: Hello, Thanks for signing up to try Google App Engine! Your account has been activated, so you can begin building applications! To start creating applications with Google App Engine, simply follow this link … Continue reading

Posted in General | Tagged , , | 4 Comments

Generate charts using Google. Very simple. Just pass values thru the URL!

Now, you can generate charts using Google Chats API. All you have to do is to enter this in your address bar: http://chart.apis.google.com/chart?cht=lc&chs=200×125&chd=s:helloWorld And then you will get an image that looks like this: As simple as that! Anyone could … Continue reading

Posted in General | Tagged | Leave a comment

Google objects over Microsoft’s plans to integrate MSN to IE7

Snippet from BetaNews. Google has raised objections over Microsoft’s plans to integrate its new search engine into Internet Explorer 7, press reports indicate. The company’s concerns have even led Google to speak with the Justice Department and the European Commission. … Continue reading

Posted in General | Tagged , | Leave a comment