<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;A0IMQn8yfip7ImA9WxJUEk4.&quot;"><id>tag:blogger.com,1999:blog-29072373</id><updated>2009-07-10T08:26:23.196-07:00</updated><title type="text">Google AJAX Search API Blog</title><subtitle type="html">Your official source on the AJAX Search API.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://googleajaxsearchapi.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://googleajaxsearchapi.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>A Googler</name><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>87</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/blogspot/RBev" type="application/atom+xml" /><entry gd:etag="W/&quot;CEENRH47cCp7ImA9WxJWF00.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-6051574880089844360</id><published>2009-06-22T12:07:00.000-07:00</published><updated>2009-06-22T13:31:35.008-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-22T13:31:35.008-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Language API" /><title>Introducing the Virtual Keyboard API</title><content type="html">&lt;p&gt; It is often difficult for Internet users to input text in many non-Latin script-based languages for a variety of reasons.  The correct keyboard layout may not be installed on the computer they're using - sometimes such a layout may not be well developed or widely available.  This poses a challenging problem for web developers because there is no way they can ensure that their users have access to this very basic input technology.  Our &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#Transliteration" id="fp3y" title="Transliteration API"&gt;Transliteration API&lt;/a&gt; can help, but requires that the user know multiple languages.&lt;br /&gt;&lt;br /&gt;Right on the heels of introducing support for &lt;a title="translating Persian (Farsi)" href="http://googleblog.blogspot.com/2009/06/google-translates-persian.html" id="rpfm"&gt;translating Persian (Farsi)&lt;/a&gt;,   we've added a new &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#Keyboard" id="h8oa" title="Virtual Keyboard API"&gt;Virtual Keyboard API&lt;/a&gt; into the &lt;a href="http://code.google.com/apis/ajaxlanguage/" id="okla" title="Google AJAX Language API"&gt;Google AJAX Language API&lt;/a&gt; to further assist with text input.  With this, developers can help their users input text without relying on the right software being installed on the computer they happen to be using.&lt;br /&gt;&lt;br /&gt;It couldn't be easier to get this on your page.  Simply load the right package:&lt;pre class="code"&gt;google.load("elements", "1", {&lt;br /&gt; packages: "keyboard"&lt;br /&gt;});&lt;/pre&gt;&lt;br /&gt;Then create a keyboard, specifying the keyboard layout and text field to bind to:&lt;pre class="code"&gt;var kbd = new google.elements.keyboard.Keyboard(&lt;br /&gt; [google.elements.keyboard.LayoutCode.Arabic],&lt;br /&gt; ['myTextArea']);&lt;/pre&gt;&lt;br /&gt;And here's what it looks like:&lt;/p&gt;&lt;div id="mb4b" style="text-align: left;"&gt;   &lt;img src="https://docs.google.com/a/google.com/File?id=chj3qbn7_3ccmdkrkf_b" style="width: 402px; height: 182px;" /&gt; &lt;/div&gt;&lt;p&gt;This gives you the control to provide a better user experience, even for multilingual websites.  By creating multiple keyboards with different layouts, each text field can be bound to the appropriate keyboard - and the user will see only the keyboard attached to whichever text field has the focus.&lt;br /&gt;&lt;br /&gt;But don't take my word for it - check out a &lt;a href="http://code.google.com/apis/ajax/playground/#virtual_keyboard" id="pydr" title="sample"&gt;sample&lt;/a&gt; for yourself.  Notice that in addition to allowing users to click on the virtual keyboard, it also temporarily transforms the key assignments on their physical keyboard, allowing rapid typing for those users accustomed to a given layout.&lt;br /&gt;&lt;br /&gt;With this initial release, we are launching 5 language layouts.  They are: &lt;/p&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;   &lt;div&gt;     &lt;ul&gt;&lt;li&gt;         Arabic (&lt;span style="font-family:-webkit-monospace;"&gt;&lt;span style="font-size:100%;"&gt;العربية)&lt;/span&gt;&lt;/span&gt;       &lt;/li&gt;&lt;li&gt;         Hindi (&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:100%;"&gt;हिन्दी)&lt;/span&gt;&lt;/span&gt;       &lt;/li&gt;&lt;li&gt;         Polish (&lt;span style="font-family:-webkit-monospace;"&gt;&lt;span style="font-size:100%;"&gt;Polski)&lt;/span&gt;&lt;/span&gt;       &lt;/li&gt;&lt;li&gt;         Russian (&lt;span style="font-family:-webkit-monospace;"&gt;&lt;span style="font-size:100%;"&gt;Русский)&lt;/span&gt;&lt;/span&gt;       &lt;/li&gt;&lt;li&gt;         Thai (&lt;span style="font-family:-webkit-monospace;"&gt;&lt;span style="font-size:100%;"&gt;ไทย)&lt;/span&gt;&lt;/span&gt;       &lt;/li&gt;&lt;/ul&gt;   &lt;/div&gt; &lt;/div&gt; &lt;p&gt;&lt;br /&gt;We plan to roll out support for more keyboard layouts in the future.  But in the meantime, read through the &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/referenceKeyboard.html" id="j4cg" title="class reference"&gt;class reference&lt;/a&gt; and see the rest of the &lt;a href="http://code.google.com/apis/ajax/playground/#virtual_keyboard" id="gj1i" title="Code Playground samples"&gt;Code Playground samples&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;After you've had time to experiment, let us know what you think and which other layouts you'd like to see.  Feedback is always welcome in our &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API" id="d8z9" title="support forum"&gt;support forum&lt;/a&gt; and &lt;a href="http://www.mibbit.com/?server=irc.freenode.net&amp;amp;channel=%23googleajaxapis" id="m0_:" title="IRC channel"&gt;IRC channel&lt;/a&gt;. &lt;/p&gt;    &lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-6051574880089844360?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=bpZvMQqX91E:9NTtooeISf4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=bpZvMQqX91E:9NTtooeISf4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=bpZvMQqX91E:9NTtooeISf4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/bpZvMQqX91E" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6051574880089844360?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6051574880089844360?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/bpZvMQqX91E/introducing-virtual-keyboard-api.html" title="Introducing the Virtual Keyboard API" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/06/introducing-virtual-keyboard-api.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUACRH8ycSp7ImA9WxJWEEU.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-5044731694533724177</id><published>2009-06-11T09:35:00.000-07:00</published><updated>2009-06-15T10:42:45.199-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-15T10:42:45.199-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ext-core" /><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Libraries API" /><title>Ext-core ready to go</title><content type="html">Recently, the guys over at Ext JS released ext-core under an MIT license, which was a big win for open source!  Today, they released a stable (non-beta) version of this library and we are proud to be part of that announcement by hosting the new version.  You can now pull ext-core from Google servers:&lt;pre class="code"&gt;// directly access it&lt;br /&gt;http://ajax.googleapis.com/ajax/libs/ext-core/3.0.0/ext-core.js&lt;br /&gt;// alias the newest 3.0.x version&lt;br /&gt;http://ajax.googleapis.com/ajax/libs/ext-core/3.0/ext-core.js&lt;br /&gt;// alias the newest 3.x.x version&lt;br /&gt;http://ajax.googleapis.com/ajax/libs/ext-core/3/ext-core.js&lt;br /&gt;// directly access the uncompressed code&lt;br /&gt;http://ajax.googleapis.com/ajax/libs/ext-core/3.0.0/ext-core-debug.js&lt;br /&gt;&lt;/pre&gt;You can also use it from the loader:&lt;pre class="code"&gt;google.load('ext-core', '3.0');&lt;br /&gt;google.load('ext-core', '3', {uncompressed : true});&lt;br /&gt;&lt;/pre&gt;Thanks to all for the requests to add ext-core to our Libraries API, and big thanks to Ext JS for providing their library so openly!  For more information, head over to their &lt;a href="http://extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/"&gt;blog post&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-5044731694533724177?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=REcNAghn_6o:4jlI_bDhblc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=REcNAghn_6o:4jlI_bDhblc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=REcNAghn_6o:4jlI_bDhblc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/REcNAghn_6o" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5044731694533724177?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5044731694533724177?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/REcNAghn_6o/ext-core-ready-to-go.html" title="Ext-core ready to go" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/06/ext-core-ready-to-go.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcDQ3w6fyp7ImA9WxJXFEs.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-474641750922618239</id><published>2009-06-08T00:23:00.000-07:00</published><updated>2009-06-08T04:21:12.217-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-08T04:21:12.217-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Language API" /><title>Arabic Transliteration added to the AJAX Language API</title><content type="html">Last year we launched the Transliteration API as an addition to the AJAX Language API.  This gave users the ability to transliterate (the process of phonetically converting words from one script into another) text into several Indic languages using a normal English keyboard.&lt;br /&gt;&lt;br /&gt;We're happy to announce that we've now added Arabic to the list of supported languages.  Now, you can allow your users to easily input Arabic-language text into any text field or text area on your web page without switching to a non-Latin alphabet keyboard - just like on the &lt;a href="http://www.google.com/ta3reeb/" id="xfpj" title="our Labs page"&gt;Labs page&lt;/a&gt;.  For example, if the user types '&lt;i&gt;mar7aban bekom'&lt;/i&gt;, the API will transliterate each word, with the result '&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:Tahoma;"&gt;مرحبا بكم&lt;/span&gt;&lt;/span&gt;' (Arabic for &lt;i&gt;welcome&lt;/i&gt;). The API will even automatically adjust the direction of the text area to support this right-to-left language.&lt;br /&gt;&lt;br /&gt;Take a look at the &lt;a title="documentation" href="http://code.google.com/apis/ajaxlanguage/documentation/#Transliteration" id="lua-"&gt;documentation&lt;/a&gt; and then head over to the &lt;a title="Code Playground" href="http://code.google.com/apis/ajax/playground/#transliterate_arabic" id="h0gs"&gt;Code Playground&lt;/a&gt; to give it a try for yourself.  If you have any questions, stop by the &lt;a title="Google AJAX API developer forum" href="http://groups.google.com/group/Google-AJAX-Search-API" id="a-.w"&gt;Google AJAX API developer forum&lt;/a&gt; or &lt;a title="IRC channel" href="http://www.mibbit.com/?server=irc.freenode.net&amp;amp;channel=%23googleajaxapis" id="npsz"&gt;IRC channel&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-474641750922618239?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=ekYJ73TyAlE:gHIRgqK8RPc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=ekYJ73TyAlE:gHIRgqK8RPc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=ekYJ73TyAlE:gHIRgqK8RPc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/ekYJ73TyAlE" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/474641750922618239?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/474641750922618239?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/ekYJ73TyAlE/arabic-transliteration-added-to-ajax.html" title="Arabic Transliteration added to the AJAX Language API" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/06/arabic-transliteration-added-to-ajax.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YHR3g9cCp7ImA9WxJQGEo.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-3082419461139249241</id><published>2009-06-01T10:06:00.000-07:00</published><updated>2009-06-01T10:58:56.668-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-01T10:58:56.668-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Custom Search Engine" /><category scheme="http://www.blogger.com/atom/ns#" term="Blog Search" /><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Search API" /><category scheme="http://www.blogger.com/atom/ns#" term="Google Web Elements" /><title>AJAX Custom Search Gadget on Blogger</title><content type="html">The AJAX Search gadget for Blogger is now available to all users on Blogger.com. This gadget accesses a &lt;a href="http://www.google.com/cse"&gt;Custom Search Engine&lt;/a&gt; (CSE) that is created automatically for your blog and provides search results inline, with the look and feel of your blog. You can get all this with just a few clicks from the Blogger control panel.&lt;br /&gt;&lt;br /&gt;One cool feature of the gadget is the 'Linked From Here' feature that searches the pages you've linked to from your blog posts. As you create new posts, we automatically update your search engine to include all the linked pages, as well as all the pages linked from your link lists and blog lists.  Check out the &lt;a href="http://buzz.blogger.com/2009/06/search-box-gadget-available-to-all.html"&gt;gadget&lt;/a&gt; — the search results match the look and feel of your blog and show up inline, as shown in the screenshot below. You can click a button to dismiss the results when you are done, and go back to reading the current post.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qU0w4wiK3GA/ShWMhtBLTxI/AAAAAAAAABc/kX6vTXaXyHo/s1600-h/blogger.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 298px;" src="http://1.bp.blogspot.com/_qU0w4wiK3GA/ShWMhtBLTxI/AAAAAAAAABc/kX6vTXaXyHo/s400/blogger.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5338327443965693714" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are not using Blogger, you can still create something similar for your website using the &lt;a href="http://www.google.com/webelements/customsearch/"&gt;Custom Search element&lt;/a&gt; (read more about this new element at the &lt;a href="http://googlecustomsearch.blogspot.com/2009/05/introducing-custom-search-web-element.html"&gt;Custom Search blog&lt;/a&gt;).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-3082419461139249241?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=qXM-d9M7UyM:qsPLoaBdLw8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=qXM-d9M7UyM:qsPLoaBdLw8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=qXM-d9M7UyM:qsPLoaBdLw8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/qXM-d9M7UyM" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3082419461139249241?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3082419461139249241?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/qXM-d9M7UyM/ajax-custom-search-gadget-on-blogger.html" title="AJAX Custom Search Gadget on Blogger" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_qU0w4wiK3GA/ShWMhtBLTxI/AAAAAAAAABc/kX6vTXaXyHo/s72-c/blogger.gif" height="72" width="72" /><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/06/ajax-custom-search-gadget-on-blogger.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04ASXw_cSp7ImA9WxJQFEg.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-2472555723556331421</id><published>2009-05-27T11:54:00.001-07:00</published><updated>2009-05-27T14:32:28.249-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-27T14:32:28.249-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Custom Search Engine" /><category scheme="http://www.blogger.com/atom/ns#" term="Google Web Elements" /><title>Easy as 1-2-3 - introducing Google Web Elements</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 13px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;Today at Google I/O, we launched &lt;a href="http://www.google.com/webelements/" id="u7wm" style="color: #551a8b;" title="Google Web Elements"&gt;Google Web Elements&lt;/a&gt; with one goal in mind - making life easier for developers. Google Web Elements make it incredibly simple to add Google products to your site, app or blog. It's so easy, you'll feel like you're cheating.  Inspired by the convenience of embeddable YouTube videos, Google Web Elements allow you to add products like Google Custom Search, Google Docs, and Google Maps to your website with the simplicity of copy and paste.  For instance, here's the new Google News element:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;iframe allowtransparency="true" border="0" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?rsz=large&amp;amp;format=300x250&amp;amp;element=true" style="border: 0pt none; height: 250px; margin: 0pt; width: 300px;"&gt;&lt;/iframe&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Each element is designed to help you get started quickly without spending time on the deep technical details.  Yet behind it all, Google Web Elements are powered by Google's scalable and flexible &lt;a href="http://code.google.com/" id="cph1" style="color: #551a8b;" title="developer APIs"&gt;developer APIs&lt;/a&gt;, offering a world of customization just beneath the surface, keeping up with your site as it grows.&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;For more details, check out the &lt;a href="http://google-code-updates.blogspot.com/2009/05/introduce-google-web-elements.html"&gt;Google Code&lt;/a&gt; and &lt;a href="http://googlecustomsearch.blogspot.com/2009/05/introducing-custom-search-web-element.html"&gt;Custom Search&lt;/a&gt; blogs.  Google Web Elements are already available for eight of our most popular products, with more soon to follow.  To get started, visit the &lt;a href="http://www.google.com/webelements/" id="tvpk" style="color: #551a8b;" title="Google Web Elements"&gt;Google Web Elements&lt;/a&gt; homepage and please be sure to &lt;a href="http://www.google.com/support/forum/p/webelements" id="x6_3" title="let us know"&gt;let us know&lt;/a&gt; what you'd like to see us work on next.&lt;/insert&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;Want to know what else is going on at Google I/O?  Follow us on twitter &lt;a href="http://twitter.com/googleio" id="jv3j" title="@googleio"&gt;@googleio&lt;/a&gt; and &lt;a href="http://googleio.twazzup.com/" title="twazzup"&gt;twazzup&lt;/a&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-2472555723556331421?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=PH2jwu-CzSQ:Z1920fmq0Gc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=PH2jwu-CzSQ:Z1920fmq0Gc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=PH2jwu-CzSQ:Z1920fmq0Gc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/PH2jwu-CzSQ" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/2472555723556331421?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/2472555723556331421?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/PH2jwu-CzSQ/easy-as-1-2-3-introducing-google-web.html" title="Easy as 1-2-3 - introducing Google Web Elements" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/05/easy-as-1-2-3-introducing-google-web.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQERX8yfSp7ImA9WxVaEEk.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-8507762335528866410</id><published>2009-04-06T10:39:00.000-07:00</published><updated>2009-04-06T10:51:44.195-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-06T10:51:44.195-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="playground" /><title>AJAX APIs Playground Ver. 2</title><content type="html">I am very pleased to announce version 2 of the &lt;a href="http://code.google.com/apis/ajax/playground/"&gt;AJAX APIs Playground&lt;/a&gt;. For those of you not familiar with it, the Playground is an educational application designed to show interactive code samples for some of Google's coolest Javascript APIs. Of the new changes, the most obvious is the sweet new UI, thanks to help from Roman Nurik of the Google Earth team.&lt;br /&gt;&lt;br /&gt;The new features are:&lt;br /&gt;* Break points (simulated in Javascript)&lt;br /&gt;* Firebug Lite in output for debugging&lt;br /&gt;* Line numbers in code editor&lt;br /&gt;* Ability to edit HTML of samples&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_DxbDaPwqVhM/SdpAN9uhK0I/AAAAAAAAACM/Mz0ujgeCCqQ/s1600-h/ss.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 213px;" src="http://1.bp.blogspot.com/_DxbDaPwqVhM/SdpAN9uhK0I/AAAAAAAAACM/Mz0ujgeCCqQ/s400/ss.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5321636518343813954" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The breakpoints and Firebug Lite additions are my favorite new features. But why did I include Firebug Lite when all web developers (should!) have Firebug installed? Because when code runs on the Playground, it runs in an iFrame. That iFrame does not have the Firebug object initialized in it. Since it is a cross-domain iFrame, there's no simple way to add Firebug to the iFrame's window object, so adding Firebug Lite was the best approach. This makes it so you can now use all of your favorite &lt;a href="http://getfirebug.com/console.html"&gt;Firebug debugging convenience functions&lt;/a&gt; in the Playground!&lt;br /&gt;&lt;br /&gt;To use Firebug Lite and breakpoints, simply click on the line number you want to add a breakpoint to and hit "Debug Code". This will insert Firebug Lite into the output and pause the execution on the breakpoint line number until you to click the play button to continue. Try adding a breakpoint to a line, clicking "Debug Code", then opening Firebug Lite and typing in a variable name to inspect the contents/value of the variable at that point in the code.&lt;br /&gt;&lt;br /&gt;Adding breakpoints and forcing Firebug into a local function context were really fun engineering problems, so if you want to check them out (or &lt;a href="http://code.google.com/p/google-ajax-examples/w/list"&gt;contribute code to the Playground&lt;/a&gt;) go to the &lt;a href="http://code.google.com/p/google-ajax-examples/source/browse/#svn/trunk/interactive_samples"&gt;open source repository for it&lt;/a&gt;, come &lt;a href="http://www.mibbit.com/?server=irc.freenode.net&amp;channel=%23googleajaxapis"&gt;chat it up on IRC&lt;/a&gt;, or talk with me in person at the quickly approaching &lt;a href="http://code.google.com/io/"&gt;Google I/O conference&lt;/a&gt; (early bird &lt;a href="https://io2009.event-projects.com/"&gt;registration&lt;/a&gt; runs until May 1).&lt;br /&gt;&lt;br /&gt;Also, it's really important that you &lt;a href="http://spreadsheets.google.com/viewform?hl=en&amp;formkey=cFM5OU5yN3BrRzhOOEhFc2VBMmlQU2c6MA"&gt;share your feedback&lt;/a&gt; so that I know what you'd like to see in the next version of the Playground! Thanks, and enjoy the Playground!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-8507762335528866410?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=XFbhgvv5AdU:XNRGPfls4sI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=XFbhgvv5AdU:XNRGPfls4sI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=XFbhgvv5AdU:XNRGPfls4sI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/XFbhgvv5AdU" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/8507762335528866410?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/8507762335528866410?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/XFbhgvv5AdU/ajax-apis-playground-ver-2.html" title="AJAX APIs Playground Ver. 2" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_DxbDaPwqVhM/SdpAN9uhK0I/AAAAAAAAACM/Mz0ujgeCCqQ/s72-c/ss.png" height="72" width="72" /><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/04/ajax-apis-playground-ver-2.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08ERXkzeip7ImA9WxVbF0o.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-970043522600103385</id><published>2009-04-03T09:06:00.000-07:00</published><updated>2009-04-03T09:23:24.782-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-03T09:23:24.782-07:00</app:edited><title>Making content creation easy with the Google AJAX APIs - Guest post</title><content type="html">We started &lt;a href="http://www.nextstop.com/"&gt;nextstop.com&lt;/a&gt; with the idea that we could make it significantly easier and more fun to discover new and interesting things to do anywhere in the world, based on recommendations from people who know a place well.  Whether it was a neat museum, a hidden local restaurant, or a great place to go shopping we wanted to make it super easy and fun for people to share recommendations for their favorite places, wherever they might live.&lt;br /&gt;&lt;br /&gt;The trick of course was in how to do this.  It was important for us to combine ease of making a recommendation -- our goal was that it should be as simple as entering the name of a place, and a few sentences about why you liked it -- with rich information about a place so it was really useful to others -- photos, contact information, maps, etc.  The solution, not surprisingly since I'm writing here, was to use a number of Google's APIs to gather related information about the recommendation and make it easy for our members to include it in their recommendation.&lt;br /&gt;&lt;br /&gt;You can best see how this works by going through our &lt;a href="http://www.nextstop.com/card/new/"&gt;recommendation flow&lt;/a&gt;, or watching the video below.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7kGRUIh8Ek8&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7kGRUIh8Ek8&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Let me walk you through how this is working under the hood:  &lt;br /&gt;&lt;br /&gt;1) When the page loads, the first thing we do is use the &lt;a href="http://code.google.com/apis/ajax/documentation/#GoogleLoad"&gt;Google loader&lt;/a&gt; to load the JQuery and JQuery UI libraries, as well as Google Maps.  As part of this, we also grab the user's current location using google.loader.ClientLocation and store the lat/lng if available to use later.&lt;br /&gt;&lt;br /&gt;2) In step 1, we ask the user for what's being recommended.  We use this string to do a Google local search for business listings and KML results that match, using the user's current location to bound the local search by setting the sll and sspn parameters.  Between local business listings and KML results, we can offer incredible global coverage of everything from restaurants to tourist attractions to hole-in-the-wall bars and clubs.  We're using the JSON version of the local search API, which we call from our servers using Python's urlopen() so that we can supplement the results with our own database of results.&lt;br /&gt;&lt;br /&gt;3) In step 2 we do an image search for related images using Google's image search API.  While we let users change the search terms to find just the right picture, often our default image search (which combines the name of the place and a city name) returns great results.  There are photos of almost everything, so you can even recommend a particular dish at a &lt;a href="http://www.nextstop.com/guide/Ka2iYVinO4w/noodles-in-taipei/"&gt;restaurant in Taipei&lt;/a&gt; and have the photos to go along with it.&lt;br /&gt;&lt;br /&gt;4) In step 3, we ask for a few sentences about why that place or activity really stands out to them.  After the recommendation has been submitted, we use the &lt;a href="http://code.google.com/apis/ajaxlanguage/"&gt;Google Language APIs&lt;/a&gt; to detect the language of the recommendation, which we can later use to filter content by your language, and we hope to someday integrate the ability to translate recommendations into your language of choice.&lt;br /&gt;&lt;br /&gt;Its a very simple and fast process for the user making the recommendation, but the result is a recommendation with address, phone number, map, and photo that is really useful to another user looking to discover something new.&lt;br /&gt;&lt;br /&gt;We've built our whole product around the Google APIs, and feel like we're just scratching the surface of what's possible.  We're planning to let users add other information (like related websites, searches, news, etc.) using Google's APIs as well.&lt;br /&gt;&lt;br /&gt;We'll be at &lt;a href="http://code.google.com/io"&gt;Google I/O&lt;/a&gt; on May 27-28 talking about what we've done so far, and will hopefully have a few new uses of the Google APIs to show off at that time.  Please come say hello -- we'd love to hear your feedback on &lt;a href="http://www.nextstop.com/"&gt;nextstop&lt;/a&gt;, or share tips on using the Google APIs.  You can also check out some of the places recommended near the &lt;a href="http://www.nextstop.com/location/map/1EpIxzRL9Ck/san-francisco/?q=&amp;tag=&amp;lat=37.78436757145777&amp;lng=-122.4026083946228&amp;z=16"&gt;Moscone center&lt;/a&gt;, or add a few of your own!&lt;br /&gt;&lt;br /&gt;Carl Sjogreen (co-founder, nextstop.com)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-970043522600103385?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=vvtqXYapnEs:jvFmFlHTh1k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=vvtqXYapnEs:jvFmFlHTh1k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=vvtqXYapnEs:jvFmFlHTh1k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/vvtqXYapnEs" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/970043522600103385?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/970043522600103385?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/vvtqXYapnEs/making-content-creation-easy-with.html" title="Making content creation easy with the Google AJAX APIs - Guest post" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/04/making-content-creation-easy-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8CQXo8fSp7ImA9WxVUE04.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-6968261194225642610</id><published>2009-03-17T17:50:00.000-07:00</published><updated>2009-03-17T17:57:40.475-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-17T17:57:40.475-07:00</app:edited><title>Updated Local Search Control used in brand new GoogleBar</title><content type="html">A much requested feature, the Local Search Control now includes ads when a search is performed.  Users will benefit from seeing targeted and relevant sponsored results, and you can benefit by sharing in the revenue of including these results on your site.  Ads aren't the only thing that's new - there's also a new (and, we hope you agree, better) UI:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qU0w4wiK3GA/ScAxWrXbwoI/AAAAAAAAABU/HMKZ-0DBahU/s1600-h/LSC-example.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 203px;" src="http://4.bp.blogspot.com/_qU0w4wiK3GA/ScAxWrXbwoI/AAAAAAAAABU/HMKZ-0DBahU/s400/LSC-example.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5314301825965081218" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This new Local Search Control has been used in a brand new version of the &lt;a href="http://code.google.com/apis/maps/documentation/services.html#UsingGoogleBar"&gt;GoogleBar&lt;/a&gt; (part of the Maps API).  In almost all cases, the GoogleBar provides the ideal way to add searches to Google Maps.  The GoogleBar, too, includes advertisements with the results.  In order to share in the revenue, you need to supply your AdSense publisher ID.  You can use your existing ID or &lt;a href="https://www.google.com/adsense/support/bin/answer.py?answer=9880"&gt;sign up for a new AdSense account&lt;/a&gt;.  Once you have an account, &lt;a href="https://www.google.com/adsense/support/bin/answer.py?answer=45465"&gt;get your AdSense publisher ID&lt;/a&gt; and include it as an option when you set up the GoogleBar:&lt;br /&gt;&lt;br /&gt;&lt;pre class="code" style="overflow:scroll;"&gt;&lt;br /&gt;&amp;lt;script src=&amp;quot;/jsapi?key=YOUR_KEY_HERE&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt; google.load(&amp;quot;maps&amp;quot;, &amp;quot;2&amp;quot;);&lt;br /&gt; var opts = {&lt;br /&gt;&lt;br /&gt;    googleBarOptions : {&lt;br /&gt;      style : 'new',   // This tag is necessary for the first few weeks until the new UI becomes default&lt;br /&gt;      adsOptions : {&lt;br /&gt;        client : ####  // Your Google AdSense publisher ID&lt;br /&gt;      }&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;  map = new GMap2(document.getElementById(&amp;quot;map&amp;quot;), opts);&lt;br /&gt;  map.setCenter(new GLatLng(33.956461,-118.396225), 13);&lt;br /&gt;  map.enableGoogleBar();&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Optionally, you may also specify an AdSense for Search channel (&lt;a href="https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;answer=32614"&gt;more info on channels&lt;/a&gt;), the Ad Safety Level to associate with your advertising, and the language in which to display results. For a full list of options and details on including them, see the &lt;a href="http://code.google.com/apis/maps/documentation/services.html#UsingGoogleBar"&gt;GoogleBar documentation&lt;/a&gt;. Note: currently ads only appear for results that are inline - this limitation should be removed within a few weeks.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you'd like to learn more about the new underlying, low-level Local Search Control, the &lt;a href="http://code.google.com/apis/ajaxsearch/documentation/localsearch/index.html"&gt;reference documentation&lt;/a&gt; and &lt;a href="http://code.google.com/apis/ajax/playground/#local_search_control"&gt;Code Playground examples &lt;/a&gt;contain everything you need to know.&lt;br /&gt;&lt;br /&gt;For more information, see this recent post on the &lt;a href="http://googlegeodevelopers.blogspot.com/2009/03/changes-to-googlebar.html"&gt;Maps API blog&lt;/a&gt;.  Questions or comments?  Please visit the &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;AJAX API&lt;/a&gt; and &lt;a href="http://groups.google.com/group/Google-Maps-API"&gt;Maps API&lt;/a&gt; discussion groups.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-6968261194225642610?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=tpRJANKpwTc:__chjfCxvoE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=tpRJANKpwTc:__chjfCxvoE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=tpRJANKpwTc:__chjfCxvoE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/tpRJANKpwTc" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6968261194225642610?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6968261194225642610?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/tpRJANKpwTc/updated-local-search-control-used-in.html" title="Updated Local Search Control used in brand new GoogleBar" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_qU0w4wiK3GA/ScAxWrXbwoI/AAAAAAAAABU/HMKZ-0DBahU/s72-c/LSC-example.gif" height="72" width="72" /><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/03/updated-local-search-control-used-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUDR3cyeyp7ImA9WxVVE00.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-1874035892041830596</id><published>2009-03-05T17:20:00.000-08:00</published><updated>2009-03-05T17:34:36.993-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-05T17:34:36.993-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Search API" /><title>Experimental Features</title><content type="html">As part of Tuesday's &lt;a href="http://google-code-updates.blogspot.com/2009/03/introducing-labs-for-google-code.html"&gt;Google Code Labs announcement&lt;/a&gt;, the AJAX Search API became part of the graduating class.  We're still working with our lawyerly team members to update our Terms of Use to include a 3-year deprecation policy.  If you're curious what that policy will look like, take a look at Section 4.5 of the &lt;a href="http://code.google.com/apis/visualization/terms.html"&gt;Visualization API terms&lt;/a&gt; -- it will be similar to that.&lt;br /&gt;&lt;br /&gt;You'll see that an exception to the deprecation policy will be features marked "&lt;a href="http://code.google.com/labs/faq.html#experimental"&gt;experimental&lt;/a&gt;."  This label is for experimental features that the deprecation policy does not apply to and therefore they can be changed or removed in the future, even if the deprecation policy applies to the rest of the API.  You may have seen in the &lt;a href="http://code.google.com/apis/ajaxsearch/documentation/reference.html"&gt;AJAX Search API reference&lt;/a&gt; that we have a few such features already, so we wanted to make sure you knew which ones those were.&lt;br /&gt;&lt;br /&gt;The current experimental features include all of Book Search and the "image type" restriction of Image Search.  We've done our best to clearly mark all of these as experimental in the &lt;a href="http://code.google.com/apis/ajaxsearch/documentation/reference.html"&gt;docs&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As always, please let us know if you have any questions or comments.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-1874035892041830596?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=jG_LHuD_XuI:V5SmW4t-iwY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=jG_LHuD_XuI:V5SmW4t-iwY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=jG_LHuD_XuI:V5SmW4t-iwY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/jG_LHuD_XuI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/1874035892041830596?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/1874035892041830596?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/jG_LHuD_XuI/experimental-features.html" title="Experimental Features" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/03/experimental-features.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4FRno9eip7ImA9WxVVEU0.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-3851641607209509762</id><published>2009-03-03T10:59:00.000-08:00</published><updated>2009-03-03T11:01:57.462-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-03T11:01:57.462-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SOAP Search API" /><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Search API" /><title>Google Code Labs and the SOAP Search API</title><content type="html">As &lt;a href="http://google-code-updates.blogspot.com/2009/03/introducing-labs-for-google-code.html"&gt;recently announced&lt;/a&gt;, a new program was introduced today for &lt;a href="http://code.google.com/labs/"&gt;Google Code Labs&lt;/a&gt;.  We're proud that the AJAX Search API has already graduated from Labs, which demonstrates our long-term commitment to it.&lt;br /&gt;&lt;br /&gt;Also part of that announcement was that the SOAP Search API will be retired on August 31st, 2009.  It was deprecated in 2006, when we stopped accepting new developers for the API.  Since then, it's been steadily declining in usage and we believe the majority of use cases are sufficiently handled by the more comprehensive AJAX Search API.&lt;br /&gt;&lt;br /&gt;In many ways, this AJAX API is a superset of the SOAP API, providing access to local, news, image, and video search results, among others, in addition to web search.  Therefore, we encourage SOAP developers to explore our &lt;a href="http://code.google.com/apis/ajaxsearch/documentation/"&gt;documentation&lt;/a&gt; and consider migrating their applications.  &lt;br /&gt;&lt;br /&gt;Please keep in mind that the AJAX APIs exist for the benefit of end-users; several of their features and usage guidelines are designed with them in mind.  For instance, each search performed with the API must be the direct result of a user action.  Automated searching is strictly prohibited, as is permanently storing any search results.  Please refer to the &lt;a href="http://code.google.com/apis/ajaxsearch/terms.html"&gt;Terms of Use&lt;/a&gt; for more detail.&lt;br /&gt;&lt;br /&gt;And for developers new to the AJAX Search API, don't forget to check out our &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;discussion group&lt;/a&gt;, a good resource if you have questions or need more help.  Welcome aboard!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-3851641607209509762?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=eHIKbHhL4xk:YazxmW2nqSQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/blogspot/RBev?a=eHIKbHhL4xk:YazxmW2nqSQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/blogspot/RBev?i=eHIKbHhL4xk:YazxmW2nqSQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/eHIKbHhL4xk" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3851641607209509762?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3851641607209509762?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/eHIKbHhL4xk/google-code-labs-and-soap-search-api.html" title="Google Code Labs and the SOAP Search API" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/03/google-code-labs-and-soap-search-api.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkEGRX09cCp7ImA9WxVWFEw.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-5533132372290011666</id><published>2009-02-20T11:14:00.000-08:00</published><updated>2009-02-23T10:43:44.368-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T10:43:44.368-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Libraries API" /><title>jQuery, YUI updates</title><content type="html">We have updated versions of jQuery and YUI on our CDN.  jQuery is now at version 1.3.2 which will be what version 1 and 1.3 &lt;a href="http://code.google.com/apis/ajax/documentation/#Versioning"&gt;aliases&lt;/a&gt; point to.&lt;br /&gt;&lt;br /&gt;YUI's new version, 2.7.0, includes a new stylesheet utility to do dynamic CSS without looping through DOM nodes as well as some enhancements to existing functionality such as charts, DOM collection, and tree view.  Furthermore, YUI is maintaining their image as a library for professionals by beginning to add IE8 support in preparation for Microsoft's upcoming launch.&lt;br /&gt;&lt;br /&gt;I'd also like to remind you that all public updates to our APIs can be followed on our &lt;a href="http://ajax-api-alerts.blogspot.com/"&gt;Google AJAX API Alerts blog&lt;/a&gt;.  That blog is meant for minor API additions/updates/fixes, and in the future these alerts will only be posted there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-5533132372290011666?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=gCaksQmU"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=udjWG4J1"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=udjWG4J1" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/UPvBwlBE4LI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5533132372290011666?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5533132372290011666?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/UPvBwlBE4LI/jquery-yui-updates.html" title="jQuery, YUI updates" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/02/jquery-yui-updates.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMFQ345fCp7ImA9WxVQF04.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-6456343174651899629</id><published>2009-02-03T09:47:00.000-08:00</published><updated>2009-02-03T22:53:32.024-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-03T22:53:32.024-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News Search" /><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Search API" /><title>Adding Google News to Your Website</title><content type="html">Today we are launching a new extension to the &lt;a href="http://code.google.com/apis/ajaxsearch/"&gt;AJAX Search API&lt;/a&gt;, a Google News-based element.  This element embeds a news slideshow on your site, letting your users see headlines and previews from Google News based on queries that you've selected. Here is an example of the NewsShow in action:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?format=300x250" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;It couldn't be easier to add this to your site.  Simply include this iframe:&lt;br /&gt;&lt;br /&gt;&lt;pre class="code" style="overflow:scroll;"&gt;&lt;br /&gt;&amp;lt;iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?format=300x250"&lt;br /&gt;        frameborder="0" width="300" height="250"&lt;br /&gt;        marginwidth="0" marginheight="0"&amp;gt;&lt;br /&gt;&amp;lt;/iframe&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;The element comes in two standard sizes: &lt;a href="http://www.google.com/uds/modules/elements/newsshow/iframe.html?format=728x90"&gt;728x90&lt;/a&gt; and &lt;a href="http://www.google.com/uds/modules/elements/newsshow/iframe.html?format=300x250"&gt;300x250&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Adding a NewsShow to your site in this way allows you to customize its shape and content with URL arguments.  Simply input your parameters into our &lt;a href="http://code.google.com/apis/ajaxsearch/documentation/newsshow/wizard.html"&gt;wizard&lt;/a&gt; and we'll build the code for you.  Or, for greater control over the NewsShow's look and feel, you can call the classes directly.  Check out the &lt;a href="http://code.google.com/apis/ajaxsearch/documentation/newsshow/"&gt;documentation&lt;/a&gt; for details and the &lt;a href="http://code.google.com/apis/ajax/playground/#news_show"&gt;Code Playground&lt;/a&gt; to try your hand at customizing.&lt;br /&gt;&lt;br /&gt;As always, let us know what you think in the &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;Google AJAX API developer forum&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Note:  Earlier this evening a reader pointed out a typo in the iframe snippet which has since been corrected.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-6456343174651899629?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=OTBHN9cP"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=HxzxdHC1"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=HxzxdHC1" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/xnBy94Zf4ZI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6456343174651899629?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6456343174651899629?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/xnBy94Zf4ZI/adding-google-news-to-your-website.html" title="Adding Google News to Your Website" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/02/adding-google-news-to-your-website.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkECQXc-fip7ImA9WxVRFko.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-5179298436567072039</id><published>2009-01-22T10:01:00.000-08:00</published><updated>2009-01-22T17:37:40.956-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-22T17:37:40.956-08:00</app:edited><title>Playgrounds and alerts</title><content type="html">I recently launched a new product to help developers learn our APIs.  It's an open source framework for showing Javascript code samples.  The tool allows users to click through samples so that they can edit code and see their changes live.  In order to be a more practical tool for code editing, I put "save" and "export" features in there.  You can read more about it on &lt;a href="http://google-code-updates.blogspot.com/2009/01/playing-around-with-googles-ajax-apis.html"&gt;the official blog post&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I would also like to point you at a new blog the AJAX APIs team will be maintaining: the &lt;a href="http://ajax-api-alerts.blogspot.com/"&gt;AJAX APIs Alert Blog&lt;/a&gt;.  Whether you know it or not (or believe it or not!) we are constantly making changes to the APIs.  New features, bug fixes, tweaks, etc.  In the past we haven't had a way of communicating these changes to you since they can be small changes and not worth a whole blog post here.  Furthermore, there are those of you that want to know when we update the &lt;a href="http://code.google.com/apis/ajaxlibs/"&gt;Javascript libraries&lt;/a&gt; that we host.  So from here on out, &lt;a href="http://ajax-api-alerts.blogspot.com/"&gt;that blog&lt;/a&gt; will be the new home for these "alerts".  Posts will be short, to the point and we will try to update it with all public changes, so &lt;a  href="http://ajax-api-alerts.blogspot.com/feeds/posts/default"&gt;subscribe now&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-5179298436567072039?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=bJtre1HI"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=XdUIOdtQ"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=XdUIOdtQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/5AZCyfiHLvU" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5179298436567072039?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5179298436567072039?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/5AZCyfiHLvU/playgrounds-and-alerts.html" title="Playgrounds and alerts" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2009/01/playgrounds-and-alerts.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0INQXozfyp7ImA9WxRbE04.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-1618242440408531425</id><published>2008-11-21T09:32:00.000-08:00</published><updated>2008-12-03T13:26:30.487-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-03T13:26:30.487-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Libraries API" /><title>Welcome YUI!, script.aculo.us gets fresh</title><content type="html">We've been hosting most of the big powerhouse Javascript libraries and so far it's been a huge success.  However, without YUI!, our collection has been incomplete.  Well, I'm not saying that now we're complete and won't add more libraries, just that we're less incomplete than we were... you know what I mean.&lt;br /&gt;&lt;br /&gt;Anyways, after getting legal approval (people actually read those licenses), we &lt;a href="http://code.google.com/apis/ajaxlibs/documentation/index.html#yui"&gt;pushed it live&lt;/a&gt;.  We are equally as excited about this as &lt;a href="http://yuiblog.com/blog/2008/11/19/yui-google/"&gt;Yahoo!&lt;/a&gt; and the &lt;a href="http://ajaxian.com/archives/cdns-gaining-broader-use-with-javascript-libraries"&gt;Javascript community&lt;/a&gt;.&lt;br /&gt;So let's take a look at how you use it:&lt;br /&gt;&lt;pre class="code"&gt;&amp;lt;head&amp;gt;&lt;br /&gt;  &amp;lt;script src="http://www.google.com/jsapi" type="text/javascript"&lt;br /&gt;          charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;  &amp;lt;script type="text/javascript" charset="utf-8"&amp;gt;&lt;br /&gt;  google.load('yui', '2.6.0');&lt;br /&gt;  function init() {&lt;br /&gt;    var loader = new YAHOO.util.YUILoader({&lt;br /&gt;      require: ["button", "calendar"],&lt;br /&gt;      base: "http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/",&lt;br /&gt;      onSuccess: function() {&lt;br /&gt;        // start playing with buttons and calendars!&lt;br /&gt;      }&lt;br /&gt;    });&lt;br /&gt;    loader.insert();&lt;br /&gt;  }&lt;br /&gt;  google.setOnLoadCallback(init);&lt;br /&gt;  &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;  &amp;lt;div id="calContainer"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/pre&gt;That code will load the YUI loader which then loads the button and calendar widgets (combined as one script) and calls onSuccess when they are loaded.  If lazy loading scripts isn't your thing, then you can use the &lt;a href="http://developer.yahoo.com/yui/articles/hosting/?button&amp;calendar&amp;MIN&amp;nocombine&amp;basepath&amp;http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/&amp;google"&gt;dependency configurator&lt;/a&gt; to configure the perfect script URL.  In my case, to achieve the same results as above, I would use:&lt;br /&gt;&lt;pre class="code" style="overflow:scroll;"&gt;&amp;lt;link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/button/assets/skins/sam/button.css"&amp;gt; &lt;br /&gt;&amp;lt;link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/calendar/assets/skins/sam/calendar.css"&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/yahoo-dom-event/yahoo-dom-event.js"&amp;gt;&amp;lt;/script&amp;gt; &lt;br /&gt;&amp;lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/element/element-beta-min.js"&amp;gt;&amp;lt;/script&amp;gt; &lt;br /&gt;&amp;lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/button/button-min.js"&amp;gt;&amp;lt;/script&amp;gt; &lt;br /&gt;&amp;lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/calendar/calendar-min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;Also, we've updated &lt;a href="http://code.google.com/apis/ajaxlibs/documentation/#script_aculo_us"&gt;script.aculo.us&lt;/a&gt; to  the new minor release version 1.8.2.  For those of you who are using our aliases, you've already been updated!&lt;br /&gt;&lt;br /&gt;As always, stop by in our &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;group&lt;/a&gt; or &lt;a href="http://www.mibbit.com/?server=irc.freenode.net&amp;channel=%23googleajaxapis "&gt;IRC channel&lt;/a&gt; to give us a piece of your mind.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-1618242440408531425?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=i8PbxBgg"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=lnglp3hE"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=lnglp3hE" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/9B4nviPRgWQ" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/1618242440408531425?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/1618242440408531425?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/9B4nviPRgWQ/welcome-yui-scriptaculous-gets-fresh.html" title="Welcome YUI!, script.aculo.us gets fresh" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/11/welcome-yui-scriptaculous-gets-fresh.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQMQ384fyp7ImA9WxRVFk8.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-7515998404774281616</id><published>2008-11-13T14:58:00.000-08:00</published><updated>2008-11-13T15:53:02.137-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-13T15:53:02.137-08:00</app:edited><title>Local Search results now include China</title><content type="html">We're pleased to announce the addition of local search for China.  For users already using the AJAX Search API for local search, you should now be able to search for businesses in China without having to make any changes.  Try typing "hotels in Beijing" in your site or app which uses the Google AJAX Search API.  You should see some results:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src="http://3.bp.blogspot.com/_qU0w4wiK3GA/SRy9DWL_0gI/AAAAAAAAAA8/YcmXo36XAIs/s320/China+Local+Search+result.jpg"&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;To take advantage of local search functionality, take a look at the &lt;a href="http://code.google.com/apis/ajaxsearch/"&gt;AJAX Search API&lt;/a&gt;.  The samples &lt;a href="http://code.google.com/apis/ajaxsearch/local.html"&gt;here&lt;/a&gt; are also particularly useful.&lt;br /&gt;&lt;br /&gt;If you have any feedback or comments, please drop by our &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;Google Group&lt;/a&gt; or new IRC channel (irc details can be found at the bottom of &lt;a href="http://googleajaxsearchapi.blogspot.com/2008/11/swfobject-library-added-to-libraries.html"&gt;this post&lt;/a&gt;).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-7515998404774281616?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=JwU8Szr3"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=HyCaJUwA"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=HyCaJUwA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/id7Pqya33L0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/7515998404774281616?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/7515998404774281616?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/id7Pqya33L0/local-search-results-now-include-china.html" title="Local Search results now include China" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_qU0w4wiK3GA/SRy9DWL_0gI/AAAAAAAAAA8/YcmXo36XAIs/s72-c/China+Local+Search+result.jpg" height="72" width="72" /><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/11/local-search-results-now-include-china.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ACRns9eCp7ImA9WxRVFEk.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-5321462776708354928</id><published>2008-11-10T19:02:00.000-08:00</published><updated>2008-11-11T14:16:07.560-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-11T14:16:07.560-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="AJAX Libraries API" /><title>SWFObject Library Added to Libraries API</title><content type="html">If you're a Flash nut then you probably know about the &lt;a href="http://code.google.com/p/swfobject/"&gt;SWFObject&lt;/a&gt; Javascript library.  I'm not, so I didn't.  However, since I promised myself I would play with Flex soon I am very happy that a &amp;quot;Flasher&amp;quot; &lt;a href="http://code.google.com/p/google-ajax-apis/issues/detail?id=126"&gt;suggested&lt;/a&gt; that we add it to our AJAX Libraries API.  I took a look at it and found out that it's a great little must-have library!&lt;br /&gt;&lt;br /&gt;See, embedding a Flash video on a page is actually more complicated than it should be.  You can't just throw a tag on the page with some attributes and expect it to work.  In fact, to embed a Flash file there are different methods for different browsers such as using an &amp;lt;embed&amp;gt; vs. &amp;lt;object&amp;gt; as well as setting the parameters for the file.&lt;br /&gt;&lt;br /&gt;The SWFObject library simplifies the process so that all you need to worry about is including their Javascript library and using a single method to embed your Flash on the page in a safe, cross-browser manner.  It also has a few extra utility functions, such as setting a load event for the Flash object and detecting the user's Flash version.&lt;br /&gt;&lt;br /&gt;Because this library is open source, extremely popular, and so handy, we have &lt;a href="http://code.google.com/apis/ajaxlibs/documentation/index.html#swfobject"&gt;added it to our AJAX Libraries API&lt;/a&gt; so that our caching benefits can be reaped.  If you want to express your extreme happiness then you can do so in our new IRC channel:&lt;br /&gt;server: irc.freenode.net&lt;br /&gt;channel: #googleajaxapis&lt;br /&gt;&lt;a href="http://www.mibbit.com/?server=irc.freenode.net&amp;channel=%23googleajaxapis"&gt;http://www.mibbit.com/?server=irc.freenode.net&amp;channel=%23googleajaxapis&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-5321462776708354928?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=sAkQvVgh"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=3oHKlYc1"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=3oHKlYc1" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/D_ZHYccoN3E" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5321462776708354928?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/5321462776708354928?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/D_ZHYccoN3E/swfobject-library-added-to-libraries.html" title="SWFObject Library Added to Libraries API" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/11/swfobject-library-added-to-libraries.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAASHw5eCp7ImA9WxRWF04.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-3752868313464393581</id><published>2008-11-03T10:36:00.001-08:00</published><updated>2008-11-03T10:42:29.220-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-03T10:42:29.220-08:00</app:edited><title>Styling the SearchControl Guest Post</title><content type="html">So, the other day, I was asked by the AJAX APIs dev team if I'd like to write a guest blog post, but they didn't tell me what to write about. I thought about telling you how the AJAX APIs revolutionized how I think about life, design websites, and slice bread, but then I realized that I buy my bread pre-sliced. So I started going back through the group looking for common questions or themes to threads, and I realized that a huge portion of the questions asked can be summed up like this:  "How do I style the &lt;code&gt;google.search.SearchControl&lt;/code&gt;?" For instance, how would one make it so that only a result's title and URL appear (i.e., the description is not visible), or even just the URL? What if you want to change some of the default colors? What if you, being the stylish computer geek that you are, want to make your SearchControl into a 24th century Starfleet console to fit in with that first-season spandex Star Trek: The Next Generation uniform you're wearing right now?&lt;br /&gt;&lt;br /&gt;Well, you're in luck! Using Mozilla Firefox with the Firebug add-on installed (an absolute must-have for any web developer, by the way), you can do all this and more simply by inspecting the structure of the default search control and taking advantage of the fact that almost every one of its individual elements is given at least one className that can be used with Cascading Style Sheets to apply different style rules.  We've put together a spectacular video to provide a very brief overview of using Firefox and Firebug to inspect the structure (and tinker with) the structure of the control. &lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/2YIAX3OSaNE&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/2YIAX3OSaNE&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;For even more information on how you can do more with Firefox and Firebug, you'll want to check out &lt;a href="http://code.google.com/apis/ajaxsearch/articles/firebug.html"&gt;Ben Lisbakken's excellent tutorial&lt;/a&gt;, which includes even more video! And for good measure, we've included the control's structure (complete with a few of my own comments) below:&lt;br /&gt;&lt;br /&gt;&lt;pre class="code" style="height: 500px;overflow: auto;"&gt;&amp;lt;div class="gsc-control"&amp;gt;&lt;br /&gt;    &amp;lt;!-- FYI: This form is the same as the google.search.SearchForm --&amp;gt;&lt;br /&gt;    &amp;lt;form class="gsc-search-box"&amp;gt;&lt;br /&gt;        &amp;lt;table class="gsc-search-box"&amp;gt;&lt;br /&gt;            &amp;lt;tbody&amp;gt;&lt;br /&gt;                &amp;lt;tr&amp;gt;&lt;br /&gt;                    &amp;lt;td class="gsc-input"&amp;gt;&lt;br /&gt;                        &amp;lt;!-- This next input is the search box itself --&amp;gt;&lt;br /&gt;                        &amp;lt;input class="gsc-input/&amp;gt;&lt;br /&gt;                    &amp;lt;/td&amp;gt;&lt;br /&gt;                    &amp;lt;td class="gsc-search-button"&amp;gt;&lt;br /&gt;                        &amp;lt;!-- This next input is the search button itself --&amp;gt;&lt;br /&gt;                        &amp;lt;input class="gsc-search-button"/&amp;gt;&lt;br /&gt;                    &amp;lt;/td&amp;gt;&lt;br /&gt;                    &amp;lt;td class="gsc-clear-button"&amp;gt;&lt;br /&gt;                        &amp;lt;!-- This next div is the clear button (i.e., the little x) --&amp;gt;&lt;br /&gt;                        &amp;lt;div class="gsc-clear-button"/&amp;gt;&lt;br /&gt;                    &amp;lt;/td&amp;gt;&lt;br /&gt;                &amp;lt;/tr&amp;gt;&lt;br /&gt;            &amp;lt;/tbody&amp;gt;&lt;br /&gt;        &amp;lt;/table&amp;gt;&lt;br /&gt;        &amp;lt;table class="gsc-branding"&amp;gt;&lt;br /&gt;            &amp;lt;tbody&amp;gt;&lt;br /&gt;                &amp;lt;tr&amp;gt;&lt;br /&gt;                    &amp;lt;td class="gsc-branding-user-defined"/&amp;gt;&lt;br /&gt;                    &amp;lt;td class="gsc-branding-text"&amp;gt;&lt;br /&gt;                        &amp;lt;div class="gsc-branding-text"&amp;gt;powered by&amp;lt;/div&amp;gt;&lt;br /&gt;                    &amp;lt;/td&amp;gt;&lt;br /&gt;                    &amp;lt;td class="gsc-branding-img"&amp;gt;&lt;br /&gt;                        &amp;lt;img class="gsc-branding-img"/&amp;gt;&lt;br /&gt;                    &amp;lt;/td&amp;gt;&lt;br /&gt;                &amp;lt;/tr&amp;gt;&lt;br /&gt;            &amp;lt;/tbody&amp;gt;&lt;br /&gt;        &amp;lt;/table&amp;gt;&lt;br /&gt;    &amp;lt;/form&amp;gt;&lt;br /&gt;    &amp;lt;!-- In tabbed mode, this is where the tabs will appear; in stacked mode, this will be absent! --&amp;gt;&lt;br /&gt;    &amp;lt;div class="gsc-tabsArea"&amp;gt;&lt;br /&gt;        &amp;lt;!-- The following div would be the active tab --&amp;gt;&lt;br /&gt;        &amp;lt;div class="gsc-tabHeader gsc-tabhActive"/&amp;gt;&lt;br /&gt;        &amp;lt;!-- These spacer divs will appear AFTER every tab to do exactly what their className would imply --&amp;gt;&lt;br /&gt;        &amp;lt;div class="gs-spacer"/&amp;gt;&lt;br /&gt;        &amp;lt;!-- And this one would be an inactive tab --&amp;gt;&lt;br /&gt;        &amp;lt;div class="gsc-tabHeader gsc-tabhInactive"/&amp;gt;&lt;br /&gt;        &amp;lt;div class="gs-spacer"/&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;    &amp;lt;div class="gsc-resultsBox-visible"&amp;gt;&lt;br /&gt;        &amp;lt;!-- The next divs contain the actual results. The classes in square brackets are ONLY present in TABBED mode --&amp;gt;&lt;br /&gt;        &amp;lt;!-- This would be the active tab --&amp;gt;&lt;br /&gt;        &amp;lt;div class="gsc-resultsRoot [gsc-tabData gsc-tabdActive]"&amp;gt;&lt;br /&gt;            &amp;lt;table class="gsc-resultsHeader"&amp;gt;&lt;br /&gt;                &amp;lt;tbody&amp;gt;&lt;br /&gt;                    &amp;lt;tr&amp;gt;&lt;br /&gt;                        &amp;lt;td class="gsc-twiddleRegionCell gsc-twiddleRegion-opened"&amp;gt;&lt;br /&gt;                            &amp;lt;div class="gsc-twiddle"&amp;gt;&lt;br /&gt;                                &amp;lt;!-- This next div will contain your searcher's title or label (e.g., Local), but it won't be visible in tabbed mode --&amp;gt;&lt;br /&gt;                                &amp;lt;div class="gsc-title"/&amp;gt;&lt;br /&gt;                            &amp;lt;/div&amp;gt;&lt;br /&gt;                            &amp;lt;!-- This next div will contain your search's estimated result count, but it's invisible in tabbed mode, too! --&amp;gt;&lt;br /&gt;                            &amp;lt;div class="gsc-stats"&amp;gt;&lt;br /&gt;                            &amp;lt;!-- This is the selector that chooses 1, 4, or 8 visible results. Please note that only ONE of the options in square brackets will be visible --&amp;gt;&lt;br /&gt;                            &amp;lt;div class="gsc-results-selector [gsc-one-result-active OR gsc-more-results-active OR gsc-all-results-active]"&amp;gt;&lt;br /&gt;                                &amp;lt;div class="gsc-result-selector gsc-one-result"/&amp;gt;&lt;br /&gt;                                &amp;lt;div class="gsc-result-selector gsc-more-results"/&amp;gt;&lt;br /&gt;                                &amp;lt;div class="gsc-result-selector gsc-all-results"/&amp;gt;&lt;br /&gt;                            &amp;lt;/div&amp;gt;&lt;br /&gt;                        &amp;lt;/td&amp;gt;&lt;br /&gt;                        &amp;lt;td class="gsc-configLabelCell"&amp;gt;&lt;br /&gt;                            &amp;lt;!-- This next span will only be present if the searcher has configuration options --&amp;gt;&lt;br /&gt;                            &amp;lt;!-- Also, it will only have ONE of the options in square brackets, depending on whether or not the configuration form is visible or not --&amp;gt;&lt;br /&gt;                            &amp;lt;span class="gsc-configLabel [gsc-twiddle-closed OR gsc-twiddle-opened]"/&amp;gt;&lt;br /&gt;                        &amp;lt;/td&amp;gt;&lt;br /&gt;                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                &amp;lt;/tbody&amp;gt;&lt;br /&gt;            &amp;lt;/table&amp;gt;&lt;br /&gt;            &amp;lt;!-- This next div is the configuration form for a searcher. It is only present if the searcher has configuration options --&amp;gt;&lt;br /&gt;            &amp;lt;!-- The exact className of the config form will depend on the type of searcher. So you'll only have ONE of the options below.  You can probably figure out which one your searcher will have --&amp;gt;&lt;br /&gt;            &amp;lt;!-- By the way, I have no idea why it's gsc-locationConfig instead of gsc-localConfig :) --&amp;gt;&lt;br /&gt;            &amp;lt;div class="gsc-config [gsc-locationConfig OR gsc-videoConfig OR gsc-blogConfig OR gsc-newsConfig OR gsc-patentConfig]"&amp;gt;&lt;br /&gt;                &amp;lt;!-- The exact content of the config div will vary depending on your searcher's options --&amp;gt;&lt;br /&gt;                &amp;lt;!-- Use Firefox with Firebug to explore the possibilities here! --&amp;gt;&lt;br /&gt;            &amp;lt;/div&amp;gt;&lt;br /&gt;            &amp;lt;div class="gsc-results [gsc-localResult OR gsc-webResult OR gsc-blogResult OR gsc-newsResult OR gsc-imageResult OR gsc-bookResult OR gsc-patentResult OR gsc-videoResult]"&amp;gt;&lt;br /&gt;                &amp;lt;!-- This is your FIRST actual search result. All results will follow this pattern --&amp;gt;&lt;br /&gt;                &amp;lt;!-- Please note, again, that only ONE of the classNames in the square brackets will apply, depending on the searcher --&amp;gt;&lt;br /&gt;                &amp;lt;div class="gsc-result [gsc-localResult OR gsc-webResult OR gsc-blogResult OR gsc-newsResult OR gsc-imageResult OR gsc-bookResult OR gsc-patentResult OR gsc-videoResult]"&amp;gt;&lt;br /&gt;                    &amp;lt;!-- The contents of this div will be the same as outlined in the documentation for your searcher's results --&amp;gt;&lt;br /&gt;                &amp;lt;/div&amp;gt;&lt;br /&gt;                &amp;lt;div class="gsc-expansionArea"&amp;gt;&lt;br /&gt;                    &amp;lt;!-- This is where the REST of your search results show up, again following the same pattern as above --&amp;gt;&lt;br /&gt;                &amp;lt;/div&amp;gt;&lt;br /&gt;            &amp;lt;/div&amp;gt;&lt;br /&gt;        &amp;lt;/div&amp;gt;&lt;br /&gt;        &amp;lt;!-- And the inactive one --&amp;gt;&lt;br /&gt;        &amp;lt;div class="gsc-resultsRoot [gsc-tabData gsc-tabdInactive]"&amp;gt;&lt;br /&gt;            &amp;lt;!-- All the rest of the structure of this is the same as above --&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;So, thanks to Firefox and Firebug, we have access to the SearchControl's structure.  Now we can get to work making our control look like one of those 24th-century consoles that we see every day on the starship Enterprise! To get this done, we're going to start with the stock "Hello, world" example for the AJAX Search API. Then we're going to remove the style element that comes with it and plug in a new external stylesheet below the inline script that initializes the whole thing. &lt;br /&gt;&lt;br /&gt;Once that's done, we need to (a) change a bunch of colors; (b) rework a number of background images; and (c) open a small hole in the space-time continuum to get ourselves a starship console to put it all on. Okay, so that last one isn't exactly possible, but we can do all the rest with a &lt;a href="http://jgeerdes.home.mchsi.com/google/googleAjaxApiSearchControlStyled.css"&gt;little CSS&lt;/a&gt;. And the whole thing, put together, looks &lt;a href="http://jgeerdes.home.mchsi.com/google/googleAjaxApiSearchControlStyled.html"&gt;like this&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now, you will notice that a number of those rules have complex selectors (e.g., .gsc-resultsHeader td.gsc-twiddle-opened...).  This is because Google's default CSS is rather specific in places.  And it's also why Firefox with Firebug is so very important.  It really makes the whole process almost painless.&lt;br /&gt;&lt;br /&gt;So there you have it: style. Well, for your SearchControl, at least. Next time, we'll talk about why the Starfleet quartermaster abandoned spandex.&lt;br /&gt;&lt;br /&gt;Until then, happy styling!&lt;br /&gt;&lt;br /&gt;Jeremy R. Geerdes&lt;br /&gt;Generally Cool Guy&lt;br /&gt;jrgeerdes@gmail.com&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;p.s. What cool custom designs have you come up with?  Share them in the &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;Google Group&lt;/a&gt;!  Ben Lisbakken has promised some Google schwag for interesting designs...&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-3752868313464393581?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=sHHSCOUJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=aDd5UWwA"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=aDd5UWwA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/YZPgZQadzv8" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3752868313464393581?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3752868313464393581?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/YZPgZQadzv8/styling-searchcontrol-guest-post.html" title="Styling the SearchControl Guest Post" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/11/styling-searchcontrol-guest-post.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcAQ348cCp7ImA9WxRWE04.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-2436643562402809429</id><published>2008-10-29T19:09:00.000-07:00</published><updated>2008-10-29T19:17:22.078-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-29T19:17:22.078-07:00</app:edited><title>MooTools 1.2.1</title><content type="html">MooTools v1.2.1 recently got released and we have received the thumbs up from the maintainers to host it, so the bits have been flipped and the pipes are ready to MOOve it over to you guys.&lt;br /&gt;&lt;br /&gt;But wait!!  Before you get started with 1.2.1, please note that the previous version we are hosting (1.11) and the new version (1.2.1) are incompatible.  So as not to break anyone out of the blue (and put them in a bad MOOd) we have frozen the version "1" alias to 1.11.  Here's what the aliases look like for MooTools:&lt;br /&gt;&lt;code&gt;google.load('mootools', '1')  // gives you version 1.11&lt;/code&gt;&lt;br /&gt;&lt;code&gt;google.load('mootools', '1.11')  // gives you version 1.11&lt;/code&gt;&lt;br /&gt;&lt;code&gt;google.load('mootools', '1.2.1') // gives you version 1.2.1&lt;/code&gt;&lt;br /&gt;... you get the picture.&lt;br /&gt;&lt;br /&gt;If you have some extra time, stop by the &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API/"&gt;group&lt;/a&gt; and show us what you've been up to with MooTools.  Happy grazing!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-2436643562402809429?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=u4Z4qlNr"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=bRQsuhHQ"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=bRQsuhHQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/cEVMrdEHoo0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/2436643562402809429?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/2436643562402809429?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/cEVMrdEHoo0/mootools-121.html" title="MooTools 1.2.1" /><author><name>Ben Lisbakken</name><uri>http://www.blogger.com/profile/07154034155008127880</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="11191818286118328776" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/10/mootools-121.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEHQng6fCp7ImA9WxRQFE0.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-7637043501735339234</id><published>2008-10-07T10:37:00.000-07:00</published><updated>2008-10-07T11:20:33.614-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-07T11:20:33.614-07:00</app:edited><title>New Languages for Translate and POST Interface</title><content type="html">We are pleased to announce two enhancements to our AJAX Language API.&lt;br /&gt;&lt;br /&gt;Thanks to the great efforts of the Google Translate team, the API is now able to support 11 additional languages for translation:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Catalan (ca)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Filipino (tl)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Hebrew (iw)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Indonesian (id)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Latvian (lv)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Lithuanian (lt)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Serbian (sr)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Slovak (sk)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Slovenian (sl)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Ukrainian (uk)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Vietnamese (vi)&lt;/li&gt;&lt;/ul&gt;Also, we'd like to introduce the new POST interface.  Among other things, this can be used to send longer URLs by implementing a JavaScript bridge to, for example, Flash or Java using the &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/reference.html#_intro_fonje"&gt;RESTful interface&lt;/a&gt;.  For additional information, take a look around our &lt;a href="https://groups.google.com/group/Google-AJAX-Search-API"&gt;Google Group&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you have not already done so, please take a moment to familiarize yourself with the &lt;a href="http://code.google.com/apis/ajaxlanguage/terms.html"&gt;AJAX Language API terms&lt;/a&gt;&lt;a&gt;.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-7637043501735339234?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=jUVii5lp"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=sMnX49T3"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=sMnX49T3" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/PC1DIW2UaCE" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/7637043501735339234?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/7637043501735339234?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/PC1DIW2UaCE/new-languages-for-translate-and-post.html" title="New Languages for Translate and POST Interface" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/10/new-languages-for-translate-and-post.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUDRno_fSp7ImA9WxRSFU8.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-6129388203011319716</id><published>2008-09-15T16:58:00.000-07:00</published><updated>2008-09-15T17:01:17.445-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-15T17:01:17.445-07:00</app:edited><title>Clarifying our TOS to allow additional uses</title><content type="html">As the AJAX APIs have undergone tremendous growth and adoption, developers have used these APIs in many new and exciting ways. When things move fast, sometimes details get left behind, and our Terms of Service has not been keeping up with the rapid rate of change. We want to make it clear that you can use these APIs in the context of websites, gadgets, mobile apps, desktop client apps, etc.  In response to your feedback, we've dusted off and updated the &lt;a href="http://code.google.com/apis/ajaxsearch/terms.html"&gt;AJAX Search API terms&lt;/a&gt; and the &lt;a href="http://code.google.com/apis/ajaxlanguage/terms.html"&gt;AJAX Language API terms&lt;/a&gt;. The primary change was replacing "website" with "Property" that's defined as a "website, application, or other product".&lt;br /&gt;&lt;br /&gt;As always, thank you for the feedback.  Keep your &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;comments and suggestions&lt;/a&gt; coming! We look forward to all of your amazing creations using the Google AJAX APIs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-6129388203011319716?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=NCVJgOvW"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=Tkwewmr8"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=Tkwewmr8" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/7scy0eH2rVs" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6129388203011319716?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6129388203011319716?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/7scy0eH2rVs/clarifying-our-tos-to-allow-additional.html" title="Clarifying our TOS to allow additional uses" /><author><name>Adam Feldman</name><uri>http://www.blogger.com/profile/15563122400987772430</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="13752713238663756264" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/09/clarifying-our-tos-to-allow-additional.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0IMRXYzfSp7ImA9WxRTFEg.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-2788203607324529151</id><published>2008-09-03T07:07:00.000-07:00</published><updated>2008-09-03T07:19:44.885-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-03T07:19:44.885-07:00</app:edited><title>Introducing the Transliteration API</title><content type="html">&lt;i&gt;by Gokul Nath Babu and Anupama Dutta, Software Engineers&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;We're excited to announce a new addition to the AJAX Language API - the &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#Transliteration"&gt;Transliteration API&lt;/a&gt;.   Transliteration is the process of phonetically converting a word written in one script into another.   We launched transliteration on &lt;a href="http://www.google.com/transliterate/indic/"&gt;India Labs&lt;/a&gt; a year ago to make it easier to type in Indian languages using an English keyboard.   Since then, we've integrated this into a number of Google properties, such as &lt;a href="http://www.orkut.com/Scrapbook.aspx"&gt;orkut scraps&lt;/a&gt;, &lt;a href="http://www.blogger.com/indic/hi"&gt;Blogger&lt;/a&gt; and &lt;a href="http://www.google.co.in/intl/hi/"&gt;search&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now we'd like to make this functionality available to all websites through &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#Transliteration"&gt;our API&lt;/a&gt;, which will make it easier for you to add transliteration capabilities to textfields on your webpages. Using this customizable API, you can enable users of your website to type in Hindi, Tamil, Telugu, Kannada and Malayalam.  If you're looking for a finer level of control on your web pages, also check out the &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#LowLevelTransliteration"&gt;low-level interface&lt;/a&gt; to transliteration, and the &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#FontRendering"&gt;font rendering support APIs&lt;/a&gt; that we have released.&lt;br /&gt;&lt;br /&gt;Please try these out and &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;let us know&lt;/a&gt; what you think and how you're using it.  We'll also be discussing this API in detail during the Google Developer Day in Bangalore on October 18th.  Please &lt;a href="http://code.google.com/intl/en_in/events/developerday/2008/home.html"&gt;register&lt;/a&gt; to learn more.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-2788203607324529151?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=uYzH4yTo"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=yD4yda1L"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=yD4yda1L" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/ZJ6f6TDJXZI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/2788203607324529151?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/2788203607324529151?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/ZJ6f6TDJXZI/introducing-transliteration-api.html" title="Introducing the Transliteration API" /><author><name>Brandon Badger</name><email>noreply@blogger.com</email></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/09/introducing-transliteration-api.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMBSXc-cCp7ImA9WxdaF08.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-6173598438713529561</id><published>2008-08-25T08:22:00.001-07:00</published><updated>2008-08-25T20:14:18.958-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-25T20:14:18.958-07:00</app:edited><title>How'd they do that?</title><content type="html">Have you ever gone to a site, looked at the page and wondered, "how did they do that?" Since we launched our &lt;a href="http://www.google.com/2008election/"&gt;2008 U.S. Election&lt;/a&gt; site I am getting lots of questions about that nifty little "page element" sitting in the center of the page. Everyone wants to know, "how did you guys do that? how did you pack so much valuable and tightly scoped information in such a small amount of space?" Take a look at the page element below, play around with it a little bit and when you are ready, continue reading.&lt;br /&gt;&lt;br /&gt;&lt;iframe title="In the News" style="border: 0px none ; margin-left: 1em; width: 540px; height: 530px;" src="http://www.google.com/uds/gadgets/inthenews/iframe.html" frameborder="0"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;If you know how to use &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1843"&gt;Firebug&lt;/a&gt;, then you can see that behind each tab (Election News, YouTube, etc.), there is a simple &lt;a href="http://code.google.com/apis/ajaxsearch/"&gt;AJAX APIs&lt;/a&gt; JSON-P request. For some tabs the base operation is a Google Web Search or &lt;a href="http://www.google.com/coop/cse/"&gt;Custom Search&lt;/a&gt;, for others a Google News Search, and for others, a simple YouTube Search. The AJAX APIs work really well in this mode where the page author determines both the query and search options, as well controlling the end-to-end UI and resulting user experience.&lt;br /&gt;&lt;br /&gt;But back to the tabs, and to answer the questions, "How'd they do that?", I will walk through each tab and show you the AJAX API requests that are used to generate the results for this page element:&lt;br /&gt;&lt;br /&gt;First, the &lt;b&gt;Election News&lt;/b&gt; tab. For this tab, we simply target News Search with the name of the candidate and a query addition of &lt;em&gt;unitedstates_uselections&lt;/em&gt;. Something like this:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ajax.googleapis.com/ajax/services/search/news?v=1.0&amp;amp;q=Barack%20Obama%20unitedstates_uselections"&gt;http://ajax.googleapis.com/ajax/services/search/news?v=1.0&amp;amp;q=Barack%20Obama%20unitedstates_uselections&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Next, the &lt;span style="font-weight: bold;"&gt;YouTube&lt;/span&gt; tab. For this tab, we use the Video Search system to directly target each candidate's YouTube Channel (&lt;em&gt;e.g.,&lt;/em&gt; &lt;code&gt;ytchannel:barackobamadotcom&lt;/code&gt;), render the results with a simple fade in effect, and then bind each result click to a dynamically created player. Very simple stuff. Check out the url we use to grab the results:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ajax.googleapis.com/ajax/services/search/video?v=1.0&amp;amp;q=ytchannel:barackobamadotcom"&gt;http://ajax.googleapis.com/ajax/services/search/video?v=1.0&amp;amp;q=ytchannel:barackobamadotcom&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Next, the &lt;b&gt;Blog Posts&lt;/b&gt; tab. For this tab, we built a little &lt;a href="http://www.google.com/coop/cse?cx=010222979794876194725:pqldevwuapa"&gt;Custom Search Engine&lt;/a&gt;, populating it with several of the top political blogs. The search then becomes the name of the candidate plus a &lt;code&gt;&amp;amp;cx=&lt;/code&gt; argument to indicate the Custom Search Engine to use for the search:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;amp;q=Barack%20Obama&amp;amp;cx=010222979794876194725:pqldevwuapa"&gt;http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;amp;q=Barack%20Obama&amp;amp;cx=010222979794876194725:pqldevwuapa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See what I mean? Take the queries above, slap on a little UI, and any application can take Google News, Custom Search, Web Search, YouTube, etc. and create a very tight little customized search experience...&lt;br /&gt;&lt;br /&gt;The &lt;b&gt;Quotes&lt;/b&gt; tab is very cool. Instead of just searching for News articles, this tab searches for news articles that contain quotes spoken by one of the candidates. Again, a simple News search with a &lt;code&gt;&amp;amp;qsid=&lt;/code&gt; argument to scope to quotes for a particular candidate and we have what we need:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ajax.googleapis.com/ajax/services/search/news?v=1.0&amp;amp;qsid=tPjE5CDNzMicmMa"&gt;http://ajax.googleapis.com/ajax/services/search/news?v=1.0&amp;amp;qsid=tPjE5CDNzMicmMa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Finally, the &lt;b&gt;News by State&lt;/b&gt; tab. This one has two things going on. First there is the state selector control. We use the just launched &lt;a href="http://code.google.com/apis/ajax/documentation/#ClientLocation"&gt;google.loader.ClientLocation&lt;/a&gt; property to determine the user's current location. Then, we simply use this location to form a geo scoped query for the candidate's name in the politics category, scoped with a geo restrict using &lt;code&gt;&amp;amp;geo=&lt;/code&gt;. Something like this:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ajax.googleapis.com/ajax/services/search/news?v=1.0&amp;amp;q=Barack%20Obama%20any_politics&amp;amp;geo=CA,US"&gt;http://ajax.googleapis.com/ajax/services/search/news?v=1.0&amp;amp;q=Barack%20Obama%20any_politics&amp;amp;geo=CA,US&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So there you have it. Take the above collection of page author defined queries, mix in a few hours of coding, throw in some product managers, a handful of lawyers, a few PR folks, and you have a clever little page element that delivers tons of very focused information.&lt;br /&gt;&lt;br /&gt;To learn more about the APIs used in this page element, visit the &lt;a href="http://code.google.com/apis/ajaxsearch/"&gt;AJAX Search API&lt;/a&gt; and &lt;a href="http://code.google.com/apis/ajaxfeeds/"&gt;AJAX Feed API&lt;/a&gt; documentation. To learn more about Custom Search Engines, check out the recently updated &lt;a href="http://code.google.com/apis/customsearch/"&gt;developer guide&lt;/a&gt;.  To discuss the APIs with us and the community, visit us on our &lt;a href="http://groups.google.com/group/Google-AJAX-Search-API"&gt;developer forum&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;p.s. - If you really like that page element and have to have it on your site, you can iframe it in, or just include our JavaScript directly:&lt;br /&gt;&lt;br /&gt;&lt;pre class="code"&gt;&lt;br /&gt;&amp;lt;iframe &lt;br /&gt;  title="In the News" &lt;br /&gt;  style="border: 0px none ; margin-left: 1em; width: 540px; height: 530px;" &lt;br /&gt;  src="http://www.google.com/uds/gadgets/inthenews/iframe.html" &lt;br /&gt;  frameborder="0"&amp;gt;&lt;br /&gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Or if you prefer including the raw JavaScript controls where you can make mild UI modifications with simple CSS rules, try this approach:&lt;br /&gt;&lt;br /&gt;&lt;pre class="code"&gt;&lt;br /&gt;&amp;lt;style&amp;gt;&lt;br /&gt;  @import url("http://www.google.com/uds/gadgets/inthenews/inthenews.css");&lt;br /&gt;  body {&lt;br /&gt;    font-family: "arial", sans-serif;&lt;br /&gt;    font-size: 11px;&lt;br /&gt;  }&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script src="http://www.google.com/uds/gadgets/inthenews/inthenews.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="http://www.google.com/jsapi/" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;  &amp;lt;script type="text/javascript" &lt;br /&gt;    src="http://www.google.com/uds/gadgets/inthenews/excanvas.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;  google.load("search", "1");&lt;br /&gt;  google.setOnLoadCallback(initialize, true);&lt;br /&gt;&lt;br /&gt;  function initialize() {&lt;br /&gt;    var options = {&lt;br /&gt;      format : "513x500",&lt;br /&gt;      useNav : true&lt;br /&gt;    };&lt;br /&gt;    new InTheNews("itnId-513x500", options);&lt;br /&gt;  }&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;  &amp;lt;div id="itnId-513x500"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-6173598438713529561?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=tTZjFU4z"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=AIjtcCRj"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=AIjtcCRj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/6l_1HZRXYlQ" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6173598438713529561?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6173598438713529561?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/6l_1HZRXYlQ/howd-they-do-that.html" title="How'd they do that?" /><author><name>Mark Lucovsky, Software Engineer</name><email>noreply@blogger.com</email></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/08/howd-they-do-that.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYAR345cSp7ImA9WxdaE0Q.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-3365486810773186368</id><published>2008-08-21T12:13:00.001-07:00</published><updated>2008-08-22T00:29:06.029-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-22T00:29:06.029-07:00</app:edited><title>Where is my current user?</title><content type="html">Have you ever written an app and wanted to do something simple like center a map on your user's location? Consider a simple little map gadget. Wouldn't it be nice to be able to center that map on your user's home country, state, or city, instead of just arbitrarily centering on San Francisco or Australia?&lt;br /&gt;&lt;br /&gt;Take a look at our new "API". Actually, it's not really an API, more like a simple object property called &lt;a title="google.loader.ClientLocation" href="http://code.google.com/apis/ajax/documentation/#ClientLocation" id="li7c"&gt;google.loader.ClientLocation&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;After loading any one of our &lt;a title="AJAX APIs" href="http://code.google.com/apis/ajax/" id="ostm"&gt;AJAX APIs&lt;/a&gt;, the system will attempt to geo-locate the client based on the client's IP address. If we have a valid mapping for the IP address, the google.loader.ClientLocation property is populated with coarse grained coordinates, the user's country, region, and city. The mapping isn't perfect, but it's pretty good, and is definitely usable as a way of setting smart defaults or adding a small amount of location awareness to your app.&lt;br /&gt;&lt;br /&gt;Here is a little code sample that demonstrates the use of google.loader.ClientLocation:&lt;br /&gt;&lt;br /&gt;&lt;pre class="code"&gt;&lt;br /&gt;/**&lt;br /&gt; * Set the currentState_ and currentCountry_ properties based on the client's&lt;br /&gt; * current location (when available and in the US), or to the defaults.&lt;br /&gt; */&lt;br /&gt;InTheNews.prototype.setDefaultLocation_ = function() {&lt;br /&gt;  this.currentState_ = this.options_.startingState;&lt;br /&gt;  if (google.loader.ClientLocation &amp;amp;&amp;amp;&lt;br /&gt;      google.loader.ClientLocation.address.country_code == "US" &amp;amp;&amp;amp;&lt;br /&gt;      google.loader.ClientLocation.address.region) {&lt;br /&gt;&lt;br /&gt;    // geo locate was successful and user is in the states. range check&lt;br /&gt;    // the region so that we can safely use it when selecting a state&lt;br /&gt;    // level polygon overlay&lt;br /&gt;    var state = google.loader.ClientLocation.address.region.toUpperCase();&lt;br /&gt;    if (InTheNews.stateNames[[]state]) {&lt;br /&gt;      this.currentState_ = state;&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;  this.currentCountry_ = "US";&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;To witness this code in action, check out our &lt;a title="2008 U.S. Election" href="http://www.google.com/2008election/" id="m..3"&gt;2008 U.S. Election&lt;/a&gt; page. If you click on the "News by State" tab, you will either see political news, for the current candidate, scoped to your state, OR if we don't have a mapping for your IP address, you will see the same thing only scoped to the state of California.&lt;br /&gt;&lt;br /&gt;Now for the good stuff... If you like this simple IP to location mechanism, wait until you see what the &lt;a title="Gears Team announced" href="http://code.google.com/apis/gears/api_geolocation.html" id="uq94"&gt;Gears Team announced&lt;/a&gt;. They have a killer version of this functionality that is able to pinpoint a user's location using IP, cell-ID, GPS, and coming soon, WiFi. This is definitely a step up in terms of both functionality and accuracy.&lt;br /&gt;&lt;br /&gt;As always, feel free to leave us feedback, ask questions, or vote for some new features by visiting our &lt;a title="developer forum" href="http://groups.google.com/group/Google-AJAX-Search-API" id="wt_y"&gt;developer forum&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-3365486810773186368?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=crdEHorq"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=6a8jDX3T"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=6a8jDX3T" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/4BPFkosBcEw" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3365486810773186368?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/3365486810773186368?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/4BPFkosBcEw/where-is-my-current-user.html" title="Where is my current user?" /><author><name>Mark Lucovsky, Software Engineer</name><email>noreply@blogger.com</email></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/08/where-is-my-current-user.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMCRHc_eyp7ImA9WxdbFUQ.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-6565060085775957579</id><published>2008-08-12T18:47:00.001-07:00</published><updated>2008-08-12T18:54:25.943-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-12T18:54:25.943-07:00</app:edited><title>Using the AJAX Language API while Travelling</title><content type="html">Back in March we introduced the &lt;a href="http://googleajaxsearchapi.blogspot.com/2008/03/introducing-ajax-language-api-tools-for.html"&gt;Google AJAX Language API&lt;/a&gt;, which you can use to incorporate translations from &lt;a href="http://translate.google.com/"&gt;Google Translate&lt;/a&gt; into your projects. Lots of people have been excited about this API, including some engineers here at Google. Last Friday we released an iPhone interface for Google Translate built on top of the &lt;a href="http://code.google.com/apis/ajaxlanguage/"&gt;AJAX Language API&lt;/a&gt;. This interface exposes much of the functionality for languages translation in a simple UI for people to use on the go. To learn more, take look at &lt;a href="http://googlemobile.blogspot.com/2008/08/google-translate-now-for-iphone.html"&gt;this post&lt;/a&gt; on the Google Mobile blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-6565060085775957579?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=Mu8rv9BU"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=zwa5tmtv"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=zwa5tmtv" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/-AkGGcOwH8g" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6565060085775957579?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/6565060085775957579?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/-AkGGcOwH8g/using-ajax-language-api-while.html" title="Using the AJAX Language API while Travelling" /><author><name>Derek Collison, Software Engineer</name><uri>http://www.blogger.com/profile/11806836216559895402</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="06148569753816272269" /></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/08/using-ajax-language-api-while.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4BQn46fyp7ImA9WxdbEEg.&quot;"><id>tag:blogger.com,1999:blog-29072373.post-4305366464133702755</id><published>2008-08-05T16:38:00.000-07:00</published><updated>2008-08-06T13:02:33.017-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-06T13:02:33.017-07:00</app:edited><title>AJAX Libraries API Update</title><content type="html">What's better than making a drag/drop effect in Javascript that's compatible in all browsers?  Not making a drag/drop  effect in Javascript that's compatible in all browsers.  Save your ninja-code for another day and use the JQuery UI plugin that is now hosted on our &lt;a href="http://code.google.com/apis/ajaxlibs/"&gt;AJAX Libraries API&lt;/a&gt;!  As usual, your users will get a performance boost when you use JQuery UI through our API, so get started by checking out the &lt;a href="http://code.google.com/apis/ajaxlibs/documentation/#jqueryUI"&gt;docs&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For those of you still waiting for a MooTools 1.2 update, we apologize for the delay.  In fact, we had been waiting to release JQuery UI so we could push it with MooTools 1.2.  What happened was that when MooTools released the 1.2 update, it had 1.2dev in the version string.  We contacted MooTools and they immediately fixed this.  However, Valerio Proietti over on their side has asked us to wait until 1.2.1 is out the door to flip the switch.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29072373-4305366464133702755?l=googleajaxsearchapi.blogspot.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=Dgo46OCS"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/blogspot/RBev?a=N6EUxEhu"&gt;&lt;img src="http://feeds.feedburner.com/~f/blogspot/RBev?i=N6EUxEhu" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/RBev/~4/Uge_G8aeThk" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/4305366464133702755?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/29072373/posts/default/4305366464133702755?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/RBev/~3/Uge_G8aeThk/ajax-libraries-api-update.html" title="AJAX Libraries API Update" /><author><name>Ben Lisbakken</name><email>noreply@blogger.com</email></author><feedburner:origLink>http://googleajaxsearchapi.blogspot.com/2008/08/ajax-libraries-api-update.html</feedburner:origLink></entry></feed>
