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 ›
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 ›
Java PHP Compilation Compiled Scripting Type Safety Static Dynamic OOP Y+ Y Procedural N Y Web Y Y+ Desktop Y N IDE Y+ Y Debugging Y+ Y Enterprise Tools Y+ Y Concurrency Y N Performance Y+ Y Hosting Price -… Read more ›
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
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 ›
The less you use the mouse, the more your wrist will thank you.
Sorry, this entry is only available in 中文.
Deploying Joomla website. Read more ›
A semantic personal publishing platform with a focus on aesthetics, web standards, and usability. Read more ›
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 ›
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 ›
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 ›
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
PDT Debuggers Summery Local Zend Executable Debugger Eclipse Plug-in. It contains PHP executables so that you can debug PHP locally without a web server. It’s also included in PDT all-in-one package from Zend (not the one from PDT official site).… Read more ›
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
Copying MySQL Databases to Another Machine http://dev.mysql.com/doc/refman/5.0/en/copying-databases.html
产品及教程下载 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/
What’s PEAR? PEAR is short for “PHP Extension and Application Repository” and is pronounced just like the fruit. The purpose of PEAR is to provide: A structured library of open-source code for PHP users A system for code distribution and… Read more ›
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
How to enalbe the URL Rewriting module 1. Uncomment the following line in httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so 2. Make sure the following options are enabled for the directory: Options FollowSymLinks AllowOverride FileInfo 3. A simple test .htaccess file: RewriteEngine On… Read more ›