Tag Archives: eclipse

Developing MySQL Applications with Eclipse CDT

Developing MySQL Applications with Eclipse CDT: cool, I’m considering building a C integration to mysql.
Seems a little strange that Sun already have their logo up there.

Eclipse PDT : PHP development tools

Once you have installed any version of eclipse (I went with Europa 3.3, it comes in the openSuse software repositories), unfortunately the version doesn’t come with many plugins and installing PHP tools was a pain.
So I’m going with PDT all in one Eclipse 3.3. The PDT team seem to have dropped the ball with Eclipse […]

Java right to left?

/**
* الطبقةالعربية.java
*/
package com.a;
/**
* مدى صعوبة هذا من شأنه ان يكون باللغه العربية او العبرية؟
* على الاقل تفهم فيها كسوف العربية والغايات. Sort of.
* What is most confusing is that part of this file is left to right.
* الخلط بين ما هو أكثر هو ذلك الجزء من هذا الملف هو من اليسار الى اليمين.
* The rest […]

Spring MVC

We have been looking at this framework for an intranet site… it led to my realisation that Java really made things pretty difficult to display international character sets… but that was an earlier post.
I followed most of the instructions in developing a Spring Framework MVC, though I didn’t create a JDBC based persistence layer. We’ll […]

Google Android courses

I have a stack of Google code courses appearing in my RSS reader… These are all video tutorials from the Google Developers youTube account. There is a lot of stuff about Android, Google Open Social, Gadgets and Data APIs.
It’s definately worth a look if you are interested in integrating with Google - or Big Brother.
Android […]