Home » Archive

Tutorial

Written By: techieDan on March 9, 2010 2 Comments
Using CSS instead of plain HTML

For those that started studying computers or those in the 90s, most of us started learning the HOW TO BUILD A WEBPAGE with HTML. Those days, a webpage is defined by how well it was formatted and if you want fancy stuffs, the best one can get is Macromedia Flash (now Adobe Flash). Here are [...]

Written By: techieDan on January 11, 2010 No Comment
SVN Error on Eclipse

Using Eclipse as my Java editor, and attempting to update the desired codes and to mark the version on SVN with TechieDan’s codes has prompted this error from eclipse.

“Attempted to lock an already-locked dir svn:”

Now looking at this, nothing was updated and a solution was needed to be able to update codes. The solution is [...]

Tags: [, ]
Written By: techieDan on December 31, 2009 One Comment
Batch Resize Photos in Photoshop CS3

Most of us who snap photos usually take those pictures on the newer cameras with bigger pixels. Though the problem is sometimes we need to crop the picture or rather resize the photos for public viewing on the Internet. Yes, one can do that one by one using Adobe Photoshop, and re-size them accordingly to [...]

Written By: techieDan on December 17, 2009 One Comment
Hibernate Error : exception setting property value

Been playing around with Hibernate and mapping classes with Java. A reason why Hibernate is useful is so to facilitate users to stop writing pure SQL for queries and reduce code redundancy. A slight note, Hibernate also works well with the .NET platform.

Though there was this error which TechieDan experienced

org.springframework.orm.hibernate3.HibernateSystemException: [...]

Written By: techieDan on November 26, 2009 One Comment
Javascript Submit Form Not Working

Remember previously I was writing about how to do javascript to submit a form in html/jsp/php/asp. Well, surprisingly sometimes we discover things which are unexpected. For instance to submit a form without clicking the submit button but another link or button. Though something is wrong! The form doesn’t submit at all and there’s a javascript [...]

Written By: techieDan on November 17, 2009 No Comment
Multiple Values Form:Select in Spring Java

Have been searching how to do multiple values in Spring.

What is Spring?

There are no complications when displaying only a single id or a value while using spring and form taglib by doing this.

<form:select path=”prospect.wholeSaleId” items=”${List}”
itemLabel=”wholeSaleId” itemValue=”wholeSaleId”>

Now itemLabel would display the wholeSaleId value. The problem now is how to display let’s say [...]

Written By: techieDan on November 4, 2009 No Comment
Favorite SEO Wordpress Plugins

You have already gotten your domain name and I presume that you’re going to start installing Wordpress to start your blog engine. Problem though is after many days of posting so many things online, why not many people are visiting your site. What is wrong? Well, here are few simple steps and few plugins which [...]

Tags: [, , , ]
Written By: techieDan on October 29, 2009 No Comment
How To Add Remove Programs in Vista

Windows XP has always been the most convenient of all Windows platform. Suddenly Windows 7 made its debut. Surprisingly those using Windows Vista had trouble adapting to this OS (Operating System) since certain menus appears differently compared to Windows XP. An example is to how to Add/Remove Programs in Windows Vista.

The problem happened when a [...]

Written By: techieDan on October 27, 2009 3 Comments
Cool New Loop in Java 5

Most of us grew up with “Learn How To Program in C“. Then some of us shifted to JAVA due to the phrase, “Write Once, Run Everywhere“. Now back then, learning to write a loop in those days are considered good programming practice during the C Programming era. TechieDan even has his experiences on C [...]

Tags: [, ]
Written By: techieDan on October 23, 2009 No Comment
Blogspot Add New Template

Time to help a few people. For those not in the technical side, modifying a template of a blog would be quite a hassle. Think about writing a new one instead. That’ll be a superbly pain in the ass.

Though fear no more. On the world wide web, there are lots and lots of templates ready [...]

  Copyright © 2009 TechieDan, All rights reserved.| Powered by WordPress