forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
254 lines (171 loc) · 10.2 KB
/
index.html
File metadata and controls
254 lines (171 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-au" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
<link href="/projectsrss.xml" type="application/rss+xml" rel="alternate" title="Projects Feed" />
<link href="/projectsatom.xml" type="application/atom+xml" rel="alternate" title="Projects Feed" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>code52</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="shortcut icon" href="/img/favicon.ico" />
</head>
<body>
<div id="container">
<div id="side">
<a href="/" id="home" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
<div id="hometext"><a href="/" >code52</a></div>
<div class="section">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="http://talk.code52.org/">discussion</a></li>
<li><a href="http://twitter.com/code_52">twitter</a></li>
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
<li><a href="http://code52.uservoice.com">uservoice</a></li>
<li><a href="/contributing.html">contributing</a></li>
<li><a href="/projects.html">previous projects</a></li>
</ul>
</div>
</div>
<div id="content">
<ul class="ideas">
<li>
<div class="idea">
<h1><a href="/weekone-dayfive.html">MarkPad: Day 5</a></h1>
<div class="postdate"> 7 January, 2012
<ul>
</ul>
</div>
<p>We did stuff.</p>
<br />
<a href="/weekone-dayfive.html#disqus_thread">Comments</a>
</div>
</li>
<li>
<div class="idea">
<h2><a class="postlink" href="/weekone-dayfour.html">MarkPad: Day 4</a></h2>
<div class="postdate"> 6 January, 2012
<ul>
</ul>
</div>
<p>We did stuff.</p>
<a href="/weekone-dayfour.html#disqus_thread">Comments</a>
</div>
</li>
<li>
<div class="idea">
<h2><a class="postlink" href="/weekone-daythree.html">MarkPad: Day 3</a></h2>
<div class="postdate"> 5 January, 2012
<ul>
</ul>
</div>
<p>We did stuff.</p>
<a href="/weekone-daythree.html#disqus_thread">Comments</a>
</div>
</li>
<li>
<div class="idea">
<h2><a class="postlink" href="/weekone-daytwo.html">MarkPad: Day 2</a></h2>
<div class="postdate"> 4 January, 2012
<ul>
<li><a href="/tag/week2">week2</a></li>
</ul>
</div>
<p>We did stuff.</p>
<a href="/weekone-daytwo.html#disqus_thread">Comments</a>
</div>
</li>
<li>
<div class="idea">
<h2><a class="postlink" href="/weekone-dayone.html">MarkPad: Day 1</a></h2>
<div class="postdate"> 3 January, 2012
<ul>
</ul>
</div>
<p>We did stuff.</p>
<a href="/weekone-dayone.html#disqus_thread">Comments</a>
</div>
</li>
<li>
<div class="idea">
<h2><a class="postlink" href="/downmarker.html">Week 1: Downmarker WPF</a></h2>
<div class="postdate"> 3 January, 2012
<ul>
</ul>
</div>
<p>Our first run out of the gate is a project that a few people have taken a stab at in the past, and will help us blog easier.</p>
<p>The <a href="https://bitbucket.org/wcoenen/downmarker">Downmarker</a> project is an editor for <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
<p>Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.</p>
<p>We will be discussing this on our <a href="http://talk.code52.org/discussions/projects/2-downmarker-wpf">TenderApp discussions</a> but you can also ping us on <a href="http://twitter.com/code_52">Twitter</a> to volunteer or have a word with us on <a href="http://jabbr.net/#/rooms/code52">Jabbr</a> if we're around.</p>
<p>As will be our usual scenario - we'll be dedicating this week to kickstarting this project, which may of course go on for more than a week, but our aim is to try to get what we can sorted and organised, and hopefully coded this week to start momentum on this as a full tool in the future.</p>
<p>Many hands make light work we hope you'll put your hand up to participate on the above methods, we're more than happy for you to do as much as you're willing to do to help us.</p>
<p>One of our key goals is to give back to the community and all the source will be under an open source license and available at <a href="https://github.com/Code52/DownmarkerWPF">our Github repository</a>.</p>
<p>We'll review our progress in next week's post.</p>
<p>You can also submit or vote on what the next project will be at our <a href="http://code52.uservoice.com/">UserVoice</a> site - we're happy to take any ideas for apps, tools, plugins or anything else that you think would be helpful and would like to crowdsource as an Open Source project :)</p>
<p>-- Code52 team</p>
<a href="/downmarker.html#disqus_thread">Comments</a>
</div>
</li>
<li>
<div class="idea">
<h2><a class="postlink" href="/introduction.html">Introducing code52</a></h2>
<div class="postdate">31 December, 2011
<ul>
</ul>
</div>
<p>This all started with a simple premise:</p>
<h2>"A new coding project every week"</h2>
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement.</p>
<h2>Who's behind this idea?</h2>
<p>We are (in alphabetical order) <a href="http://twitter.com/tobin">Andrew Tobin</a>, <a href="http://twitter.com/shiftkey">Brendan Forster</a> and <a href="http://twitter.com/aeoth">Paul Jenkins</a>.</p>
<h2>What are your goals?</h2>
<p>We want to:</p>
<ul>
<li>introduce developers to open-source projects and help them learn the ropes.</li>
<li>foster a community which encouraged contributions across a range of technologies.</li>
<li>work on projects which the community (i.e. YOU) want to improve.</li>
</ul>
<p> Of course, that doesn't get away from the original question I had.</p>
<h2>Why a week?</h2>
<p> A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:</p>
<ul>
<li>shorter timelines encourage achievable goals.</li>
<li>shorter timelines reduce the incentive to procrastinate.</li>
<li>more variety of projects to work on over a period of time.</li>
<li>with good organisation, each week should be productive out of the gate.</li>
</ul>
<h2>What next?</h2>
<p> But there are some things we need to address first:</p>
<ul>
<li>how do we determine which projects to work on?</li>
<li>how do we organise each project?</li>
<li>how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?</li>
</ul>
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects which have been useful to us, and potentially <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.com">Vote on it</a></p>
<p> Want to discuss your ideas and suggestions? <a href="http://code52.tenderapp.com">Share it</a></p>
<p> Want to get in touch? Follow us on <a href="http://twitter.com/code_52">Twitter</a>!</p>
<a href="/introduction.html#disqus_thread">Comments</a>
</div>
</li>
</ul>
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/code52/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
</div>
</div>
</body>
</html>