Categories

Eclipse Settings

0

From the Window menu click on Preferences, then… Set the Encoding to UTF-8 General > Content Types, type UTF-8 as the default encoding for “Text” and then click “Update”. General > Workspaces: Set “Text file encoding” to “Other : UTF-8″. Read more ›

Categories
Tags

Eclipse PDT Helios Very Slow

0

The content of this post is from http://blog.elijaa.org/index.php?post/2010/09/21/Tricks-to-speed-up-Eclipse-PHP-Helios-PDT-2.2 Credit to author Cyrille Mahieux. Eclipse can be slow, very slow, here’s some quick steps to increase Eclipse PDT speed. Download the latest version of Eclipse and Java You must upgrade to the latest Read more ›

Categories
Tags

Yii Framework

0

http://www.yiiframework.com Screencasts Yii Framework – Developer Tutorial PHP Frameworks Yii vs Zend vs Code Igniter Comparision HOW TO: Choose a PHP Framework for Your Next Project

Categories

Enable cURL on PHP 5.2.14 and Windows 7 64-bit

0

Having uncommented the line “extension=php_curl.dll” from php.ini and restarted Apache, cURL is not present in phpinfo(), and there is no errors or warnings. Many suggest copying “ssleay32.dll”, “libeay32.dll”, and “php_curl.dll” to System32 directory, but it does not work. Actually it’s Read more ›

Categories
Tags

Joomla!

0

Joomla! is a free and open source content management system (CMS) for publishing content on the World Wide Web and intranets. It comprises a model–view–controller (MVC) Web application framework that can also be used independently. Read more ›

Categories
Tags

phpMyAdmin

0

Installing and Configuring MySQL http://www.cnblogs.com/WarrenTang/archive/2008/10/27/1320068.html  Misc Problem: “The additional features for working with linked tables have been deactivated” Solution: mysql> \. phpmyadmin_path\scripts\create_tables.sql mysql> create user ‘pma’@’localhost’ identified by ’123′; mysql> grant select, insert, update, delete on phpmyadmin.* to ‘pma’@’localhost’; /* Read more ›

Categories
Tags

Installing PHP on IIS

0

IIS5 (Windows XP) Installing PHP 5 on IIS in 5 simple steps http://www.iis-aid.com/articles/how_to_guides/installing_php_5_on_iis_in_5_simple_steps PHP5 on IIS6 (Windows 2003 Server) Configuring PHP5 to run on IIS6 http://www.simongibson.com/intranet/php52003/ How to Install PHP 5 for IIS 6 http://www.wikihow.com/Install-PHP-5-for-IIS-6 Configuring FastCGI Extension for IIS Read more ›

Categories
Tags

Rotating Apache log files

0

rotatelogs – Piped logging program to rotate Apache logs http://httpd.apache.org/docs/2.2/programs/rotatelogs.html Apache piping makes it easy to rotate logs http://articles.techrepublic.com.com/5100-10878_11-5092424.html

Categories
Tags

PHPCMS

0

phpcms2008 帮助手册(chm版)下载 http://bbs.phpcms.cn/thread-83192-1-1.html Phpcms 2008 整合Ucenter 图文教程 http://bbs.phpcms.cn/thread-78300-1-2.html 基于PHPCMS2008的全程建站系列教程 http://blog.usle.cn/article.asp?id=939 phpcms支持团队教程系列 http://bbs.phpcms.cn/thread-68000-1-1.html http://www.phpcms.cn/ http://www.phpcms.de/index.en.html

Categories
Tags

帝国CMS (EmpireCMS)

0

产品及教程下载 http://www.phome.net/download/ 模板 http://www.phome.net/zy/template/ 整合Discuz! 帝国CMS整合Ucenter接口教程 http://bbs.phome.net/showthread-35-78648-0.html 帝国CMS整合Discuz通行证接口教程 http://bbs.phome.net/showthread-35-79571-0.html Discuz 7.0+Ucenter+CMS 5.1整合经验 http://blog.sina.com.cn/s/blog_4b3398110100ck9g.html 注意:empirecms\e\config.inc.php中的UC_DBTABLEPRE要配置为与\uc_server\data\config.inc.php里面的一致。 常见问题 开始安装时出现错误: php 脚本权限错误:不能设置为同组可写! 解决:把e/install/index.php的权限改回644. Links http://www.phome.net/

Categories
Tags

Apache .htaccess files

0

http://httpd.apache.org/docs/2.2/howto/htaccess.html WikiPedia: .htaccess http://en.wikipedia.org/wiki/Htaccess Comprehensive guide to .htaccess http://www.javascriptkit.com/howto/htaccess.shtml Apache Configuration Files http://httpd.apache.org/docs/2.2/configuring.html

Categories
Tags