Monday, January 12th, 2009
Here's another reason to like NetBeans: the jVi plugin.
It changes the NetBeans code editor to Vim, which is in my opinion much more powerful text editor than the standard one in NB. What makes jVi even better is that you actually get all the code-assist and other features present in ...
Posted in general | 1 Comment »
Monday, December 15th, 2008
The packageizer had some problems determining the dependencies for the newly added Zend Framework 1.7 packages, but the problem is now fixed.
The packageizer source-code has also been updated with the patch.
Posted in general | 2 Comments »
Monday, December 1st, 2008
During the weekend, I tried out NetBeans 6.5 and its new PHP related functionality. I had earlier seen some quick shots of how the support was, and it seemed like a good contender for big names like Zend Studio.
What features does NetBeans 6.5 have for PHP developers? How does it ...
Posted in Programming | 37 Comments »
Wednesday, June 11th, 2008
There are many RSS feeds that I've subscribed to, and some websites that I check often that don't have feeds, for example to read comics. With all the stuff in the feeds, there's also some things that I don't want to see, such as newsposts in some comic feeds that ...
Posted in general | No Comments »
Friday, April 18th, 2008
Regular Expressions - you either love them or hate them, and usually when you hate them, you just haven't spent enough time trying to learn them! :)
They are incredibly useful, but they can often be difficult to build and test. I have previously mentioned a great tool called RegexBuddy, which ...
Posted in Programming | 4 Comments »
Saturday, March 15th, 2008
I've installed an application called Enso on my laptop.
What is it? It's an application, which turns the caps lock key into a small command prompt, which you can use to run various commands, such as calculating, opening applications, controlling windows etc.
Enso is a product of a company called Humanized, which ...
Posted in general | No Comments »
Tuesday, March 11th, 2008
Install a WAMP (Windows, Apache, MySQL, PHP) environment in 4 easy steps, one of which is optional and one of which isn't really a step at all! ;)
These days I've been working on Linux servers for a long time, so when I had to install all the things necessary for ...
Posted in general | 3 Comments »
Friday, February 1st, 2008
I got myself a laptop, and it's always kind of annoying to "start from scratch" - install all the applications you need, set up the browsers, set up email, install entertainment (codecs for movies, games)...
Since I didn't have anything installed, and I kind of want to save space on the ...
Posted in general | 1 Comment »
Saturday, January 26th, 2008
So I've been using WordPress as my blogging platform for a while now. As a matter of fact, this is my 48th post with WP.
I had only heard good things about WordPress before installing it, but how has it worked out?
Posted in general | 1 Comment »
Tuesday, January 8th, 2008
Many people probably know Linux and its various easy to use scripting languages, like Python, Perl and Bash Script.
They are available on most systems, and it's very easy to write little command-line scripts with them to ease various tasks.
Often you could use a small scripting language like the above on ...
Posted in Programming, general | No Comments »