Friday, April 25, 2014

Want to change Dreamweaver's Code View in Dark Theme? Get it here....

Hi,
sometimes you need to work late night and don't want to hurt your eyes with the brightness of the white background of Dreamweaver in code view,,,, so here's the solution, grab the Colors.xml file and follow the instructions on the following link and you'll be pleased with the new dark code view theme,, works for even Dreamweaver CC I just tried... :)

http://geryit.com/blog/cool-dark-color-schemes-for-eclipse-aptana-and-dreamweaver/

Thanks Goskel my friend....

Tuesday, April 15, 2014

Wamp Server not loading cURL extension for PHP

Hi,
Today when I was trying to install Opencart on my localhost / WAMP server,,, it was by all means not loading the cURL extension from the WAMP manager or by manually editing the php.ini file... long story short, if you have have such a problem following links will come in handy to resolve the problem.

http://blog.nterms.com/2012/07/php-curl-issues-with-wamp-server-on.html

http://stackoverflow.com/questions/13021536/how-to-enable-curl-in-wamp-server

http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ from this link:

Go to "Fixed curl extensions" and download the extension that matches your PHP version.

Extract and copy "php_curl.dll" to the extension directory of your wamp installation.
(i.e. C:\wamp\bin\php\php5.3.13\ext)

Restart your WAMP Server,,,, It worked for me on Win 7 64 Bit and WAMP !

Have a nice day...

Thanks !