Tuesday, April 24, 2012

Oracle - Random Timestamp Generation

In case you want to generate a random timestamp for a given date you can use the following query



Where I have used sysdate to represent today's date, 86400 represents the number of seconds in a given day.

Wednesday, January 11, 2012

JSF Web.xml configuration

I managed to kick start my(accelerated) learning in JSF using Rich Faces. After getting my Hello World Project to work I sat down to understand what each of the configuration does in the web.xml.

Then based on my understanding from various sources in the internet I came up with the following commented web.xml file

It may not be accurate but serves the purpose of understanding

Thursday, May 27, 2010

Connect To MySQL Remotely From phpmyadmin

I have a XAMPP installed and wanted my phpmyadmin to connect to mysql database remotely.

So a google search threw up this link

Basically you have to edit the file: config.inc.php which is located in xampp/phpmyadmin

To add a new server you simply have to append the following lines: