Shiki

I'm so bad with words that I can't even make a cool tagline

Category Archives: PHP

Installing GraphicsMagick and Gmagick PHP extension on CentOS 5.6

This was tested on CentOS 5.6 on a fresh MediaTemple (dv) setup. I figure it should be the same for any CentOS install. This set of instructions is a result of hours spent on installation troubleshooting; google searches; and trial and errors. Hopefully this can help other people. Install dependencies These are needed to enable [...]

Creating a custom image service for Twitter for iPhone Tweetbot

Update Jan 13, 2012: It looks like setting a custom image service is no longer available on Twitter for iPhone. Tweetbot allows it though. This article still works for Tweetbot. For the rest of this article, please treat the text “Twitter for iPhone” as any app that supports custom image services (e.g. Tweetbot). We’ve just [...]

The undefined curl function in console (WampServer)

Stupid stupid me. On Windows/WampServer, I’ve always had this problem when working with PHP code that can run in the console and using cURL methods.. PHP Fatal error: Call to undefined function curl_init() in D:\Shiki\github\yii-clockwerk\test-app\CurlHelper.php on line 90 Fatal error: Call to undefined function curl_init() in D:\Shiki\github\yii-clockwerk\test-app\CurlHelper.php on line 90 It (cURL) works in the [...]

FirePHP Logger for Yii Framework

I made this a few weeks ago. It is a Yii Framework extension which routes log messages to FirePHP. Requirements Download the extension from the Yii Framework extension page or GitHub. Install Firebug and FirePHP plugins for Firefox. Enable output_buffering in php.ini. Installation Download and extract the “shiki” folder to your extensions directory. This is [...]

Having fun with Joomla! and WordPress

As the title says, I’m currently having fun learning and using Joomla! and WordPress. For the uninformed, Joomla! is a website content management system and WordPress is a weblog content management system. Both are quite similar but built for different purposes. Joomla! is more suitable for business and organization websites, large websites in particular. It [...]