me,myself,english and programming..

Archive for the ‘Programming’ Category

My First Hello World in BlackBerry

Tuesday, February 16th, 2010

After following some of the BlackBerry developer tutorials here and here, I finally manage to run my first BlackBerry application. It’s cool. ;)

Here is my BlackBerry screenshot taken by CaptureIt

Capture19 20 23

Why develop for BlackBerry ??

whyBB

How to change SVN URL in Eclipse

Monday, February 8th, 2010

For whatever reason, sometimes you will need to change your SVN URL. Perhaps you need to place the server to a new building and change the ip address. After the changes, you cannot commit to that server using your eclipse.

To solve the problem, you can relocate your SVN server and change to the new URL. Look at the image below and you will know that it’s very easy

Open up SVN Repositories perspective in eclipse.

SVN Relocate

(more…)

window.onload() in IE and FF

Sunday, February 7th, 2010

For my team members.

The following works under both IE and FF:

window.onload = function() {
alert(0);
}

Happy coding,

-Just me-

Apache Tomcat High Availability and Load Balancing

Monday, February 1st, 2010

The objective for High Availability (HA) is to provide failover,so that if one server in the cluster goes down, then the other servers should be able to take over.

The objective for load balancing is to distribute the load among the servers in the cluster and provide the best response time to the end user.

How to implement this solution using Apache Web Server + Mod JK + Tomcat ?

apachemodjk

(more…)

What I want for arejae.com in 2010

Thursday, January 21st, 2010

Wow, January 2010 nearly come to the end.

This is my first post for this year. Hopefully, I can share more information in this blog. Mostly on my project that I currently involve.

I got so many things to share. It’s about LeBAH,Java,Apache Velocity,Oracle 11G,Apache Web Server,Tomcat Application Server,Load balancing,Mod_JK,Clustering,jQuery,scriptaculous,iReport and many more but stuck on how to write it in a proper way.

So, here you go. I will write whatever I like in my own way. As for my blog title suggest, it’s about me,myself,english and programming.

Hopefully this will be my good start.

Adioss..

p/s: Do what you can with what you have, where you are !