Monday, November 21, 2011

14 Helpful jQuery Tricks, Notes, and Best Practices


สำหรับคนที่เริ่มจะเขียน หรือว่าเขียน jQuery อยู่แล้วนะครับ ถึงแม้ว่า jQuery จะเขียนได้ง่ายมั๊กๆ แต่ว่าทริคและตัวอย่างการเขียนโคดที่ดีนี้ จะทำให้เราทำงานกับเจ้า jQuery ได้ดีขึ้นอีกแยะ 

ปล. ไว้จะมาแปลนะครับ วันนี้เอาไปลองอ่านก่อนก็ได้ครับ

ตามไปอ่านกันได้ที่ http://net.tutsplus.com/tutorials/javascript-ajax/14-helpful-jquery-tricks-notes-and-best-practices/

Wednesday, November 2, 2011

FB Style Scrollbar

After trying to modify my image gallery by changing overflow style, I was inspired by facebook-style scroll bar. Then, decided to work on this scroll bar based on jQuery-UI Slider. So, following ui based on 3 parts:
  • HTML for ui construction.
  • CSS for fb-like style.
  • And the last part is javascript for an vertical scroll pane.

Can't wait? watch this demo.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

There are two js library requirements:
  • jquery-ui-1.8.16 (ui.slider and effect.fade are required)
  • jquery.mousewheel