Archive

Posts Tagged ‘google’

Google I/O 2010 – What’s hot in Java for App Engine

September 6th, 2010 admin No comments




Google I/O 2010 – What’s hot in Java for App Engine App Engine 201 Toby Reyelts, Don Schwarz Learn what’s new with Java on App Engine. We’ll take a whirlwind tour through the changes since last year, walk through a code sample for task queues and the new blobstore service, and demonstrate techniques for improving your application’s performance. We’ll top it off with a glimpse into some new features that we’ve planned for the year ahead. For all I/O 2010 sessions, please go to code.google.com

Google I/O 2010 – Testing techniques for Google App Engine

September 6th, 2010 admin No comments




Google I/O 2010 – Testing techniques for Google App Engine App Engine 201 Max Ross We typically write tests assuming that our development stack closely resembles our production stack. What if our target environment only lives in the cloud? We will highlight the key differences between typical testing techniques and Google App Engine testing techniques. We will also present concrete strategies for testing against local and cloud-based implementations of App Engine services. Finally, we will explain how to use App Engine as a highly parallel test harness that runs existing test suites without modification. For all I/O 2010 sessions, please go to code.google.com/events/io/2010/sessions.html

Google I/O 2009 – Even Faster Websites

September 5th, 2010 admin No comments




Google I/O 2009 – Even Faster Websites Steve Souders Steve is the author of High Performance Web Sites and the creator of YSlow. In this talk, he presents some of the best practices from his next book, including optimizing CSS selectors, flushing the document early, and discovering why 15% of users don’t get compressed responses. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html

Google I/O 2009 …A Preview of Google Web Toolkit 2.0

September 4th, 2010 admin No comments




Google I/O 2009 – GWT Can Do What?!?! A Preview of Google Web Toolkit 2.0 Bruce Johnson One of the nicest things about working on an open source project is the atmosphere of community collaboration and brainstorming that it fosters. The GWT engineering team has been listening hard to the community about how GWT can be improved, and we’re excited to take you on a tour of the powerful new features that have resulted. GWT 2.0 contains huge improvements, including dynamic script loading, a new catalog of compiler optimizations, and a new approach to hosted mode debugging that promises to revolutionize your productivity. Without a doubt, it will change the way you use GWT. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html

Google Developer Day – Madrid: Google Gears

September 2nd, 2010 admin No comments




Google Developer Day – Madrid: Seminar on Google Gears

Prototype of Google Gears Database Syncing with Oracle

September 1st, 2010 admin No comments




Demonstration of a Google Gears prototype replacing SQLite with Sybase iAnywhere’s UltraLite database, allowing automatic synchronization to an Oracle database.

AskApache Google 404 WordPress Plugin

August 31st, 2010 admin No comments




AskApache Google 404 is a sweet WordPress plugin that uses some ajax code and a few tricks to display a very helpful and SEO Error Page. The default displays Google Search Results for images, news, blogs, videos, web, custom search engine, and your own site. From: www.askapache.com

Ajax kampioen of FC Twente kampioen

August 30th, 2010 admin No comments




Google op Ajax kampioen of bedoelde u : FC Twente kampioen

Přednáška Mícháme Google aplikace s Ajaxem 2.část

August 26th, 2010 admin No comments




V přednášce ukážeme na konkrétních příkladech, jak lze Google aplikace použít na svých stránkách a používat je v GUI založeném na Ajaxu. Ukážeme si základy použití Google Maps a jak na Geocoding. Dále také zmíníme jak používat Google Analytics v obsahu, který je dohráván Ajaxem a jak do tohoto obsahu přidat Google AdSense. Přednáška bude koncipována jako přehled jednoduchých a praktických návodů, které můžou pomoci programátorům začínajícím s technologiemi Google. Přednáška nevyžaduje znalost žádných Google technologií, ale je potřeba znát Javascript a HTML.

Angular: A Radically Different Way of Building AJAX Apps

August 24th, 2010 admin No comments




Google Tech Talk July 28, 2010 ABSTRACT Presented by Misko Hevery. Angular teaches your old browser new tricks. It is what HTML would have been like, if it was designed for building web-applications. Angular is radical because it eliminates boilerplate code with declarative rather than imperative syntax. Angular: * Allows you to create custom HTML elements and attributes that provide dynamic behavior * Declaratively describe web-applications behavior with little JavaScript. * Creates an environment that provides trivially reusable widgets, data-binding, “automatic MVC”, server resources, and other primitives useful in building AJAX apps. * Builds apps that have orders of magnitude less JavaScript than equivalent apps written in classical way. * Eliminates waiting on compiling for UI changes.