August Programming Competition Winner

The requirements were tough and the deadline was short. Any member that entered should feel good about themselves just for rising to the challenge. Though not easy, of the half-dozen entrants, a winner has been chosen.

Of the many programming languages available, the winner chose ASP.NET for their application.

Admittedly, working with a database would be ideal and have benefits not available when working with files. Having written my own version to work with all three of the exported formats, I can say that in my opinion the winner made a wise decision in choosing to work with XML files.

Still, the work was not without problems. To those that entered and were unable to overcome them in time to submit your application, it is hoped that you can learn how various problems were handled by studying the winning entry.

As hoped, the winning application is a good example of Progressive Enhancement. Fully functional without any CSS or javascript, yet nicer looking and a lot slicker with them enabled, as can be seen by comparing these screen captures:

Start Page without CSS the file selection page

Start Page with CSS

Page 2 initial selection (and export) options page

Page 3 refined results, further selection (and export) options page

Message details without javascript requires an extra click, can only view one message at a time

Message details with javascript collapsible display

And the application creates well-formed and easy to read XML files

<privatemessages>
  <folder name="Exported">
    <privatemessage>
      <datestamp>2006-11-26 20:16</datestamp>
      <title>Re: trackback plugin</title>
      <fromuser>Checkerz</fromuser>
      <fromuserid>83572</fromuserid>
      <touser>SampleMember</touser>
      <message>Yeah, sorry to act like a newb about the whole thing. But I didn't think anyone would volunteer to do this for me. 

Anyhow, I got notification of both trackbacks and sure enough, only the spam-free would show up on the blog and the other was notified to me via email with the plugin that you recommended.

So there ya go, it works :) But thanks again for helping and recommending that plugin.


[quote="SampleMember"]
You already have trackback validation native to your version of WP? In any case, it seems the plugin (if you're using it) is working OK. I made 2 test posts and only the one with the link shows up as a trackback comment (with a funky pre-html edit encoding of something. - the "A"). Did the "spam" trackback get flagged as such?
[/quote]
</message>
    </privatemessage>
  </folder>
</privatemessages>

So, to get to the announcement, the winner is wwb_99. He was kind enough to answer a few questions:

You chose to work with ASP.NET, any particular reason why?

Because I know it very well and time was limited.

What tools did you use?

To produce the submission, Visual Studio 2010, ReSharper and my brain. Now, we all walk on the shoulders of giants, and I used a number of open source tools and projects to significantly enhance my submission. To ease the pain of testing things, I relied on the NUnit framework enhanced with RhinoMocks and MvcContrib’s TestHelpers. From the operational side of things, the search would not be possible without Lucene.NET. On the UX side of the fence, just about everything pretty/fancy/neat is a direct result of jquery and jquery-ui.

In my version of the application, one of the unexpected problems I encountered was finding a way to uniquely identify Private Messages. The export files don’t include any Id numbers. How did you solve that?

After cursing whoever designed the schema–you always need an identifier in any data interchange scenario–I realized that each message should be unique based upon a sum of it’s parts. So I effectively serialized the message to a string and took a fingerpint of each message, thereby creating a unique ID.

Other problems I had to deal with included long unbroken lines, “unusual” characters and entities. What were the most troublesome problems you had getting things put together?

Never really ran into this problem–insofar as dealing with the data transport, I just worked within native .NET XML serialization. If it was valid XML, .NET dealt with all those problems so I could concentrate on stuff like making the messages searchable.

The allowed time frame was tight. About how many hours did it take you from start to finish?

Not much of an hours tracker, but perhaps 24 hours or so total.

Speaking of finish, in my experience nothing is ever really done, it seems there’s always a tweak that could be made, a feature added, and the unexpected bug fix. Not that I’d fault you for taking the prizes and running, but are you planning to host the code somewhere, improve and maintain it?

[INDENT]Actually, I took the liberty to post the code over to Codeplex at http://vbulletinpm.codeplex.com/ for the world to see and use. Beyond that, I don’t really plan to do much with the app personally and publicly as I’ve got a few other fish to fry at the moment.

If I had a bit more time when working on it, beyond the finishing touches one would need – such as input validation for uploads – I would be considering the next step of taking the imported messages and persisting them for personal use in a document DB such as RavenDB. This would open up some neat scenarios and be a logical improvement.[/INDENT]

Thank you for participating in this contest. And thank you for the interview. Is there anything you would like to say about yourself in closing?

Thanks for the opportunity and for considering my entry. It was a blast.

You did a great job Mittineague. Congratulation for this. The images are still can not be seen. If possible post them again.

Congratulations!

:smiley: I think it’s a cool thing that you decided to throw it up to everyone for free instead of trying to make a quick buck out of it.

congratulation great job keep it up

Winning is not every thing but the way you win it, it means a lot to the person gives the tuff time to their competitors and peoples who have such creative mind to developed new ideas, which shows there talent and sincerity to their work.
<snip />[URL=“http://www.ghostpapers.com/”]

Congrats! Nice job on the code. Very small time frame to pull it off in and you did an excellent job on it. Kudos.

Congratulation for winning August Programming Competition. I think you did a very good job.Please upload more pictures and share your joy with us…

Those 6 are all the screen captures I have. Why don’t you post some of yours?
*keeping in mind that Private Messages are meant to be private.

Congratulations!

errrm. thanks, I guess. But I don’t deserve it, wwb_99 did all the work!

TBH I don’t know why the screen captures wouldn’t be showing for some of you. So I attached them too.

But a much better idea is to head over to http://vbulletinpm.codeplex.com/ , download it, and run it for yourself. :wink:

CONGRATULATIONS! every energy spent was worth it :slight_smile: keep it up.

Congratulations Wyatt.

Also can’t see the images if not logger in.

Hosting coming shortly.

Off Topic:

Ok, I can see them now

Nice job, looks cool. I like how it works with XML.

[OT]Hmmm. that’s a bit odd. They’re jpg files uploaded as jpg files and my “page info” add-on says they’re jpegs.

They’re from one of my profile albums but I just noticed I had it set as “private” so maybe that’s why? I’ll change that now and hopefully they’ll show up.[/OT]

Congratulations and nice job! clap clap

Congratulations!

Mittineague, I can’t see the screen captures (not in FF and not in IE). When I copy the links to the images and put them in the browser’s address bar, I get an empty page and image info telling me it’s a 1x1px png image…

Is it just me? :shifty:

Congrats! Nice job on the code. Very small time frame to pull it off in and you did an excellent job on it. Kudos.

Congratulations on a job well done.