Pretty Print XML in Javascript
I searched all over for a simple solution to pretty print xml with JavaScript. I saw several answers in StackOverflow, but I just wanted a straight answer that I could just paste on my page and voila!...
View ArticleVB6 Interop of Function with Array of User Defined Type (UDT)
Well tonight while I was deleting some spam comments from my blog and watching Dr. Who with my wife, I found a rather interesting comment.So the story was:First there is a VB6 DLL that had a class...
View ArticleMSMQ COM in CSharp
I have a development computer with Windows 8 and Visual Studio 2012, and I was planning on doing some tests with MSMQ. Everybody will tell you that you should just (in Visual Studio) open the...
View ArticleSubversion with Coldfusion and Adobe Dreamweaver CS5
I found two great articles about using Dreamweaver with Subversion.Part 1 is an introduction to subversion, an some general concepts about code versioningandPart2 is about confuring DreamWeaver to work...
View ArticleThe input[type="date"] in Internet Explorer (IE) 9 and 10
Well, yes yes. IE is becoming better and has more support for HTML5 features but... still a lot of things do not work.And that is very normal, browser will start adopting HTML5 little by little.In case...
View ArticleCan I use Subversion just like I used Microsoft Visual SourceSafe
Subversion is great and has many features, but sometimes (specially when merges can be complicated) you might want to switch to working as you did in Visual Sourcesafe where you were the only one that...
View ArticleShare session state between ASP classic and ASP.NET or missing ASP classic...
Today my good friend Jafet asked me: "What do you think about sharing ASP classic and ASP.NET state?". And I told him that there were some projects for helping in this task.I will mention some of them...
View ArticleVB6 Types (Structs) with Fixed Length Strings
In VB6 the communication with backend services usually involves the definition of Types (or Structs) using fixed length strings.VB6 provided language support for defining these data types. For...
View ArticleSlow first Time in ASP.NET applications
Well, this is a recurrent topic with ASP.NET:Why is the first page load always so slowjQuery152032498610322363675_1363786231988?I don't think there is a definite answer but I can think on some...
View Articlehttp://blogs.artinsoft.net/Mrojas/archive/2013/04/06/Binding-Events-in-WPF-Te...
Recently we come up with a situation during a migration to WPF where we needed to create a control that used an item template and we needed to bind the item template control to a control.WPF in general...
View Article