Wednesday, February 24, 2010

Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course

Check out this SlideShare Presentation:

Tuesday, October 27, 2009

Dictionary in regional languages

Hi again...

Thanks for the appreciation for my first work. This is just an extension of my older dictionary work. This allows to look up the word in regional languages...

Ok here you go.

Hindi -> हिंदी
Kannada -> ಕನ್ನಡ
Tamil -> தமில்
Telugu -> తెలుగు
Gujarati -> ગુજરાથી
Marathi -> मराठी
Malayalam -> മലയാളം
Bengali -> বেঙ্গালি

And again using it is easy.
  1. Enable bookmark toolbar(Click here if you don't know how)
  2. Drag the link to toolbar(Right click and add to favorites in Internet Explorer)
  3. Select any word in any page and just click that bookmark link to get the meaning of selected word.
Any languages left out...? If so please leave a comment... I will add it...

Thursday, October 15, 2009

Enableing bookmark toolbar

Ok... So if you need to know how to show bookmarks toolbar(of course favorites in IE) in a browser. Its a very simple job.

  • Firefox: from View > Toolbars > Bookmarks Toolbar.
  • Chrome: Press Ctrl + B.
  • Internet Explorer : View > Favorites Toolbar.
So that must be easy.

A useful script

This is just a code snippet you may find useful.

Using this snippet you will be able to directly open the dictionary meaning of the selected word when browsing through a page.

OK... Let me tell you how to use it...

  1. Enable your bookmarks toolbar. This is quite a easy job. If it is not click here.
  2. Drag this link to that tool bar (Look up this word). For IE you may have to right click on the link and select add to favorites and set the folder as favorites bar. There must be a shortcut for the link in your bookmarks toolbar.
  3. Now in any page if you want to find the meaning of some word just click the button in the toolbar with that word selected...
Pretty simple rite...

I just used the google dictionary for this...

Hope this would be useful...

Any problems post a comment...