SVN Working Copy xxx locked and cleanup failed
If you’re using Subversion at some point you will get the infamous “SVN Working Copy xxx locked and cleanup failed” error. Why…
Insights, guides, and deep dives from the Enterprise Software Academy team.
If you’re using Subversion at some point you will get the infamous “SVN Working Copy xxx locked and cleanup failed” error. Why…
Windows Services,especially managed .NET ones , can be extremely difficult to deploy if not done correct initially. Errors, of course, can also…
Coders at Work written by Peter Seibel is a fantastic book of interviews of fifteen very famous programmers. Audience of the book…
Occasionally, as a software developer you want to restrict a user to only allow them to run one instance of an application…
I’m not sure how many times I have been someone ask for help on the MSDN forums, email me, or come over…
As anyone that works with Microsoft products (especially older ones) knows, it can be extremely difficult to get one of their products…
Professional PHP Design Patterns written by Aaron Saray, coming in at around 250 pages is a very short and concise book. Unfortunately,…
Getting the path of the running application is really simple, and is pretty important if you allow the user to install the…
Editing the footer links in magento is actually pretty easy. By default, there should be a static block called footer_links. The static…
It’s no secret that I have been contact almost daily by Technical Recruiters , often the job advertisements that the technical recruiters…
I have a few applications that use the Windows SMTP Server to send email or to send email from SQL Server Reporting…
After upgrade magento to 1.5.0.1, my client’s website was stuck in magento maintenance mode. I wasn’t able to easily find a way…
In the last three months, I can say that I have learned more about SQL Server than ever before because of the…
Error: uncaught exception: [Exception… “Component returned failure code: 0x805e000a [nsIXMLHttpRequest.open]” nsresult: “0x805e000a ()” AdBlock interferes with the XmlHTTPRequest object and is known…
COMP 306 is a class about C++ and definitely required some previous experience programming in C, C# or some other object oriented…
In the February 28th 2011 edition of Information Weekly, Chris Murphy wrote an article called “IT Is Too Darn Slow.” Chris’ article…
I have been taking distance education classes through Athabasca University for the last year and am working on my Bachelor’s of Science.…
Today, at the office I had a very interesting issue where a user wasn’t able to sign into the SQL Server Reporting…
I don’t often have fields much longer than 256 char, but a web application I am working on makes use of varchar…
Tonight, I’ve encountered a very strange situation where the session data was empty after each page reload. Have you ever had an…