Joshua's Blog

Don't create your own "decorated" private data member names.

jQuery插件: jquery.pngFix

clock November 14, 2008 09:16 by author Admin
This plugin will fix the missing PNG-Transparency in Windows Internet Explorer 5.5 & 6.. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


JavaScript Color Picker: mooRainbow

clock April 24, 2008 10:20 by author Admin
mooRainbow is an easy to integrate JavaScript color picker built with mootools. This color picker can be attached to any element in the DOM. A click event would automatically be attached to that element and simply clicking on it you will be able to show or hide mooRainbow. This moo... [More]

Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


asp.net 2.0中通过压缩ViewState改善性能

clock March 26, 2008 09:46 by author Admin
介绍 开发人员经常担心他们web站点的性能。每一个开发者都想他们的web站点的性能是最优化的。影响你web站点性能的有很多因素,ViewState就是其中之一。本文我将给大家提供一个通过压缩ViewState来改善性能的方法。 什么是ViewState 虽然本文并不是专门来研究ViewState的,但我们还是简单的讨论一下吧。你如果看过web form生成的HTML代码的话,就会发现在一个名为__VIEWSTATE的隐藏域。聪明的ASP.NET会持久化这些控件的值到这个隐藏域中,这对于 往返服务器的过程中保存控件的值是非常有用的。但是,此时ViewState会带来性能问题。因... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


DBCC DBREINDEX重建索引提高SQL Server性能

clock February 14, 2008 08:21 by author Admin
     大多数SQL Server表需要索引来提高数据的访问速度,如果没有索引,SQL Server 要进行表格扫描读取表中的每一个记录才能找到索要的数据。索引可以分为簇索引和非簇索引,簇索引通过重排表中的数据来提高数据的访问速度,而非簇索引则通过维护表中的数据指针来提高数据的索引。 1. 索引的体系结构 为什么要不断的维护表的索引?首先,简单介绍一下索引的体系结构。SQL Server在硬盘中用8KB页 面在数据库文件内存放数据。缺省情况下这些页面及其包含的数据是无组织的。为了使混乱变为有序... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Google Chart API Prototype plugin

clock January 16, 2008 02:49 by author Admin
在网上看了 Google chart api ,觉得是一个不错贴出来,备忘. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


手动配置PHP: Windows2003下安装IIS+PHP+MySQL指南

clock December 6, 2007 09:50 by author Admin
最近朋友要我配置一台服务器,我又不得不在Windows2003下的IIS6.0上配置了一下PHP+MySQL的环境。网上这方面的资料资料很多, 但是都有这样或者那样的遗漏, 所以写就此文,希望能对看到此文的朋友有所帮助。不要下载www.php.net上面那个Windows Installer 垃圾装完了之后不能用MYSQL都不知道问题出在哪。修改麻烦,而且以后安装扩展麻烦.所以安装手动才是正道. 一、安装环境 操作系统是 Windows 2003 +IIS 6.0, PHP, MySQL * PHP 5.2.5 (Windows Binaries PHP 5.2.5 zi... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


DOM objects and methods

clock December 3, 2007 03:59 by author Admin
很棒的一篇关于W3C规范下Dom所有属性和方法说明文档,很详细,很棒,推荐阅读及收藏。 Site:http://www.howtocreate.co.uk/tutorials/javascript/domstructure

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


starbox:轻松建立评分等级

clock November 30, 2007 03:50 by author Admin
starbox 可以让你轻松建立web2.0下流行的等级评分形式,如下: starbox 是建立在Prototype基础上的一个小型Js框架,并且稍作调整也可以很好的工作在 Scriptaculous 之上。 下载:Download : Starbox 0.2 Site:http://www.nickstakenburg.com/projects/starbox/

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


jsvalidate:JavaScript表单验证框架

clock November 30, 2007 03:40 by author Admin
之前有提到jQuery,Prototype 上实现表单验证. 这里介绍一个更轻型的..... jsvalidate 是一个表单验证框架,使用起来非常简单只需引入框架JS后指定相应的表单元素的Class即可实现验证,非常方便,下面是其支持的一些Class,当然你也可以自己建立需要的Class: jsrequired - Field must have some sort of value. jsvalidate_number - Any integer; accepts decimal and negative jsvalidate_digits - On... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Visual Studio Team System 2008问题之:The data file ...DefFactory.datcannot be opened.

clock November 29, 2007 11:41 by author Admin
Visual Studio Team System 2008问题之:The data file '...\DefFactory.dat' cannot be opened. 解决方法: 用记事本创建一个包含如下内容的 deffactory.dat 文件分别替换掉 setup\deffactory.dat、msdn\setup\deffactory.dat 即可。 [Version] Signature = "$Windows NT$" Provider="Microsoft Visual Studio 2008 Pr... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  December 2008  >>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

Archive

Tags

Categories


Blogroll

Disclaimer

本Blog部分内容来自互联网,收藏仅供个人学习之用,版权归相关机构组织或者个人所有,如果你认为这里的内容侵犯了你的版权,请联系joshua.lq@gmail.com.

© Copyright 2008

Sign in