Skip to content

Commit 1c576e7

Browse files
author
aeoth
committed
fixed up lack of comments
1 parent 6e83b9a commit 1c576e7

File tree

8 files changed

+66
-58
lines changed

8 files changed

+66
-58
lines changed

CNAME

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
code52.org
1+
code52.org
2+
www.code52.org

_posts/2012-01-10-line-endings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: Line Endings
44
date: 2012-01-10
5+
comments: true
56
---
67

78
We're still learning Git and frankly it shows. We've hit an issue that can be best solved by copying a [wiki article](https://github.com/NancyFx/Nancy/wiki/Make-sure-line-endings-doesn%27t-bite-you-%28or-us%29) from [NancyFx](http://nancyfx.org/) nearly verbatim
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
---
2-
layout: post
3-
permalink: /weekone-dayone.html
4-
date: 2012-01-03 23:59
5-
title: "MarkPad: Day 1"
6-
feed: "project"
7-
---
8-
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-
1+
---
2+
layout: post
3+
permalink: /weekone-dayone.html
4+
date: 2012-01-03 23:59
5+
title: "MarkPad: Day 1"
6+
feed: "project"
7+
comments: true
8+
---
9+
10+
> The first few days of the first project (MarkPad) were retroactively blogged about because we only decided to do that *after* the fact.
11+
12+
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.
13+
14+
![](/img/week1-day1.png)
15+
16+
Initially we were using a plain textbox as the editor, but quickly discovered the powerful [AvalonEdit](http://www.avalonedit.net/) control from SharpDevelop.
17+
1718
17 commits for day one? Not shabby.
Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
---
2-
layout: post
3-
permalink: /weekone-daythree.html
4-
title: "MarkPad: Day 3"
5-
feed: "project"
6-
---
7-
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-
1+
---
2+
layout: post
3+
permalink: /weekone-daythree.html
4+
title: "MarkPad: Day 3"
5+
feed: "project"
6+
comments: true
7+
---
8+
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+
While day two was "slow", day three was anything but. An icon, a UI overhaul, and so many features.
12+
13+
###The Logo
14+
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!
15+
16+
![](/img/week1-day3-logos.png)
17+
18+
###UI overhaul
19+
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).
20+
21+
![](/img/week1-day3-screenshot.png)
22+
23+
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)"
24+
2425
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)
Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
---
2-
layout: post
3-
permalink: /weekone-dayfour.html
4-
title: "MarkPad: Day 4"
5-
feed: "project"
6-
---
7-
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-
1+
---
2+
layout: post
3+
permalink: /weekone-dayfour.html
4+
title: "MarkPad: Day 4"
5+
feed: "project"
6+
comments: true
7+
---
8+
9+
If day three was a productive day, day four was insane.
10+
11+
More UI refinement, including "UX" refinement with syncing of scrolling between the two panels
12+
![](/img/week1-day4-screenshot.png)
13+
14+
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.
15+
16+
![](/img/week1-day4-icons.png)
17+
18+
`1-MetaweblogAPI` branch can now communicate with FunnelWeb/Metaweblog API to publish new posts and open, edit and save old posts!
19+
1920
`Win7Intergration` has (optional) file association (which is what the document icon is for) and jump list support - it's all starting to come together!

_posts/Week02-Jibbr/2012-01-10-day1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permalink: /weektwo-dayone.html
44
date: 2012-01-10 23:59
55
title: "Jibbr: Day 1"
66
feed: "project"
7+
comments: true
78
---
89

910
Technically we started this on Day 0 with forking the [Jabbot](http://github.com/davidfowl/jabbot) project and gathering ideas and features while people explored the code. Due to the Hanselman effect, we had an overflowing chatroom and lots of discussion to keep us busy.

_posts/Week02-Jibbr/2012-01-11-day2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
permalink: /weektwo-daytwo.html
44
title: "Jibbr: Day 2"
55
feed: "project"
6+
comments: true
67
---
78

89
More momentum, more interest, more progress and lots more chatter in the JabbR room - including a hilarious discussion on Git's autocrlf behaviour.

_posts/Week02-Jibbr/2012-01-12-day3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
permalink: /weektwo-daythree.html
44
title: "Jibbr: Day 3"
5+
comments: true
56
feed: "project"
67
---
78

0 commit comments

Comments
 (0)