Browse by Tags

On the BLOCKED SCRIPTSys entry…
Sat, Oct 17 2009 15:10
Unfortunately, it seems like CS is escaping my JavaScript code. Whenever you see BLOCKED SCRIPTSys, it should be javascript :Sys (without any space). Sorry for that, but I believe there’s nothing I can do about it now… Read More...
by luisabreu | with no comments
Filed under: , ,
.NET 3.5 and VS SP beta1 goodies
Mon, May 12 2008 20:58
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager is able to combine scripts so there's really no need for using the ToolkitScriptManager for that... Read More...
by luisabreu | 1 comment(s)
Filed under: , , , , , ,
My book is out!
Tue, Mar 20 2007 13:08
As I've said before, I've written a book (portuguese only) about ASP.NET AJAX. After waiting for a long time, it seems like the book is out ! (unfortunately, there's no direct link for a complete page because they keep on insisting on using iframes. if you want to get all the info about it, you'll have to go to their main site and search for the book). I'd like... Read More...
by luisabreu | 4 comment(s)
Filed under: , ,
First rant about VS orcas
Wed, Mar 14 2007 5:34
Yes, we've got better support for Javascript and debugging, but where's the so much needed auto-format option for JS code? please, please, put it in the final release! Read More...
by luisabreu | with no comments
Filed under: ,
Quick tip: using Fiddler to catch the traffic in IE7
Wed, Jan 31 2007 15:09
Some time ago, Rama gave us (users of the AJAX forums) a good tip: Using http://localhost . :12 ... or http://localhost . / .... forces IE to use Fiddler to make the request! The problem is that IE7 is smart (in fact, maybe I should say that in this case, it's behavior is really annoying) and even if you configure it to go through a proxy, it will always make... Read More...