July Code Blog
Web Development and Programming Blog
Friday, October 21, 2011
There was a failure while initializing the Microsoft Visual SourceSafe source control provider
›
I kept getting this error when I was trying to open my project. There was a failure while initializing the Microsoft Visual SourceSafe sour...
4 comments:
Monday, July 25, 2011
java.util.ConcurrentModificationException with ArrayList
›
You will receive java.util.ConcurrentModicationException error, if you are modifying a list while iterating it. For example, the following c...
2 comments:
Friday, May 6, 2011
The referenced assembly could not be resolved because it has a dependency on System.Data.OracleClient
›
Received the following build error: The referenced assembly "xxx" could not be resolved because it has a dependency on "Syst...
8 comments:
Tuesday, April 12, 2011
Resize image without distorting it
›
Has anyone come across a problem where image is being distorted on a webpage? Here is the simple CSS solution to display images without di...
2 comments:
Sunday, August 22, 2010
"Strict standards : Non-static methods called statically" Error after Joomla Installation
›
Recently I'm merely setting up a test site on localhost to check out Joomla features. After the installation, there are tons of Strict s...
Friday, July 30, 2010
Resize Textbox/Textarea based on content length
›
I was asked to implement resizing textbox based on content length in one of my projects, to avoid having to deal with scroll bars. And here ...
1 comment:
›
Home
View web version