|
Fixed a minor issue with comment view (wasn't showing the comment author)... I guess the last things that is preventing me from switching over is some utility for bi-directional synchronization... i want to be able to edit on the client or server and have both get updated... that seems like it's going to be a bit tricky... 11:39:05 PM |
|
Added comment support to the web frontend for BlogX... wahoo! 11:22:02 PM |
|
Hmm... I tried to have BlogX save everything as UTC, however for some reason Xml Serialization seems to have no way to serialize as UTC, so I ended up losing 8 hours between serialize and deserialize... anyone have any thoughts here? If not I'll ask someone at work tomorrow... 10:21:01 PM |
|
Restructured the UI to use a lot more user controls (such as a single control for viewing an entry) and also fixed the CSS for floating the right pane (thanks!). Also added basic editing (requires write access for the ASP.NET account on the server to the file system). You can see my first entry that I did with the web front end here. I tried to follow Michael's advice for using WSYSIWIG HTML editing, but I couldn't get the HTML posted back to the server, so the editing is done via raw HTML. Of course I have great editing in the WinForms front end :) 10:15:37 PM |