Entries in chrome (3)

Sunday
Aug162009

Search customization for Firefox & Chrome

 

Firefox has a simple “Quick Search” mechanism (a.k.a. “Smart Keywords”)  that uses”special” bookmarks with a keyword and a token replacement mechanism. Then, when you type that keyword in the address bar, the rest of what you type is dropped into the bookmark’s location at the proper place. You have just made a custom search right from the address bar — you don’t have to navigate anywhere first.  Once this is set up to your liking in Firebox, switch to Chrome and “import bookmarks and search engines.” This will give you the equivalent set up in Chrome, without the need to edit a single thing.

Let’s say %s means “token replacement string” — then the magic web “locations” below simply tack on your search “tokens” to the end of a web address, making a search query:

http://www.bing.com/search?q=%s

http://www.archive.org/search.php?query=%s

The best part of using this feature in Firefox & Chrome is that the feedback in the address bar is immediate,  and you are reassured — and made aware you are doing a “special” search on some other site.

Here is the the “Bookmarks (quicksearch)” HTML file - suitable for  download and “Organize Bookmarks / Import HTML” in Firefox.  This file includes the set of 15 custom searches shown below, and nothing else.

I opted for the concise style, where the “bookmark name” tells you everything you need to know. If you want to change a bookmarrk’s keyword, change the bookmark’s name to match. Also, there is no need for a “description” field at all — the name says what it is, and how to use it.

 

 


 

Wednesday
May132009

Google I/O Developer Conference 2009 (May, San Francisco)

 

Google IO Developer Conference 2009

Image via CrunchBase

May 27 - 28, 2009 Moscone Center, San Francisco

UPDATE via Anrdroid Developer’s Blog

Posted by Dan Morrill, Developer Advocate on 30 March 2009 at 4:00 PM

For no particular reason other than to celebrate this particular Monday, I wanted to update developers on two Android-related news items.

If you’re a developer who will be in the San Francisco Bay Area at the end of May, I hope you’ll join us at the 2009 Google I/O developer conference. You might have already seen the sessions we had listed for Android, but today I’m quite pleased to let you know that we’ve added a few more Android-related sessions. You can find the full list plus abstracts on the Google I/O site, but here are the titles:

  • Turbo-Charge Your UI: How to Make Your Android UI Fast and Efficient
  • Pixel-Perfect Code: How to Marry Interaction and Visual Design the Android Way
  • Supporting Multiple Devices with One Binary
  • Debugging Arts of the Ninja Masters
  • Coding for Life—Battery Life, That Is
  • Writing Real-Time Games for Android
  • Android Lightning Talks

These sessions don’t even include the “fireside chat” with the Core Technical Team that we have planned. We’re working on still more sessions too; keep an ear to the ground on this blog and the Google I/O site for the latest info. I’m pretty excited about how the Android sessions for Google I/O are coming together. I think it’s going to be a great event, and I hope to meet many of you there.

 

Early Bird Price (until 5/1) $300 USD
List Price (starting 5/2) $400 USD
Academia (Professor, Student, Faculty) $50 USD
For two days in May, thousands of web developers will come together to learn how to develop web applications with Google and open technologies. Learn from product experts about Android, App Engine, Chrome, Google Web Toolkit, AJAX APIs and more. Engage with a community of excited developers just like you.


View Larger Map

Sunday
Mar152009

How To Install Firebug In Browsers Other Than Firefox | MakeUseOf.com

Firebug is a web developer’s best friend. It is a Firefox add-on that makes it very easy to debug and develop web pages. It provides you with a way to inspect page elements and perform many other functions…
Firebug Lite makes it possible to put Firebug into any web browser! You should be able to use it with Internet Explorer, Opera, Safari, Chrome, and any other browser that supports JavaScript. Firebug Lite is written in JavaScript, so you can include it on a webpage with the following code:
<script type='text/javascript'
     src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
Or even better you can use this bookmarklet: Firebug Lite

via How To Install Firebug In Browsers Other Than Firefox | MakeUseOf.com.

Shared by

I use Firebug on a daily basis. This is great news, that the key function of Firebug is now available on Javascript-enabled browsers.