I went to AskTom to add the site’s search engine to my Firefox’s Search Bar but too bad the search engine link was broken:

So, I went ahead and created a new AskTom search engine plugin.
If you are browsing this page in Firefox 2 or above or IE7 or above, click here to install the AskTom search plugin.

Check out this page for more Oracle related search engine plugins.
Comments Off | Filed in Firefox, Oracle, Plugins | Tags: Firefox, plugin, searchSince the introduction of the first Oracle search plugins for Firefox, a few things have changed:
So, what does this have to do with search plugins? Read on and you will know:
Both Firefox 2 and IE 7 browsers now support the OpenSearch description format (XML) for search plugins. Which means that if you develop a search plugin for Firefox, that exact same search plugin can also be installed and used in Internet Explorer.
Moreover, there are now two (automated) ways to install search plugins (and they both work in Firefox 2 and IE 7). The first is to call one simple JavaScript function, the second is through auto-discovery of search plugins.
Using auto-discovery, a web site that offers a search plugin can advertise it so that Firefox 2 and IE 7 users can easily download and install the plugin. This is similar to the RSS auto-discovery of feeds.
In IE 7, here is how the search bar looks when you browse a website without search plugin auto-discovery:

And here is how it looks with search plugin auto-discovery enabled:

If you click on that small orange down-arrow, you will see something similar to this:

In fact, if you are using IE 7 to browse this very page, you will be able to see it in action in your browser right now. Just look at your search bar.
Note: I have noticed that IE 7 does not discover more than 3 search plugins using auto-discovery.
Alternatively, if the installation is done using the JavaScript link, you will be presented with this window in IE 7:

In Firefox 2, here is how the search bar looks when you browse a website without search plugin auto-discovery:

And here is how it looks with search plugin auto-discovery enabled:

If you click on that small blue-ish down-arrow, you will see something similar to this:

In fact, if you are using Firefox 2.0 to browse this very page (or Wikipedia for example), you will be able to see it in action in your browser. Just look at your search bar.
Alternatively, if the installation is done using the JavaScript link, you will be presented with this window in Firefox 2.0:

I have created three Oracle custom search engines powered by Google.
The first search engine is for Oracle-related blogs. It searches all the blogs aggregated by OraNA.
The second search engine is for Oracle-related forums and mailing lists. Currently this search engine searches the following sites:
Let me know if you have other Oracle-related forums you want to include in this search engine.
The third search engine is for Oracle-related websites. Currently this search engine searches the following sites:
Let me know if you have other Oracle-related sites you want to include in this search engine.
These search engines, and more, are now available to you right from your browser’s search bar.
Just click on a search plugin below to add it to the list of engines available in your browser’s search bar:
(Firefox 2 or IE 7 and above only)
Oracle Custom Search Engines:
Oracle Documentation Search Engines:
Here are four search bar keyboard shortcuts that will make using the search bar even faster:
And here is a bonus tip to change the width of the search bar in Firefox.
Happy searching!
6 Comments | Filed in Firefox, Oracle, Plugins | Tags: Documentation, Firefox, internet-explorer, plugin, search
In addition to the Oracle documentation Firefox plugin and extension, you now have another easy and quick way to search Oracle documentation and other Oracle and non-Oracle related web sites.
A bookmarklet is a small JavaScript program that can be stored as a URL within a “bookmark” (or a “favorite”) in your browser. Bookmarklets are simple one-click tools that can add substantial functionality to the browser. Below you will find Oracle specific bookmarklets as well as other useful bookmarklets. They work in Firefox and Internet Explorer.
In Firefox:
Alternatively, you can just drag and drop the bookmarklet on the Bookmarks Toolbar.
In Internet Explorer 6:
In Internet Explorer 7:
I have successfully tested the bookmarklets in Internet Explorer 7 (RC1). The installation is similar to IE6. However, for the bookmarklets to work properly you may need to disable IE7′s built in pop up blocker and tweak the default security settings, otherwise you will have to explicitly allow the bookmarklet script to run everytime you use it.
The bookmarklets below can be used in two ways:
If you select (highlight) text on the web page you are browsing and then click on the bookmarklet on your toolbar, the corresponding search for the selected text will be performed and the result displayed in a new window (or tab).
If you do not select (highlight) any text on the web page you are browsing and click on the bookmarklet on your toolbar, you will be asked to type in your search terms and then the corresponding search for the entered text will be performed and the result displayed in a new window (or tab).
OraDocs Global Search across all documentation.
OraDocs 11gR1 Search the 11g Release 1 (11.1) documentation library.
OraDocs 10gR2 Search the 10g Release 2 (10.2) documentation library.
OraDocs 10gR1 Search the 10g Release 1 (10.1) documentation library.
OraDocs 9iR2 Search the 9i Release 2 (9.2) documentation library.
OraDocs 9iR1 Search the 9i Release 1 (9.0.1) documentation library.
OraDocs 8iR3 Search the 8i Release 3 (8.1.7) documentation library.
Oracle (SES) Search OTN, docs, blogs and more using the Oracle Enterprise Search.
AskTom Search asktom.oracle.com.
OTN Forums Search the OTN Forums.
Oracle-l Search the Oracle-l mailing list archives.
Google Blog Search Search blogs using Google blog search.
Technorati Search blogs using Technorati.
Answers Find information using Answers.com.
del.icio.us Search del.icio.us.
Add to GReader Subscribe with Google Reader.
I have created these bookmarklets and used them to research a topic I want to blog about or a work related problem I want to solve. I hope you will find them useful as well.
2 Comments | Filed in Firefox, Oracle | Tags: bookmark, del.icio.us, Documentation, Firefox, internet-explorer, searchIf you use Firefox and have the Oracle Firefox search plugins installed, you know that you can easily search the Oracle documentation by typing your search terms in the search box up in the top right corner of your Firefox browser.

You can get to the search box by hitting Ctrl+K or just clicking your mouse inside the search box.
I have recently discovered a handy Firefox extension that allows you to interact with the search box in a different way. The extension is called ConQuery which stands for “Context sensitive web Query”.
ConQuery puts your regular searches to the context menu and allows you to search for selected text.
If no text is selected, ConQuery acts as a list of shortcuts to the search engines, allowing you to enter search terms manually.
Whenever you want to correct the content of the selected text, you may hold the Ctrl key while executing a search and ConQuery will bring you the configuration dialog for that engine. Edit the text and press OK to proceed, or Cancel to interrupt the query.
The Oracle Docs Firefox Extension has a similar functionality when you right click on a highlighted text on a web page.

One of the benefits of using Firefox is the availability of many useful extensions that can make your browser a more useful tool.
By the way, Firefox extensions will be re-named Add-ons in the next version of Firefox (2.0).
2 Comments | Filed in Extensions, Firefox | Tags: extension, FirefoxI bumped into an issue while testing one of my ColdFusion applications. The issue is how Firefox and IE render HTML. Take the following HTML input tag in test.htm for example:
<input name="field" type="text" value="1234" maxlength="3">
Now, if you view it in Firefox (1.5.0.1) you will only see 123 in the input box. However, if you view it in IE (6.0) you will see 1234. Looks like Firefox truncates the value based on the maxlength attribute, but IE does not.
However, in the example above, both browsers do not allow you to enter a value more than 3 characters in length.
2 Comments | Filed in ColdFusion, Firefox, Tips | Tags: Firefox, html, internet-explorerThe extension is now compatible with Firefox 1.5.
If you have the extension in your Firefox extension list, but grayed out, just go to Tools > Extensions and click on the button “Find Updates”, an “Update Now” button should appear next to “Oracle News”. If no updates were found, then clear your Firefox cache and try again.
If you do not have the extension installed, just visit the extension’s main page to install it.
4 Comments | Filed in Extensions, Firefox, Oracle | Tags: extension, FirefoxI have at least two computers I use on a daily basis, one at work and one at home. I use Firefox on both computers. I have always used the Firefox extension Bookmarks Synchronizer to synchronize my bookmarks to my personal FTP server, so that I can access them from work and home. When I upgraded to Firefox 1.5, the extension stopped working. I have been searching for an alternative ever since.
Recently, I found an extension called Foxmarks Bookmark Synchronizer. Basically, it performs the same functions as the older Bookmarks Synchronizer but it is much better because: Continue reading…
7 Comments | Filed in Firefox | Tags: extension, FirefoxHere are my favorite Firefox keyboard shortcuts. I find them very useful because they make my browsing experience faster and easier. They are also handy especially when I am tired of using the mouse. In no particular order: Continue reading…
4 Comments | Filed in Firefox, Tips | Tags: FirefoxI often find myself searching the Oracle documentation library for a particular term mentioned in the Oracle related blog or technical article that I am reading. Firefox is my favorite browser, so, for my search, I have a couple of options.
One option is to open up a new tab (Ctrl+t), type in tahiti.oracle.com in the address bar and hit enter, then type in what I am searching for then hit enter again.
Another option is to use my Oracle Docs Firefox search plugin. In the Firefox search box (top right corner), I make sure that Oracle Docs is selected, I type in what I am looking for then hit enter (usually I hit Alt+Enter to open the result in a new tab).
Now, there is even an easier and quicker way to search the Oracle documentation, the Oracle Docs Firefox Extension. Continue reading…
8 Comments | Filed in Extensions, Firefox, Oracle | Tags: Documentation, extension, Firefox