Tuesday, 16 August 2016

Java - Extract data between html tags

/** * This function helps in getting contents spans html tag; * For ex., <body><b>Sample Text</b></body> will...
Read More

Monday, 18 January 2016

MyEclipse editor is slow on xhtml

Editing xhtml files with MyEclipse is horribly slow. Couple of tweaks can help on this: 1. Disable unused plugins(From Windows --> Preferences) 2....
Read More

Saturday, 19 December 2015

MySQL Error Number 1005 Can’t create table (errno: 150)

Despite having proper  column mappings and type, when you are unable to establish foreign key relationship, look for 'Engine' they belonging...
Read More

Mysql - Map users to access schema

Grant all privilege to user for all tables GRANT ALL PRIVILEGES ON <schema_name>.* TO '<user>'@'%' WITH GRANT OPTIO...
Read More

Monday, 24 March 2014

Java:: Calculate method execution time

Quite often performance is a huge threat to any application. To isolate certain method call taking time, for instance in my case JCR session...
Read More

Tuesday, 28 February 2012

Subtleties of Dojo

RIA framework Dojo has rich set of Widgets and Data store capabilities. But lack in documentation really makes painful to work with Dojo. I...
Read More

About Me

Popular Posts

Designed ByBlogger Templates