Archive for the AJAX Category

Facebox v1.2:很酷的popup 效果JQuery插件

Posted on 五月 25, 2010 by 荒野无灯

Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages. It’s simple to use and easy on the eyes. Download the tarball, view the examples, then start enjoying the curves. 官方页面: facebox ... Continue Reading

校内flash播放器

Posted on 五月 28, 2009 by 荒野无灯

原创文章 如: http://www.ihacklog.com/wordpress/wp-content/demo/player/player.html?url=http://www.hz95.com/upload/slds.mp3 一个很简洁的mp3播放器 我写的调用代码如下: 12345678910111213141516171819202122232425262728293031<!DO... Continue Reading

google挑歌

Posted on 五月 27, 2009 by 荒野无灯

挑歌这个玩意儿挺有趣的,我蛮喜欢的,最重要的是它提供正版音乐的免费下载(虽然目前它收录的歌曲不是非常多) 这个东东太复杂,ActionScript这玩意儿我不怎么弄过,这个flash播放器就... Continue Reading

百度空间删除文章的隐藏表单

Posted on 五月 27, 2009 by 荒野无灯

原创文章 下面是定义的函数: 1234567891011121314151617181920212223242526272829303132333435<script language="javascript"> <!– var k=0,j=0; function blogdel(str) {     var pop=new Popup(... Continue Reading

百度空间popup小窥

Posted on 五月 27, 2009 by 荒野无灯

原创文章 以前用百度空间,现在用WP了。不过相对于QQ空间来讲,我还是顶百度空间,百度空间速度相当快,漂亮的模板也多,而且不用钱。相比之下QQ就小气得多了,不说了,言归正传。 最... Continue Reading

30 Exceptional CSS Techniques and Examples

Posted on 四月 26, 2009 by 荒野无灯

In this article, I’ve pieced together 30 excellent CSS techniques and examples that showcases the capabilities and robustness of CSS. You’ll see a variety of techniques such as image galleries, drop shadows, scalable buttons, menus, and more ̵... Continue Reading

30 Exceptional CSS Navigation Techniques

Posted on 四月 26, 2009 by 荒野无灯

0个不错的CSS导航设计技巧. 1. The Menu menu This another great CSS menu Stu Nicholls that’s unique – hovering over a menu item reveals a submenu. If you want get started with this menu just simple view the source code. Demo in page. 2... Continue Reading

14个关于图像处理的jQuery Plugins

Posted on 四月 26, 2009 by 荒野无灯

1. s3 Slider s3 Slider Demonstration page. A simple way to add smooth image slideshows and showcases on your website. 2. jQuery Image Strip jQuery Image Strip Demonstration page. Nice little image viewer that uses fancy visual effects. This can be of ... Continue Reading

CSS教程—元素的定位

Posted on 三月 22, 2009 by 荒野无灯

1. position:static|无定位 position:static是所有元素定位的默认值, 一般不用注明,除非有需要取消继承的别的定位 example: 以下是引用片段: #div-1 { position:static; } 2. position:relative|相对定位 使用positi... Continue Reading

再探Javascript词法作用域

Posted on 三月 16, 2009 by 荒野无灯

摘自:http://www.cnblogs.com/mophee/archive/2009/03/15/1412590.html 写在前面的话:每个人都会犯错——有时候‘孰能无过,过而能改,善莫大焉’,有时候知道自己错了却没有机会更改。其实,错了并不... Continue Reading