MexiCode Ideas en codigo

New Books

Posted on March 2, 2010

It's been kinda quiet lately. I've been busy reading.

Yup, that's right. Reading.

I got a book shipment from amazon.com last week and I have been reading since then. These are the books I got:

  • Head First Design Patterns
  • Design Patterns
  • Refactoring
  • Mythical Man Month
  • Programming Pearls
  • Coders at Work

So, as you can see, I have a *LOT* to read. The good thing about my job, is that it allows me some spare time to educate myself.

I haven't done any programming in the last week, but I promise I'll write a post on blackberry development in the next few days, just let me finish my book first :D

Filed under: Uncategorized No Comments

Eclipse DPT JDBC Drivers

Posted on February 22, 2010

I just installed eclipse-dpt for my database access (works great, btw).

But I needed some JDBC "drivers" for my SQL Engines (namely MySQL and MS SQL). So, to save you the burden of looking for the files all over the internet, here it is, in a single zip file

JDBC Drivers for MySQL and MSSQ

The zip contains 3 jar files:

  • mysql-connector-java-5.1.12-bin.jar - For MySQL v5.1 or lower
  • sqljdbc.jar - MS SQL versions 2005 and 2000
  • sqljdbc4.jar - This works only for MS SQL 2008

Just uncompress the file into some folder, and add the appropiate drivers from eclipse dpt and you're done!

Update: This listing includes links to JDBC drivers for all major database engines.

Filed under: Uncategorized No Comments

Ubuntu Quirks (ongoing…)

Posted on February 21, 2010

Windows Key not detected

If your "Windows Key" (Super_L) is not detected, you will have to run this command:

xmodmap -e "remove mod4 = Super_L"

It seems to work even after rebooting the machine

Can't install Eclipse plugins

In order to install eclipse plugins, after installing eclipse-platform, you *must* install the eclipse-pde package (which comes with the eclipse-jdt as a dependency, oh well...)


This is an ongoing effort to write the odd things I have to do to get my OS to behave as I want.

Filed under: Uncategorized No Comments

Hello world!

Posted on December 18, 2009

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Filed under: Uncategorized 1 Comment