February, 2011 Archives

PHP Error while running newly created Yii Application

February 27th, 2011 Permalink

If you are using PHP 5.3 and have created a new Yii! Framework 1.1 application, you will get the following error:

If you are using PHP 5.3 and have created a new Yii! Framework 1.1 application, you will get the following error: Continue Reading

[HOWTO] Install Selenium Module for PHP in Netbeans 7.0 beta

February 27th, 2011 Permalink

If you are using Netbeans 7.0 beta, the plugin list may not show Selenium Module for PHP. To install it, navigate to Tools>Plugins>Settings and click on Add. Then, in the name field, enter something like “Netbeans 6.9 beta” and in the URL field, enter the following URL:

If you are using Netbeans 7.0 beta, the plugin list may not show Selenium Module for PHP. To install it, navigate to Tools>Plugins>Settings and click on Add. Then, in the name field, enter something like “Netbeans 6.9 beta” and in the URL field, enter the following URL: Continue Reading

[HOWTO] Enable cross-domain upload with uploadify jQuery plugin

February 24th, 2011 Permalink

I have used uploadify v2.1.4 in one of my client’s website. According to the requirements, a form in a website had to submit data to another website. The form also contained file uploads for which uploadify was being used. But uploadify does not support uploading from another site as it uses relative url. Also, flash [...]

I have used uploadify v2.1.4 in one of my client’s website. According to the requirements, a form in a website had to submit data to another website. The form also contained file uploads for which uploadify was being used. But uploadify does not support uploading from another site as it uses relative url. Also, flash does not support sending/receiving data to/from another site by default for security reasons.

Continue Reading

[HOWTO] Configure Netbeans 6.9 to debug PHP files using xdebug in Fedora 14

February 21st, 2011 Permalink

I am using Netbeans 6.9 on Fedora 14 for Web development. I have enabled PHP debugging for making PHP development easier. Here is how you can do it too.

I am using Netbeans 6.9 on Fedora 14 for Web development. I have enabled PHP debugging for making PHP development easier. Here is how you can do it too.

Continue Reading

Create Fake Facebook Status and Comments

February 20th, 2011 Permalink

You can create fake Facebook Status and Comments using FakeBookStatus. Check it out.

You can create fake Facebook Status and Comments using FakeBookStatus. Check it out.

[SOLVED] PHP Fatal error: Call to undefined method Zend_Http_Client::setRawDataStream() in /path/Zend/Gdata/App.php on line X

February 7th, 2011 Permalink

I am trying to use Zend Gdata Library for uploading videos to YouTube. I was trying to test the example provided, but got into a problem running the example. Here was the error:

I am trying to use Zend Gdata Library for uploading videos to YouTube. I was trying to test the example provided, but got into a problem running the example. Here was the error: Continue Reading