Skip to content

Commit 68fc470

Browse files
committed
edits and updated latest_project
1 parent 12b0569 commit 68fc470

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

_includes/latest_project.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<div class="pivot-item">
22
<h3>current</h3>
3-
<h4>The latest Code52 project is <a href="/enhance.html">Enhance - a WPF Scanning Application</a>
3+
<h4>The latest Code52 project is <a href="/enhance.html">Say Wat? - a NodeJS experiment</a>
44
</h4>
55

6-
<div class="description">Enhance is a project to modernise the photo and document scanning realm with a fresh look and features not commonly found. Details <a href="/enhance.html">here</a></div>
6+
<div class="description">Say Wat? is an introduction to building NodeJS applications around a simple and fun idea. Details <a href="/say-wat.html">here</a></div>
77

88
<div class="details">
99
<p>Want to get involved?</p>
1010

1111
<ul>
12-
<li>Fork the code on <a href="https://github.com/Code52/Enhance">GitHub</a></li>
13-
<li>Get in touch with the contributors on <a href="http://jabbr.net/#/rooms/code52">JabbR</a></li>
14-
<li>Grab a task from the <a href="https://trello.com/board/enhance/4f24963edbbed1ab5a11c5ad">Trello</a> board and get involved!</li>
12+
<li>Fork the code on <a href="https://github.com/Code52/saywat">GitHub</a></li>
13+
<li>Get in touch with the team on <a href="http://jabbr.net/#/rooms/code52">JabbR</a></li>
14+
<li>Grab a task from the <a href="https://trello.com/board/saywat/4f7974869bf90505711b92f8">Trello</a> board and get involved!</li>
1515
</ul>
1616

1717
</div>
18-
<div class="description">Not interested in this one? We'll announce the next project at <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=201203012T22&p1=240">approx. 10pm Sydney time, Monday</a>. You could contribute to our <a href="http://github.com/Code52/">past projects</a> too!</div>
18+
<div class="description">Not interested in this one? We'll announce the next project at <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120409T22&p1=240">approx. 10pm Sydney time, Monday</a>. You can contribute to our <a href="http://github.com/Code52/">past projects</a> too!</div>
1919
</div>

_posts/2012-04-02-say-wat.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,28 @@ comments: true
99

1010
After a couple of weeks polishing existing projects nudging towards new releases, and @shiftkey getting up to [some](http://instagr.am/p/I0MLz8tL5K/) [shenanigans](http://instagr.am/p/IyQNjNtL1X/) at Codemania over the weekend, the gang are back and looking for more coding fun.
1111

12-
While we've got some significant ideas we want to get to, we decided to try out something different.
12+
While we have some significant ideas we want to refine and plan in more details, we have decided to try out something different this week.
1313

14-
### Doing some Readme-driven development
14+
### Doing some Readme Driven Development
1515

1616
This idea started out from a conversation over the weekend about how cryptic some Australian lingo can be. A word I'd thrown into a tweet had completely thrown the recipient and they had trouble understanding what I had said.
1717

1818
I started throwing around possible solutions to the problem - urban dictionary came to mind, for example - but the existing solutions didn't quite fit for the scenario.
1919

20-
After mulling over the solution and searching for cool domain names over a quiet drink, I decided to call it a night and start coding a solution.
20+
After mulling over the solution and searching for a cool domain name over drinks, I decided to call it a night and start coding a solution.
2121

2222
[http://sayw.at/](http://sayw.at/) is that starting point.
2323

2424
### Off the reservation
2525

2626
The Code52 guys had done a number of web projects so far this year, but these have been running on .NET. I wanted to push the envelope and try something different for this week.
2727

28-
Enter NodeJS.
28+
Enter Node.
2929

3030
Yes, NodeJS is [so hot right now](http://www.youtube.com/watch?v=CV_hDyfmEw4), so its not like we're doing something very radical. But I know many people are curious about how to get started and how to build an app with Node.
3131

3232
So we're going to spend a week building a Node app and you can follow along (or even get involved)!
3333

34+
### Get Involved
3435

36+
The project structure has started on [GitHub](https://github.com/Code52/saywat) and the [Trello board](https://trello.com/board/saywat/4f7974869bf90505711b92f8) has some initial tasks which are small enough to be started if people are curious. Got some ideas? There's people in the [JabbR](http://jabbr.net/#/rooms/code52) room to discuss ideas with.

0 commit comments

Comments
 (0)