My Blog

All about my activities, Ideas and everything.

Category: Javascript

Tutorial : Having some trouble with Prototype and jQuery?

Am I the only one who has a problem when using both jQuery and Prototype. You would think why would I want to use those. Why not just use one framework. The reason is some plug-in is using jQuery, and some is using Prototype. The problem is when I use both frameworks. They are conflict [...]

Prototype : IE throws an error: “Object does not support this property or method”.

I have been this problem for ages. How stupid am I? To resolve this problem just parse the element to $(element) before use. That’s it. The problem is IE doesn’t allow you to extend element. Reference : http://proto-scripty.wikidot.com/faq#propnotsupported

Tutorial – My Personal Dictionary by Google Translate

As Google provides us the AJAX support for Google translate and other very useful API to access the most powerful API from Google. I tried to play a little bit with the Google Translate to build my very simple dictionary Eng – Thai. Here is the code, which is very simple and straightforward. 123456789101112131415161718192021222324252627282930313233343536<!DOCTYPE html [...]