Tag Archives: js

2010 May 13

From Java to JS, and Thinking in Modern Langs

有人看着标题可能就要发笑,两个完全不同的东西干嘛来放在一起比较呢?的确,本质上,Javascript(后文统称“JS”)是一种浏览器中的脚本语言,Java是更为强大的解释型语言。后者需要预...

2009 Nov 21

ppk on js

起初听说这本书是因为淘宝UED的blog上总是在推荐这本书,最后他们甚至自己翻译了这本书。想必愿意花这么大精力在这本书上,一定又一个合理的原因──当然是这书很不错吧。 一天再逛二...

2009 Apr 28

Most Wonderful Books for Web Developers and Designers

There are so many guides and tutorials in the bookstore. However most of them, saddly, really suck! Most authors can’t avoid the temptaion to copy words from other books. What we should do to find a really useful book is to find the root of all ...

2009 Mar 9

jQuery slideView Plugin

Description From small-scale commercial public sites to large-scale CMS, there are needs of slideshow. Here is a simple and graceful to implement a slideshow based on a short piece of HTML Code in a both unobstructive and pleasant way. Demo Inside dev...

2008 Aug 29

Enable Thickobx in WordPress

众所周知,WP2.3以后的版本其中都内置了jQuery的库,而WP2.5已在后台用了Thickbox!那么我们为何不在前台利用Thickbox来改善站点的用户交互体验呢? 脚本在哪里? 既然已经内置了,那么这些东...

2008 Aug 29

Thickbox and its customization

Thickbox是基于jQuery的一套成熟的交互UI,能让设计师方便的实现Lightbox特效,以及更多你想不到的功能。 既然jQuery是一个轻量级的脚本库,作为设计师出生的使用者会感到它的使用是相对容易...