Archive for the ‘Linux’ Category
As many of you know I use Ubuntu on a daily basis. All of my web development is done with it, unless I’m forced to develop something on a Winders platform. It seems though Ubuntu 10.04 is already upon us and I’ve hardly noticed! Well.. it’s nearly here.. Ubuntu has upgraded Gnome, the kernel, new [...]
If you’re a gEdit fan like I am you will be excited to see these plugins by Jesse van den Kieboom. First off a php completion plugin. This is something I’ve been hoping to find for quite some time. You can find it over at GitHub. The second thing is Collaboration. While I haven’t played [...]
This post is more for my memory than anything. I always forget and need to dig around to figure out how (or more importantly “where”) to set JAVA_HOME in Ubuntu. It’s pretty simple. Find the location of your jvm. ex: /usr/lib/jvm/java-6-sun/ Add a line to your environment file: sudo pico /etc/environment Then just add the [...]
I’ve been playing around with caching and php, and thought I’d give a little insight on installing memcached on Ubuntu, and enable php-memcached. First start out by opening up your Synaptic Package Manager, search for “php memcached”. Select and install “memcached” and “php5-memcache” Now everything should be installed. Restart Apache for php to recognize the [...]
Connect to SQL Server from Ubuntu: Part II
11 Jan
Posted by: trent in: Database, Linux, PHP, Programming
A few posts ago I explained how you can connect Ubuntu to SQL Server for PHP. All worked well until you tried to execute stored procedures. (It worked fine if you wrote the query, but not so much with mssql_execute() function). It would result in an error like this: Warning: mssql_execute() [function.mssql-execute]: stored procedure execution [...]

