Archive > February 2008

Zend Debugger + Eclipse + Apache

I wanted to install the zend debugger with eclipse and apache, and found this spanish tutorial, and want to resume the steps I followed:
I assume you have already installed eclipse 3.3 + pdt.
1. Download the corresponding debugger from: http://downloads.zend.com/pdt/server-debugger/, I use amd64 so I got ZendDebugger-5.2.12-linux-glibc23-x86_64.tar.gz.
2. Untar the file in a directory in your home, [...]

Continue reading

, , ,

Site Revamped

Today finished the first part of my site update, that consist on an upgrade of the original hemingway theme to support wordpress 2.3.3, and the new widget functionality, also added some slick mini icons; removed the old code for the legacy hemingway bar.
On the photo side installed the excellent NextGen Gallery plugin, and I’m in [...]

Continue reading

, , , , ,

February Screenshot

Here you have a screenshot of my desktop, I hope you liked:
[singlepic=3,320,240,,center]

Continue reading

, , ,

PHP MSSQL 2005 Problem - Solved

Trying to make a connection to a MS SQL Server 2005 database from PHP, I always got an error message using the mssql_connect saying:
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: {servername}.
I tried several solutions like, updating the ntwdblib.dll (on windows; I had the same error on linux) library, configuring the tcp/ip properties on sqlexpress [...]

Continue reading

, , , ,