Michael Flanakin's Web Log

Comments and complaints on software and technology in general

  Home  |   Contact  |   Syndication    |   Login
  159 Posts | 18 Stories | 268 Comments | 497 Trackbacks

News

This weblog is no longer being maintained. For the latest, check out www.michaelflanakin.com!

Twitter












Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Miscellaneous

XML

SD Times released an article that mentioned key topics/technologies from each of the past 5 years. The article also discussed a few possibilities for 2003. Here are the labels given to '98-'02, according to SD Times: 2002 Year of Web Services 2001 Year of XML, .NET 2000 Year of Enterprise Java 1999 Year of Linux 1998 Year of the Web I think that 2003 should be the Year of the Architect or the Year of Architecture. I know that software architecture has been around for a while, but I don't think I've...

AITF was a success! Juval Löwy, Michael Wheaton, and Dan Malks came and spoke to a group of developers and managers, and they all loved it. This forum was more focused on software development than I'd like for the future, but I had to minimize the scope because of other things going on at work. I must say that if you haven't experienced one of Juval's talks, you're missing out. Juval is very eccentric and opinionated, which is always a good thing in my book. He's worked with Microsoft on a number...

Here are a few nice markup validators. Let me know if you have any favorites/preferences. CSS HTML RSS 2.0 XHTML Then again, a lot of tools provide support for this. Visual Studio is ok, but questionable - we'll see if it gets any better. I'm sure someone has probably built a plug-in to validate code from within VS...

One thing that I've always seen, but never understood was the use of spaces over tabs. Does anyone have any good reasons for this? I prefer tabs because they are easier to use. For instance, if I need to delete an indention, I press backspace. If I need to move left one indention, I press the left arrow...both ONE time, not four. Different editors work in different ways, but I think that tabs completely ensure the same functionality. If it's a tab, it's treated the same way, no matter what. One person...

Ain't it beautiful? 369 CIOs were asked which platform is preferred in building Web services Microsoft .NET 46.5%IBM WebSphere 19%Sun One 8.2% Thanks to Rebecca Dias for the slides. Check them out if you get a chance. Good stuff, but I would have preferred a little less marketting-type info...then again, it's really not that bad...

I'm looking for a good name for a software development conference-summit-forum-thing. This is an internal event to help share information as well as bring in good people to talk about software issues/innovations. Does anyone have any suggestions? Here are some of the ideas I've been mulling over: Application Development Forum (ADF) Applied Technology Forum (ATF) Applied Information Technology Forum (AITF or “8F”) Information Technology Forum (ITF) Software Development Forum (SDF) Software...

There was a recent survey on the Code Project website that asked, “What notations do you use when coding?” I was surprised to see that nearly 53% of the respondants claimed to use Hungarian notation, with all but a few of those using prefixes (i.e. m_ for member variables). Now, I'm sure none of the respondants use only one naming convention, but I thought it was refreshing to see that Hungarian hasn't died - I am still a big fan. Generally, I use the following... Local variables: Hungarian...

I read a post mentioned by Jason Olson and thought it was pretty interesting. One thing that I've been interested in, and plan on looking at in more detail in the future, is an RSS calendaring capability. The basic functionality is already within RSS, but I want to see where RSS would need to be extended to fit more advanced capabilities. I also plan on working with XSL to transform the RSS feed into actual iCalendar events. I haven't looked into this, yet, but plan on it. The project should be pretty...