| | Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| 28 | 1 | 2 | 3 | 4 | 5 | 6 | | 7 | 8 | 9 | 10 | 11 | 12 | 13 | | 14 | 15 | 16 | 17 | 18 | 19 | 20 | | 21 | 22 | 23 | 24 | 25 | 26 | 27 | | 28 | 29 | 30 | 31 | 1 | 2 | 3 | | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
Subscribe to this feed:
|
|
Archives:
| November, 2009 (1) |
| September, 2009 (1) |
| July, 2009 (2) |
| June, 2009 (1) |
| May, 2009 (1) |
| March, 2009 (5) |
| February, 2009 (3) |
| July, 2008 (1) |
| June, 2008 (2) |
| May, 2008 (1) |
| April, 2008 (2) |
| March, 2008 (4) |
| February, 2008 (4) |
| December, 2007 (2) |
| October, 2007 (2) |
| September, 2007 (1) |
| June, 2007 (1) |
| May, 2007 (4) |
| April, 2007 (4) |
| March, 2007 (2) |
| February, 2007 (4) |
| January, 2007 (3) |
| December, 2006 (1) |
| November, 2006 (4) |
| October, 2006 (7) |
| September, 2006 (2) |
| August, 2006 (14) |
| July, 2006 (9) |
|
This is something I downloaded a while back, and use sporadically, but every time I do, I'm amazed. In a single right-click menu it gives you access to just about any tool a good web developer needs when browsing their app. Turn off styles/javascript/cache/images/etc for testing. Switch CSS Media types, edit css on-the-fly. Outline divs, tables, links, etc. Validate using a variety of tools- even localhost sites. The one humble menu item that spurred me to post this, though, is 'Resize To... 800x600'. Perfect for testing your app on that ginormus monitor. http://chrispederick.com/work/webdeveloper/
Microsoft has released a free utility called XML Notepad that serves as a lightweight, stand-alone XML editor. Probably not the most full-featured product available, but it does handle schema validation and performs XSL transforms...and the price is right.
It'll be pushed down in Windows Update on Nov. 1, but IE 7 is out of beta now, and can be downloaded here: http://www.microsoft.com/windows/ie/default.mspx It'll be interesting to see who switches back and who stays with FireFox. The main factors for my switch to FF were tabbed browsing and RSS, both of which have been added.
I was reminded again today how freaking awesome ClickOnce is. Awesome to the developer, because you run a little wizard and get a deployment package, installation page, and auto-update (and rollback) functionality. Awesome for the user because you click a button to install an app, (maybe another to grant it permissions), and get notified whenever it updates. To bad it doesn't work natively with FireFox. Fortunately there's a plugin for it until Microsoft gets it working. The first article also mentions a workaround you can use on your installation page.
There's a ton of free content on MSDN and elsewhere, but these professional courses usually cost about $50 each, and cover a specific task or topic in-depth. Enjoy!
One of my favorite development tools is Google. It's better than MSDN's built in search at putting the links I want at the top. For example, you can search for "site:microsoft.com Some Class, Method, etc." and quickly get MSDN docs on anything that's bugging you. And what developer hasn't Googled an error message? Now there's a new feature in Google labs that lets you search public source code. Obviously, you'll need to be wary of licensing issues, but if you want to see how a, say, an HttpHandler is used "in the wild", you'd just search lang:C# (or VB.NET, etc), and the keyword. One caveat: there's tons of bad code (tm) out there. Even on MSDN, there are hard-coded connection strings, unclosed readers, and un-disposed disposables galore. Don't use Google as a crutch for really learning your trade!
This is a pretty good article on some security considerations in ASP.NET applications, and how they can be addressed by editing your web.config file.
|