Archive for January, 2010


IE7 Ajax Bug

Wednesday, January 13th, 2010

I had problems with IE7, when you do a Ajax call after a data update, IE7 will not make that call, he just throws old data. To fix the “problem” you need to change the url you are sending to force it to send every time!

(more…)

I Highly Recommend World War Z

Sunday, January 10th, 2010

This book is highly recommend for those who love Zombie Movies :)

ASP.NET MVC JsonResult

Thursday, January 7th, 2010

Quick note on creating and returning JSON via a controler, without using JayRock, which allows clients, typically JavaScript in web pages, to be able to call into server-side methods using JSON as the wire format and JSON-RPC as the procedure invocation protocol. The methods can be called synchronously or asynchronously !

(more…)

Regular-Expression Notes From Everywhere

Tuesday, January 5th, 2010

Knowing how to use regular expressions is important. Regular expressions help me solve problems both large and small.

There nothing magic about Regular expression. Just like a magician, there is nothing magic about magic. The magician understands something simple which does not appear to be simple or natural to the untrained audience.

(more…)