支持多浏览器的网站变灰方法

网站变灰的方法在google里面搜,有很多都是用的Microsoft的滤镜方法,但是,这个css并不支持Firefox, Chrome等浏览器
查看更多 →

Mac下为coda添加更多的books

很多果粉在web开发的时候,都会选择coda,这款软件的UI相当不错,而且跟Transmit出自一个公司,两者可以无缝结合,是web开发的必
查看更多 →

RSjoomla Dynamic Drop-down change

In order to create a Dynamic Drop-down change form with RSForm! Pro you will have to add two drop-down fields to your form and also use a script similar to the following one in order to adjust the fields dynamically: <script type="text/javascript"> function dynamic1(parent,child){ var parent_array = new Array(); parent_array[''] = ['Please select a manufacturer']; parent_array['Audi'] = ['A3','A4','A5','A6','A8','Q5','Q7','S3','S4','S5','S6','S8','RS6']; parent_array['Dacia'] = ['Sandero','Logan']; parent_array['FIAT'] = ['Bravo','Punto','Grande Punto']; parent_array['Peugeot'] = ['207','308','407','607']; parent_array['SEAT'] = ['Ibiza','New Ibiza','Leon']; parent_array['Skoda'] = ['Fabia','Octavia Tour','Octavia 2','Superb']; var thechild = document.
查看更多 →

crontab常见写法

基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 第2列表示小时1~23(0表示0点) 第3列表示日期1~31
查看更多 →

Docman change mm/dd/yyyy to dd/mm/yyyy

查看更多 →