Sunday, November 23, 2008

Personal Note

I hope many of us believe in god, whatever you call him or any form you want him to be. the truth is, god is the highest power among anything. This saying, if you are in deep problems or maybe you want to say, you pray and wish for gods blessing to help you with your problems. However it may seem, we rely on god.

I hope many of us believe that we are created equal on the eyes of god & we are connected to god in the most deepest & personal level, all you need to do is believe & talk him from your heart & I bet he will listen.

I hope that the hopes above are true, we are eventually doing the same thing, however you may call it.

Since these are true, what are we to god?

Are we children? Slaves? Friends? The fact is that we are SIGNIFICANT to god. The fact is that our mother & father created us. The fact is that god wanted us to be here.

Question 1: Was there any man that stood in god's way to allow you into this world?

Question 2: Are you a child/slave/friend (/=and OR) of god?

Question 3: When you die, do you answer to god or to another man?

If you favor god to another man, I respect you, If you dont, please don't read further.

Why is it that many of us rely on others for gods wisdom?

Why do we need to rely on others when god is hearing us?

Why do we need to follow what others say when god is on your side & what you believe in god is true?

God gave us the ability to think & rationalize, Why are we not using it, Why do we need to follow another man. This man is not god.

Sticks and stones will break your bones, with a sense of deepest calamity & benign love you can say you believed in him(god) even in the darkest times when you meet god.

Thursday, November 20, 2008

Adding a new IP Address in Mac OSX

Theres a simple way to add a new IP address. In my case, I need to handle multiple virtual hosting & lots of load balancing.

Heres a neat way:

ifconfig [E] alias [NEW IP ADDRESS] netmask 255.255.255.255

eg.

ifconfig en0 alias 10.1.1.11 netmask 255.255.255.255

If you need to have a dedicated hostname to a IP address, then edit /etc/hosts

add a new line

[IP ADDRESS] [HOSTNAME]

Remember to press TAB to separate the IP address and the hostname.

eg

127.0.0.1 coolness.com

Have fun.

Wednesday, November 19, 2008

gunbasic-js v0.3 - automatic ajax library

GunBasic-JS 0.3

The tag name change - Automatic Ajax Library.

Version 0.3 is out, whats new is the ability for autoajaxcall function to specify which function to trigger upon starting the process & which function to trigger upon successful completion.

This is really a cool library, just 1 line, cant get better than that.

code.google.com/p/gunbasic-js/

Have fun.

Low Cost Carrier - Extreme Edition


Imagine if Low Cost Carriers had its way. Low fares, but high taxes, fuel charges etc.
Imagine if they charge you a buck for visiting the toilet. Strange but true. Heres something to wonder about.

Saturday, November 8, 2008

FOSS MY Gathering 08

Cool event for open sourcers who want to meet up,
APIIT, NOV 8 & 9.
Good to see malaysians supporting this event.

Thursday, October 23, 2008

gunbasic-js v0.2 - simple ajax library

Hi All,

I would like to introduce a new ajax library.

I cant find anything easy to use without writing massive lines of code on the client side, so I wrote my own.

Use this if:
1. Reduce Client Ajax call to Only 1 line (yes!)
2. Automatically dictate many ajax calls in 1 call
3. Using server scripts to dictate where content has to be written
4. Use this technique for Content & running JS snippets.

Let me know if you like it as well.

code.google.com/p/gunbasic-js/

Theres a simple example for you to follow as well.

regards

Gunesh Raj