Fabrice's weblog
Tools and Source
-
Visual Studio: missing a keyboard shortcut
I've been struggling with CTRL+TAB since the first day I started working with VS. Till today, I still do not know how to jump to the next (visually speaking) tab in the editor. CTRL+TAB does not make it as it jumps to the next (randomly speaking) tab. I don't understand the logic behind it, and it's not working as I wish it would.
-
Search page
I've put a search page for dotnetweblogs.com on my weblog. Thank you goes to Google.
(Scott, I included aspnetweblog.com too :-) ) -
Visual Studio Tips
While showing-off the previous tip to a mate I was eagerly pointed in the direction of this link:
-
HTML Toggle Borders
A nice little tool useful if you are working with HTML tables.
-
Search page
Scott Watermasysk is working on a search solution for the weblogs.asp.net weblogs. You can try it out there: http://scottwater.com/tempsearch/
-
Speech by Senator Robert Byrd on war on Iraq
Escaping from our .NET world for a second (as we are leaving in a real world too...):
-
Cool CSS techniques
-
eXtensible C# Provides Compile-Time Attributes
eXtensible C# provides a set of compile-time attributes to do things like inject code (like to check for a null value), analyze code at compile-time and even obfuscate. Very cool.
-
First AOP sample
My first AOP test or so. This one uses proxies.
I kept it really simple so that you can see the basics. -
ASP.NET Starter Kits
Hey, I didn't know about ASP.NET Starter Kits Beta. Cool !!