Bài đăng

Đang hiển thị bài đăng từ tháng 11 29, 2009

Sưu tầm một số code về window.onscroll

Sưu tầm một số code về window.onscroll #leftBar { position:fixed; top:0; left:0; width:200px; _position:absolute; _top:expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); } và một số khác tại trang này // Editing Instructions // 1. Change '#your_div_id' to whatever the ID attribute of your DIV is // 2. Change '175' to whatever the height of your header is, if you have no header, set to 0 /******************************** * (C) 2009 - Thiago Barbedo * * - tbarbedo@gmail.com * *********************************/ window.onscroll = function() { if( window.XMLHttpRequest ) { if (document.documentElement.scrollTop > 299 || self.pageYOffset > 299 && document.documentElement.scrollBottom > 100) { $('#sidebar_left').css('top',document.documentElement.scrollTop); $('#sidebar_right').css('top',document.documentElement.scrollTop); }

Tối ưu đoạn mã javascript

Thông tin chi tiết xem ở trang này. http://code.google.com/closure/ http://code.google.com/closure/templates/docs/helloworld_js.html download ứng dụng về rồi sử dụng như phần ví dụ của nhà phát triển.

Using Google Public DNS

View detail here: http://code.google.com/speed/public-dns/docs/using.html My Note from above ađress: Microsoft Windows DNS settings are specified in the TCP/IP Properties window for the selected network connection. Example: Changing DNS server settings on Microsoft Windows Vista 1. Go the Control Panel. 2. Click Network and Internet, then Network and Sharing Center, then Manage network connections. 3. Select the connection for which you want to configure Google Public DNS. For example: * To change the settings for an Ethernet connection, right-click Local Area Connection, and click Properties. * To change the settings for a wireless connection, right-click Wireless Network Connection, and click Properties. If you are prompted for an administrator password or confirmation, type the password or provide confirmation. 4. Select the Networking tab. Under This connection uses the following items, click Internet Protocol Version 4 (TCP/IPv4

setTimeout & setInterval in javascript

Chú ý khi sử dụng setTimeout ( expression, timeout ); var timeoutId = setTimeout ( expression, timeout ); clearTimeout ( timeoutId ); setInterval ( expression, interval ); var intervalId = setInterval ( expression, interval ); clearInterval(intervalId) Ví dụ: setTimeout ( "doSomething()", 5000 ); function doSomething ( ) { // (do something here) setTimeout ( "doSomething()", 5000 ); } Thì nên sử dụng setInterval ( "doSomething()", 5000 ); Note: 5 giây hàm này thực thi và lặp lại suốt cho đến khi bạn sử dụng hàm clearInterval để ngưng việc thực thi. còn setTimeout thực thi sau 5 giây và thực thi đúng một lần rồi tự ngưng. bạn có thể ngưng giữa chừng bằng hàm setTimeout

Tạo menu chính có submenu xuất hiện ở hàng dưới

Bạn down về chạy thử. Việc thêm thắc để có menu đẹp là do chính bạn. Thay đổi thuộc tính của thẻ <a> như hover link...v..v. <html> <head> <title>... test ...</title> <style type="text/css"> .glossymenu{ position: relative; padding: 0 0 0 5px; margin:0px; background:url(image/menu.gif) repeat-x bottom; /*tab background image path*/ height: 25px; list-style: none; } .glossymenu li{ float:left; border-right:#FFFFFF 1px groove; } .glossymenu li a{ float: left; display: block; color:#FFFFFF; text-decoration: none; font-family: sans-serif; font-size: 13px; padding:0 0 0 5px; /*5px = width of menu1*/ height: 25px; line-height: 25px; text-align: center; cursor: pointer; } .glossymenu li a span{ float: left; display: block; padding: 0 10px 0 8px; /*Padding

Ký tự viết tắt trong chat & email

AAK Alive And Kicking AAR At Any Rate AAS Alive And Smiling ADN Any Day Now AFAIK As Far As I Know AFK Away From the Keyboard AFN that's All For Now AOTA All Of The Above a/s/l or asl Age/Sex/Location - (used to ask a chatter their personal information) AV Avatar - Graphical representation (a picture) often used in chat rooms to depict a person that is in the room and chatting. b4 Before BAK Back At Keyboard (I'm back) BBL Be Back Later BBS Be Back Soon BCNU I'll Be Seeing You. b/f Boyfriend (also shown as bf, B/F, or BF) BEG Big Evil Grin BFN Bye For Now BMA Bite My A** (became popular with the Simpson's cartoon show) boot To get kicked out of a chat room, or have to restart the computer because you couldn't talk in the chat room anymore. BR Best Regards BRB Be Right Back BRH Be Right Here BSEG Big S**t Eatin Grin BTA But Then Again.... BTW By The Way btw BeTWeen you and me ... chat room A web page where peopl

Chia sẽ thông tin của blogspot trên facebook

Bạn thêm code này vào vị trí thích hợp trên blog của bạn. ví dụ tôi đặt icon này kế icon email. nên tôi để đoạn code ở vị trí trên cái thẻ < span class='post-icons' > <b:if cond='data:post.url'> <a expr:href='"http://www.facebook.com/share.php?u=" + data:post.url'><img alt='chia sẽ trên facebook' class='icon-action' src='http://222.255.237.118/BlogSpot.Com/facebook_share_icon.gif'/></a> </b:if>