no

How to Fix Nosuchmethodexception With Classvalidator Exception

Note I'm using jboss-5.1.0.GA If you ever encounter the following error: Caused by: org.hibernate.AnnotationException: java.lang.NoSu...

How to Fix Noclassdeffounderror With Jschexception

Encountered this problem? java.lang.NoClassDefFoundError: com/jcraft/jsch/JSchException Already tried the jsch.jar in classpath of your s...

How to Clear the Values of Html Input Fields No Cache

There are times when you don't want to show the values previously entered and process of a certain html form. For example on a public PC...

How to Insert or Update a Table With Foreign Key in Entity Framework

For example you have 2 lookup entities: Country and Province And Your Person Entity has country and province field. In short both Country...

Learn Spicie Dynamically Adding Elements to Document Object

See code below: Using SpicIE's OnDocumentComplete event void SpicIE1_OnDocumentComplete(object pDisp, ref object url) { ...

How to Setup Javarebel on Your Eclipse

Steps on how to setup javarebel on eclipse 1.) download javarebel, and extract in a directory 2.) buy a license and paste the jrebel.lic ...

How to Fix Unable to Load Dynamic Library in Php

Okay first I'm no expert in apache or php but I guess writing about this bug might help someone. Yes I've installed perhaps tens of ...

How to Fix the Maven Integration Requires That Eclipse Be Running in Jdk

"The Maven Integration requires that Eclipse be running in JDK, because a number of Maven core plugins are using jars from the JDK. P...

How to Get Imei from Android or Iphone

For android it's pretty straight forward. You just have to add read phone state permission. <uses-permission android:name="and...

Learn Date Conversion in C#

A always use these 2 methods so I'm gonna paste them here. I don't remember if I change some lines in these code but I'm sure I ...

How to Fix Server Application Unavailable on Iis

Server Application Unavailable on IIS is often caused by a misconfigured IIS virtual directory. You can look at the event viewer of window...

How to Fix This Database Does Not Have a Valid Owner in Mssql

I encountered the error below when creating a diagram in the Management Studio. "Database diagram support objects cannot be installed...

How to Fix Null Error on Document Ready in Jquery

I'm working on a script that uses jquery and it's working normally on a simple page that I made. However when I create a master page...

archive