Skip to content

Commit 6987d5b

Browse files
author
aeoth
committed
Added content for the 'day-by-day' posts
1 parent 18e898e commit 6987d5b

File tree

8 files changed

+38
-3
lines changed

8 files changed

+38
-3
lines changed

_posts/Week01-MarkPad/2012-01-03-day1.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ title: "MarkPad: Day 1"
66
feed: "project"
77
---
88

9-
We did stuff.
9+
> The first few days of the first project (MarkPad) were retroactively blogged about because we only decided to do that *after* the fact.
10+
11+
What can you expect from day one of a brand new project? Not much, right? Wrong. Awesomeness is what you should expect. The first <strike>sucker</strike> up to the plate was [@distantcam](https://twitter.com/#!/distantcam) who setup the Caliburn.Micro framework, hooked up MarkdownSharp and we were well on our way to getting a workable utility.
12+
13+
![](/img/week1-day1.png)
14+
15+
Initially we were using a plain textbox as the editor, but quickly discovered the powerful [AvalonEdit](http://www.avalonedit.net/) control from SharpDevelop.
16+
17+
17 commits for day one? Not shabby.

_posts/Week01-MarkPad/2012-01-05-day3.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,20 @@ title: "MarkPad: Day 3"
55
feed: "project"
66
---
77

8-
We did stuff.
8+
> The first few days of the first project (MarkPad) were retroactively blogged about because we only decided to do that *after* the fact.
9+
10+
While day two was "slow", day three was anything but. An icon, a UI overhaul, and so many features.
11+
12+
###The Logo
13+
One of the good and bad things about an adhoc, democratic app is that everybody has a say. This has led to some great UI or logic choices, but on the flipside has also had a few instances of where nobody could agree and executive decisions has to be made. For the icon, we had two shapes and many colours to pick from!
14+
15+
![](/img/week1-day3-logos.png)
16+
17+
###UI overhaul
18+
It was voted that the anything resembling the "Fluent UI" (Ribbon) should be nuked from orbit, and instead we opted to go for a metro look. Thankfully, we all knew a guy who knew a guy who had a [WPF Metro Library](http://www.theleagueofpaul.com/metro).
19+
20+
![](/img/week1-day3-screenshot.png)
21+
22+
The design was inspired by (and permitted!) [ClindHartsen](https://twitter.com/#!/clindhartsen)'s "[Focus Text Editor](http://clindhartsen.deviantart.com/art/Focus-Text-Editor-176271501)"
23+
24+
We also introduced [Awesomium](http://awesomium.com/) as the preview control to make up for the lacking capabilities of the build in WPF WebBrowser (which is really just IE in an ActiveX/COM wrapper)

_posts/Week01-MarkPad/2012-01-06-day4.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@ title: "MarkPad: Day 4"
55
feed: "project"
66
---
77

8-
We did stuff.
8+
If day three was a productive day, day four was insane.
9+
10+
More UI refinement, including "UX" refinement with syncing of scrolling between the two panels
11+
![](/img/week1-day4-screenshot.png)
12+
13+
Another icon, this time for *documents* - that is, .md, .mdown and .markdown. Just like the app logo, we went through several iterations before we found the right one.
14+
15+
![](/img/week1-day4-icons.png)
16+
17+
`1-MetaweblogAPI` branch can now communicate with FunnelWeb/Metaweblog API to publish new posts and open, edit and save old posts!
18+
19+
`Win7Intergration` has (optional) file association (which is what the document icon is for) and jump list support - it's all starting to come together!

img/week1-day1.png

171 KB
Loading

img/week1-day3-logos.png

48.4 KB
Loading

img/week1-day3-screenshot.png

116 KB
Loading

img/week1-day4-icons.png

51 KB
Loading

img/week1-day4-screenshot.png

145 KB
Loading

0 commit comments

Comments
 (0)