存档为 '技术' 分类

Get Start a new eZ Publish project – Part II

In the part I, we started create the siteaccesses and set all the configuration values for the siteaccesses to work correctly. However, there are still other things to do, such as set up and configure the site design and svn version control tool for the project. So, let’s continue.

Get Start a new eZ Publish project – Part I

In the past, I wrote a post briefly introduced the eZ Publish CMS. In these two series post, I will get into the technical details on how to actually start a new eZ Publish project. We are going to set up a starting point of eZ Publish project, named “Multiline”. This project will contain two [...]

Mysql client uses older authentication method in PHP 5.3 on windows?

Just found out the if I use PHP5.3 on windows, I can’t connect to my Mysql5 server. It says my client is too old. After I switch back to PHP5.2.9, things get normal. So, it means the PHP5.3 for windows used a older version of library to compile the code? I don’t know. It took [...]

FreeGate, OpenVPN and Tor

For us in China these days, access internet is a tedious chore given the major web sites are blocked including Facebook, Twitter, Youtube and the popular Online TV network, TVU network. GFW (So called “”Great Fire Wall”) and the possible “Green Dam” in the future, the “Information control” is strong. Fortunately, there are ways to [...]

A brief summary on Starting an eZ Publish project or before starting

For the past about six months, I am working on the eZ Publish CMS of the eZ System. I feel it has some unusual characteristic compare to other CMS: joomla, drupal, XOOPS to name a few. From the projects I built and asm building, I have outlined some points which a Project Manager may need [...]

Review, php|architect’s Guide to Programming with Zend Framework

The zend.com are initiating a beta certification program on Zend Framework. I received an email informed me that I could get a 50% discount on the exam fee and a free study guide if I schedule and attention the exam before the end of this month. I do have some working experience on the Zend [...]

Use Writer, the online Darkroom version!

As a blogger, you probably already knew Darkroom, a minimalist full-screen text editor( inspired by the WriteRoom a similar processor offer on Mac OS). What’s good about Darkroom is that it forces your focus your writing content and nothing else. It has no window caption bar, status bar, menu bar, tool bar or window borders. [...]

Learn to Design Web Themes and Templates with New Wiki

ThemesWiki.org is a new website designed to provide users with comprehensive, free guides for designing Web Themes and Templates. This site intends to ease the web design process by providing tutorials for a large number of systems at a common location.
It is often difficult to find a resource that is focused on providing quality, relevant [...]

WordPress problem: Url encoding on Tag’s slug.

When you define or assign tags in WordPress, here is what WordPress does:
1. Every tag must have a name.
2. Every tag must have a slug, the url of the tag.
3. By default, WordPress will automatically generate the tag slug based on the name of the tag you entered.
4. However, if either the value of the [...]

Curl better than simplexml_load_file when web screen scrapping

As in my previous post, I briefly introduced how you can use SimpleXML object to load various web services’ API query urls, if you so choose to mashup a website with data provided by the various websites, such as YouTube and Amazon. Of course, the pay off comes when you use some affiliate code in [...]

Pages (4): [1] 2 3 4 »