Archive | Tutorial

05 May 2009 ~ 0 Comments

Read Remote Content or File using Zend

Today I was looking around for sample to read a remote file in PHP or even better using Zend. Well there are quite a few good samples that demonstrate the use of native PHP functions: fopen, file_get_contents, or curl but I hardly find examples using Zend. Perhaps it’s just not my luck. But the good [...]

Continue Reading

Tags: , , ,

25 April 2009 ~ 0 Comments

Display Excerpt in WordPress

Displaying excerpt on your blog especially on your front page is preferable since it provides a fast loading time for your readers, especially those who would like to skim through your posts but not to wait for the front page to load some long and undesirable posts. Not only that, if you use Google Analytics [...]

Continue Reading

23 April 2009 ~ 0 Comments

Start SOAP with Zend Framework

SOAP? Hang on.. This is not the soap you probably first think of from your daily life. This is the SOAP in Information Technology term. Sorry but don’t mean to discriminate anyone out there ;)

Continue Reading

19 April 2009 ~ 0 Comments

Javascript call ActionScript

Just to share my finding on how to let javascript communicate with actionscript and vice versa. The complete source can be downloaded from here. However I will highlight some important lines.

Continue Reading