jQuery for JavaScript
A good Framework for JavaScript
You can find more information at the jQuery document page
Here is the jQuery in Action book and the examples
1001-----------------------------------------Welcome to my blog-------------------------------------------1001
A good Framework for JavaScript
You can find more information at the jQuery document page
Here is the jQuery in Action book and the examples
Labels: JavaScript jQuery
In win 2003, you will see always the message "Scripts are usually safe. Do you want to allow scripts to run" when you open a page that contain the scripts, it is not enjoyable, so to turn off it, you follow those steps :
Internet Explorer
-> Tools
-> Internet Options
-> Security
-> Select a zone - Internet
-> Custom level
-> Scroll almost to the bottom
-> Scripting
-> Active scripting - Enable/Disable
-> 2 OK
Now the dialog box don't show again
|
|
For Vietnamese only: |
| Với temp của blogspot đôi lúc nó thiết lập font mặc định để hiển thị là "Trebuchet MS", font này không hiển thị tiếng việt tốt với IE, để hiển thị tốt trên IE và FF bạn nên chuyển tất cả các chuỗi mặc định của nó có dạng " 'Trebuchet MS',Verdana,Arial,Sans-serif " thành " 'Arial',Trebuchet MS,Verdana,Sans-serif " và " Trebuchet MS Verdana Arial Sans-serif " thành " Arial Trebuchet MS Verdana Sans-serif " | |
|
|
IP for IE: |
| When you change in "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings", change the value "ProXyEnable" to "1" and the value "ProxyServer" to the proxy's IP, followed by the port number, i.e. "127.0.0.1:1080" You restart IE, it should use the new setting. Full string of ProxyServer f.e: ftp=127.0.0.1:1080; gopher=127.0.0.1:1080; http=127.0.0.1:1080; https=127.0.0.1:1080; socks=127.0.0.1:1080 |