Guido Tapia

Guido Tapia

June 3, 2010

Annotated, Google Closure Javascript Compiler - Visual Studio Snippets

I have spoken in the past [https://picnet.com.au/blogs/Guido/post/2009/12/10/Javascript-runtime-compilation-using-AspNet-and-Googles-Closure-Compiler.aspx] about my great respect for the closur [http://code.google.com/closure/] ...

in software-engineering

Guido Tapia

August 29, 2010

IndexedDB Google Closure extern file

I've been doing some work with IndexedDB [http://www.w3.org/TR/IndexedDB/] (on Mouse Eye Tracking [http://met.picnet.com.au/]) recently and created a ...

in software-engineering

Guido Tapia

October 15, 2010

Google Closure Template Project - Getting Started Quickly with Google Closure Tools

One of the hardest things about getting started properly with Google Closure Tools [http://code.google.com/closure/] is that it has a huge amount of framework boilerplate that needs to be organised in order to write your first line of ...

in software-engineering

Guido Tapia

January 11, 2011

PicNet's Closure Library Controls Now Public!!!

It gives me great pleasure to anounce that PicNet's [https://picnet.com.au] closure control library is now public.  We have started with only 2 of our controls but over the next few weeks we will port all of our control code to this ...

in software-engineering

Guido Tapia

March 22, 2011

Understanding Nancy - Sinatra for .Net

For a project we are currently working on here at PicNet [https://picnet.com.au/] we decided to forgo the bloat of ASP.Net and Mvc and go for a super light weight web platform. We tried Kayak [https://github.com/kayak/kayak] ...

in software-engineering

Guido Tapia

May 11, 2011

A faster, better sql server and sql azure log appender for log4net

After much effort, trying to get the default DatabaseAppender working in log4net I decided to write my own, so with the help of one of my alpha geeks (Tnx Chinsu) we created this awesome (its awesome because it uses batch inserts and actually work ...

in software-engineering