Welcome to whodurun4.com Community Sign in | Join | Help

September 2005 - Posts

It took me a little time to figure this one out this morning, so here it is. Thanks to Martin Honnen on this thread . In order to make the script execute from the hyperlink instead of navigating to a page with a location of the script you want to execute Read More...
Microsoft has posted information regarding their new Atlas project at their ASP.NET Future Versions site . It's largely links to the Atlas Home on the beta.asp.net site. I'm still not sold on all scripting objects being declared as functions and the prototype Read More...
This article on Low-Level Web App UI Test Automation is another step closer to what I've been looking for to test the custom controls I've been building. Read More...
K. Scott Allen offers a good brief overview of Master Pages in ASP.NET 2.0 . Read More...
Here's an article on lessons learned building custom server controls by Nigel Shaw. Unfortunately, I learned most of them the same way, but it's a good reference to hold on to. Read More...
Donny Mack provides an explanation of how to use Google's spell checking api on the client with the webservice behavior. I'd prefer one that just uses the XMLHTTPRequest, but it's a starting point. Read More...
In case I can't sleep for a month, here's an MSDN article on Building ASP.NET 2.0 Web Sites Using Web Standards . It covers XHTML, Accesibility (with validation for it) and Default, Search and Master pages. Read More...
Ron Talmage provides a nice list of Do's and Don'ts for importing data from legacy systems. Since my shop still creates data sets on a mainframe, I don't foresee needing this any time soon. But in case we would move to something else in the future, I'd Read More...
Here is a quick list of links regarding AJAX and session state. I need to think about this some more. Implications of Script Callbacks in ASP.NET Instant AJAX: Applying AJAX to your existing Web Pages Save and Load From Session State Saving Session Across Read More...
Dino Espizito demos some pretty cool new functionality in his Peronalization and User Profiles in ASP.Net 2.0 . I doubt I'll ever use it at work, but can easily think of many practical uses for it. Update: I found a quicker read by Jesse Liberty: Peronsonalization Read More...
I thought I'd already recorded this link, but here's the link to Microsoft's Go-Live License for .Net 2.0 Beta 2. Read More...
Here are some links for future reference on forming an LLC. NOLO has a good looking collection of articles about LLCs, starting with How to Form an LLC . Read More...
This article from FTPOnline provides a nice quick breakdown for each of the editions. Read More...
Entrepreneur.com provides some thoughtful considerations on business here . Read More...
I need to learn a little more about using CSS, so here's a link I'll be using to the W3Schools' CSS Reference . Read More...
I've used custom collections in custom controls with mixed success and came across this post by Natty Gur worth holding on to for future reference. And here's a thread I found on the topic with some more suggestions. Read More...
Lisa Crispin provides some well-thought insight on how to get started using XP methods when you don't work in an XP shop. She references FIT and FitNesse as frameworks for integration and acceptance testing worth consideration. Read More...