I am following the startup space since last 4 year. Addicted user to HN. Despite strong interest and motivation never able to startup. I have lots of ideas and spent lot of time learning different programming language. But not able to focus and execute well or some other issue related to day job. Finally thought to give it a try. First thing I thought to build up a team though it is not suggested idea as per HN culture. But my idea is not to hire software developer, rather build a team from scratch. Literally the group I started they have very less exposure to computer or some never touch the keyboard. It's true. Any way it started. Guys are really hard working. I divided the team into groups and started learning small small thing at a time. One started on html,css coding, one guy started gimp, one php, one javascript/jquery, one sql,ubuntu stuff and other helping on marketing. The team expense is not much. $100 running monthly cost of living expense of all 5 people one working part time from home. As English is not the first language we had very hard time to understand the articles and learn the concept behind them. Still we persevere and able to know little bit.<p>Though we still learning and will continue to learn. We think there are few people like us who will face the same problem as us. And they also want the learning is simple experience. So we started working on the idea for allowing anyone to post a simple code snippet with title and explanation about that code snippet. It's that simple nothing much is there. Only one problem we found how to order those information, becoz new user want the table of content format style. If we allow the user to keep on posting the content it may be random. We didn't found the solution yet. But for the time being we are curating those articles, and making the ordering so that if user click on the HTML and click the basic tab on home page he can see a ordered list of articles. Also very small feature we added like syntax highlighting, and copy the code functionality and basic commenting functionality from user.<p>Much appreciated any feedback or suggestion to improve the site. And few encouraging word or feedback to keep us motivated and continue to work towards it. This is just the starting from our team and we will be continuing.<p>Thanks!
CodeSnipr team
http://www.codesnipr.com
Twitter: http://twitter.com/codesnipr
Not bad. I like how a lot of the examples and descriptions are short. Sometimes it would be nice to see how the code functions as part of a larger program, so you could organize snippets by length and by what other snippets it connects to.<p>Large snippets can have labels on different parts of the code, the specific function might be two lines in the middle, and could be highlighted or labeled. Sometimes small functionality, like changing CSS with javascript is part of a larger function like onClick. A snippet could be for those two things at once and each thing could be highlighted differently.<p>You could build a rating system for snippets instead of curating them manually. Novice users could say this snippet helped me, and experienced coders could say this snippet is good practice, this not so good. You could also do that for descriptions, get people with good english to rate descriptions, have them suggest improvements to grammar, make them shorter, add versions for expert users or novice users etc.. Each description could be translated to multiple languages as well, seems like something that would help people in your shoes.<p>You could also organize snippets as a part of a larger program. A program could:<p>1. Access a database<p>2. Find all users in a table<p>3. Add something to each user.<p>Another program might:<p>1. Access a database<p>2. Find users who do Javascript<p>3. Add something to each user.<p>These are slightly different programs but very common tasks, you can link in more tasks into these "multi-snippets."<p>Good job so far, looks like your inexperienced team is perfect for building a teaching site for programming.
I must be missing something basic here.<p>Where is the <i>search</i> box?<p>Otherwise -- very nice! (Although somewhat close to StackOverflow in typical use)
The site looks very nice. Clean and well presented.<p>Search is a must for a site like this. I know you said it is coming soon, which is good. One other issue is that you are using a fixed width layout. For code examples, sometimes you will need a larger area to display the code without wrapping. If you had a fluid layout that let the main portion grow, that would solve the problem.<p>You may want to add a wish list area where people could request examples they would like to see. I also like Detrus idea of chaining items together to form a larger tutorial.