July 2004 - Posts

Movie Reccomendation: The Village
Saturday, July 31, 2004 11:52 PM
I just returned from one of the best movies I've seen this year, "The Village" by M. Night Shyamalan. If you go to movies.com and check out the average score, it got a 1.17 out of 5. I think I need to say that the reviewers didn't actually understand the movie, and the 43% "go and see it on the big screen" general audience (poll) did. It's got several twists that give it the type of movie for anyone who liked "The Game" or "Sixth Sense". Definately a see it now movie...just bring a pair clean underwear.
by mhawley | 1 comment(s)
Filed under:
Updated Utility: WebDeploy
Saturday, July 31, 2004 4:13 PM

I've updated WebDeploy this morning to fix several outstanding bugs that have come up since 1.2. This 1.2.1 version includes nothing new, but fixes the following:

  • Fixed application showing in Alt-Tab list when minimized to system tray.
  • Fixed error being thrown when no file masks are selected to be deleted.
  • Fixed ability of users with HyperThreading P4 processors to run application. Hack around bug in .NET framework.
  • Fixed a few minor items.

So, make sure you get the latest version here.

by mhawley | 13 comment(s)
Filed under:
Fun Words to Type
Wednesday, July 28, 2004 10:47 AM
You know what word is fun to type? Queue. Mississippi could fall into this category as well. What are fun words you like to type? What are hard ones that you hate?
by mhawley | 8 comment(s)
Filed under:
A little time, a little patience...
Tuesday, July 27, 2004 2:31 PM

...is all it takes to create such a cool looking calendar. One of my happiest customers to date has modified my CalendarPopup javascript to his likings, and as such, has come up with one of the coolest looking Calendar's I've seen...talk about cool.

Updated Utility: WebDeploy
Monday, July 26, 2004 4:03 PM

WebDeploy has now reached version 1.2 with a major shift in how it handles matching files. Yes, the most important release note about 1.2 is that WebDeploy no longer uses file extensions, but rather relies on using File Masks to match and copy files. This new feature will hopefully be able to extend its functionality to even more users.

A few other new additions to note, include the addition of new backup features, anonymous usage tracking, and pre/post commands that are called during a deployment. I'll take these one by one...

New Backup Features includes a more robust way of backing your files that are potentially going to be overwritten. The new features now includes 4 different methods of doing backups:

1. No backup at all, this is the most risky, and if you cancel during a deployment, no files are ever restored.
2. Backup to a temporary location. This solves #1's problem (which has existed previously), however your backed up files are removed after a deployment, whether you cancelled it or not.
3. Backup to a defined location. This method will delete any files and folders in your backup location, then make a backup of the potential files to that directory.
4. Expanding on #3, you can automatically create subdirectories in your base backup directory which will be date and time stamped.

Anonymous Usage Tracking has been added to allow me to collect statistics on how WebDeploy is used. You have the option to not send the usage statistics, however I must stress it is completely anonymous and no information about you, your computer, or your network will be transmitted and stored.

Lastly, Pre/Post commands have been added on a per-profile basis. These work similarly to VS.NET's Pre/Post commands, in the sense that you can execute something prior to deployment, or after deployment. The big thing that I can note from this, is being able to call NAnt scripts to compile a web application prior to deployment...talk about sweet coolness.

Okay okay, so I talked about the new big things...but what about the changelog...well, here it is:

  • Added tooltips to most of the dialogs and controls to help users.
  • Added new backup features.
  • Added backup functionality to console version.
  • Added minimizing configuration options, available in Tools->Configure
  • Added more description to FTP testing if the test fails.
  • Added anonymous usage tracking, with opt out functionality.
  • Added pre and post commands that can be run for a deployment. This is configurable on a per profile basis.
  • Fixed zip files not being visible within Windows XP Compressed Files
  • Changed idea of "Extensions" to be "File Masks". Adds numerous amount of flexibility for file deployment.
  • Changed Save and Load text to be profile specific.

"Like always, WebDeploy is freeware, and the source code is not available. If you have any further suggestions, comments, ideas, or problems, please do not hesitate to contact me or post them on this blog post.

If you wish to download WebDeploy, click here. You will need the .NET framework v1.1.4322 to run WebDeploy."

by mhawley | 13 comment(s)
Filed under:
BillG's Summer Home
Thursday, July 22, 2004 5:45 PM

Saw something extremely cool while taking a tour of Miami today, that was just a "must blog." The picture below, is the backside of BillG's summer home in Miami, FL. I sure wish I could live there...living next to the guy who created Asprin and Viagra, that estate ($49 Million) is wonderful itself.

BillG's Home

by mhawley | 2 comment(s)
Filed under:
I'm Older Now
Wednesday, July 21, 2004 11:41 AM
Well, one quick note from my vacation...today's my 23rd birthday, and what better way of spending it than sitting on the beach in beautiful blue skies. Yes, I've actually done that this morning, and plan on doing it later. So, off to lunch then back to the beach!
by mhawley | 6 comment(s)
Filed under:
Beating FTP Software
Sunday, July 18, 2004 9:36 PM

I'm not so sure if I'm beating the hell out of FTP software, but they sure seem to think so.

Rock on! Oh yeah, back to vacation.

by mhawley | 1 comment(s)
Filed under:
Leaving for Vacation
Friday, July 16, 2004 3:54 PM
For those of you keeping tabs on me...I'll be leaving for a week long vacation to Florida this evening. Yup, thats no programming, no work, no stress...just sitting on the beach getting burnt. So, don't expect me to respond if you have a pressing issue directed towards me. Catch on the flip side
by mhawley | with no comments
Filed under:
Async Call to WebService
Friday, July 16, 2004 3:53 PM

So I ran into a bit of a problem this afternoon when calling WebServices asynchronously. It seems that if the process that calls the webservice ends right after you call the web service asynchrously, the process stops the async call and never makes that call.

I know this to be the case because I did several different tests, one calling the method async, then doing a wait on the IAsyncResult. I also did a long loop afterwards...both of which worked just fine. It seems that since the process ends, it cuts off the async call.

Anyone have any insight on this problem?

by mhawley | 2 comment(s)
Filed under:
More Posts Next page »