Written By: techieDan on November 29, 2011No Comment
Automate Sending a form using VB Script by opening Internet Explorer. All just by clicking the vbscript and sending to GMAIL. Login at your convenience. Can be done at almost every login forms. Modify it to your hearts content.
Written By: techieDan on November 15, 2011No Comment
How do you center a page using CSS? It is pretty easy, but then there is also an issue with Internet Explorer where it does not center the page. A simple CSS modification would help it. Follow these steps. It will solve your IE CSS headache.
Comparing Strings in Java has evolved from the character comparisons to String comparisons to StringUtils comparison. Using the StringUtils to compare Strings is so much safer and faster to code.
Written By: techieDan on March 15, 2011One Comment
How can you try and catch and error and avoiding code redundancy in Java 7. With Java 7 still in beta mode, there are more upgrades to this amazing programming language.
Fast forward to Java SE 7, you can now use Strings inside a switch statement. Unlike previous versions, putting Strings on a switch would produce an error but on Java 7, finally a switch comparator is enabled. Much more flexibility now.
Some tips on Autoboxing to be applied in Java and for your SCJP 6 exams. The flexibility of the Java language has made programming easy and in some ways less complicated for the beginners.
Written By: techieDan on February 10, 2011One Comment
For Database Administrators and Developers, this is a common practice. Sometimes we would love to track who has accessed a particular record from the users’ perspective based on ID and time. The usage of TIMESTAMP would be the best way.
Written By: techieDan on January 19, 20112 Comments
Well, you can have the all common SQL, but it works differently for most of the DB systems. We have different syntaxes for MS-SQL, mySQL and the DB2. There are many more. Though we will cover the DB2 today