Home » Archive

Tutorial

Written By: techieDan on May 17, 2012 No Comment
SEO Help From Expert

Finally you created your website. Problem is you published the site and expecting people to locate your webpage on the Internet search engines. After few days, you use the search engine and still could not find lots of searches for your site. Something must be wrong. What do we call these? That is where something [...]

Tags: []
Written By: techieDan on November 30, 2011 No Comment
SQL LIKE query in PHP mysqli error

mysqli preparedstatement for SQL LIKE for php has some small bugs. You have to use CONCAT to solve this part. Perfect for those people in php development shifting from mysql to mysqli

Written By: techieDan on November 29, 2011 No Comment
Auto Submit Form in IE using VB Script

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.

Tags: [, ]
Written By: techieDan on November 15, 2011 No Comment
Center a Page using CSS

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.

Tags: [, ]
Written By: techieDan on June 7, 2011 No Comment

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.

Tags: [, ]
Written By: techieDan on March 15, 2011 One 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.

Tags: [, ]
Written By: techieDan on March 7, 2011 One Comment
Java 7 – New Switch Statement

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.

Tags: [, , ]
Written By: techieDan on March 3, 2011 2 Comments
More AutoBoxing in Java

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.

Tags: [, , ]
Written By: techieDan on February 10, 2011 One Comment
Track Records on Database using DB2

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.

Tags: [, , ]
Written By: techieDan on January 27, 2011 2 Comments
MS Excel Wrap Text Vertically

So how do you wrap a long text in MS Excel? Follow these steps in order to learn how to wrap your text in just one column in Microsoft Excel sheet.

Tags: [, , ]
  Copyright © 2009 TechieDan, All rights reserved.| Powered by WordPress