Wednesday, June 21, 2006

Notes on IE CSS Popup Bug

The "pure CSS" popup code doesn't work on IE. Check out this link for a fix:

http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp

Links Related to Development Tools

http://www.hanselman.com/blog/content/radiostories/2003/09/09/scottHanselmansUltimateDeveloperAndPowerUsersToolsList.html
http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/default.aspx

Links Related to .Net Reflection

http://www.programmersheaven.com/2/Dot-Net-Reflection-Part-1
http://www.programmersheaven.com/2/Dot-Net-Reflection-Part-2
http://msdn.microsoft.com/msdnmag/issues/05/07/Reflection/

NotepadEx

A simple notepad utility that saves a file as a web page with CSS formatting. Allows user to define CSS styles and provides intellitext dropdowns for selected text, paragraph, and words.

Monday, June 19, 2006

Links and Notes

MSDN article on how to use XmlDataSource to access data stored in an XML file.

XPath query strings

Wednesday, June 07, 2006

Windows Workflow Foundation

Human Workflow addresses the problem of using software to coordinate the interactions between real human beings. Specifically, from the software perspective, the Human Workflow problem is this: software algorithms (aka Business Logic) are deterministic but the primary participants (Humans) are non-deterministic. How do we account for the "non-determinism" of the humans that will be operating our Busniness Logic software?

Microsoft has created the Windows Workflow Foundation to attempt to address this issue. The Windows Workflow Foundation is a development tool for Visual Studio that allows a developer to create Workflow Models. [Give an example]. The key is that these workflow models can be changed "on the fly" allowing the developer to modify a system's business logic according to unexepected human decisions without "bringing the system down".

I'm not in the business of creating business models or developing enterprise level applications, but I'm keeping my eye on this.

Friday, June 02, 2006

Great Development Blogs and Sites

http://galbraiths.org/blog/
http://www.jroller.com/page/gfx
http://www.windowsforms.net/

Java Stuff

Thursday, June 01, 2006

Java Jargon

Java is notorious for jargon. In this post we aim to get things straight.

First of all, Java 5.0 and Java 1.5 are the same thing.