{#advanced_dlg.about_title}

Technology »

Saturday, June 12, 2010 | 3 Comments

Today (June 12th, 2010) I had a great time presenting at NoVA CodeCamp spring edition.
The topic of my presentation was on Building Mobile App with jQTouch and jQuery. For more information you can check our my blog post from last week. [More]

{#advanced_dlg.about_title}

Web 2.0, Technology, Open Source, .NET Framework »

Tuesday, June 8, 2010 | 4 Comments

Ladies and gentlemen, start your laptops… It's Hackathon-time, hosted by the Capital DotNetNuke User Group. What is a Hackaton? Hackathons are developer events with a goal of increasing developer knowledge on a specific technology aspect in a casual, collaborative environment. They are also designed to encourage participation by people who are not familiar with the technology, basically providing them with an immersive quick start. Hackathon Events are: built around a single programming concept (for example: DotNetNuke MVP Pattern) encourage participation... [More]

{#advanced_dlg.about_title}

Technology, Web 2.0 »

Saturday, June 5, 2010 | 3 Comments

The other day I had to sort a list by a datetime field. Given that this was an ASP.NET project, the easiest way that comes to mind to do that is to just sort the data on the server side, using LINQ, by writing a Comparer Class, or some other custom sort routine. Unfortunately for me those options were not available to me because: Collection I needed to sort was coming from an “black box” API, and one which I had no access to. Furthermore, even though they provided a Sort method on collections, it wasn’t working. LINQ was out of the question because the applic... [More]