// Society

Oxymorons
By Keshav Shetty
[30 May 2010|No Comment]

Mother of all Oxymorons An oxymoron is usually defined as a phrase in which two words of contradictory meaning are brought together: Read till end 1) Clearly misunderstood 2) Exact Estimate 3) Small Crowd 4) Act Naturally 5) Found Missing 6) Fully Empty 7) Pretty ugly Seriously funny 9) Only choice 10) Original copies And [...]

Read the full story »

// Java/J2ee & open source

Run JBoss as a service on Windows
By Keshav Shetty
[6 Nov 2009|No Comment]

RunJBossAsAServiceOnWindows http://www.jboss.org/community/wiki/RunJBossAsAServiceOnWIndows

Read the full story »

// MBL

Master of business law
By Keshav Shetty
[6 Nov 2009|No Comment]

In todays age everyone should have some knowledge of law and judiciary system. I decided to take up Business and corporate law as future career option. I enrolledd to Master of business law thru distant eduation mode from National Law School, this course will exapnd my legal knowledge. I hope I will manage my time [...]

Read the full story »

// PHP

PHP Chapter 1 – Variables and Operators
By Keshav Shetty
[6 Nov 2009|No Comment]

In web development using PHP, it is normal practice to include php codes into html using special tag “<?php” e.g: <html> <head></head> <body> <?php echo ‘Wlecome to php’; ?> </body> </html> When this file is requested by the browser an web aware server recognizes “<?php” tag and understands that it needs to be interpreted by [...]

Read the full story »

//

PHP Chapter 1 – Variables and Operators
By Keshav Shetty
[6 Nov 2009|No Comment]

In web development using PHP, it is normal practice to include php codes into html using special tag “<?php” e.g: <html> <head></head> <body> <?php echo ‘Wlecome to php’; ?> </body> </html> When this file is requested by the browser an web aware server recognizes “<?php” tag and understands that it needs to be interpreted by [...]

Read the full story »