存档
-
Advanced Backup System
Advanced Backup System or Abs is a PHP script that helps you with tasks as backup files, backup mysql databases and deploy new versions to a server. This script is a must have for every webdeveloper/webmaster that want to save some time.
2010年8月23日 | 归档于 建站代码标签: Backup System, php -
Windows Cache Extension for PHP 1.1 Beta
Windows Cache Extension for PHP Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any [...]
2010年3月26日 | 归档于 建站代码 -
FastCGI Extension 1.5 IIS 6.0/5.1 (x86)
微软已经和PHP社区共同努力了很久,他们终于研发出能让IIS更快地解析PHP的方法,用户们甚至不需要做基准测试就可以明显感觉到PHP解析速度加 快。早在2006年,微软就和Zend等厂商一起研发Windows Server下的优化工作,IIS产品组已经公布了IIS6和7的FastCGI扩展,它能让PHP执行效率更高。PHP一直以来是 IIS的尴尬,用PHP扩展的速度跟不上其它服务端(甚至还有一些致命问题例如在某内存地址报错),而PHP又比ASP.net普及得多,因此微软需要在 IIS+PHP上突破市场。 下载:FastCGI Extension 1.5 for Internet Information Services 6.0 and 5.1 (x86) * Supported Operating Systems: Windows Server 2003; Windows XP IIS 6.0 or 5.1 must be enabled on the operating system in order to be able to use FastCGI Extension. Many PHP community applications being used today by Web developers [...]
2010年3月26日 | 归档于 建站代码 -
WordPress 自定义Tag页 相关调用代码
Wordpress 自定义Tag页 相关调用代码 SEO相关调用代码 <meta name=”keywords” content=”<?php single_tag_title(); ?>” /> <meta name=”description” content=”<?php echo strip_tags(tag_description()); ?>” /> 第二行中的strip_tags作用是去掉<p>标签 如果你要以tag_id为文件名调用tag图片就用以下代码: <img width=”宽度” height=”高度” src=”/你的图片目录/<?php echo get_query_var(‘tag_id’); ?>.jpg”/> WordPress Tag描述(tag_description)调用代码 <?php echo tag_description(); ?> 使用以上这些代码应该可以用tag做出Wordpress相应的专题分类模板
2010年3月8日 | 归档于 建站代码 -
WordPress MU Dev Premium Plugins 打包下载
WordPress MU Dev Premium Plugins 打包 其中来至premium.wpmudev.org的Wordpress MU插件共68个 其它Wordpress MU插件10个 包括7个Wordpress MU的模板 要用Wordpress MU建站的朋友可以下载 需要的朋友留下电子邮件地址
2010年2月22日 | 归档于 建站代码 -
WordPress SEO插件Simple Link的修改
Simple Link是由国人Awaken开发的一款方便添加内部链接的Wordpress插件,方便添加内部链接,有助于seo,效果比那些自动关键字的SEO插件好多了。对于Blooger来说,手动在几个窗口来回切换查找以前文章的链接,不能不说是一种折磨。由于wordprsess升级到2.8以上后Simple Link和Wordpress的js有冲突,导致编辑时tag不能添加,不能快速编辑,不能切换拖动等问题,很多朋友就禁用了此插件,Simple Link作者也没有对此跟进更新。其实要解决这个问题很简单。对simple-link.js做很小的修改就可以继续使用,修改方法如下:
2010年2月7日 | 归档于 建站代码 -
烂笔头|RewriteCond 重写规则执行条件
RewriteCond 重写规则执行条件 语法: RewriteCond TestString CondPattern 生效域: server config, virtual host, directory, .htaccess 特别的上面的 TestString, 可提供反向引用. 引用模式为: %N 其中N为(0
2010年1月25日 | 归档于 建站代码标签: Rewrite, RewriteCond -
开源微博代码:Sharetronix
开源微博代码:Sharetronix 作为一个多媒体微博客平台,具备微博客必备的特性——相互关注、私信、收藏等,同时还具有内建的图片上传和视频分享(支持来自YouTube、MySpace、MetaCafe、Vimeo和Revver的视频)功能。Sharetronix还拥有一套好友邀请系统,可以方便地通过电子邮件邀请您生活中的朋友,并且可以在自己的帐户中查看谁受邀而来。
2010年1月19日 | 归档于 建站代码 -
ALL Elegantthemes 2009 26模板打包下载
之前发过一次Elegantthemes wordpress16模板打包下载这次的26个wordpress模板包括以前的16个的基础上增加了10个新的模板,压缩包内含有所有psd文档和字体文件,新的Elegant模板都支持ePanel,更方便模板设置.所有模板的DEMO请查看这里
2009年11月19日 | 归档于 建站代码 -
ElegantThemes|Premium WordPress Theme|Glow
ElegantThemes新出的一个wordpress模板Glow(支持ePanel) 主要功能列表: 兼容Opera Netscape Safari firefox IE8 + IE7 + IE6,google chrome 兼容Wordpress 2.8 自定义缩略图 侧边栏支持 广告位管理 主题选项设置 自带四色配色方案 支持ePanel 如下图:
2009年11月9日 | 归档于 建站代码
近期评论