Category Archives: Javascript

让网站开始飘雪吧-let it snow

网站下雪的代码. 类似于谷歌的let it sonw 的下雪效果,提示不支持IE8以下浏览器

效果图:

snow

添加forg.js, 引用, forg.js源码

//code by zythum_朱一 //blog http://zyiangel.blogbus.com //mail zythum02@gmail.com (function(){     if(window.zythumsgooglesnowloaded) return false;     function o[......]

Read More

, 1 comment

Extjs4完美的桌面图标换行的实现

一个完美的Extjs4的桌面图标的实现,花了很多的时间终于找到了这份代码

效果图:

desktop

实现步骤:

1. desktop.js 里添加以下

initShortcut : function() {

       var btnHeight = 80;

       var btnWidth = 80;

       var btnPadding = 8;

  &[......]

Read More

, Leave a comment

Extjs4加载中文目录tree

Extjs中加载带中文的目录..

使用ext-4.0.7-gpl\examples\tree 文件夹下面的文件

1.reorder.html

2.reorder.js

3.get-nodes.php

更改方法, 将get-nodes.php内容替换成如下

<?php // from php manual page function formatBytes($val, $digits = 3, $mode = "SI", $bB = "B") { // $mode ==  [......]

Read More

, , Leave a comment

Eclipse,ZendStuidio安装Spket插件

插件的更新地址:

http://www.spket.com/update/

插件名称: spket

通过使用eclispe的插件更新器来安装.

ps:建议将zend stuido 更新到最新的版本, 速度快了很多..

spket

, , , Leave a comment

发布CSS在线格式化压缩工具

发布Css在线格式化压缩工具,参照网上的方法,主要是正规式的字符替换

永久地址:

http://apis.foreverlove.us/apps/tools/cssformat/

cssformat

, , , Leave a comment