What do you use to keep notes as a developer? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T17:04:53Z http://stackoverflow.com/feeds/question/78756 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer 406 What do you use to keep notes as a developer? Mike Duncan 2008-09-17T00:54:45Z 2009-11-17T13:52:55Z <p>Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc? </p> <p>I've fooled with Google Notebook, MS Onenote, TreePad, textfiles, and Evernote a bit (currently leaning toward Evernote). All have pros and cons but none seem to be really suited to developers. Is anyone super-happy with a collection / note system that's not just generic GTD, but with developer-centric utility?</p> <p><strong>Note</strong>: before posting an answer, check if your note-keeping method is already mentioned among the 400+ answers. Vote up existing posts instead of adding duplicates!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78762#78762 222 Answer by Aeon for What do you use to keep notes as a developer? Aeon 2008-09-17T00:55:35Z 2008-09-17T21:44:03Z <p>Start a blog. This way, not only you benefit, but so do others who may have the same problem. There are also combination blog/wiki systems, ranging from <a href="http://drupal.org/" rel="nofollow">Drupal</a> to <a href="http://hikiwiki.org" rel="nofollow">Hiki</a>. Also, consider that having your notes on a host (with regular back ups) will ensure that they survive you dropping your laptop down a flight of concrete stairs, and that they will be available even when you're away from your primary working machine.</p> <p>Oh, and some people really like <a href="http://en.wikipedia.org/wiki/List_of_mind_mapping_software" rel="nofollow">mind maps</a> for brainstorming and such, but I'm not sure that they're that valuable for long-term note taking/storage.</p> <p>UPDATE: If you don't really want to run your own site, or a blog is too much of a time investment, another option is to start posting on <a href="http://refactormycode.com" rel="nofollow">RefactorMyCode</a> or <a href="http://snipplr.com" rel="nofollow">Snipplr</a>. You get a searchable database of your code snippets, plus perhaps people will comment on your code and suggest improvements. The "<a href="http://stackoverflow.com/questions/87896/">Code reviews on the web</a>" thread might have more ideas over time.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78766#78766 23 Answer by nsanders for What do you use to keep notes as a developer? nsanders 2008-09-17T00:56:44Z 2008-09-17T00:56:44Z <p>I use a password protected, private instance of Media Wiki. (It's the same backend that Wikipedia is based on).</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78767#78767 55 Answer by David Negron for What do you use to keep notes as a developer? David Negron 2008-09-17T00:56:45Z 2008-09-17T00:56:45Z <p>Use a Wiki. I personally use <a href="http://www.screwturn.eu/DesktopEdition.ashx" rel="nofollow">ScrewTurn Wiki - Desktop Edition</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78769#78769 14 Answer by Unkwntech for What do you use to keep notes as a developer? Unkwntech 2008-09-17T00:57:00Z 2008-09-17T00:57:00Z <p>I go through 100s of post-its a month.<br /> Then I also have a WordPress blog with some code syntax hilighting plugins that is behind an .htacces password.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78772#78772 181 Answer by William for What do you use to keep notes as a developer? William 2008-09-17T00:57:30Z 2008-10-30T17:10:49Z <h2><a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a></h2> <p>It's great all your notes get cross referenced.</p> <p>TiddlyWiki is a single HTML file which contains all the articles ("tiddlers") for a small wiki. It also contains all the styling and javascript to make it work as a wiki (displaying / hiding articles, generating menus, etc). Fans find it a very intuitive way of constructing a document.<br /> ... although it's not just a document - one might almost say it's a tiddly wiki! </p> <h3>Edit (summarise comments):</h3> <p>The only problem is how to keep it in sync in multiple locations.<br /> Possible solutions are: </p> <ul> <li>keep it on a flash drive</li> <li>keep it online where you can always reach it (e.g. <a href="http://tiddlyspot.com/?page=gallery" rel="nofollow">TiddlySpot</a>) <ul> <li><a href="http://www.foldershare.com/" rel="nofollow">FolderShare</a></li> <li><a href="http://www.getdropbox.com/" rel="nofollow">DropBox</a></li> <li><a href="http://www.jungledisk.com/" rel="nofollow">JungleDisk</a> / <a href="http://aws.amazon.com/s3/" rel="nofollow">Amazon S3</a></li> </ul></li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78776#78776 20 Answer by emk for What do you use to keep notes as a developer? emk 2008-09-17T00:58:47Z 2008-09-17T00:58:47Z <p>I use Emacs, and dump everything into text files, typically in a <code>src/snippets</code> directory. Then I make sure that my OS provides fast full-text search. For group projects, I use MediaWiki and a searchable bug tracker.</p> <p>Blog posts are great for more involved answers.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78778#78778 11 Answer by Graphain for What do you use to keep notes as a developer? Graphain 2008-09-17T00:58:59Z 2008-09-17T04:13:14Z <p>I strongly recommend <a href="http://softvoile.com/flashnote/" rel="nofollow">FlashNote</a>.</p> <p>It is so convenient - just ALT-S and type then ALT-S away.</p> <p>I find the newer version interface is the tiniest bit clunkier than the old version but it's still the smoothest note taker around.</p> <p>I can't recommend this program any more - every person I've introduced to it, developer or not, loves it and uses it.</p> <p>NB: Windows Only</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78781#78781 444 Answer by JBB for What do you use to keep notes as a developer? JBB 2008-09-17T00:59:19Z 2008-09-17T16:48:56Z <p>I like physical notebooks. Preferably small ones (4x6 or 5x8, not 8.5x11), permanently bound (spiral bound, book binding, etc.). </p> <p>One notebook per project, typically, unless they're really small projects, in which case I reach for a partially used notebook and add to it.</p> <p>I find it very helpful to grab a notebook off my shelf and re-read my maunderings from when I was thinking my way through something. Scribbling on paper lets me record partial thoughts instead of doing a 'finished' write-up. This lets me revisit my thought process in addition to the solutions I found -- and that tends to be more enlightening than merely recording a solution.</p> <p>UPDATE: I'm extremely gratified at the response of my peers to this simple answer, and so I thought perhaps I should elaborate on my methods.</p> <p>First off, I find the typical Moleskine notebooks to be too small, and they tend to be expensive. I usually use something like <a href="http://www.staples.com/office/supplies/p1_Steno-Memo-Notebooks_98429_Business_Supplies_10051_SC1:CG10:CL140571" rel="nofollow">this one from Staples</a>.</p> <p>Top of each page: Project name, Page number, and Date I started writing on this page.</p> <p>Daily: Draw a line across the page, and write the current date (and sometimes the time) down before adding more notes. It's helpful to see the gaps of time in working out ideas. And I often find my best ideas turn up just below one of these lines -- that is, after I've thought for a while and come up with something.</p> <p>Review and Redact: If I've written out a few ideas of directions to go, and later I decide on one of them, I make sure to go back to the original list of ideas and add notes; specifically, I'll hilight the chosen solution somehow (underline, circle, etc.), and add a reference to the new page where I wrote down <em>why</em> I chose this solution. Also, I try to make these revision notes in a different color ink, or written at a different angle, or make them in some other way obviously not part of the old information.</p> <p>Reference: If I flip back to look at something, I consider jotting down 'see pg. 13' so I don't have to go flipping around for that information again. I also never hesitate to refer to other project notebooks, noting them with 'See proj. Alpha, pg 23' or something similar. Sometimes I backlink that notebook as well, say in Alpha pg 23 a note 'Very helpful for proj Beta pg 7!'. These sorts of notes across projects are fairly rare.</p> <p>I'm sure I've left out some of my other ideas and techniques. Perhaps others could add their ideas and techniques here as well? I know I'd appreciate hearing them!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78782#78782 18 Answer by Tom Martin for What do you use to keep notes as a developer? Tom Martin 2008-09-17T00:59:21Z 2008-09-17T00:59:21Z <p>It's not developer centric but I find a really natural way of keeping notes is <a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a>. I find the natural structure afforded by the wiki metaphor a really quick and easy way to organize notes well.</p> <p>I always use it when condensing a large text about a technology into a small piece of reference material or when planning a piece of work.</p> <p>There are some issues when saving locally with the Java applet though so be careful to make sure it is working before making extensive notes.</p> <p>Edit: None of this is a replacement for being able to <a href="http://www.paulgraham.com/head.html" rel="nofollow">Hold a Program in One's Head</a>.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78783#78783 2 Answer by Jason Jackson for What do you use to keep notes as a developer? Jason Jackson 2008-09-17T00:59:46Z 2008-09-17T00:59:46Z <p>Set up a wiki. Its free and easy. Check out <a href="http://www.mediawiki.org/wiki/MediaWiki" rel="nofollow">MediaWiki</a>, the software that powers Wikipedia. I set that up on Fedora a couple of years ago. It was pretty easy to set up and use.</p> <p>At my current job we use Microsoft OneNote which is also nice, but you have to have the software installed. Its easier to author, but if you want a wide audience then a wiki might be the better solution.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78788#78788 11 Answer by moran for What do you use to keep notes as a developer? moran 2008-09-17T01:00:33Z 2008-09-17T01:00:33Z <p>I find that the <strong>less time spent</strong> on the tool the <strong>better</strong>. I often have 2 files going: ideas.rtf and todo.rtf. The former is a collection of random thoughts while the latter thoughts that have a temporal nature (e.g. tasks, etc). The reason I bring up the format and not the editor is because my notes then end up being portable and editable by almost any tool .</p> <p>However, if I had to name a tool I would say TextEdit on the Mac. You can't beat the cmd-+ keystroke for enlarging text. A quick way to establish structure and layout in a notes document is essential.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78792#78792 6 Answer by Saul Dolgin for What do you use to keep notes as a developer? Saul Dolgin 2008-09-17T01:01:01Z 2008-09-17T01:01:01Z <p>I've like to evolve my notes in a wiki site (I use SharePoint but any wiki system would do) to share internally with my team members. From there, depending on the topic and how much "churn" there is with the content, I migrate notes into more formal documents that can be version controlled.</p> <p>My concept is not really specific for developer-centric purposes, but the idea of a wiki works great for situations involving a team of peers.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78808#78808 9 Answer by Chris Upchurch for What do you use to keep notes as a developer? Chris Upchurch 2008-09-17T01:03:50Z 2008-09-17T01:03:50Z <p>A variety of tools depending on exactly what I'm saving. I use Evernote for saving notes, webclips, links, code snippets and the like. I really like it so far. Tasks and checklists go in Remember the Milk (though I just started trying out OmniFocus). Random ideas get written on vertically ruled index cards for the initial note and get filed away in one of the electronic systems.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78813#78813 1 Answer by Ryan Taylor for What do you use to keep notes as a developer? Ryan Taylor 2008-09-17T01:04:33Z 2008-10-03T22:21:41Z <p>Honestly I keep notes on projects, solutions and other notes in a more traditional fashion. I use a moleskine notebook, personally. I originally used a piece of personal wiki software called "Notebook". It works like just about any other wiki but it lacks image support and table support. However I found it was a hassle to add information. I'd spend way too much time formatting the information and get sidetracked from my main task. With a traditional notebook, I spent far less time formatting, and more time jotting down what I needed and resuming my work.</p> <p>The main website seems to be down so I'll simply post the Wikipedia article about the software. <a href="http://en.wikipedia.org/wiki/Notebook_(software)" rel="nofollow">http://en.wikipedia.org/wiki/Notebook_(software)</a> I do highly recommend it if you do want a wiki approach with a small footprint.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78815#78815 1 Answer by fiyarburst for What do you use to keep notes as a developer? fiyarburst 2008-09-17T01:04:52Z 2008-09-17T01:04:52Z <p>I just use slickrun's jot to quickly store/read things with a quick shortcut. Probably not the best technique, but it's quicker than ^"100s if post-its", IMHO.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78824#78824 0 Answer by Arthur Thomas for What do you use to keep notes as a developer? Arthur Thomas 2008-09-17T01:06:35Z 2008-09-17T01:06:35Z <p>We use Confluence (wiki) where I work: <a href="http://www.atlassian.com/software/confluence/" rel="nofollow">http://www.atlassian.com/software/confluence/</a></p> <p>You have to pay for this one but there are free ones out there as others have mentioned.</p> <p>we used instiki int he past: <a href="http://www.instiki.org/show/HomePage" rel="nofollow">http://www.instiki.org/show/HomePage</a></p> <p>it was pretty nice and free.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78835#78835 56 Answer by Don for What do you use to keep notes as a developer? Don 2008-09-17T01:08:26Z 2008-09-17T01:51:51Z <p>FWIW, I'm really digging Evernote right now. The searching works great making it really easy to find code snippets. The tagging is nice also. Honestly, best feature by far is having a Mac, Windows, and Web client that auto syncs. Your notes/snippets are available anywhere..</p> <p>oh.. and it's free..</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78838#78838 0 Answer by Dan Harper - Leopard CRM for What do you use to keep notes as a developer? Dan Harper - Leopard CRM 2008-09-17T01:09:19Z 2008-09-17T01:09:19Z <p>On wikis, I like <a href="http://cocoondev.org/daisy/" rel="nofollow">Daisy</a>. It's like a wiki on steroids, and I find it great for documentation, brainstorming and keeping notes. It's also easy to share the information with other devs too.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78842#78842 9 Answer by Tom for What do you use to keep notes as a developer? Tom 2008-09-17T01:09:52Z 2008-09-17T01:09:52Z <p>Snippley is a neat little Adobe Air app done by the guys who manage MooTools, made specifically for storing little snippets of code. You might find it useful: <a href="http://code.google.com/p/snippely/" rel="nofollow">http://code.google.com/p/snippely/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78848#78848 128 Answer by Metro Smurf for What do you use to keep notes as a developer? Metro Smurf 2008-09-17T01:11:07Z 2008-09-17T01:11:07Z <p>An oft over-looked application is OneNote. You can share your notes on a network share, over the Internet as well as from within SharePoint: <a href="http://www.microsoft.com/onenote" rel="nofollow">http://www.microsoft.com/onenote</a> (or just keep them private on your own PC).</p> <p>If you're a heavy Windows user, OneNote integrates with every other MS Office application. Will sync with Outlook todo lists as well as with PDA's and Smart Phones.</p> <p>I've been using OneNote for at least 5 years now and would be lost without it!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78893#78893 8 Answer by sal for What do you use to keep notes as a developer? sal 2008-09-17T01:21:47Z 2008-09-17T01:21:47Z <p>I have a directory called "notes" with just three sub folders, unix, java and confs (for working config and property files). It is backed up in subversion and mirrored between my laptop, work laptop, work desktop and my server. Many of the files have names like "find-command-examples.txt" , "cusip-validate-via-regex.txt" or "jboss-jndi-with-openldap.txt" </p> <p>Plain text is the way to go. And fewer folders is better since you don't waste time deciding if something should go into "unix", "shell" or "scripts" </p> <p>On my Mac I use spotlight to search. On unix I use grep. On windows I use the cygwin find command.</p> <p>If you need formating, consider rtf since you'll still be able to grep. Or use find with rtf2txt to keep plain text versions.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78926#78926 0 Answer by itsmatt for What do you use to keep notes as a developer? itsmatt 2008-09-17T01:27:03Z 2008-09-17T01:27:03Z <p>I used tiddlywiki. It was easy to use and generally fits the bill for my needs. The tagging works well. </p> <p>I suppose, however, that having an indexed drive would work just as well w/out having the need to use a special tool.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78933#78933 3 Answer by mike511 for What do you use to keep notes as a developer? mike511 2008-09-17T01:28:06Z 2008-09-17T01:28:06Z <p>Ok, this is a mac-centric answer...</p> <p>I used to use <a href="http://flyingmeat.com/voodoopad/" rel="nofollow">voodoo pad</a>, which is a desktop wiki program. It's quite nice to use because it's a fully integrated mac app. You can copy and paste rich text into it and preserve the fonts and formatting and so forth. It's really pretty nice to be able to dump procedures, notes, stuff you received in email and so forth. And it has a great search feature.</p> <p>One thing I should note -- I initially bought this application because I thought I could have a nice-to-edit desktop wiki, and be able to access it remotely through a webserver/wiki type interface. It never lived up to the hype though. Maybe it's better now.</p> <p>Then I used <a href="http://www.omnigroup.com/applications/omnioutliner/" rel="nofollow">Omni Outliner</a>. This had many of the great qualities of Voodoo pad, but would allow me to hide and rearrange things. It gave me the ability to prioritize stuff, and conversely, hide unimportant stuff. And search too.</p> <p>Now, I'm using <a href="http://www.omnigroup.com/applications/omnifocus/" rel="nofollow">Omni Focus</a>. The <a href="http://www.omnigroup.com" rel="nofollow">Omni Group</a> came out with it after they came out with Omni Outliner, so I switched. It does most of the stuff Omni Outliner does, but with all the <a href="http://www.davidco.com/" rel="nofollow">Getting Things Done (GTD)</a> goodies that helps you manage the tasks.</p> <p>To be honest, I haven't really taken advantage of the OmniFocus extras, but it's part of the plan...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78961#78961 2 Answer by Jeremy Beckham for What do you use to keep notes as a developer? Jeremy Beckham 2008-09-17T01:34:06Z 2008-09-17T01:34:06Z <p>I ran into the same thing about 2 years ago. I wrote a little program that sits in the top right corner of my desktop that drops down and has notes and contacts. I'm not sure if the published version still works well, but the code is there so you can fix any bugs you want. </p> <p>You can get it at <a href="http://desktopcontacts.sourceforge.net/" rel="nofollow">http://desktopcontacts.sourceforge.net</a>.</p> <p>It is a little buggy. It was one of my first ventures into custom painting, but I find it useful.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/78963#78963 13 Answer by Ash Wilson for What do you use to keep notes as a developer? Ash Wilson 2008-09-17T01:34:24Z 2008-09-17T01:34:24Z <p>Personally? While I'm planning and designing, I'm a big proponent of good old fashioned pencil and paper. I have yet to encounter a diagramming tool that's as natural as sketching out the boxes and arrows myself, and during the design phase my work is equal parts pseudocode, quasi-UML, interface sketches, and checklists.</p> <p>For notes that I want to share with my team, I prefer to use the wiki that's built in to <a href="http://trac.edgewall.org/" rel="nofollow">Trac</a>. It's integrated with rest of the issue-tracking environment, so you can do things like easily link to tickets, source code, revisions and changelogs. We've found it to be a great place for the kind of notes and discussions that you mention.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79015#79015 1 Answer by jtimberman for What do you use to keep notes as a developer? jtimberman 2008-09-17T01:41:46Z 2008-09-17T01:41:46Z <p>Like previous posters, I also use TiddlyWiki for my notetaking needs. I will expound on why, from a programmer point of view.</p> <p>First, note that "tiddler" is a note object in TiddlyWiki parlance. </p> <p>Each medium to large project gets a TiddlyWiki file all to its own. The default tiddlers are an overall project overview, and a "master" class that links to other objects. Each object has notes about that specific class or object, things that work or don't work, etc. Most of this ends up being in classes, but as we all know, there's additional notes we take while writing code, including external libraries and supporting programs.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79036#79036 30 Answer by Craig for What do you use to keep notes as a developer? Craig 2008-09-17T01:43:34Z 2008-09-17T01:43:34Z <p>I have just started using Evernote. Its searchable, you can publish it to the net and accessible from anywhere.</p> <p>Scan in your original diagrams to go along with the code.</p> <p>And its free.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79069#79069 0 Answer by etchasketch for What do you use to keep notes as a developer? etchasketch 2008-09-17T01:48:54Z 2008-09-17T01:48:54Z <p>We have a team-wide <a href="http://www.mediawiki.org/" rel="nofollow">wiki</a> to record all project details/documentation/design, everything really. Because it is just a wiki though, it requires some guidelines to make sure it remains organised. We are definitely looking out for improvements to the wiki software that allows us to organise the information better.</p> <p>The important thing is the visibility the wiki provides to the team, and has become invaluable when team members move on from our company. The last thing we want to do is trawl through someones private documents to recover important information.</p> <p>Make sure you think about this when writing notes: "Is this information going to be useful to anyone else other than me?".</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79117#79117 0 Answer by Vicent Marti for What do you use to keep notes as a developer? Vicent Marti 2008-09-17T01:55:17Z 2008-09-17T01:55:17Z <p>Every good text editor (and by good I mean Emacs and TextMate) has a mode/bundle for note taking, organization, etc.</p> <p>Try ORG mode on Emacs, or the notes Bundle in TextMate. I use the latter.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79124#79124 1 Answer by Robert for What do you use to keep notes as a developer? Robert 2008-09-17T01:55:57Z 2008-09-17T01:55:57Z <p>I use The Journal found at <a href="http://www.davidrm.com/thejournal/" rel="nofollow" title="The Journal v4">http://www.davidrm.com/thejournal/</a> </p> <p>It's a great tool that use for keep scratch notes, my daily journal entries in date format. I keep the sources for connecting to my blog, which is nice to have an offline archive. I keep general programming notes and code snippets in a Loose Leaf format organized by language. I keep a Bug/Error Listing for those <strong>@#($&amp;@#(*$</strong> they didn't document THAT moments and the appropriate workarounds. There are customizable templates you can create to save time on repetitious entries. For me these are the built in headers and bullets for my revision notes, daily time logs and workout notes.</p> <p>Generally I keep my other writing projects, including my novel in here too. The program is very flexible and just plain works well for how I function. I also love how I can install it on my USB Jump Drive, just like my PIM/Business mail program and keep it with me regardless of what computers/machines I am using.</p> <p>To those whom have mentioned mindmaps, I use those for brainstorming primarily, but that for me needs to be a paper/whiteboard exercise. There is something about the process of creating mindmaps for me that needs to remain somewhat organic. Generally after I complete a map I will either post it on my cork board or scan it/draw it to include in whatever the map was made for. There are a few good programs out there for creating them, particularly <a href="http://www.mindjet.com/" rel="nofollow" title="MindJet MindManager Pro">MindJets MindManager</a>, but I only did the trial on it and can't say for long term how useful it is.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79125#79125 10 Answer by Steven A. Lowe for What do you use to keep notes as a developer? Steven A. Lowe 2008-09-17T01:56:13Z 2008-09-17T01:56:13Z <p>if you are working on something that may be patentable, use a hard-bound notebook with unlined pre-numbered pages. have it notarized periodically.</p> <p>otherwise, notepad works for me ;-)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79155#79155 54 Answer by Travis B. Hartwell for What do you use to keep notes as a developer? Travis B. Hartwell 2008-09-17T02:01:39Z 2008-09-17T02:01:39Z <p>I use <a href="http://orgmode.org/" rel="nofollow">Emacs Org-Mode</a> along with <a href="http://www.emacswiki.org/cgi-bin/wiki/RememberMode" rel="nofollow">Remember Mode</a> to keep track of everything. TODOs, appointments, notes, etc. With Org mode and Remember mode integration, plus a shortcut key defined in my window manager, I can hit a shortcut key from anywhere (Win + R in my case) and pop up a new Emacs window, select which type of item I'm saving (TODO, appointment, note, etc) and then quickly type what I want and then hit C-c C-c. The note is filed away to a default location for me to organize later if I so choose. This is so simple and convenient that I don't have to interrupt my flow of thinking if I suddenly think of something I need to do or take some notes on a given task. <em>"Just what are the steps again for setting up a remote git repo? Okay, I do this and this and this. I had better write this down before I forget."</em> </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79157#79157 19 Answer by Shelley for What do you use to keep notes as a developer? Shelley 2008-09-17T02:02:17Z 2008-09-17T02:02:17Z <p>I use a Google Notebook. I like the fact that I can access it from any computer with Internet access, and the format is simple but useful. The searchability is a big plus, and I can share it with other programmers.</p> <p>We've talked about creating a team wiki, but I'm glad that my notebook only has things that are useful to <em>me</em>. The exercise of putting things into my notebook also helps me remember the things that I've taken the time to add.</p> <p>Plus, the handy cut-and-paste. Hardbound notebooks have a real disadvantage when it comes to pasting in code snippets.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79180#79180 0 Answer by Jeff Heigl for What do you use to keep notes as a developer? Jeff Heigl 2008-09-17T02:08:50Z 2008-09-17T02:08:50Z <p>I use the Eclipse templates feature to store my code snippets. They are easy to write and parameterize, and can be inserted into your code with an easy ctrl-space. That is, if you use Eclipse of course.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79183#79183 4 Answer by Lahur for What do you use to keep notes as a developer? Lahur 2008-09-17T02:09:47Z 2008-09-17T02:09:47Z <p>A combination of good old physical notebook and notebook in the cloud (Google docs). </p> <p>Physical notebook is simply much better when I want to quickly scribble my thoughts and draw diagrams. And I can do this anywhere. Notebook in the cloud is good for copy-pasting code snippets. And it's nice because somebody else is doing the backup for me, and I can use it as long as there's internet access. I wish Google docs could do basic drawing and diagram though.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79191#79191 1 Answer by dongola7 for What do you use to keep notes as a developer? dongola7 2008-09-17T02:11:16Z 2008-09-17T02:11:16Z <p>I use Wikis as much as possible. I find that it helps for a number of reasons:</p> <ol> <li>I can take the Wiki with me from job to job.</li> <li>I run the wiki locally on my development PC, so it's available from anywhere on my corporate intranet.</li> <li>When people ask me questions I've already answered, I can just point them to the Wiki page.</li> </ol> <p>I find a lot of people waste too much time on formatting in a Wiki environment and not enough time on just taking the notes. For this reason, I've found Wikit (<a href="http://www.equi4.com/starkit/wikit.html" rel="nofollow">http://www.equi4.com/starkit/wikit.html</a>) to be the best Wiki software. It's easy to setup and run (has a built in webserver), and has enough formatting options to keep me satisfied, but not so many that I get overwhelmed.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79249#79249 2 Answer by hoyhoy for What do you use to keep notes as a developer? hoyhoy 2008-09-17T02:23:53Z 2008-09-17T02:23:53Z <p>Moleskine!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79297#79297 2 Answer by Eric P. Mangold for What do you use to keep notes as a developer? Eric P. Mangold 2008-09-17T02:30:09Z 2008-09-17T02:30:09Z <p>Ultra Recall - The most awesomest PIM / personal database / document manager evar. <a href="http://ultrarecall.com" rel="nofollow">http://ultrarecall.com</a></p> <p>Unfortunately it's Windows-only.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79334#79334 2 Answer by msutherl for What do you use to keep notes as a developer? msutherl 2008-09-17T02:35:24Z 2009-11-16T16:42:41Z <p><strike>I use a combination of a large Moleskine journal (which I break up into sections for different university courses and projects) and plain txt files (TextMate). The journal for conceptual stuff, the txt files for saving project-related emails and other text harvested from the web.</strike></p> <p>These days I'm using <a href="http://www.creativesoutfitter.com/Products/Action-Sheets/15" rel="nofollow">"Action Sheets"</a> from <a href="http://www.creativesoutfitter.com/" rel="nofollow">Behance</a> that I get at a local paper store for notes and diagrams in conjunction with <a href="http://interconnected.org/home/more/2007/05/textmate-wiki/" rel="nofollow">Plain Text Wiki</a>, a wiki plugin for <a href="http://macromates.com/" rel="nofollow">TextMate</a>, for notes and links. I backup and sync the wiki to other computers and my iPhone using <a href="http://dropbox.com" rel="nofollow">Dropbox</a> (I just keep the repository in my Dropbox folder). (Previously I used svn, but Dropbox is more automagical and works with iPhone).</p> <p>(<a href="http://www.vim.org/scripts/script.php?script_id=861" rel="nofollow">viki</a> is a wiki alternative for vim)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79368#79368 2 Answer by Swaroop C H for What do you use to keep notes as a developer? Swaroop C H 2008-09-17T02:39:43Z 2008-09-17T02:39:43Z <p>I use Vim and the <a href="http://www.vim.org/scripts/script.php?script_id=861" rel="nofollow">Viki plugin</a> - effectively a wiki using plain text and a plain text editor.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79411#79411 0 Answer by Chris Pietschmann for What do you use to keep notes as a developer? Chris Pietschmann 2008-09-17T02:45:02Z 2008-09-17T02:45:02Z <p>I usually take notes during a meeting on plain old Paper and Pen. Then I keep the paper around as long as I need it, usually only a few days. If I need to keep information for longer, I'll type it in and save it in a Word document or something.</p> <p>I've played around with OneNote, but it doesn't seem to fit the need the best. Maybe I just need to find a good system for using it.</p> <p>A couple people I've worked with have just used Notepad to type notes in and they save a single text file for each day of work. Then they can use something like Google Desktop Search to search through all their notes.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79436#79436 1 Answer by Brendan Kidwell for What do you use to keep notes as a developer? Brendan Kidwell 2008-09-17T02:49:25Z 2008-09-17T02:49:25Z <p><a href="http://zim-wiki.org/" rel="nofollow">Zim</a> Desktop Wiki is a good outliner/note taker. It runs on your desktop as a normal application (not a web app). It stores its data in plain text files with wiki markup. Supports rich text and images. I use this app all day every day.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79442#79442 1 Answer by Peter J. Wasilko for What do you use to keep notes as a developer? Peter J. Wasilko 2008-09-17T02:50:19Z 2008-09-17T02:50:19Z <p>For the Mac Centric ::: I use <strong>Yojimbo</strong> from <em>Bare Bones Software</em> to store and loosely categorize PDF's (most academic papers Safari Web Page Archives from various developer sites. For a while I tried structuring them all as giant outlines in <strong>Notebook</strong> from <em>Circus Ponies Software</em>, but Yojimbo's fast and elegant search function obviated the need to spend so much time trying to pre-organize things.</p> <p>For working code, I just use <strong>BBEdit</strong> to manage temporary clippings of live code fragments.</p> <p>But nothing can match <strong>Tinderbox</strong> with its powerful background Agents from <em>Eastgate Systems</em> (Full Disclosure: I am a friend of its developer) for building and maintaining complex hypertext documents and applying a <em>generative programming</em> approach to building complex mix-development-language web projects. </p> <p>On the road, I use a solid state voice recorder or OCR Pen to capture notes which I sometimes transfer to Post Its that I leave in plain sight to so they can jog my memory at critical points in time.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79462#79462 0 Answer by SemiColon for What do you use to keep notes as a developer? SemiColon 2008-09-17T02:53:39Z 2008-09-17T02:53:39Z <p>Microsoft OneNote</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79478#79478 1 Answer by DGM for What do you use to keep notes as a developer? DGM 2008-09-17T02:57:04Z 2008-09-17T02:57:04Z <p>I keep all notes together with the source management, using <a href="http://trac.edgewall.org/" rel="nofollow">trac</a> </p> <p>By recording links to tickets and changeset together, it makes an easy way to keep discussions of individual issues together, track the code that went along with it, and the wiki is useful for documentation.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79516#79516 0 Answer by Coda for What do you use to keep notes as a developer? Coda 2008-09-17T03:02:04Z 2008-09-17T03:02:04Z <p>I typically use my blogspot account along with my moleskin notebook and mark different sections like "learning", "projects" with page markers. Even though I like this system many times I find myself having a lot of notepad files named after the subject/project.</p> <p>Hope this helps.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79517#79517 1 Answer by Deeksy for What do you use to keep notes as a developer? Deeksy 2008-09-17T03:02:04Z 2008-09-17T03:02:04Z <p>Microsoft OneNote is very handy, particular as it can be used disconnected, which is when a lot of thoughts and ideas come to me (airplanes etc.). It's also quite good for sharing notes and doing real time collaboration on ideas and notes, which a must have feature for me that a lot of web-based systems don't have.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79585#79585 1 Answer by rjbs for What do you use to keep notes as a developer? rjbs 2008-09-17T03:15:39Z 2008-09-17T03:15:39Z <p>I have a little 4x6" notebook in which I write down notes and ideas. It's the cheapest notebook Staples sells that I can fit in my pocket, not one of those fancy moleskine ones. That way, I'm free to fill it up with crap and replace it ASAP.</p> <p>When I solve a problem for a specific project and writing the code isn't good enough to document it, I just write comments. If comments aren't appropriate, most of my repos end up with a <code>misc</code> directory that contains random notes, OmniOutliner checklists, example scripts, and aborted attempts at great ideas.</p> <p>If my idea is about something more general, but isn't general enough to turn into a released library (which I do at the drop of a hat), I put it in my <a href="http://rjbs.manxome.org/rubric/" rel="nofollow">Rubric</a> and that's that.</p> <p>I like wikis, but they're generally just a bit too much work for me to use for keeping notes. That has to be really, really easy to do. Finally, sometimes I use <a href="http://jott.com/" rel="nofollow">Jott</a> to dictate things to myself via <a href="http://hiveminder.com/" rel="nofollow">Hiveminder</a> so I can put them into the right file later, when I'm out walking.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79589#79589 3 Answer by Mike Schell for What do you use to keep notes as a developer? Mike Schell 2008-09-17T03:16:27Z 2008-09-17T03:16:27Z <p>I use PersonalBrain as my knowledge base. For me, it excels in storing code tidbits, patterns, project-specific data and general notes. Information is easily linked to other information, and I can quickly find any piece of information that I need in seconds.</p> <p>For blazing quick creation and retrieval of stored knowledge, nothing else beats it.</p> <p>(You'll find that the makers of PB try to sell it as a mind-mapping tool, I find other tools better like FreeMind better for that job.)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79618#79618 2 Answer by John McC for What do you use to keep notes as a developer? John McC 2008-09-17T03:22:17Z 2008-09-18T10:28:36Z <p>Simplest tools are best. I used notebooks for a long time, but got frustrated by no being able to search for stuff or take them your notes with you. Used OneNote on a tablet pc for a while. Has a lot to recommend it, but the notes are stuck on one PC (OneNote can actually share stuff around, but it's a bit fiddly) and tablets are expensive underpowered and short on battery life.</p> <p>My primary thinking tool is a whiteboard and a digital camera.</p> <p>I now use FogBugz - the combo of case tracking and wiki is very powerful. You can keep all your stuff in it. Easily re-work material into specs and docs. Share material with co-workers and create cases when it comes time to actually do something. And full-text search lets you find it.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79631#79631 1 Answer by Matthew Cole for What do you use to keep notes as a developer? Matthew Cole 2008-09-17T03:25:07Z 2008-09-17T03:25:07Z <p>My company hosts an instance of mediawiki internally, so I use that.</p> <p>I find that I take a few sorts of notes:</p> <ol> <li>Under Dev Notes / Scribblings / Thoughts - These live as subpages under my user page. While they are searchable, they contain disclaimers.</li> <li>Personal Notes - Code snippets, sequences of commands, links to useful things, etc. - These also live under my user page.</li> <li>Development articles - These describe the design and implementation of some of my larger projects. These live under my team's page, and they get categorized as appropriate.</li> </ol> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79692#79692 2 Answer by mattlant for What do you use to keep notes as a developer? mattlant 2008-09-17T03:35:15Z 2008-09-17T03:35:15Z <p>Notebooks (pen and paper), One Note (when using tablet) and Sharepoint for more formal doc management.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79720#79720 32 Answer by Ian for What do you use to keep notes as a developer? Ian 2008-09-17T03:41:03Z 2008-09-17T03:41:03Z <p>I use a directory of text files. Roughly looks like this at the moment :</p> <pre><code>admin\ important-stuff.rst development-log.rst development\ projects\ proj1\ overview.rst ... proj2 reference\ some-topic.rst </code></pre> <p>I use the ReStructuredText (rst) format for the individual files so its easy to generate html. Of course markdown would work almost as well :)</p> <p>in development-log.rst I put entries for each day with current tasks and just general notes for stuff that comes up. Each new project starts with an overview.rst and can then expand into new files on specific topics as needed.</p> <p>I manage the whole tree as a local <a href="http://bazaar-vcs.org/" rel="nofollow">bazaar</a> tree so i can check old versions if necessary.</p> <p>To search I just use my editors built in search - or index using a desktop search tool.</p> <p>I used the rsync the whole tree up to a ssh server every day to use from home as well - but thats not an option now that I'm behind a corporate firewall. </p> <p>btw - this editting widget is actually pretty cool. I like the combination of editting in a plain text format combined with live preview. Works well.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79800#79800 1 Answer by Chris for What do you use to keep notes as a developer? Chris 2008-09-17T03:53:00Z 2008-09-17T03:53:00Z <p>Depending on where I am, any of OneNote, EverNote or Gmail.</p> <p>*Note applications are short-term memory. Gmail is long-term memory.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79844#79844 13 Answer by wangzq for What do you use to keep notes as a developer? wangzq 2008-09-17T04:02:17Z 2008-09-17T04:02:17Z <p>I use <a href="http://trac.edgewall.org" rel="nofollow">Trac</a> tickets to keep my memo and to-do-list, with subversion integration, it can also easily manage my personal projects and scripts.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79883#79883 0 Answer by Jordan for What do you use to keep notes as a developer? Jordan 2008-09-17T04:09:24Z 2008-09-17T04:09:24Z <p>First, I am on Mac OS X, so I have access to some great tools, which aren't available on other platforms.</p> <p>For notes, I use <em>Omni Outliner Professional</em>. Great tool for capturing notes. If I need to put in an image, I use <em>Omni Graffle</em>. And finally, for tracking actions in a GTD way, I use <em>Omni Focus</em>.</p> <p>Together, and they work together well, they provide me with a solid suite which keeps me on top of things.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79993#79993 1 Answer by Brian Benzinger for What do you use to keep notes as a developer? Brian Benzinger 2008-09-17T04:28:46Z 2008-09-17T04:28:46Z <p>Depending on the size of the project, I'll use a notepad or sticky pad. If I'm saving code, I'll usually create a text file in the projects folder and then make a reference to the file in my written notes.</p> <p>I also use a simple application called <a href="http://hogbaysoftware.com/products/taskpaper" rel="nofollow">Taskpaper</a> which allows you to manage task lists and outlines by writing lists like you normally would on paper. I'll usually create a new Taskpaper file for every project and keep the file on my desktop until the project is complete.</p> <p>When working with a team, I use <a href="http://writeboard.com/" rel="nofollow">Writeboards</a> and basic messages in <a href="http://basecamphq.com/" rel="nofollow">Basecamp</a> - great for sharing and collaborating with others.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80054#80054 25 Answer by Paul for What do you use to keep notes as a developer? Paul 2008-09-17T04:37:35Z 2008-09-17T04:37:35Z <p><a href="http://www.gnome.org/projects/tomboy/" rel="nofollow">Tomboy</a> for Gnome. That's pretty much like a wiki but it's a client application.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80085#80085 3 Answer by dajobe for What do you use to keep notes as a developer? dajobe 2008-09-17T04:46:40Z 2008-09-17T04:46:40Z <p>Um, I use the source code? Really. That's where you (or if open source/free software), somebody else will look for the algorithm, ideas and background to the code. Code snippets become examples or utilities. Checklists or release scripts become version-controlled admin scripts. This doesn't deal too well with diagrams, I admit.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80138#80138 0 Answer by rob_g for What do you use to keep notes as a developer? rob_g 2008-09-17T04:57:02Z 2008-09-17T04:57:02Z <p>I use a combination of a wiki (screwturn) and thorough and usefull source code comments. Nothing beats well commented source code to explain a paticular gnarly algorithm. Wiki entries are more useful for storing high level concepts like architectural decisions and designs, down to passwords to development servers.</p> <p>I also use lots of post-it notes around my monitors.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80290#80290 1 Answer by Diwakar for What do you use to keep notes as a developer? Diwakar 2008-09-17T05:27:01Z 2008-09-17T05:27:01Z <p>I blog the notes.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80336#80336 3 Answer by Anonymous for What do you use to keep notes as a developer? Anonymous 2008-09-17T05:41:21Z 2008-09-17T05:41:21Z <p>I'm using leo for this kind of stuff.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80385#80385 1 Answer by Ilkka for What do you use to keep notes as a developer? Ilkka 2008-09-17T05:52:37Z 2008-09-17T05:52:37Z <p>I like to use a blog for revelations that are generally useful for other projects as well, stuff like how to use a particular tool really effectively to solve some recurring problem.</p> <p>For things that have to get done ASAP I use sticky notes on my desk. One note per one item and chuck 'em in the bin when I'm done.</p> <p>If an implementation solution needs to be defended, the justification goes in the code as comments. This is also true of minor refactoring TODOs, because it's so easy to just grep for "TODO". Larger tasks go in issue trackers, which is also true of my private projects: I tend to use <a href="http://ditz.rubyforge.org" rel="nofollow">ditz</a>.</p> <p>The rest goes in wikis, preferably.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80393#80393 4 Answer by Dougman for What do you use to keep notes as a developer? Dougman 2008-09-17T05:54:25Z 2008-09-17T05:54:25Z <p>I'm old school. Plain old text file using my favorite text editor TextPad - <a href="http://www.textpad.com/" rel="nofollow">http://www.textpad.com/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80431#80431 1 Answer by Friedrich for What do you use to keep notes as a developer? Friedrich 2008-09-17T06:04:44Z 2008-09-17T06:04:44Z <p>Well I'm using XEmacs nearly all day long, so it's "natural" to use it for everything. The mode to keep on snippets, notices etc is named planner. Which is a wiki like stuff. The stuff is simply kept in text files and that's the unbeatable....</p> <p>Regards Friedrich</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80439#80439 2 Answer by Kent Beck for What do you use to keep notes as a developer? Kent Beck 2008-09-17T06:05:53Z 2008-09-17T06:05:53Z <p>Index cards and a spiral notebook.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80443#80443 0 Answer by mjchin for What do you use to keep notes as a developer? mjchin 2008-09-17T06:06:29Z 2008-09-17T06:06:29Z <p>Depending on the topics, I use several moleskin notebooks to keep notes. I tried OneNote for awhile but found writing it in a notebook allowed it to be portable for quick notes; e.g., pulling it out of my bag to make a note or reference while walking down the street.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80468#80468 3 Answer by keramida for What do you use to keep notes as a developer? keramida 2008-09-17T06:12:05Z 2008-09-17T06:12:05Z <p>I regularly use Emacs and org-mode for note keeping. Its flat text format is easy to post in emails, diff with text processing tools, store in SCM systems in a meaningful manner, and so on. The nice UI shortcuts to add new 'note nodes', promote notes, demote notes, move them around, expand and collapse them, and the almost free-form style of the note text is nice when one spends a lot of time editing text (documentation, sources, etc).</p> <p>For more details, if you are already using Emacs, check out: <a href="http://orgmode.org/" rel="nofollow">http://orgmode.org/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80502#80502 0 Answer by Christopher Mahan for What do you use to keep notes as a developer? Christopher Mahan 2008-09-17T06:20:24Z 2008-09-17T06:20:24Z <p>Plain 4x6 index cards. plain white paper, or quadrille (5mm) from (<a href="http://www.printfreegraphpaper.com/" rel="nofollow">http://www.printfreegraphpaper.com/</a>) on a clipboard. Notebooks. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80547#80547 0 Answer by Robert Gould for What do you use to keep notes as a developer? Robert Gould 2008-09-17T06:29:47Z 2008-09-17T06:29:47Z <p>I'm also one of the old school folk that prefers pen and paper for taking notes. But I must add that when I finish up one notepad, I reread the whole thing and distill the most important ideas and notes and write them into my new notebook. Kinda like refactoring all my legacy ideas :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80560#80560 16 Answer by naedyr for What do you use to keep notes as a developer? naedyr 2008-09-17T06:34:45Z 2008-09-17T06:34:45Z <p>I've been using freemind for a few months. <a href="http://freemind.sourceforge.net/" rel="nofollow">http://freemind.sourceforge.net/</a> It's a mind mapping tool. It essentially builds a tree with text nods. Very quick to use, and it also allows you to easily assign a context to a particular note, by adding the note to the appropriate parent node. I also use a small notepad when I'm walking around.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80614#80614 0 Answer by Quamis for What do you use to keep notes as a developer? Quamis 2008-09-17T06:51:25Z 2008-09-17T06:51:25Z <p>Math notebooks or white paper , and FreeMind (<a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" rel="nofollow">http://freemind.sourceforge.net/wiki/index.php/Main_Page</a> , seems is now right now:) ) for bugs and toto lists. That and sometimes text files, but thats basically for temporary notes with extended error descriptions.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80648#80648 0 Answer by vo for What do you use to keep notes as a developer? vo 2008-09-17T06:57:16Z 2008-09-17T06:57:16Z <p>Natara Bonsai is great at creating hierarchical lists. It can be used for TODO lists, note taking such as meeting notes, etc., and to organize data by topic...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80713#80713 0 Answer by gyurisc for What do you use to keep notes as a developer? gyurisc 2008-09-17T07:11:41Z 2008-09-17T07:11:41Z <p>I use OneNote, the best app ever... </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80779#80779 0 Answer by seanb for What do you use to keep notes as a developer? seanb 2008-09-17T07:23:49Z 2008-09-17T07:23:49Z <p>I have been enjoying OneNote lately, esp since I added a pen tablet to the desk. Being able to add quick little drawings makes it almost as cool as pencil and paper.<br /> Bonus being that I dont end up with as much dead tree to sort through at the end of the week/month.<br /> The integration with outlook tasks list also very handy.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80808#80808 2 Answer by Erkie for What do you use to keep notes as a developer? Erkie 2008-09-17T07:30:33Z 2008-09-17T07:30:33Z <p>todo.txt in the autostart-folder :)</p> <p>To be able to track changes and remember how i thought 6 months ago i use a simple blog, together with my own sketching-homepage, <a href="http://cosketch.com" rel="nofollow">Cosketch</a>, to get some kind of image-support in the blog.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80842#80842 1 Answer by b3 for What do you use to keep notes as a developer? b3 2008-09-17T07:37:34Z 2008-09-17T07:37:34Z <p>The combination of OneNote with a tablet PC is awesome! I was a bit of a skeptic at first. I used the trial version and then forgot about it. A year later I had an unruly collection of files, project related emails, notebooks and scraps of paper all scattered throughout my life. I went back to OneNote and all my problems went away. Some highlights:</p> <ul> <li><strong>Everything</strong> is searchable. The character recognition is good enough that my chicken-scratch meeting notes can be searched. Text within images is searchable.</li> <li>OneNote syncs with Outlook so finding meeting notes is a breeze.</li> <li>I now embed all files into OneNote - pdfs, spreadsheets, word docs, images, web clippings.</li> <li>OneNote is constantly saving all changes so, combined with a scheduled automated backup, everything is in one place and is safe.</li> <li>There are some built-in collaboration tools I have yet to try but that look useful.</li> </ul> <p>It is <strong>SO</strong> worth the price. It allows you to get started on a project and avoid all that time spent deciding how to organize things.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80870#80870 1 Answer by qwertyuu for What do you use to keep notes as a developer? qwertyuu 2008-09-17T07:42:58Z 2008-09-17T07:42:58Z <p>I also lean towards TiddyWiki. Once you learn the markup, easy to keep your stuff interconnected. </p> <p>But if you have the money and not anti-MS, then OneNote is the best, especially if you are using a Tablet or Wacom pad. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/80990#80990 0 Answer by Fabrice for What do you use to keep notes as a developer? Fabrice 2008-09-17T08:04:54Z 2008-09-17T08:04:54Z <p>VIM 7 with UTL plugin is awesome. Just type text any way you like and with a simple shortcut macro you can press a key (F5 for me) and it will open a http link, a PDF file, etc. Since this is VIM, that means you can also use this to jump from one file to another and thus have pretty much a Wiki if you like. It can be as simple or as advanced as you like.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81029#81029 0 Answer by dlat for What do you use to keep notes as a developer? dlat 2008-09-17T08:12:14Z 2008-09-17T08:12:14Z <p>I like the wiki way. For my personal stuff I use <a href="http://moinmo.in/" rel="nofollow">MoinMoin</a> on my desktop. Python is the only dependency, so it's quite platform independent and the installation is done in seconds. If you have multiple distributed workstations, you could put your wiki in a <a href="http://www.getdropbox.com/" rel="nofollow">Dropbox</a> and sync it between the systems or just install it on a remote server and use ACLs to protect confidential pages.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81143#81143 0 Answer by Ilya Kochetov for What do you use to keep notes as a developer? Ilya Kochetov 2008-09-17T08:31:26Z 2008-09-17T08:31:26Z <p>A good Wiki is excellent for a development team (try <a href="http://www.redmine.org/" rel="nofollow">Redmine</a> or <a href="http://trac.edgewall.org/" rel="nofollow">Trac</a>). It helps that you could link the notes directly to your repository source code, tag your entries, use ticketing system and so forth. It's a great and indisposable tool for collaborative development. If you are a lone wolf anything would do but something with good searching capabilities would definitely be more useful. I would suggest MS OneNote because of Live Search integration but that's just my personal preference.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81197#81197 0 Answer by Manrico Corazzi for What do you use to keep notes as a developer? Manrico Corazzi 2008-09-17T08:43:22Z 2008-09-17T08:43:22Z <p>Opening a blog has the many bonuses:</p> <ol> <li>the comments from the other friends developers may help you a great deal</li> <li>you are going to polish everything (sooner or later) because you know that stuff is public</li> <li>it may give you more visibility than a resume</li> <li>can be accessed virtually from anywhere (as many note-taking webapps)</li> </ol> <p>Of course some stuff is not suitable for the masses. In this case I suggest some text files, an USB key and a good editor (Ultraedit, Notepad++). A naming convention and an automatic file catalog may come in handy when the number of files grows.</p> <p><strong>NOTE:</strong> chose to open a programming blog? Have a look at <a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">SyntaxHighlighter</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81232#81232 0 Answer by William for What do you use to keep notes as a developer? William 2008-09-17T08:49:51Z 2008-09-17T08:49:51Z <p>Personally I use OneNote since it is provided by the company and I can have the contents synced to my windows mobile without any problem.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81234#81234 0 Answer by Matt for What do you use to keep notes as a developer? Matt 2008-09-17T08:50:01Z 2008-09-17T08:50:01Z <p>I use a combination of a paper notebook, and TextMate. I use OmniGraffle for drawing diagrams, and I've found that <a href="http://skitch.com/" rel="nofollow" title="Skitch.com + Skitch = fast and fun screen capture and image sharing.">skitch</a> is great for annotations. </p> <p>I've still not found anything which can replace the feel you get from physically writing on paper, and provide useful cross-references.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81256#81256 0 Answer by Yoi-Nami-Ra for What do you use to keep notes as a developer? Yoi-Nami-Ra 2008-09-17T08:54:18Z 2008-09-17T08:54:18Z <p>I like to make notes by hand. Good fountainpen, good paper and my ideas just pour from my head by them self.</p> <p>Problems start when you want to copy down some links or longer text from the screen and later use it on the same or other machine. Little by little stack of notebooks is growing and you're starting to wonder what to do with them.</p> <p>At work I'm using Evernote, at home MS OneNote. Evernote is lighter and free, OneNote has more functionality.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81292#81292 1 Answer by Benny for What do you use to keep notes as a developer? Benny 2008-09-17T09:00:04Z 2008-09-17T09:00:04Z <p>I'm using Mind Manager (mindjet.com) and a blank Moleskine. Moleskine for scribbling notes during a meeting and to track my tasks (no tool could give me the satisfying sensation of striking through a task with my pen ;) ) Mind Manager whenever I have to structure a lot of information and to keep track of the itsy bitsy details of my projects.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81313#81313 0 Answer by Mr. Matt for What do you use to keep notes as a developer? Mr. Matt 2008-09-17T09:04:44Z 2008-09-17T09:04:44Z <p>I find a simple pen and bound notebook serves me well. </p> <p>I think we often get caught up in using software for the sake of it. A pad of paper and a pen is, I find, the single simplest and most flexible system for taking notes, sketching UI's, planning features, or just working through and noting my ideas.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81320#81320 0 Answer by Rippo for What do you use to keep notes as a developer? Rippo 2008-09-17T09:06:23Z 2008-09-17T09:06:23Z <p>I use Memento a little sticky program that can be found at "Guys with Towels" to keep personal notes whilst developing. Eventually notes that are worthy get put into out "ticket manager" system, works well for our team. Rippo</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81357#81357 0 Answer by micahwittman for What do you use to keep notes as a developer? micahwittman 2008-09-17T09:11:44Z 2008-09-17T09:11:44Z <p>For info-scraps I use a single Notes.txt file on WinXP and Notes.rtf on Mac (so far I'm using Google Notebook for links but not for notes in general, as it turns out).</p> <p>For more organized and edited reference-making, I may write in Markdown and contain it in "Mandown" manual documents.</p> <blockquote> <p><em>Mandown</em> is an open source <em>thingy</em> I cooked up (building on the great work of the <a href="http://daringfireball.net/projects/markdown/" rel="nofollow"><em>Markdown</em></a> and <a href="http://attacklab.net/showdown/" rel="nofollow"><em>Showdown</em></a> guys):</p> </blockquote> <ul> <li><p>Run-time Rendering - the power/simplicity of Markdown without build-time compiling (dynamic Markdown to HTML happens client-side via Javascript acting on the Mandown source).</p> <p><em>Read More</em>: &nbsp; <a href="http://wittman.org/mandown/" rel="nofollow">http://wittman.org/mandown/</a></p></li> </ul> <p>BTW, I can't say enough how nice it is to write in Markdown here on SO.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81476#81476 19 Answer by Linulin for What do you use to keep notes as a developer? Linulin 2008-09-17T09:32:06Z 2008-09-17T15:50:04Z <p><strong><a href="http://www.dokuwiki.org" rel="nofollow">DokuWiki</a></strong></p> <p>DokuWiki is is targeted at developer teams and mainly aimed at creating documentation of any kind. It has simple but powerful syntax which makes sure the data files remain readable outside the Wiki. (All data is stored in plain text files – no database is required.) Optional syntax highlighting of code blocks is another neat feature most programmers find useful.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81483#81483 1 Answer by Muxa for What do you use to keep notes as a developer? Muxa 2008-09-17T09:33:00Z 2008-09-17T09:33:00Z <p>A combination of things: Google Notebook (with an add-on for Firefox), Google Reader with a "Note in Reader" button for Firefox, Screwturn Wiki, Notepad and a physical notepad of course :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81595#81595 0 Answer by Jonathan for What do you use to keep notes as a developer? Jonathan 2008-09-17T09:55:22Z 2008-09-17T09:55:22Z <p>I wrote a little script which takes a file with the last working day's notes, prepends today's date on it, and writes it to a file with today's date on it, then opens it in TextPad (which loads up on my second monitor).</p> <p>The means that I always have my notes off to the right, and I jot down what I'm doing every time I do anything significant.</p> <p>I was actually rather proud of the last working day bit, which even works out Bank Holidays.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81641#81641 1 Answer by Dave White for What do you use to keep notes as a developer? Dave White 2008-09-17T10:01:18Z 2008-09-17T10:01:18Z <p>I use OneNote 2007. I make sure that my files are backed up to a server and so available from anywhere that I need them. The ease of manipulating text within OneNote is great, and the best thing is that you aren't limited to linear text. You can add new paragraphs off to the side, or on top of another.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81841#81841 0 Answer by Alf C for What do you use to keep notes as a developer? Alf C 2008-09-17T10:30:05Z 2008-09-17T10:30:05Z <p>For noting and discussing new details, and also for bug fixing, I have found Mantis being an very nice tool, and, using Eurekalog as a bug reporter, it can store the bugs directly in the system, from anywhere. (But I haven't taking this in use still, since my Mantis is mainly to be used with my php-based programs, while my Delphi-things are for other companies, so I have to find a commercial mantis site (I have probably found one, which also support blogs and also commercial components to)</p> <p>Otherwise I use an old-fashioned flip-over instead of a blackboard for discussing architectual things. When changing to another project, just flip over the paper and continue on a new paper. When going back to the other project, just flip back again :-)</p> <p>And for formally describing flowcharts etc. to be sent as files to others, I have started to use Microsoft Visio, but, I find documentation on how to use it rather scarce :-(</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81885#81885 0 Answer by stephbu for What do you use to keep notes as a developer? stephbu 2008-09-17T10:38:21Z 2008-09-17T10:38:21Z <p>Quite like mindmapping tools like MindJet - good for organizing and capturing random thoughts that crop-up during day-to-day work</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/81977#81977 0 Answer by Grismar for What do you use to keep notes as a developer? Grismar 2008-09-17T10:54:33Z 2008-09-17T10:54:33Z <p>I don't use a specific tool to keep notes, but rather prefer to make any remarks in the comments at or near the actual code. Whenever I need something later on, I generally remember where I used it first or I'll just search my code library for it. Even when I just think of something for later use, not as part of a current project, I'll just throw together something that demonstrates the idea and save that for later use.</p> <p>I find that my source library is the first place I look for old ideas anyway and that's why I started using it this way. An added advantage is that I also have a lot of other people's code sitting in there and sometimes when I look for my own notes, I find the answer in other people's comments and solutions.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82004#82004 0 Answer by kranor for What do you use to keep notes as a developer? kranor 2008-09-17T11:00:24Z 2008-09-17T11:00:24Z <p>i use <a href="http://www.gaijin.at/dldevproject.php" rel="nofollow">DevProject Manager</a> its free, can run of a USB stick, Dosn't require admin rights at all,it has syntax highlighting, does project management and has a code store all in one.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82076#82076 0 Answer by Scott and the Dev Team for What do you use to keep notes as a developer? Scott and the Dev Team 2008-09-17T11:12:14Z 2008-09-17T11:12:14Z <p>I carry around a 160 GB Maxtor USB drive. It has all snippets, websites, db's, notes and anything else I think is necessary. It fits in my pocket. If I see something useful on a blog or in a forum, I just save it as an .mht. Snippets of code go in a text file and then are stored there also.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82114#82114 78 Answer by kitsune for What do you use to keep notes as a developer? kitsune 2008-09-17T11:18:45Z 2008-09-17T11:18:45Z <p>A Moleskine!</p> <p><img src="http://farm1.static.flickr.com/15/22831625_275c0af275.jpg?v=0" alt="alt text" /></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82147#82147 2 Answer by woany for What do you use to keep notes as a developer? woany 2008-09-17T11:23:29Z 2008-09-17T11:23:29Z <p>I use wikipad which is basically a note taking tool that uses Wiki-like syntax</p> <p>See: <a href="http://groups.google.com/group/wikidpad/web/home" rel="nofollow">http://groups.google.com/group/wikidpad/web/home</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82161#82161 1 Answer by cH1cK3n for What do you use to keep notes as a developer? cH1cK3n 2008-09-17T11:25:26Z 2008-09-17T11:25:26Z <p>I use <a href="http://basket.kde.org/index.php" rel="nofollow">BasKet Note Pads</a> because it's very flexible. I collect a lot of notes in this application; not only code snippets but also ideas for possible birthday presents, quotations, ... </p> <p>Unfortunately it's only available for KDE.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82162#82162 1 Answer by Martín Marconcini for What do you use to keep notes as a developer? Martín Marconcini 2008-09-17T11:25:28Z 2008-09-17T11:25:28Z <p>I use a combination of <a href="http://www.culturedcode.com/things/" rel="nofollow">Things</a> and <a href="http://www.barebones.com/products/Yojimbo/" rel="nofollow">Yojimbo</a>. Of course I sync them and also use .text files when I need a quicknote.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82176#82176 0 Answer by boyd4715 for What do you use to keep notes as a developer? boyd4715 2008-09-17T11:27:33Z 2008-09-17T11:27:33Z <p>I use <a href="http://www.tranglos.com/free/keynote.html" rel="nofollow">KeyNote</a> does the trick for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82206#82206 12 Answer by soaringworm for What do you use to keep notes as a developer? soaringworm 2008-09-17T11:33:23Z 2008-09-17T11:33:23Z <p>AbstractSpoon ToDoList. Ultimate tool for everything.</p> <p><a href="http://www.codeproject.com/KB/applications/todolist2.aspx" rel="nofollow">http://www.codeproject.com/KB/applications/todolist2.aspx</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82216#82216 1 Answer by T. Kaltnekar for What do you use to keep notes as a developer? T. Kaltnekar 2008-09-17T11:36:14Z 2008-09-17T11:36:14Z <p>One of the tools I use is <a href="http://www.codeproject.com/KB/applications/todolist2.aspx" rel="nofollow">TodoList</a>, both for actual to-do lists but also for code snippets, links and pretty much anything that can be kept in a form of a list. </p> <p>Other tool is the already mentioned <a href="http://www.tiddlywiki.com" rel="nofollow">TiddlyWiki</a>, although I'm only starting to use this. It's a very handy tool with built in search and tagging. Interesting variant of this tool is <a href="http://mptw.tiddlyspot.com/" rel="nofollow">MPTW</a>. It has a bit different approach and provides an easy way to organize information.</p> <p>For scribbling my thoughts on a current project however nothing beats paper and pencil. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82225#82225 0 Answer by GoJiTa972 for What do you use to keep notes as a developer? GoJiTa972 2008-09-17T11:37:24Z 2008-09-17T11:37:24Z <p>I use a combination of <a href="http://www.google.com/notebook" rel="nofollow" title="Google Notebook">Google Notebook</a> and regular good old pen and paper. The tagging capabilities and the possibility to share,and access the notes from everywhere are valuable. I also use the google web history to find reference links I didn't note or tag in the notebook.</p> <p>Once you've found the right tagging system, it's very powerful.</p> <p>The thing is, <em>you need</em> a google account. And there are the privacy and confidientiality issues. </p> <p>Pen (or pencil) and paper still rule when it comes to brainstorming and conceiving. One drawback with my system is that the pen and paper entries must be reported back to the online notebook. I find it tedious sometimes, but it forces me to review and reorganize my thoughts and my todo lists.</p> <p>Sorry for any grammatical or spelling mistake, English is not my first language.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82295#82295 0 Answer by Francis Siefken for What do you use to keep notes as a developer? Francis Siefken 2008-09-17T11:52:22Z 2008-09-17T11:52:22Z <p><a href="http://www.devon-technologies.com/products/devonthink/" rel="nofollow">Devonthink Pro</a> (only works with OSX), the artificial intelligence feature auto linking related material is pretty neat. In that sense it's better then EverNote, Together etc. It can export to plain text files and someone made a script for markdown. For task and client related document management I switch between combination of Contactizer Pro, Things and Inbox2.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82298#82298 0 Answer by xan for What do you use to keep notes as a developer? xan 2008-09-17T11:52:40Z 2008-09-17T11:52:40Z <p>Already mentioned, <a href="http://www.dokuwiki.org/" rel="nofollow" title="DokuWiki">Dokuwiki</a> is where I keep all my computer based nodes. The syntax is really straigtforward and very human readable - I often take notes in notepad++, editing the page source directly, then view it in a browser to see where I'm up to.</p> <p>I use it particularly for "on the fly" TODO lists so I can have total control over what goes in them. I just put a strikethrough format on any finishted task text.</p> <p>A really useful addition is <a href="http://www.splitbrain.org/blog/2008-05/16-dokuwiki_on_a_stick_2008-05-05" rel="nofollow">DokuWikiStick</a>, a dokuwiki and apache distrobution that will run from a memory stick or out of a folder with no installation required. Great for taking notes with you.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82606#82606 0 Answer by AndrewB for What do you use to keep notes as a developer? AndrewB 2008-09-17T12:31:58Z 2008-09-17T12:31:58Z <p>I built my own in Lotus Notes which has been enhanced over the years, I have what I call 'Tech Notes' that I posted in my original knowledge base eight years ago. At one point I went down the path of having one per topic but later merged them all back together into a single database. My most recent change was to add in lastRead and last edited values on the documents which makes it even easier to find somehting that I looked at/ edited recently.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82849#82849 0 Answer by amo-ej1 for What do you use to keep notes as a developer? amo-ej1 2008-09-17T12:57:47Z 2008-09-17T12:57:47Z <p>I put everything in a large LaTeX file, easy presentation, nice rendering, and the source code is extremely gre-able. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/82995#82995 0 Answer by rkalajian for What do you use to keep notes as a developer? rkalajian 2008-09-17T13:12:05Z 2008-09-17T13:12:05Z <p>I use a combination of sources. I keep some notes written down, and some using Google Notebook. I'm giving Evernote a try now. Still haven't found that ONE source that seems to work the best.</p> <p>A wiki might be a good idea, though it would require a bit more work on your end to keep things organized how you like it.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83033#83033 0 Answer by Yrian for What do you use to keep notes as a developer? Yrian 2008-09-17T13:15:17Z 2008-09-17T13:15:17Z <p>I use <a href="http://www.tranglos.com/free/keynote.html" rel="nofollow">KeyNote</a>. It's fast, needs no install, saves everything automatically, has tons of shortcuts, and sits quietly in the tray, until you invoke it with Ctrl+Shift+F12.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83165#83165 3 Answer by bvanderw for What do you use to keep notes as a developer? bvanderw 2008-09-17T13:27:31Z 2008-09-17T13:27:31Z <p>I am really liking <a href="http://www.evernote.com" rel="nofollow">EverNote</a> for general note management.</p> <p>The older I get, the less information I seem to be able to retain, and I’m finding it increasingly necessary to write things down so I can reference them later. Since it seems I have forgotten how to use a pen or pencil to make legible characters on a piece of paper, I usually type this information into the computer. I have tried a number of ways to organize these digital "sticky notes". For awhile I was using the Notes feature in Microsoft Outlook , but that doesn’t really allow me to access my notes wherever I am, and it was awkward to use. I discovered I could use Yahoo! Notepad to sync with Outlook Notes, so I began to use that quite a bit - until I moved to Vista and Office 2007. For a long time, there wasn’t a sync client from Yahoo! that would work, and I found myself looking at other alternatives. A couple of weeks ago I discovered an application that is really working well for me. Evernote describes itself this way:</p> <blockquote> <p>Evernote allows you to easily capture information in any environment using whatever device or platform you find most convenient, and makes this information accessible and searchable at any time, from anywhere.</p> </blockquote> <p>What’s nice about Evernote is that it is provides a Windows client that synchronizes with a web interface, so your information is truly available to you wherever you go. There are Mac, Windows Mobile, and IPhone clients as well.</p> <p>This is not just for text. There is a simple rich text editor for taking notes in meetings or entering the bits of information you need to do your job or manage your life. Beyond that, you can store entire web sites (or just selected portions) quite easily using a Firefox extension. The program will also store scanned images, PDF files, and audio clips, but I haven’t really taken it that far.</p> <p>Searching works well, and they claim to also search PDF files and text within images. Like Outlook Notes and Yahoo! Notepad, each note is assigned a title based on the first line. Evernote, however, allows you to rename the title. Notes can be organized into folders and assigned tags.</p> <p>Synchronization also works well - even behind the firewall at work (it appears to use whatever HTTP proxy is configured in Internet Explorer). By default it syncs once an hour, but this is configurable, and you can force a sync at any time. I haven’t really tried using the web client. I have the Windows client running in the system tray so it quickly accessible.</p> <p>Did I mention it was free? There is a monthly cap, but in my regular use I am not even coming close to the allotted upload allowance. The premium version is $45/year, which gives you SSL encryption as well as a much larger upload allowance.</p> <p>If you are like me and need an application that will allow you to create your own personal knowledgebase , than I highly recommend Evernote .</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83252#83252 0 Answer by Bobby Kumar for What do you use to keep notes as a developer? Bobby Kumar 2008-09-17T13:34:20Z 2008-09-17T13:34:20Z <p>I use Incollector(both Windows &amp; Ubuntu) and Evernote on windows. Evernote has more features when compared to incollector. You can directly add text from firefox browser using the evernote plugin, drag &amp; drop, mailto, tagging, images.</p> <p>On Ubuntu, mostly use <a href="http://basket.kde.org/" rel="nofollow" title="Basket Note Pads">Basket note pads</a> and Tomboy Notes.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83303#83303 3 Answer by Steve Karg for What do you use to keep notes as a developer? Steve Karg 2008-09-17T13:38:23Z 2008-09-17T13:38:23Z <p>I use <a href="https://mail.google.com/mail/" rel="nofollow">GMail</a> - it is searchable and available anywhere I have internet, and is long term memory.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83477#83477 0 Answer by Mafti for What do you use to keep notes as a developer? Mafti 2008-09-17T13:55:52Z 2008-09-17T13:55:52Z <p>pen and paper.</p> <p>easy and simple.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83511#83511 0 Answer by john.northwood for What do you use to keep notes as a developer? john.northwood 2008-09-17T13:58:27Z 2008-09-17T13:58:27Z <p>work: keynote when on windows paper</p> <p>home: gmail online random bits of paper when offline</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83529#83529 0 Answer by Thomas Bratt for What do you use to keep notes as a developer? Thomas Bratt 2008-09-17T13:59:28Z 2008-09-17T13:59:28Z <p>Google Notebook for code snippets and research.</p> <p>For projects at work a paper notebook.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83543#83543 1 Answer by OAB for What do you use to keep notes as a developer? OAB 2008-09-17T14:00:23Z 2008-09-17T14:00:23Z <p>A legal pad and a whiteboard.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83554#83554 0 Answer by CodeRot for What do you use to keep notes as a developer? CodeRot 2008-09-17T14:01:07Z 2008-09-17T14:01:07Z <p>I like to use project spec sheets. I find that taking notes on them helps me hold on to those specs longer and make them more useful.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83576#83576 0 Answer by zirconx for What do you use to keep notes as a developer? zirconx 2008-09-17T14:02:53Z 2008-09-17T14:02:53Z <p>I use MS One Note at work, and it works pretty well. I also write a blog and put a lot of notes on there.</p> <p>Have also looked at Evernote, but was not very impressed with it. Not very easy to organize things like in OneNote.</p> <p>One con with OneNote is that is not free. So I have it on my work machine, but not on my other computers, so I can't standardize on it.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83595#83595 0 Answer by marc for What do you use to keep notes as a developer? marc 2008-09-17T14:04:52Z 2008-09-17T14:04:52Z <p>SharePoint offers a number of flexible tools with its wiki, list, and document libraries. We use it to hold all of our project artifacts, including best practice snippets, how-to's, etc.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83661#83661 1 Answer by AriT93 for What do you use to keep notes as a developer? AriT93 2008-09-17T14:12:56Z 2008-09-17T14:12:56Z <p>Another emacs fan here. I generally start most notes out in OrgMode. It provides a nice outline style that still allows for free form notes as well. It's also nice because as I identify things that need to be done I can mark them as TODO, schedule them and have them show up in an agenda type view of things to do. Additionally you can set a deadline on them as well which will then make the item show up earlier in the agenda with a count down of when it should be done. I am also a fan of EmacsMuse which among many other things is a personal wiki. There is also some tie in between the two packages I believe that will allow you to publish both org and muse files to html/xml/rss/pdf... Both also can make use of remember mode. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83694#83694 0 Answer by paraboom for What do you use to keep notes as a developer? paraboom 2008-09-17T14:15:32Z 2008-09-17T14:15:32Z <p>I'd like <a href="http://thn.gs/" rel="nofollow">thn.gs</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83726#83726 1 Answer by workmad3 for What do you use to keep notes as a developer? workmad3 2008-09-17T14:19:21Z 2008-09-17T14:19:21Z <p>My personal notes tend to go down on paper... whatever paper is lying around at the time.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83732#83732 0 Answer by Andrew Cowenhoven for What do you use to keep notes as a developer? Andrew Cowenhoven 2008-09-17T14:19:44Z 2008-09-17T14:19:44Z <p>Another vote for a plain old (big) text file and TextPad.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83767#83767 0 Answer by William Kindree for What do you use to keep notes as a developer? William Kindree 2008-09-17T14:23:54Z 2008-09-17T14:23:54Z <p>I could write a ton on what I do and why!</p> <p>Basically, I use standard 3 ring notebooks, with squared paper.</p> <p>I do this, because I find it is the most flexible method. It is easy to merge existing documentation and my own thoughts. It is easy to re-organize. The use of squared paper allows me to do diagrams and tables either in portrait or in landscape mode.</p> <p>For small projects, I use a single notebook to hold several projects. For larger projects, I use one to several notebooks.</p> <p>Random notes are simply kept in a notes section, and reorganized, as the organization becomes obvious.</p> <p>All notes are dated.</p> <p>When I convert notes to documents, I use Wordpad for the first draft, because of it's simple word processing capability. (The more complexity you have, the more time you waste on the prettyness.)</p> <p>I try to keep one small topic per page to simplify reprinting.</p> <p>Eventualy, documents become formalized, and are converted to Word or PDF files. (When this happens, it is no longer my problem.)</p> <p>This method stood me well in my career as a programmer and analyst. In fact it got me a years worth of consulting. I got a contract to document the large system I helped to develope. I was the ONLY programmer (of 20) on the project who had bothered to do any documentation at all.</p> <p>I was able to justify doing documentation (to others), as it kept me sane while doing on-call support and trouble-shooting for the whole system.</p> <p>The method I used for this was an enhancement to the above notes system, with considerations for the incremental nature of the notes for a whole system.</p> <p>Perhaps someone will ask a question about this topic.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83795#83795 0 Answer by Dan for What do you use to keep notes as a developer? Dan 2008-09-17T14:26:14Z 2008-09-17T14:26:14Z <p>I usually just open a plain text file and save it to my jump drive; however, I just started looking at InCollector, which provides more structure, directories and tagging, as well as search/filter capability.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83825#83825 0 Answer by Jonas for What do you use to keep notes as a developer? Jonas 2008-09-17T14:28:29Z 2008-09-17T14:28:29Z <p>I just started working just a few weeks ago so I don't really have a working proces for this. However I'm trying out <a href="http://www.rememberthemilk.com" rel="nofollow">Remember the milk</a>, which seems to work pretty well. It's just list with some notes added. But this is an interesting issue. I'm definitely going to check through this list of programs posted by people and see if I can find something interesting. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83862#83862 0 Answer by bill weaver for What do you use to keep notes as a developer? bill weaver 2008-09-17T14:32:35Z 2008-09-17T14:32:35Z <p>I carry around folded <strong>sheets of graph paper</strong>, pack moleskin or similar <strong>notebooks</strong> if i'm going somewhere, or use whatever paper is available to scratch notes. On the computer i often just keep a couple <strong>ongoing email threads</strong> with myself, pasting stuff in as needed. Email info and notes to/from my mobile device that way too.</p> <p>At home i try to boil, condense, and organize the info into <strong>OneNote</strong>. (<em>Excellent</em> app.) As for development techniques, code snippets, and programming stuff, use a simple blog or wiki to keep track. I like and use <strong>WordPress</strong> and <strong>TiddlyWiki</strong>.</p> <p>Occasionally, ideas are best expressed as <strong>demo or prototype apps</strong>, which end up in d:\dev.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83864#83864 1 Answer by David Lee for What do you use to keep notes as a developer? David Lee 2008-09-17T14:33:00Z 2008-09-17T14:33:00Z <p>1) A good text editor with a hierarchical outliner mode (e.g. Emacs + org-mode, or vimoutliner). why? Because programming involves drilling down into increasingly precise statements of the original task.</p> <p>2) Your revision control system of choice and local checkout of the source code why? Because the most precise definition of the task usually is code; leaves fall off the Todo Tree and into the tree of source code. </p> <p>Text files, a GNU userland and revision control go together like coffee, milk and sugar, and this arrangement gives you the flexibility and freedom to adopt new tools as you choose.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/83981#83981 0 Answer by dblack for What do you use to keep notes as a developer? dblack 2008-09-17T14:43:10Z 2008-09-17T14:43:10Z <p>I used to really like legal pads. I never missed anything, and everyone was quite happy. There's nothing like waving a legal pad around with pages of crossed-out tasks when the more Dilbert-themed managers wander by for showing progress.</p> <p>That is, of course, until after a couple years the legal pads had accumulated several pages or so of low-importance, high-tediousness tasks.</p> <p>Obviously, those types of tasks should have expired and disappeared, but I continued to copy them over and over again. I'm not sure what drove me to do so. OCD?</p> <p>I probably should be all "Yo yo yo... I gots myself a tasks wiki integrated with VS2008 Team Server, and as I enter or complete items my current location is all imported-like from my iPhone and marked up on my Google Earth super-mashup along with the GPS locations of everyone I've done talked to about it... Later, I'll do a GE flyby on my completed tasks... way cool"</p> <p>Nah. For years now it's all Notepad, KEdit, and post-its.</p> <p>KISS.</p> <p>Of course, I can't read post-its on my monitor from a client's site... so I may be due for a re-think. Webcams, maybe? :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84022#84022 0 Answer by scottclarke for What do you use to keep notes as a developer? scottclarke 2008-09-17T14:47:17Z 2008-09-17T14:47:17Z <p>I use legal pads on hashing out rough ideas. Once I'm actually coding I tend to just write extensive notes to myself in Visual Studio, including liberal use of TODOs. As someone else mentioned OneNote really a great app as well, esp. if you're pulling lots of info from various sources.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84069#84069 0 Answer by Will Harris for What do you use to keep notes as a developer? Will Harris 2008-09-17T14:52:04Z 2008-09-17T14:52:04Z <p>For quick random ideas, I have a plain text file that I can quickly append to using <a href="http://www.blacktree.com/" rel="nofollow">Quicksilver</a> (<code>ctrl-space .</code> random idea <code>tab a tab n enter</code>). I also keep a physical notebook (nothing fancy) by my bed for emptying my brain if it's keeping me awake.</p> <p>To-do lists go on <a href="http://www.tadalist.com/" rel="nofollow">Ta-da Lists</a>.</p> <p>To work out anything complex I use an A4 lined notebook or a whiteboard.</p> <p>If I'm working with a colleague on a design, we use a whiteboard then take photographs, which get emailed around an written up.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84107#84107 10 Answer by Mike King for What do you use to keep notes as a developer? Mike King 2008-09-17T14:54:37Z 2008-09-17T14:54:37Z <p>We use FogBugz, and all notes from the dev team go into the wiki. There are also general engineering/networking questions, and they go into an engineering wiki.</p> <p>This way, even quick notes are found in one place and last forever. And you have the added benefit of being able to easily correct or update older notes.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84170#84170 0 Answer by Katy for What do you use to keep notes as a developer? Katy 2008-09-17T15:01:11Z 2008-09-17T15:01:11Z <p>I wrote my own very basic one for my personal code snippets but am thinking of moving them over to a blog shortly when I re-do my website.</p> <p>At work we're investigating using the "Clippings" functionality within BBEdit. Basically the idea is to have a shared library that we all add to then redistribute occasionally but we're not sure how easy it's going to be to maintain.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84183#84183 1 Answer by Dario Solera for What do you use to keep notes as a developer? Dario Solera 2008-09-17T15:02:22Z 2008-09-17T15:02:22Z <p>What a great question...</p> <p>I use paper notebooks for most of my notes, which I try to keep sorted in binders or folders for future reference. Notes eventually evolve into project documentation, which usually fits in some kind of wiki-form. Classic Word-like documents are a no-no in my opinion.</p> <p>Any structured e-paper-based approach failed for me. It's overly complicated and it's not portable after all. I do use, however, desktop post-it notes which are excellent for keeping code snippets, to-dos and such.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84459#84459 0 Answer by dhiller for What do you use to keep notes as a developer? dhiller 2008-09-17T15:26:03Z 2008-09-17T15:26:03Z <p>I like DokuWiki[1]</p> <p>From the main page:</p> <blockquote> <p>DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files – no database is required.</p> </blockquote> <p>Supports syntax highlighting for different programming languages and more...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/84573#84573 0 Answer by gatesvp for What do you use to keep notes as a developer? gatesvp 2008-09-17T15:35:33Z 2008-09-17T15:35:33Z <p>I have a "personal productivity" wiki with Wetpaint.</p> <p>I've used standard written notebooks in the past, but they have the same recurring problems:</p> <ol> <li>Half of my notes are junk or temporary. So I need to keep re-writing the good ones.</li> <li>My notes become unsearchable. If you start going through 1-2 notebooks / year, how do I find the "<em>last time I spoke with Client X</em>" or the "<em>date I changed code Y</em>". You end up carrying around 2 notebooks at once.</li> <li>My notes lack hyperlinking, file storage and images. In other words, the paper notes simply couldn't mimic the mental mappings that I had created.</li> </ol> <p>My new strategy has three parts, but one focus: <strong>good data should be digitized in flexible "wiki-style format"</strong>. This happens in three parts:</p> <ol> <li><strong>Scrap paper</strong> / <strong>Whiteboard</strong>: for "active work items". Contains things like DB IDs, mock-ups and other temporary items.</li> <li><strong>Portable notebook</strong>: for random thoughts or things I need to write down before moving them to the wiki (say I don't have 'Net access). Really more of a creative drop-point than a working book.</li> <li><strong>The Wiki</strong>: everything important should end up in here. I keep a daily "what I did" list and then archive off the weeks and months. This makes my personal activity history searchable. I keep an active "Wish List" so that I don't forget client requests. Having a wiki also means that I can upload files, add hyperlinks and actually organize my data (good old copy-paste).</li> </ol> <p>Some people have mentioned <strong>blogs</strong> and I think that this is a reasonable starting ground for sharing. But blogs are a weak way to organize evolving data. Things change and wikis are simply the natural home for things that change.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85168#85168 0 Answer by Primetime for What do you use to keep notes as a developer? Primetime 2008-09-17T16:42:34Z 2008-09-17T16:42:34Z <p>I normally use notebooks for everything. Since it becomes very cluttered I have started to create text files and carry them on my thumbdrive. I still rather have the notebook in front of me for easy reference but the text file saves me on clutter. Hopefully soon I will figure out if I like the text format better.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85202#85202 0 Answer by Niklas Winde for What do you use to keep notes as a developer? Niklas Winde 2008-09-17T16:46:02Z 2008-09-17T16:46:02Z <p>It's gonna sound stupid but a couple of years back I actually backed down a lot on notes trying to keep things in my head instead. If you take it step by step you'll learn to keep more and more stuff in there at the same time. I didn't bother to learn some kind of technique but I guess you should do what you feel fits best. </p> <p>I do keep track of schedules, bugs and features in a plain text file but that is mostly to have something to cross out when I'm done. I've noticed how much faster I work and how my designs get better the more stuff I keep in my head -highly recommended!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85214#85214 0 Answer by Tristan Juricek for What do you use to keep notes as a developer? Tristan Juricek 2008-09-17T16:47:43Z 2008-09-17T16:47:43Z <p>Started using <a href="http://www.mcubedsw.com/software/codecollectorpro" rel="nofollow">Code Collector Pro</a> for random things I find on the intertubes, books, etc. It's not baad.</p> <p>But for visualizing problems, my trusty Moleskine does wonders.</p> <p>Oh, and having a blog or other "online collection thingy" is really useful.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85224#85224 2 Answer by Robert S. for What do you use to keep notes as a developer? Robert S. 2008-09-17T16:48:27Z 2008-09-17T16:48:27Z <p>I use <a href="http://research.microsoft.com/InkSeine/index.html" rel="nofollow">InkSeine</a> on my Tablet PC. It is incredible.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85240#85240 1 Answer by daughtkom for What do you use to keep notes as a developer? daughtkom 2008-09-17T16:49:50Z 2008-09-17T16:49:50Z <p>Post-Its for reminders.<br /> Notebooks for meeting notes.<br /> Text files (Notepad/UltraEdit/Notepad++) for tasks and time tracking.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85368#85368 0 Answer by jongarrison for What do you use to keep notes as a developer? jongarrison 2008-09-17T17:00:53Z 2008-09-17T17:00:53Z <p>If you take notes and you can't find them later, then they are useless.</p> <p>I've had good results from gmail for notes that I don't want to make public and a public blog for things that should be public. In gmail, I have a label called "notes" and inside notes emails I include an abstract and a list of keywords that describe the information. This makes the information very searchable and it is easy to update overtime either by saving an open item as a draft or replying to an item with a new email. All emails are addressed to me, unless I am discussing a problem with somebody else. </p> <p>I think gmail wins for taking personal notes based on convenience, searchability, ubiquitous access, and potential collaboration. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85410#85410 0 Answer by Devin Reams for What do you use to keep notes as a developer? Devin Reams 2008-09-17T17:05:01Z 2008-09-17T17:05:01Z <p>We at <a href="http://www.crowdfavorite.com/" rel="nofollow">Crowd Favorite</a> are developing a custom <a href="http://www.wordpress.org" rel="nofollow">Wordpress</a> site that acts as a:</p> <ul> <li>wiki (WP now has revision functionality), </li> <li>mailing list (setup a category to e-mail users on post/revision)</li> <li>contact list (use microformats, create hcards)</li> <li>code repository (create posts, pages)</li> </ul> <p>...and so on. I think that covers some of the basic reference functions that any developer (firm) should have.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85693#85693 0 Answer by alord1689 for What do you use to keep notes as a developer? alord1689 2008-09-17T17:37:13Z 2008-09-17T17:37:13Z <p>At work I have an Oxford Composition notebook that I use for meetings. I use Notepad to keep track of things I'm working on, on a daily basis, and these are all stored in one folder, named by date, and indexed with Windows Search 4.0. I also have a whiteboard next to my desk, and I take pictures of it with my iPhone and upload them to Evernote, which translates the text and makes all my whiteboard images searchable. Not very organized yet.</p> <p>(I have Moleskines as well, but don't use them for programming-related stuff.)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85719#85719 0 Answer by akauppi for What do you use to keep notes as a developer? akauppi 2008-09-17T17:40:03Z 2008-09-17T17:54:20Z <p>Dawned to me, isn't Stack Overflow <em>exactly</em> the place to keep them? :)</p> <p>As of until now, it's been <strong>TextEdit</strong> (OS X) in RTF mode, and Spotlight for the searching.</p> <p><a href="http://www.apple.com/downloads/macosx/productivity_tools/edgies.html" rel="nofollow">Edgies</a> is tremendous for temporary todo-kind of notes. Kudos!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85784#85784 0 Answer by Ian Boyd for What do you use to keep notes as a developer? Ian Boyd 2008-09-17T17:48:00Z 2008-09-17T17:48:00Z <p>Action Outline by Green Parrot Software</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/85864#85864 3 Answer by Gordon Bell for What do you use to keep notes as a developer? Gordon Bell 2008-09-17T17:56:05Z 2008-09-20T18:39:39Z <p>Pencil and Paper are fine until that calamitous flood or fire comes along, also paper isn't very efficient for searching or copy/paste.</p> <p>I use <a href="http://www.codeproject.com/KB/applications/todolist2.aspx" rel="nofollow">ToDoList</a> for TODO lists and a folder hierarchy of text files which I search and categorize (by folder name) through a custom explorer-like notepad app I wrote.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86077#86077 1 Answer by Rob for What do you use to keep notes as a developer? Rob 2008-09-17T18:18:39Z 2008-09-17T18:18:39Z <p>I can't recommend FreeMind highly enough.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86112#86112 0 Answer by SonnyNoBucks for What do you use to keep notes as a developer? SonnyNoBucks 2008-09-17T18:22:35Z 2008-09-17T18:22:35Z <p>I use "the Brain" from <a href="http://www.thebrain.com/" rel="nofollow">http://www.thebrain.com/</a> since it works a Mac Os, Linux, and Windows.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86161#86161 0 Answer by Abyss Knight for What do you use to keep notes as a developer? Abyss Knight 2008-09-17T18:29:37Z 2008-09-17T18:29:37Z <p>Personally, I use Notepad++ for long term notes and Notepad for short term cut and paste items. Everything else we keep in our CM system (i.e. design details/notes, requirements, source code). At my previous job, and for freelance work I've used Google Docs &amp; Spreadsheets just so I could share the notes out and access them anywhere.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86196#86196 0 Answer by JValente for What do you use to keep notes as a developer? JValente 2008-09-17T18:35:04Z 2008-09-17T18:35:04Z <p>dotProject is Open Source Project and Task Management Tool who let you record and/or share milestones, trouble tickets, notes, etc.</p> <p>I highly recommend it.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86247#86247 0 Answer by Chris Charabaruk for What do you use to keep notes as a developer? Chris Charabaruk 2008-09-17T18:40:56Z 2008-09-17T18:40:56Z <p>I've found that using a wiki is a great way of doing things, but if you can get everyone in the same room, there's nothing better than an active tape recorder, a big whiteboard, and a camera for capturing the state of the whiteboard as you work together. Even if you're working solo, the whiteboard and camera can be very useful as a way of tracking how your mind flows while working on a project.</p> <p>Also useful, of course, is the tree of text files, especially when kept in a source repository (for the always helpful revisioning that occurs), but a wiki is just as good, if not better for this.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86290#86290 0 Answer by Ethan Post for What do you use to keep notes as a developer? Ethan Post 2008-09-17T18:46:25Z 2008-09-17T18:46:25Z <p>Dave Winer's OPML outliner tool is simple and handy.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86391#86391 0 Answer by projecktzero for What do you use to keep notes as a developer? projecktzero 2008-09-17T18:56:43Z 2008-09-17T18:56:43Z <p>PMWiki for notes. For todo items and reminder, Tracks <a href="http://www.rousette.org.uk/projects/" rel="nofollow">http://www.rousette.org.uk/projects/</a> or Bitnami for easy installation package of it.<a href="http://bitnami.org/stack/tracks" rel="nofollow">http://bitnami.org/stack/tracks</a>. Lots of good ideas in this thread. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86528#86528 0 Answer by lamcro for What do you use to keep notes as a developer? lamcro 2008-09-17T19:11:51Z 2008-09-17T19:34:13Z <p>We use <strong>Mindtouch's <a href="http://www.mindtouch.com" rel="nofollow">Deki Wiki</a></strong> at work. They have a ready for use <strong>VM image</strong> that can be running in your desktop with a VMWare player or pluggeg into a VM server. Minimal setup required this way. The VM runs on debian, but you can download the source-code (GPL v2) to setup yourself. Requires <strong>Mono</strong>/<strong>.NET</strong></p> <p>All my work-related notes are placed in the wiki. Most of them are made public so others can benefit. Since we use a pretty old language, not used by many other companies, this helps. Plus all the (very old) paper guides for the language were uploaded to the wiki.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86698#86698 0 Answer by deadprogrammer for What do you use to keep notes as a developer? deadprogrammer 2008-09-17T19:28:41Z 2008-09-17T19:28:41Z <p>I use <a href="http://www.evernote.com" rel="nofollow">Evernote</a>. It's the best incarnation of a <a href="http://en.wikipedia.org/wiki/Memex" rel="nofollow">Memex</a> to date.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86819#86819 0 Answer by Johnny Maelstrom for What do you use to keep notes as a developer? Johnny Maelstrom 2008-09-17T19:40:29Z 2008-09-17T19:40:29Z <p>I just use a text editor and store all my snippets in a set of folders organised by language. I put the code with a brief description in the file of what it's for and then title the document with what it's an example of and use that title to name the file. Once this is done, you have a question and an answer that can be searched (Google Desktop?) or browsed through the file system to get at an answer of how to do something. I try to apply a bit of a "refactoring" methodology, by only writing something up if I'm using it for the third time. That way, I don't have to scrabble for an answer again and I know the code is likely to be reused again, so it's worth my time to document it.</p> <p>A highly ranked answer by JBB mentioned note books. I agree with that person, something in my brain clicks in to action when I write something down, which is not happening when I type in to a computer. It some how solidifies the information in my brain. There is one draw back to notebooks. Search, retrieval and sharing of information aren't so easy, which I guess is why stackoverflow.com and other sites are about.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/86940#86940 0 Answer by Peter van Huisstede for What do you use to keep notes as a developer? Peter van Huisstede 2008-09-17T19:52:09Z 2008-09-17T19:52:09Z <p>I use emacs org-mode together with remember. Under org-mode I use a GTD file with topics and tasks and a task-topic to gather tasks yet to be distributed over topics (or projects). Remember allows one to quickly add new tasks (they go into the task-topic at the top of the file) and notes (they go into a notes file, but can carry a reference to a topic (project).</p> <p>The GTD file, the notes file and an archive of completed tasks are all kept under Git version control. At work, at the end of the day I push these files to Github. At home I can pull them out of Github; add stuff, commit the files and push them to Github.</p> <p>Simple text files organize notes and projects and can be reached from anywhere.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/87130#87130 3 Answer by Petros for What do you use to keep notes as a developer? Petros 2008-09-17T20:13:35Z 2008-09-17T20:13:35Z <p>I use <a href="http://www.backpackit.com/" rel="nofollow">http://www.backpackit.com/</a> by <a href="http://www.37signals.com/" rel="nofollow">37signals</a>. I can create pages add lists, notes, files, pictures, writeboards and tags and then search anything I previously added. It is not developer specific, but it works for me.</p> <p>For snippets I have one page for each language I use and each snippet is a note with files (sometimes).</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/87472#87472 0 Answer by OJW for What do you use to keep notes as a developer? OJW 2008-09-17T20:44:05Z 2008-09-17T20:44:05Z <p>Filofax, so you can add new pages when you want to expand a section, and avoid that logbook problem of having different projects all mixed up.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/87707#87707 2 Answer by sumek for What do you use to keep notes as a developer? sumek 2008-09-17T21:10:57Z 2008-09-17T21:10:57Z <p><a href="http://www.gnome.org/projects/tomboy/" rel="nofollow">Tomboy</a> - a desktop wiki that just feels right with powerful search capabilities. With the newest release it goes multi platform. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/87727#87727 0 Answer by Guy for What do you use to keep notes as a developer? Guy 2008-09-17T21:12:43Z 2008-09-17T21:12:43Z <p>I blog it.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/87790#87790 0 Answer by Nicolas MASSE for What do you use to keep notes as a developer? Nicolas MASSE 2008-09-17T21:21:09Z 2008-09-17T21:21:09Z <p>For small notes, I use KNotes (provided with KDE). And for more important notes, I send an email to myself :-)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/87959#87959 64 Answer by Parappa for What do you use to keep notes as a developer? Parappa 2008-09-17T21:39:53Z 2008-09-17T21:39:53Z <p>Depending on the nature of the project and the size of your development team, a number of methods are necessary to adequately cover all of the bases:</p> <ul> <li>Paper Notebook (for personal day-to-day notes)</li> <li>Dedicated Bug-Tracking App (because it's too important to not be its own thing)</li> <li>Wiki (for internal documentation within your team or department)</li> <li>Blog (to keep a journal of your growth as a developer)</li> <li>Forums (for team discussions and Q&amp;A)</li> </ul> <p>For day-to-day notes, reminders, and sketches, I still haven't found anything as good as an old-fashioned pen &amp; paper notebook. Part of the beauty of this solution is that your notebook can be as organized or as chaotic as suits your style. I don't think there is any best way to use a notebook.</p> <p>A wiki is great, but I find that in order to get the most out of it, it has to be a common wiki used by everyone on the team or in the department. <a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a> is an excellent piece of software, but it is designed for individual use. You want something more like <a href="http://www.mediawiki.org/" rel="nofollow">MediaWiki</a> that can be set up on a central server.</p> <p>The focus of your <strong>wiki</strong> should be on <strong>practical documentation</strong>. It should be rife with FAQs, tutorials, How-To articles, sample code, and so forth. Ideally, any time somebody on your team hits a stumbling block and has to learn something specific to your company or project, they should contribute an article to the wiki about it.</p> <p><strong>Avoid email for documenting things</strong> such as gotchas and best practices. Many people tend to reach for email when they first identify a recurring problem and want to publicize the solution. The problem is that email tends to be hard to find weeks later, which is when the problem being discussed will most likely resurface. The best thing to do is to write a wiki article and then send an email to publicize the article. A good wiki will have a much better signal to noise ratio than a typical email inbox.</p> <p>A <strong>blog</strong> is a useful tool for <strong>personal development</strong> and communicating your experience to other developers. However, writing a good blog tends to be a lot of work, and may prove to be too much of a distraction within a software development team. Also, blogs lack the hierarchy that a wiki has; they capture information in chronological order, and therefore suffer from the same issues as an email inbox to a small degree.</p> <p>If your team or department is large, a forum might be a useful alternative to email, and may also be a convenient dumping ground for transitory topics that don't belong in a wiki. A <strong>forum</strong> can be a useful place to track <strong>fire-fighting</strong> style issues that occur suddenly, affect many team members, and may require some discussion or exploration. It can also be a place to post light-hearted stuff such as funny web links or other topics that team members use to blow off steam.</p> <p>Generally speaking, the most important things to have are the paper notebook, the bug-tracking DB, and the wiki. Blogs and forums are good to have, but not as effective for capturing simple, straight-forward documentation. So far I haven't found any single piece of software that is effective enough to replace a combination of individual notebooks combined with a central wiki and a central bug database.</p> <p>It should also go without saying that your project should use some sort of version control software. :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88065#88065 0 Answer by Jon Cage for What do you use to keep notes as a developer? Jon Cage 2008-09-17T21:52:05Z 2008-09-17T21:52:05Z <p>I've used <a href="http://www.download.com/Post-it-Software-Notes-Lite/3000-2351_4-10060027.html" rel="nofollow">3m's Post-it Lite</a> to great success for quick notes I don't want to lose. I always end up losing physical post it notes as they drop off the monitor when people walk past my desk (open plan office). They also make copy and paste in to/out of emails much easier ;-)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88171#88171 0 Answer by Keith for What do you use to keep notes as a developer? Keith 2008-09-17T22:02:54Z 2008-09-17T22:02:54Z <p>I use EditPad Lite (like notepad) for quick how-to steps for stuff I know I'll need to do in the future and will forget.</p> <p>I use physical 1 subject notebooks to record my daily activities.</p> <p>For changes to code that is in-production I identify my changes with date, name, and summary.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88176#88176 0 Answer by Jeremy for What do you use to keep notes as a developer? Jeremy 2008-09-17T22:03:15Z 2008-09-17T22:03:15Z <p>I have various "cheat sheets" like reg ex, css, html quick references printed and pinned to my cube wall. A few Other things I've printed, but mostly I just bookmark my stuff in IE with a well define folder structure. I found if I end up keeping too many notes in a binder you can't find anything anyhow.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88290#88290 1 Answer by Tod for What do you use to keep notes as a developer? Tod 2008-09-17T22:21:15Z 2008-09-17T22:21:15Z <p>For a text file that I need to open on multiple computers, I use <a href="http://getdropbox.com" rel="nofollow">Drop Box</a>. It magically syncs the file so I can open it on multiple computers. The get an auto reloading editor like MS Dev Studio or Ultra-edit. Now the file is always up to date on all your computers!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88300#88300 0 Answer by Scott Evernden for What do you use to keep notes as a developer? Scott Evernden 2008-09-17T22:22:21Z 2008-09-17T22:22:21Z <p>Notes? I don't need no steenkn' notes! .. I use eidetic memory...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88337#88337 0 Answer by JRoppert for What do you use to keep notes as a developer? JRoppert 2008-09-17T22:28:34Z 2008-09-17T22:28:34Z <p>SnagIt, OneNote and Evernote</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88396#88396 0 Answer by TroyG for What do you use to keep notes as a developer? TroyG 2008-09-17T22:36:07Z 2008-09-17T22:36:07Z <p>I use a combination of OneNote, Blogging and good ol' pencil and paper.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88474#88474 0 Answer by RKitson for What do you use to keep notes as a developer? RKitson 2008-09-17T22:50:31Z 2008-09-17T22:50:31Z <p>Evernote rocks!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88506#88506 3 Answer by wallyqs for What do you use to keep notes as a developer? wallyqs 2008-09-17T22:56:06Z 2008-09-17T22:56:06Z <p>I find it surprising that nobody has mentioned the notes built-in support in Opera. You can access the notes whenever you're browsing with a shortcut (Ctrl-Alt E), which will prompt you to the notes tab searchbar, You can even synchronize your notes so that you'll only have one big repository of notes in any Opera browser that you use, thus you can be in Linux, Windows, Mac and still read your notes.<br /> &nbsp;&nbsp; I use it all the time whenever I can't recall how I did something before but that I have a hunch that I might have made a note for it, I just bring the notes from Opera and type whatever I can remember from that note, and voila! &nbsp;There it is. <br />Although, it could be said that one of the drawbacks of Opera notes is that you can't format your text. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88515#88515 0 Answer by ElectricRook for What do you use to keep notes as a developer? ElectricRook 2008-09-17T22:58:17Z 2008-09-17T22:58:17Z <p>I have a couple of text files... One for my one-liners &amp; PERL inside vim. One for sysadmin help when I did that job, how to "config a scsi tape drive" use the "dd" command to format a floppy, etc. And I have a good sized directory that includes everything from one use shell scripts, to perl stuff cut-n-hacked out of the man page examples saved off as things like PERL_Function_Test.pl, all the way up to some of my medium sized data cruncher and stat generator programs. This way, I can grep stuff out of them as needed. And I'm a little on the lazy side, I have aliases that grep stuff out of my help files. And if anyone asks me a question I don't have time to answer, I tell them to look at my alias "gp" which does "grep *! ~/hints/perl_one_liners.txt"</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88548#88548 0 Answer by Ivan for What do you use to keep notes as a developer? Ivan 2008-09-17T23:05:09Z 2008-09-17T23:05:09Z <p>I use a method very similar to JBB's, only I use small three ring binders instead of notebooks, because this way I can better organize the pages, and use all kinds of paper (blank for sketches, ruled for normal writing, etc.)</p> <p>I also have an adjustable hole puncher so I can put anything in there (printings, magazine clippings).</p> <p>Fortunately, the size of the binder pages is half letter size, so I can print anything without having to load special paper into the printer, and I just cut it afterwards.</p> <p>I tried blogs, wikis, and all sorts of more advanced tools, but none has worked better than this one. Although I'm thinking of improving it by scanning the pages and uploading them to a blog or some other web tool so I can look at them anytime.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88603#88603 0 Answer by Jared for What do you use to keep notes as a developer? Jared 2008-09-17T23:15:04Z 2008-09-17T23:15:04Z <p>Since I run an Apache server anyway for personal use I just use Media Wiki. I make weekly backups of the database so I can reinstall it or transfer it to a different machine if necessary. I like using Wiki because if someone asks for help I can just give them the URL and they can look through my notes with out having to borrow a notebook.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88834#88834 0 Answer by Steve Lacey for What do you use to keep notes as a developer? Steve Lacey 2008-09-18T00:10:23Z 2008-09-18T00:10:23Z <p>Text files in ~/lib/docs</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88890#88890 3 Answer by Josh for What do you use to keep notes as a developer? Josh 2008-09-18T00:23:31Z 2008-09-18T00:23:31Z <p>I blog at <a href="http://geekrant.org/" rel="nofollow">geekrant.org</a> - Google searches it, I get third party comments, it's great.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88901#88901 0 Answer by BrentK for What do you use to keep notes as a developer? BrentK 2008-09-18T00:25:47Z 2008-09-18T00:25:47Z <p><a href="http://yourothermind.com/Keeper/keeperdetails.htm" rel="nofollow">Keeper</a> is a note taking application, more intended for use by writers but has many of the features the other note applications mentioned here have. Notes are quick to add (ctrl + n) and there are a variety of note types and brainstorming features. Keyword tagging and search available as well. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88926#88926 0 Answer by logoin for What do you use to keep notes as a developer? logoin 2008-09-18T00:32:57Z 2008-09-18T00:32:57Z <p>I used to use office's note for my work. It's full of tips related to work. I then move everything to Google Note since I can search and use it anywhere. The drawback is that I can't narrow my search in certain notebook. It would be great to try other tools.</p> <p>I also like to use physical notebook to draw out ideas and use UltraEdit when I need to look at some one time data.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/88946#88946 0 Answer by for What do you use to keep notes as a developer? 2008-09-18T00:37:02Z 2008-09-18T00:37:02Z <p>Simple text file on a remote server.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/89732#89732 1 Answer by simoncpu for What do you use to keep notes as a developer? simoncpu 2008-09-18T03:25:46Z 2008-09-18T03:25:46Z <p>I use MediaWiki for keeping large notes (i.e., diagrams, specs). For short-lived snippets, I use this alias so that I can just type "wiki" at the command line:</p> <pre><code>alias wiki="pushd .; cd /home/simoncpu/notes; vim wiki; popd" </code></pre> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90431#90431 0 Answer by Radar for What do you use to keep notes as a developer? Radar 2008-09-18T06:07:52Z 2008-09-18T06:07:52Z <p>Check Off on the Mac is cool, hides away nicely and pops out when you need it. For any important calendar events / deadlines I use iCal.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90449#90449 0 Answer by willson for What do you use to keep notes as a developer? willson 2008-09-18T06:11:44Z 2008-09-18T06:11:44Z <p>may be it just fetish, but I use my molesckine :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90499#90499 0 Answer by Piko for What do you use to keep notes as a developer? Piko 2008-09-18T06:26:58Z 2008-09-18T06:26:58Z <p>Personally, I've found a Wiki in general to be the best. Especially if I can get to if from anywhere. Specifically, I've grown quite fond of <a href="http://www.MindTouch.com" rel="nofollow">DekiWiki</a>. It's open source, written <em>strangely</em> in PHP and C#, and runs under Mono on just about any OS available (Linux, Windoze, Mac OS X or otherwise).</p> <p>Piko</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90515#90515 0 Answer by Jan de Vos for What do you use to keep notes as a developer? Jan de Vos 2008-09-18T06:33:47Z 2008-09-18T06:33:47Z <p>As indicated by the amount of replies here, there are many options. Which you choose depends on your requirements, which might include:</p> <ul> <li>fast text entry</li> <li>versioning</li> <li>organizing notes</li> <li>drawing images / graphs</li> <li>searching through notes</li> <li>archiving of your notes</li> <li>distribution / accessibility</li> </ul> <p>The main advantages that paper have over any digital options are in drawing images, as well as fast text entry -- it is often much easier to reach for a notebook than to find a program on the computer, if only because usually, my desk is a lot bigger than my monitor, and is used ony to store paper things (and coffee mugs, off course).</p> <p>In the digital realm, simple text files with a versioning tool (subversion or darcs) seem to satisfy all the requirements very well, so that is what I use whenever I just want to jot down text (I type a lot faster than I can write). Fast text entry is my most important issue though -- I type a lot more notes than I ever re-read. An absolute requirement for me is therefore that I can just summon an empty note with a single keystroke from any context.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90520#90520 0 Answer by RHeitzmann for What do you use to keep notes as a developer? RHeitzmann 2008-09-18T06:34:47Z 2008-09-18T06:34:47Z <p>I also use MediaWiki, personally as well as in team projects.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90585#90585 0 Answer by Dheer for What do you use to keep notes as a developer? Dheer 2008-09-18T06:50:33Z 2008-09-18T06:50:33Z <p>I use Google Notepad</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90600#90600 0 Answer by Kristian for What do you use to keep notes as a developer? Kristian 2008-09-18T06:56:03Z 2008-09-18T06:56:03Z <p>I have started using <a href="http://www.cardmeeting.com" rel="nofollow">CardMeeting</a> to keep track of my different tasks. Great if you want to share notes within a team as well.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90602#90602 2 Answer by Joseph Holsten for What do you use to keep notes as a developer? Joseph Holsten 2008-09-18T06:56:10Z 2008-09-18T06:56:10Z <p>Four things give me the ability to record and find every note I need for a software project.</p> <ol> <li>A <strong>text editor</strong> I know by heart. This incudes <code>vim</code> &amp;TextMate, but there's no reason you can't be proficient at <code>emacs</code>, Notepad 2, TextPad, or BBedit. I'm looking forward to learning <code>sam</code>.</li> <li>A <strong>search tool</strong> I know by heart. This tends to be <code>grep</code>, <code>find</code>, and Quicksilver.</li> <li><strong>Automated tests</strong>. I prefer a behaviour driven development framework like <code>rspec</code>. Ideally you can generate documentation from those tests, saying which pass, which fail, and which are pending or ignored.</li> <li><strong>Version control</strong>. If you don't have a record of when you create and edit your notes, you'd have to do that yourself. I suggest Subversion, <code>svn</code>, or Mercurial, <code>hg</code>.</li> </ol> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90638#90638 1 Answer by Wayne for What do you use to keep notes as a developer? Wayne 2008-09-18T07:06:09Z 2008-09-18T07:06:09Z <p>I use <a href="http://www.barebones.com/products/yojimbo/" rel="nofollow">Yojimbo</a>. It works well for keeping not just text but images, PDF documents, web sites (links and full archives), etc.</p> <p>I have collections for common things that are not tied to any single project (syntax cheat sheets, interface guidelines, etc.). I create a separate collection for each specific project where I put things like web research, code snippets, requirements docs, and engineering notes. Yojimbo allows the same item to be in more than one collection so it's easy to aggregate project-specific and general-but-related information in one place.</p> <p>Yojimbo syncs all its information (via MobileMe) to all of my machines so I have the data wherever I am. But unlike web-only solutions the information is actually stored locally on each machine. That means I can work offline (I usually commute by train) and everything syncs up the next time I connect.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90673#90673 0 Answer by oneBelizean for What do you use to keep notes as a developer? oneBelizean 2008-09-18T07:16:18Z 2008-09-18T07:16:18Z <p>I tend to use a simple text file organized in folders what convey what the notes are about..for example a GWT folder for google web toolkit notes</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90781#90781 0 Answer by okflo for What do you use to keep notes as a developer? okflo 2008-09-18T07:48:37Z 2008-09-18T07:48:37Z <p>emacs modes like org or planner. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90821#90821 0 Answer by Sergey Stadnik for What do you use to keep notes as a developer? Sergey Stadnik 2008-09-18T07:59:20Z 2008-09-18T07:59:20Z <p><a href="http://www.mytreedb.com/treedbnotes_free.html" rel="nofollow">TreeDBNotes Free</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/90955#90955 1 Answer by Bastien for What do you use to keep notes as a developer? Bastien 2008-09-18T08:29:41Z 2008-09-18T08:29:41Z <p>I use Org-mode in GNU Emacs. It's pure text: you can easily backup your notes, or handle them via a versioning system. You can also export them to various formats, with code highlighting. Very nice.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/91094#91094 0 Answer by Java Junkie for What do you use to keep notes as a developer? Java Junkie 2008-09-18T09:08:40Z 2008-09-18T09:08:40Z <p>Notes on the Dashboard (MacOSX)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/91447#91447 0 Answer by seeker for What do you use to keep notes as a developer? seeker 2008-09-18T10:20:03Z 2008-09-18T10:20:03Z <p>I make notes on a white board in my office, on my own and when other team members are part of the discussion.</p> <p>I then take a digital photograph with my mobile phone.</p> <p>These images are then sorted and listed in my SDF (Software Development File).</p> <p>I also use a physical notebook. I find myself more productive (when thinking) if I am not behind a keyboard.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/91837#91837 0 Answer by Cédric Girard for What do you use to keep notes as a developer? Cédric Girard 2008-09-18T11:48:52Z 2008-09-18T11:48:52Z <p>I use a small home-made database, driven by a simple search box.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/91875#91875 0 Answer by akr for What do you use to keep notes as a developer? akr 2008-09-18T11:58:50Z 2008-09-18T11:58:50Z <p>For long term notes use a wiki. We use <a href="http://www.dokuwiki.org/dokuwiki" rel="nofollow">Dokuwiki</a>.</p> <p>We also use a bug tracking or change request system like <a href="http://www.mantisbt.org/" rel="nofollow">Mantis</a>. Here you can handle requests for change in code. Developers and requesters can vote on and discuss changes and bugs. This way you keep a history of the discussion which is also very useful.</p> <p>An interesting approach I found some time ago is to establish a local IRC, let everybody discuss their problems, log all conversation and make the log searchable. This way, someone on vacation can spend the first day to read the conversations and get on track with what happened the weeks they were away.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/91889#91889 1 Answer by Dmitriy Kopylenko for What do you use to keep notes as a developer? Dmitriy Kopylenko 2008-09-18T12:02:09Z 2008-09-18T12:02:09Z <p>Check out <a href="http://gist.github.com/" rel="nofollow">Gist at GitHub</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92192#92192 0 Answer by Subimage for What do you use to keep notes as a developer? Subimage 2008-09-18T12:43:00Z 2008-09-18T12:43:00Z <p><a href="http://www.basecamphq.com" rel="nofollow">Basecamp</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92484#92484 1 Answer by Nobody Special for What do you use to keep notes as a developer? Nobody Special 2008-09-18T13:22:48Z 2008-09-18T13:22:48Z <p>For general observations and "what have I learned today" type things, I second the notion of using a blog. If nothing else, it'll be something interesting to go back to.</p> <p>For code snippets, I'm quite enamored of basKet on linux.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92519#92519 0 Answer by unknown (yahoo) for What do you use to keep notes as a developer? unknown (yahoo) 2008-09-18T13:27:55Z 2008-09-18T13:27:55Z <p>I have currently begun using sharepoint. More because VS Team Foundation automatically creates a sharepoint site for each project created. This, so far has been an excellent place to put documents about the project (Design docs, 3rd party utility docs etc) as well as forum like dicussion boards etc.</p> <p>Now, that being said, that is project / team based. We also have a division level sharepoint site where we do much the same. </p> <p>Personally (Outside of the company) I have tried onenote but I will certainly checkout some of the suggestions made here.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92660#92660 1 Answer by mamama for What do you use to keep notes as a developer? mamama 2008-09-18T13:46:11Z 2008-09-18T13:46:11Z <p>I use a combination of physical notebooks, Emacs modes and LaTeX (just so that I do not lose my typesetting skills - they're invaluable.)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92814#92814 0 Answer by WACM161 for What do you use to keep notes as a developer? WACM161 2008-09-18T14:03:50Z 2008-09-18T14:03:50Z <p>Paper and pen!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92969#92969 0 Answer by theJonan for What do you use to keep notes as a developer? theJonan 2008-09-18T14:20:07Z 2008-09-18T14:20:07Z <p>During the thinking process a sheet of paper is great for me - I can sketck, draw, mark, put number while debugging, etc. This is for temporary memos, however. For more general and long-term information I use docs and/or spreadsheets, depending on the information itself.</p> <p>For most important, mid-duration memos I like to use source files and simple text files - todos, marks for needing optimization / further reviewing - all fit very well among the code, since this keeps them well up to date. </p> <p>Also sometimes when I am really into something and I have to interrupt - I put a small summary, in the current source file, of what the current state is and what are immediate steps that must be taken to continue - this helps me to restart very fast when back.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/92973#92973 0 Answer by Jack Baty for What do you use to keep notes as a developer? Jack Baty 2008-09-18T14:20:39Z 2008-09-18T14:20:39Z <p>Tinderbox for <em>everything</em>. Links, outlines, maps, agents, search, export, you name it. Can be as simple or complex as you want. I live there.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/93016#93016 0 Answer by Brad8118 for What do you use to keep notes as a developer? Brad8118 2008-09-18T14:26:40Z 2008-09-18T14:26:40Z <p>I've been using One Note. Its ok. Have a different page for every month and throughout the day I document what i've worked on.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/93143#93143 0 Answer by Adrian for What do you use to keep notes as a developer? Adrian 2008-09-18T14:39:10Z 2008-09-18T14:39:10Z <p>I use <a href="http://trac.edgewall.org/" rel="nofollow">Trac</a> tickets for keeping track of things to do, and Trac's wiki for formal notes and documentation. During a planning/design/brainstorming phase, I'll use pen-and-paper, and if I'm trying to work out a complex problem that I can't keep all in my head at once, I turn to the large whiteboard hung up next to my desk. Each is perfect for certain purposes, and I couldn't do without any of them. Especially Trac. Nothing would ever get done around here without Trac!</p> <p>I also frequently rely on Gmail and it's search capabilities; if I get important information via email, I never need to transfer it anywhere else to keep track of it, I just leave it in my mailbox to be searched for when it's needed.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/93430#93430 0 Answer by Milhous for What do you use to keep notes as a developer? Milhous 2008-09-18T15:10:11Z 2008-09-18T15:10:11Z <p>I think a blog is a good place to put you ideas. If google indexes your site, then you can search for previous answers that you used.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/93436#93436 0 Answer by Esa for What do you use to keep notes as a developer? Esa 2008-09-18T15:11:07Z 2008-09-18T15:11:07Z <p>A notebook, and plain-text documents edited with VIm, generally. I do use google for links and notes in the style of "remember this!" </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/93561#93561 0 Answer by JeeBee for What do you use to keep notes as a developer? JeeBee 2008-09-18T15:26:01Z 2008-09-18T15:26:01Z <p>I use a notebook. I am a visual guy so I like to draw diagrams of workflows, mockups, schemas and so on, so computer based tools are too clumsy compared to a pen and paper and sitting back on the sofa. A tablet PC is not an adequate replacement either. You can't beat the feel of paper, the high DPI, the instance feedback, etc.</p> <p>I also have a personal SVN repository of project code and snippets.</p> <p>I would also set up a personal Wiki for when I am having to write or document things, often snippet-based best practice notes.</p> <p>I use a ToDo list manager application for listing tasks I need to do. The one in Outlook is not suitable in any manner, you need one that can handle task hierarchies - an outliner basically. OmniOutliner on the Mac is great, and OmniGraffle is great for drawing up those notebook scribbles later on.</p> <p>There are applications that can be used for authors when writing books, and I think there is room for a tool that does the same for programmers.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/93880#93880 0 Answer by David for What do you use to keep notes as a developer? David 2008-09-18T15:58:08Z 2008-09-18T15:58:08Z <p>I use a bound A4 Artists Diary (unruled, high GSM paper) which I write mind maps, scribbles and all sorts of unstructured goodness on.</p> <p>I rarely seem to need to review these notes ... it just helps to write them down.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/94720#94720 0 Answer by Dave Dunkin for What do you use to keep notes as a developer? Dave Dunkin 2008-09-18T17:33:42Z 2008-09-18T17:33:42Z <p>We use <a href="http://www.notescraps.com/" rel="nofollow">NoteScraps</a> at my office. It was developed internally to solve this problem. It was designed to be simple and look great.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/94857#94857 0 Answer by tidge for What do you use to keep notes as a developer? tidge 2008-09-18T17:45:03Z 2008-09-18T17:45:03Z <p>I'm a big fan of a notebook or even just a pad of paper... but for a while now I have been doing a lot of note taking in OneNote. It's all about being able to search quickly. </p> <p>Others have mentioned sharing on a network which can also prove helpful in some applications. Also I find it's simple ability to capture screen prints, or even print outs from a web browser or other application to be really helpful.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/94913#94913 0 Answer by Lark for What do you use to keep notes as a developer? Lark 2008-09-18T17:51:14Z 2008-09-18T17:51:14Z <p>I like to use one of those bright yellow note pads. I have always preferred to write my notes/ideas out by hand rather than use a word processing or note taking software. It feels like I am able to explore ideas easier on a note pad because I can make quick sketches of ideas, connect two separate thoughts using arrows, or just doodle.</p> <p>I think the notepad gives me the ability to have a uninterrupted stream of thought. If I am typing I easily get distracted by an IM message, go to a website, or what ever. I seem to be more distracted when I try to write notes or ideas using the computer.</p> <p>Maybe I am old fashioned. I don't know.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/94984#94984 0 Answer by willCode4Beer for What do you use to keep notes as a developer? willCode4Beer 2008-09-18T17:57:09Z 2008-09-18T17:57:09Z <p>I used to keep notebooks and always lose or misplace. Now-a-days, I just post solutions on my website.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/95632#95632 1 Answer by ampburner for What do you use to keep notes as a developer? ampburner 2008-09-18T18:51:47Z 2008-09-18T18:51:47Z <p>todo lists: my '@Work' context for <a href="http://www.rememberthemilk.com" rel="nofollow">Remember the milk</a></p> <p>most things else: I keep things where I need them. Comments inside my code. postits on my desk, and if I feel something's worth sharing I might post it to the internal wiki my company hosts.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/95680#95680 0 Answer by neu242 for What do you use to keep notes as a developer? neu242 2008-09-18T18:56:05Z 2008-09-18T18:56:05Z <p>I just use <a href="http://www.livejournal.com/" rel="nofollow">Livejournal</a>. It's not fancy, but supports tags and is always available.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/96014#96014 3 Answer by DB Tech for What do you use to keep notes as a developer? DB Tech 2008-09-18T19:26:02Z 2008-09-18T19:26:02Z <p>For my work on enterprise applications:</p> <ol> <li><p>Lots of notepads. I diagram a lot, and scratching it out is quick and easy. I can take it with me to a meeting or to QA or -gasp- a customer.</p></li> <li><p>OneNote. Window Key + S. Instant Sizable Screenshots are worth their weight in gold. The notebooks are pretty useful to.</p></li> <li><p>Code Comments and text help files in the repository. Thinking of your code as a product that has to be consumed by other developers, packaging it correctly can be a big help.</p></li> <li><p>To do list. Wherever I can make them. Word, WordPad, Notepad, notebooks, OneNote, whittled into my desk. Should probably be number one. If you work on an application that can be your notepad, try that, too. It helps you find bugs.</p></li> </ol> <p>For my web development</p> <ol> <li><p>Trac. I love that thing!</p></li> <li><p>See above.</p></li> </ol> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/96920#96920 0 Answer by unexist for What do you use to keep notes as a developer? unexist 2008-09-18T21:01:11Z 2008-09-18T21:01:11Z <p>I use the Firefox Extension <a href="https://addons.mozilla.org/en-US/firefox/addon/46" rel="nofollow">Quicknote</a> for small notes.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/97064#97064 0 Answer by quamrana for What do you use to keep notes as a developer? quamrana 2008-09-18T21:15:56Z 2008-09-18T21:15:56Z <p>I use the <a href="http://www.fitnesse.org/" rel="nofollow" title="Fitnesse wiki and acceptance testing framework">fitnesse</a> wiki to keep notes on projects at home. One feature it has that I've not seen in other wikis is that it is hierarchical, which means that you can have short names for pages that don't clash with pages with the same name in different branches.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/97089#97089 0 Answer by John Rudy for What do you use to keep notes as a developer? John Rudy 2008-09-18T21:19:02Z 2008-09-18T21:19:02Z <p>I like and use OneNote quite a bit, but have recently fallen off the wagon and returned to paper and pencil. (I just like them!)</p> <p>I miss InfoDepot (an old Classic Mac application) for this sort of thing. In fact, I'd still use it (I have several copies; former employee of the company which made it -- before my programming days, mind you) except that printing from an emulator is nigh-impossible. If you have a recent Mac available, <a href="http://www.omnigroup.com/applications/omnioutliner/" rel="nofollow">OmniOutliner</a> is very similar. (I last used version 2, which is still quite sufficient for my needs. Great app.) Both of these products work on the concept of organizing your data as outlines with multiple columns -- think outline meets Excel, and you get the drift pretty quickly.</p> <p>Would that there was a Windows app similar to OmniOutliner/InfoDepot -- that's the ideal note-taking/organization app for me. I've often toyed with the idea of making one ... </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/97133#97133 0 Answer by Dave Sanders for What do you use to keep notes as a developer? Dave Sanders 2008-09-18T21:23:49Z 2008-09-18T21:23:49Z <p>Evernote for the win - being able to synch up across multiple computers and on multiple operating systems AND on my iphone makes it the best app for me. Just take a few minutes to learn the shortcut keys and you'll be good to go.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/97711#97711 0 Answer by xsaero00 for What do you use to keep notes as a developer? xsaero00 2008-09-18T22:38:54Z 2008-09-18T22:38:54Z <p>One great tool for jotting down notes is <strong>Tomboy Notes</strong>. It comes preinstalled with Suse Linux. It is easy to use and it support cross linking. Having said that pencil and paper is still more natural than any computer based solution. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/98424#98424 1 Answer by agartzke for What do you use to keep notes as a developer? agartzke 2008-09-19T00:45:16Z 2008-09-19T00:45:16Z <p>I have used TadaLists with relative success - good for sharing with others for cross-person lists. I typically keep only certain types of lists (i.e. application ideas, technical checklists for an eclipse install, remaining items for small apps, etc.). I have found some bugs with the re-ordering, but other than that, it's really simple and quick. Certainly there are better tools out there targeted at developers, but this works for me (for now). One major benefit is that it follows me - I can't misplace it or forget it at home, and can access anywhere I have Internet, which whenever I need it, is practically always there.</p> <p>Previously, I've used notebooks with limited success (lose them), and the whiteboard on my desk (out of date too quickly).</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/98453#98453 0 Answer by Kibbee for What do you use to keep notes as a developer? Kibbee 2008-09-19T00:50:55Z 2008-09-19T00:50:55Z <p>There's a One click install of MediaWiki avaiable on my hosting service. I use that when I want to save notes. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/98542#98542 0 Answer by The Hoss for What do you use to keep notes as a developer? The Hoss 2008-09-19T01:07:36Z 2008-09-19T01:07:36Z <p><a href="http://textpad.com/" rel="nofollow" title="Raw ASCII text editor - Superior to Notepad">TextPad</a> </p> <p>I date and time stamp my entries into a different text file for each project, and keep a running dialog of my thoughts, progress, etc. </p> <p>It also makes an excellent editor when I want to look at some code without firing up the IDE, as it has built-in syntax highlighting. If it doesn't have syntax highlighting for the language I'm using, I can download the appropriate Document Class from their website, or create my own.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/98581#98581 0 Answer by Jeremy Reagan for What do you use to keep notes as a developer? Jeremy Reagan 2008-09-19T01:16:43Z 2008-09-19T01:16:43Z <p>I use the lined yellow legal pads for my mind maps and simple notes, but for more important stuff that needs to be kept forever I use a small C# app that I developed just for this purpose with built in search for speed and efficiency.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/98928#98928 0 Answer by mbac32768 for What do you use to keep notes as a developer? mbac32768 2008-09-19T02:16:52Z 2008-09-19T02:16:52Z <p>I have been programming for nearly 10 years now and I have no magic toolbox of code to show for it.</p> <p>My rationale is that what I wrote to solve one problem only solves that particular case and probably just barely does so. Think about it. If you're writing code it means that you either A) didn't look for an existing solution in the operating environment you're running under, or B) the need isn't general enough to warrant inclusion in the library. In either case, what makes you think your code is the answer to this class of problem every time you encounter it. Odds are, it's not. Your solution isn't as reusable as you think.</p> <p>Besides, how could you ever justify jumping to a new language if requires you to leave your comfort zone? ;)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99095#99095 1 Answer by Cleveland Software Developer for What do you use to keep notes as a developer? Cleveland Software Developer 2008-09-19T02:54:17Z 2008-09-19T02:54:17Z <p>I use <strong>Daisy WIKI / CMS</strong> (<a href="http://cocoondev.org/daisy/index.html" rel="nofollow">http://cocoondev.org/daisy/index.html</a>) to keep my developer notes. The reasons are rather simple:</p> <ul> <li>Rather <strong>free-formed note-keeping</strong>, but with easy structure if I desire H1/H2/H3, etc.</li> <li>Easily Searched Content (<strong>full-text search</strong>)</li> <li><strong>Attachments</strong> can be kept well-organized with my notes - whether attached PDFs, Images (which are visible inline), Word documents, etc.</li> <li>Easy inclusion of <strong>Hyperlinks</strong> to intra-WIKI AND external references - I use this to keep notes about related web sites close at hand, as well as links to local documents/files on my internal FTP server. Saves a TON of time when I need to find things.</li> <li>Now the BIG ONE: <strong>BOOK PRINTING</strong>! It is so wonderful how Daisy has an integrated PDF/HTML book-rendering engine. You can define navigation-trees that tell what WIKI page(s) go into your book, and they will be combined into nice chapter/heading/subheading hierarchical trees in the TOC as well as having automatic-footnotes generated for things like the hyperlinks and other non-embeddable (in printed-book) things like referenced Word docs and such. Images print in books just fine.</li> <li>Another BIG FEATURE: <strong>MULTIPLE "VIEWS" of my WIKI pages/notes</strong>. I can use those hierarchical navigation-tree definitions to re-use my notes in multiple ways. E.g., I define an "internal notes" book that includes all my documentation (including developer-notes), and another "external notes" book that includes only things my end-users would want to see. These views can apply to not just books, but also how people access the WIKI itself.</li> </ul> <p>That is why I use Daisy, in a nutshell. As you can tell, I rather like it! :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99143#99143 0 Answer by Arthur Vanderbilt for What do you use to keep notes as a developer? Arthur Vanderbilt 2008-09-19T03:03:07Z 2008-09-19T03:03:07Z <p>I drift between EverNote and Backpack, tending to keep everything for one particular ticket or project in a backpack note and then archiving it to EverNote for sort of project-based stuff. EverNote for one-off things and storing all manner of information. I also flirt with OrgMode frequently.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99230#99230 0 Answer by Otto for What do you use to keep notes as a developer? Otto 2008-09-19T03:16:25Z 2008-09-19T03:16:25Z <p><a href="http://www.barebones.com/products/Yojimbo/" rel="nofollow">link text</a>I've been keeping a solution log as suggested in <a href="http://pragprog.com/titles/pad/practices-of-an-agile-developer" rel="nofollow">Practices of an Agile Developer</a> for a couple years now. I keep them in Yojimbo (Mac OS X specific) as rich text notes. The program isn't the important part, though. It's getting into the habit of keeping track of the solution to every problem you spend more than a few minutes trying to figure out. It's invaluable to have it as a reference when you've come across it again and can't for the life of you remember what the solution was.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99264#99264 0 Answer by Aaron Arbery for What do you use to keep notes as a developer? Aaron Arbery 2008-09-19T03:23:00Z 2008-09-19T03:23:00Z <p>If I am on the road, nothing beats dead trees. I normally carry around a small, hard covered paper notebook (to survive the rigours of my backpack). It doesnt ever run out of power, wont get checked by airport staff and boot up is immediate. When I get home I transcribe it into a personal wiki. The transcribing process allows me to reflect on what I wrote and add to it or discard information as required.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99274#99274 0 Answer by Bil for What do you use to keep notes as a developer? Bil 2008-09-19T03:24:52Z 2008-09-19T03:24:52Z <p>Physical notebooks. They don't need batteries and always work. Anything I jot down there for ideas (usually done as drawings either architectural or UI) become spikes, real code, or blog posts. I keep as few notes as possible and let the software be my notepad.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99407#99407 1 Answer by Jonathan Arkell for What do you use to keep notes as a developer? Jonathan Arkell 2008-09-19T03:49:24Z 2008-09-19T03:49:24Z <p>I use Emacs, along with planner mode and remember mode. Planner mode is a TODO list software, with PIM features, and it sits on top of Muse-mode, which is basically wiki software for emacs.</p> <p>At the core of planner is the daily page. IT is a new wiki page that is created every day. I keep my daily journal in these daily pages. it also stores daily appointments, and tasks.</p> <p>If I am starting up a new project, I will create a new wiki page for it. At this point, I can start adding tasks right away with planner mode, and linking them to daily pages (for their due dates). Additionally, you can create wikilinks to other projects (for super-projects or sub-projects.) or even links to files and file positions in the filesystem. </p> <p>So notes regarding a particular project would go into that projects page. Checklists would become todo items. Final solutions would also belong in there. Code snippets exist as links to that particular file, plus some notes to go along with it.</p> <p>Everything is in one nice and central place in my IDE. It's bliss for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99409#99409 0 Answer by Wayne for What do you use to keep notes as a developer? Wayne 2008-09-19T03:49:41Z 2008-09-19T03:49:41Z <p>The back side of meeting agenda and minutes that my company insists on printing out. And bulldog clips.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99421#99421 1 Answer by pvsnp for What do you use to keep notes as a developer? pvsnp 2008-09-19T03:51:06Z 2008-09-19T03:51:06Z <p>After trying a bunch of things, I've taken to just carrying a small notebook with me at all times and note down everything I think of and when I really need to take code snippets, some of them go to google notebook in the folders or into tomboy... if I'm using windows and it's for some sort of paper, OneNote all the way!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/99956#99956 0 Answer by johnny halife for What do you use to keep notes as a developer? johnny halife 2008-09-19T05:51:22Z 2008-09-19T05:51:22Z <p>I use the small vista gadget that provides you post its until I don't need it, in case I need it back, just send a self email and keep it stared or followed up</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/100690#100690 0 Answer by VP for What do you use to keep notes as a developer? VP 2008-09-19T09:21:08Z 2008-09-19T09:21:08Z <p>As a simple solution, i use google desktop + gadget to take notes + calendar. Good thing about google desktop is that you can use a lot of your "google hacks" techniques to filter your search plus specific techniques for your desktop (<a href="http://desktop.google.com/features.html#advancedsearch" rel="nofollow">http://desktop.google.com/features.html#advancedsearch</a>). To fast notes about debugging, values, fields names, i use to take a note with a pen + notebook. Just avoid to write there your passwords :-)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/101453#101453 1 Answer by NinjaCross for What do you use to keep notes as a developer? NinjaCross 2008-09-19T12:33:06Z 2008-09-19T12:33:06Z <p>Some time ago, I adopded a simple but very efficient workflow that handles/comprehend also note-taking:</p> <ol> <li>I usually develop using <a href="http://en.wikipedia.org/wiki/Extreme_Programming" rel="nofollow">eXtreme Programming</a> methodology, so every time i start a project, i split it in <a href="http://en.wikipedia.org/wiki/User_story" rel="nofollow">user stories</a>.</li> <li>Every user story and its development history is formalized and documented into an "issue" created using <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker.NET</a>, and is developed/versioned using a <a href="http://en.wikipedia.org/wiki/Subversion_(software)" rel="nofollow">SVN repository</a> controlled through <a href="http://en.wikipedia.org/wiki/TortoiseSVN" rel="nofollow">TortoiseSVN</a>.</li> <li>When i commit come changes, I attach some notes into the revision that describes the actions taken and the strategies adoped.</li> <li>My project's <a href="http://en.wikipedia.org/wiki/Subversion_(software)" rel="nofollow">SVN repository</a> is connected through a post-commit hook to my <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker.NET</a> instance, so every time i commit something, into the user story is added a relationship to the changed files and their notes.</li> </ol> <p><strong>In this way, every note I take is related to a specific development workflow and is avaiable for further analisys. Since the <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker.NET</a> web site is exposed to the internet, I can search/consult/interact with this knowledge just navigating into it</strong> </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/101528#101528 0 Answer by Kevin Fairchild for What do you use to keep notes as a developer? Kevin Fairchild 2008-09-19T12:43:23Z 2008-09-19T12:43:23Z <p>Notepad.exe</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/101588#101588 4 Answer by mloughran for What do you use to keep notes as a developer? mloughran 2008-09-19T12:50:04Z 2008-09-19T12:50:04Z <p><strong>Dropbox</strong></p> <p>Just combine <a href="http://www.getdropbox.com/" rel="nofollow">dropbox</a>, your <a href="http://macromates.com/" rel="nofollow">favourite text editor</a>, and a folder of markdown formatted text files.</p> <p>It has the following advantages:</p> <ul> <li>You can't get text out of your brain any faster than in a text editor.</li> <li>You spend zero time syncing between computers.</li> <li>No computer? Just find a web browser.</li> <li>Instant HTML if required</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/101792#101792 2 Answer by unforgiven3 for What do you use to keep notes as a developer? unforgiven3 2008-09-19T13:27:24Z 2008-09-19T13:27:24Z <p>I've been writing on a blog (www.strugglingthru.net) and using Evernote. Evernote is especially nice because I can sync all of my notes across my laptop, work PC, home PC and my iPhone. Personally, I use the free Evernote service (which is pretty generous). But someone else said start a blog and write on it - I highly recommend that. It's a great way to give back to the community.</p> <p>Edit: I also have an engineering notebook at work. They are invaluable for both you and your employer. Highly recommended.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/101876#101876 0 Answer by dalelane for What do you use to keep notes as a developer? dalelane 2008-09-19T13:37:21Z 2008-09-19T13:37:21Z <p>I think any personal wiki is good for this sort of thing. Personally I use <a href="http://dale.lane.googlepages.com/" rel="nofollow">one that I wrote myself</a> because I wanted one that could sync with my phone, but tbh, any wiki is good if you figure out a nice way to structure the notes that makes sense to you.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/102646#102646 0 Answer by stephenbayer for What do you use to keep notes as a developer? stephenbayer 2008-09-19T15:11:03Z 2008-09-19T15:11:03Z <p>I've read through the massive list of comments and there are a lot of good ideas in there. Personally, I've been using more and more of google's tools, such as google notes and google documents. Most of the coding I do is internal and requires me to vpn to work to get at. This can be inaccessible in some situations, I love the way I can always access my stuff on google, which is better than say a desktop application where the documents would be only on a local pc somewhere, or on the company wiki (which requires vpn access), or in source control (same as the wiki). Google tools have really good and quick searching technology built in. Until I find a really good global solution, I'm going to continue using Google. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/104651#104651 0 Answer by afournier for What do you use to keep notes as a developer? afournier 2008-09-19T19:11:13Z 2008-09-19T19:11:13Z <p>I wish StackOverflow was up-and-running a few months ago when I scoured the web for the answer to this exact question. I had used Microsoft OneNote at a previous company, but no longer had access to it where I now work. I tried using some of the Wiki-based applications, but quickly got frustrated with it's usage model. I had also looked at some of the mind-mapping products out there, but those didn't fit the bill for me either. I have since settled on EverNote and have been using it for several weeks now.</p> <p>I had my doubts at first because of its lack of support for organizing notes in a hierarchical fashion, but I've gotten over that. I like the fact that it supports tags and that you can filter your view by multi-selecting various tags.</p> <p>I also like the fact that it runs locally, but can be synchronized on the Web. I had looked into the Google Notebook application, but didn't like the web-only UI.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/104755#104755 2 Answer by lajos for What do you use to keep notes as a developer? lajos 2008-09-19T19:22:05Z 2008-09-19T19:22:05Z <p>I use the <a href="http://www.mantisbt.org/" rel="nofollow">Mantis bug tracker</a>, I use it for bugs, todos and notes for stuff I'm working on.</p> <p>It lacks some features of <a href="http://www.fogcreek.com/FogBUGZ/" rel="nofollow">FogBugz</a>, but hey, it's free ;)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/105377#105377 0 Answer by Blinky for What do you use to keep notes as a developer? Blinky 2008-09-19T20:35:21Z 2008-09-19T20:35:21Z <p>Depends on the scope of the note, I suppose. For to-do list type things, I use FogBugz. (It's free for small teams and students)</p> <p>For random notes, my old usage pattern was to open up a copy of NotePad, type stuff, then lose it because I restart my computer without saving it somewhere. Addressing my issue, I created a note program for my own personal use. Think of it as notepad with tabs and autosave, or alternatively, think of it like OneNote but not bloated. Free at https://webfiles.colorado.edu/allredj/, if desired.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/105775#105775 0 Answer by Rich Bruchal for What do you use to keep notes as a developer? Rich Bruchal 2008-09-19T21:26:48Z 2008-09-19T21:26:48Z <p>I've used a number of methods over the years:</p> <p><strong>Paper Notebooks</strong></p> <p>Like most people, I started out keeping notes in a spiral bound notebook. This method has one big, fairly obvious advantage: you can draw what ever you want - text, diagrams pictures, whatever. Notebooks last a long time with proper care. The drawbacks are inability to search and the fact that I have atrocious handwriting. And killing trees, I suppose.</p> <p><strong>MS OneNote</strong></p> <p>I have access to this at work and it's one MS product I really like. It has individual files for notebooks. This is great for organizing things at the project level. I can use a notebook for a project and then remove it form OneNote when the project is over. I still have it if I need it, but it's not in the way. It integrates tightly with Outlook - you can create meeting notes for an Outlook event with a single click and create tasks &amp; link them to items in OneNote. It also supports diagrams and highlighting. The main drawback is that it's Windows only and it's not cheap.</p> <p><strong>Omni Outliner (Mac)</strong></p> <p>It's a very nice outlining tool and I still use it for lists and things (often in conjunction w/ Curio, below). But it falls short in organizing, traversing and searching large amounts of data. It just seems a bit cumbersome for all that.</p> <p><strong>Curio (Mac)</strong></p> <p>My current method of choice. I've tried Evernote, but (unlike a previous author) I can't get past the non hierarchical organization. Curio allows me to have a separate notebook (file) for each project, create simple diagrams, links and other do-dads. You can also create &amp; embed documents on a page. The drawback is that, like OneNote, it's not cheap. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/105944#105944 0 Answer by memius for What do you use to keep notes as a developer? memius 2008-09-19T21:51:21Z 2008-09-19T21:51:21Z <p>I always dedicate one of my desktops to a fullscreen emacs, so writing notes is only an Alt-Tab away. I store my notes in files called 'notes' in the relevant directory. The notes tend to get monolithic, but are quite useful because I either never read them at all, or I read through the whole thought process again and again.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106034#106034 1 Answer by pablasso for What do you use to keep notes as a developer? pablasso 2008-09-19T22:06:40Z 2008-09-19T22:06:40Z <p>Depending on what i'm doing i use:</p> <ul> <li>Tomboy for small and quick notes.</li> <li>A physical notebook, for bigger projects which need better planning and lots of sketching.</li> <li>A white board to draw diagrams, and after i'm done i take a picture of it to archive it.</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106193#106193 0 Answer by StuffMaster for What do you use to keep notes as a developer? StuffMaster 2008-09-19T22:40:21Z 2008-09-19T22:40:21Z <p>Second vote for Keynote here. It works great as a simple, hierarchical text database. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106208#106208 0 Answer by ljubomir for What do you use to keep notes as a developer? ljubomir 2008-09-19T22:42:48Z 2008-09-19T23:01:04Z <p>Imho, any kind of wiki-based systems will do the job.<br /> Notes and files are fine, but wiki gives you a history - a very powerful feature!</p> <p>Nice question btw. :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106740#106740 0 Answer by joe for What do you use to keep notes as a developer? joe 2008-09-20T01:44:19Z 2008-09-20T01:44:19Z <p>I'm a Mac guy, so I use <a href="http://macromates.com" rel="nofollow">TextMate</a> and <a href="http://hogbaysoftware.com" rel="nofollow">TaskPaper</a>.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106848#106848 0 Answer by Phrodo_00 for What do you use to keep notes as a developer? Phrodo_00 2008-09-20T02:44:39Z 2008-09-20T02:44:39Z <p>I don't save snippets, instead I keep all my projects uncompressed and if I need something I will look for it using tracker/google desktop (depending what so I'm using)... for figuring out stuff I use my old nootebooks, they are scribbled al over :P</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106857#106857 0 Answer by Oscar Reyes for What do you use to keep notes as a developer? Oscar Reyes 2008-09-20T02:50:25Z 2008-09-20T02:50:25Z <p>I have one folder with all the docs in there. This is for personal use so I always know there the info I want is. </p> <p>Plus I keep almost the same structure within projects.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/106870#106870 1 Answer by Turnkey for What do you use to keep notes as a developer? Turnkey 2008-09-20T02:56:11Z 2008-09-20T02:56:11Z <p>It would seem that a combination of a <a href="http://www.tiddlywiki.com/" rel="nofollow">Tiddlywiki</a> file and a <a href="http://www.getdropbox.com/" rel="nofollow">DropBox</a> would be a good solution. It would have the network usefulness of Google Notes with the plus of being editable/accessible when disconnected from the local Dropbox.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/107030#107030 1 Answer by heckj for What do you use to keep notes as a developer? heckj 2008-09-20T03:56:06Z 2008-09-20T03:56:06Z <p>Mac specific answer: I use <a href="http://flyingmeat.com/voodoopad/" rel="nofollow">VoodooPad</a> extensively for keeping snippets, notes, and so forth. Aside from being an excellent hypertext editor, its single biggest benefit to me is the ability to run scripts from within one of the pages and get the results immediately.</p> <p>The resulting pads become an active tool as well as information repository that are just invaluable.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/107058#107058 0 Answer by sontek for What do you use to keep notes as a developer? sontek 2008-09-20T04:10:57Z 2008-09-20T04:10:57Z <p>Microsoft One Note is an amazing and underrated tool, majority of developers have it installed with office and never even open it... I can't live without it.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/107116#107116 0 Answer by Andy Lester for What do you use to keep notes as a developer? Andy Lester 2008-09-20T04:33:22Z 2008-09-20T04:33:22Z <p>I have a project called "home" that I keep in Subversion and check out to every machine I'm on. In that project is a directory called "lab" and any time I have to work on a scratch program or write a 2-200 line program to do something, I do it in lab, and add it to the repo. The accumulated scraps have saved me more than once, and having it on every machine, always updated via Subversion, means that I never find myself saying "Damn, it's on this machine..."</p> <blockquote> <p><code>http://xoa.petdance.com/How_to:_Keep_your_home_directory_in_Subversion</code></p> </blockquote> <p>Also, I have a wiki that I keep notes in if I think the notes are interesting to anyone else. See above.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/107634#107634 0 Answer by Jamie for What do you use to keep notes as a developer? Jamie 2008-09-20T08:33:36Z 2008-09-20T08:33:36Z <p>I've been using Google Docs for notes so I can have them available on all my machines. Paradoxically though I'm finding that as Google adds more word processor features Docs becomes less useful for me as a note-taking app. For example, there are now red squiggles for misspellings that I can't seem to turn off. I'm thinking about switching to Word or some other file-based solution and syncing with Live Mesh.</p> <p>For code snippets that I find online I just bookmark them in Delicious. My own code is usually under source control. I've used Live Mesh or Groove to share small demo projects across machines.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/108021#108021 0 Answer by cwaidner for What do you use to keep notes as a developer? cwaidner 2008-09-20T12:21:33Z 2008-09-20T12:21:33Z <p>At work I use MS OneNote, as it is extremely easy to use, you don't have to remember strange syntax or shortcuts. Formatting is simple and WYSIWYG.</p> <p>At home I record everything in evernote.com, as it is basically the free equivalent to OneNote. But as it stores everything on an external server, I won't use it for my company's material.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/108287#108287 2 Answer by MikeJ for What do you use to keep notes as a developer? MikeJ 2008-09-20T14:23:34Z 2008-09-20T14:23:34Z <p>i keep my notes in standard black engineering notebook. When complete, I usually put a dymo lable on the front detailing the date of the first and last entrries. </p> <p><img src="http://ecx.images-amazon.com/images/I/31A5G7kxWAL._SL500_AA240_.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/108903#108903 0 Answer by subhasisrout for What do you use to keep notes as a developer? subhasisrout 2008-09-20T18:13:52Z 2008-09-20T18:13:52Z <p>I use <strong>MS Word file to write notes and upload it my Yahoo,Gmail(backup) Inbox</strong>..You can make seperate folders for your notes in your EMail website....The uploading thing is done every 4-6 months to save it from any hard drive failure...its a bit tedious but thats the way i am...simplicity has also been my friend...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/108923#108923 1 Answer by starec for What do you use to keep notes as a developer? starec 2008-09-20T18:24:48Z 2008-09-20T18:24:48Z <p>To save (and share) your links use Diigo (<a href="http://www.diigo.com/" rel="nofollow">http://www.diigo.com/</a>). You can highlite text, pictures,... </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/109640#109640 0 Answer by Nathan Koop for What do you use to keep notes as a developer? Nathan Koop 2008-09-20T22:38:40Z 2008-09-20T22:38:40Z <ul> <li>paper is great, </li> <li>notepad </li> <li>MSWord</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/110036#110036 1 Answer by Andrew Edgecombe for What do you use to keep notes as a developer? Andrew Edgecombe 2008-09-21T02:22:47Z 2008-09-21T02:22:47Z <ul> <li>Pad and pencil for quick and arbitrary notes.</li> <li>Whiteboard and camera for collaboration.</li> <li>Flat text file for random thoughts and snippets (it's just always open in my editor, so no need to think about it)</li> <li>Wiki for permanent notes (including the whiteboard photos)</li> <li>freemind for organising disparate thoughts</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/110295#110295 0 Answer by Bob Minteer for What do you use to keep notes as a developer? Bob Minteer 2008-09-21T05:06:39Z 2008-09-21T05:06:39Z <p>I use <a href="http://wiki.mindtouch.com/" rel="nofollow">Mindtouch DekiWiki</a> for all my programming and system management notes. By restoring backups of the (company) Wiki to a Virtual Machine on my MacBook, I can take my development notes anywhere.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/112610#112610 0 Answer by abronte for What do you use to keep notes as a developer? abronte 2008-09-22T00:04:35Z 2008-09-22T00:04:35Z <p>If it is something I know i am going to reference a lot and want to reference easily, i use a wiki. </p> <p>If its something quick, notepad in windows or a pen/notebook.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/113802#113802 1 Answer by Till for What do you use to keep notes as a developer? Till 2008-09-22T08:29:22Z 2008-09-22T08:29:22Z <p>Over the years I have tried so many tools myself, I don't even know remember what I tried. I know that Google Notebook was among them, wikis (serveral) as well, <a href="http://basecamphq.com/" rel="nofollow">Basecamp</a>, <a href="http://www.rememberthemilk.com/" rel="nofollow">Rememberthemilk</a>, etc..</p> <p>One important thing that I learned in the process was, that whatever tool I use, failure always came when I started slacking off. For example, I did not stick to my plan [using X] and that is what created F'ups down the road. It didn't really matter what I used, be it a wiki, or a moleskine or something else.</p> <p>I am currently using the todo-list feature on my e71. And I have for the past year or so always used my phones capabilities to keep track of my tasks. I enter pretty much everything in there and set a due date etc.. This has helped me a lot. I syncronize my phone with an online calendar which I also update with whatever I have to do. This is as far as personal organization.</p> <p>For keeping records on stuff I build and solutions to common problems, I currently employ my own <a href="http://pbwiki.com/" rel="nofollow">PBWiki</a> account.</p> <p>What I generally like about the wiki approach is that the structure is very flexible. I can enter information, and re-organize it later on. It also allows me to restructure information when I think I need to. I usually organize my entered data weekly.</p> <p>The only downside to a wiki is that you need Internet, and that you need to be dedicated about entering information later when there is no Internet currently. It's something I constantly struggle with. ;) The phone and wifi really help, but in the end it's up to me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/116772#116772 0 Answer by Blue for What do you use to keep notes as a developer? Blue 2008-09-22T18:58:25Z 2008-09-22T18:58:25Z <p>A combinaison of a physical notepad and the windows notepad. I use windows notepad when I want to be able to copy/paste my notes. Other worthy notes are in my physical notepad which I can bring with me everywhere I go.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/117013#117013 0 Answer by knight0323 for What do you use to keep notes as a developer? knight0323 2008-09-22T19:36:23Z 2008-09-23T00:53:45Z <p>I've been pretty successful with:</p> <ul> <li>USB Drive</li> <li>MS SyncToy (Sync between my USB Drive, Desktop, and Laptop)</li> <li><a href="http://www.cutepdf.com/Products/CutePDF/writer.asp" rel="nofollow">CutePDF Writer</a> in case I see an article that I want to archive</li> <li><a href="http://stickwiki.sourceforge.net/" rel="nofollow">Wiki on a Stick</a> for notes, to-do, etc</li> <li>Notepad++ and text files for snippets</li> <li><a href="http://www.codekeep.net/" rel="nofollow">CodeKeep</a> for online storage and sharing of snippets (integration with VS through their plugin is an enormous help)</li> </ul> <p>I've tried Evernote, OneNote, etc but I always fear the file format... Wiki on a Stick is a single html file. </p> <p>@<a href="#118153" rel="nofollow">Karthik Hariharan</a>: <br> You are right that the single file things bloat and I did fail to mention that I do not use a single Wiki on a Stick for all things. I've got an intro html page that leads into multiple Wiki on a Stick instance. The intro page is a <em>gasp</em> frameset so that I've always got navigation to at least the top levels of my other sites. I have one wiki for gaming notes, one wiki for development reference, one wiki for recipes, one wiki for my blogging/writing notes, etc. (My work wiki is organized similarly by client and/or project.) I find this a minimal amount of work for staying away from specific file formats and staying with open html/javascript.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/118153#118153 0 Answer by Karthik Hariharan for What do you use to keep notes as a developer? Karthik Hariharan 2008-09-22T23:07:13Z 2008-09-22T23:07:13Z <p>This is a great thread and I will certainly be checking out some of these alternatives.</p> <p>The solution I was using was to find a notetaker that consolidates to just one flat file and then use something like FolderShare or DropBox to sync it with my home, office, and laptop PCs.</p> <p>The downside to this is that many of these single file things (like TiddlyWiki) don't scale very well over time. After 2 years, TiddlyWiki became so bloated and slow that I gave up the notetaking concept all together.</p> <p>Now I actually use <em>gasp</em> Outlook tasks. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/118160#118160 0 Answer by Tom Anderson for What do you use to keep notes as a developer? Tom Anderson 2008-09-22T23:09:18Z 2008-09-22T23:09:18Z <p>Microsoft OneNote stored in the Solution and bound to source control.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/118194#118194 0 Answer by James Hartig for What do you use to keep notes as a developer? James Hartig 2008-09-22T23:19:52Z 2008-09-22T23:19:52Z <p>Also, I find it the easiest to use a physical notebook. I carry it around everywhere and add ideas as I go throughout my day. Then at the end of the day, I usually go on Google Docs and organize them on a document.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/118475#118475 0 Answer by DanielHonig for What do you use to keep notes as a developer? DanielHonig 2008-09-23T00:47:26Z 2008-09-23T00:47:26Z <p>ToDo comments in code and then I use the things application for tasks lists.... <a href="http://www.culturedcode.com/things/" rel="nofollow">http://www.culturedcode.com/things/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/118925#118925 0 Answer by lsdr for What do you use to keep notes as a developer? lsdr 2008-09-23T03:22:33Z 2008-09-23T03:22:33Z <p>A plain text file or a dead-tree notebook. I normally take notes in the heat of the moment, so I prefer to keep it simple.</p> <p>Everytime I tried something fancier (like Tomboy on GNOME), while it was nice at first, failed the purpose for me. It normally breaks my workflow, thus I stick to the simple text files.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/119790#119790 0 Answer by Sia for What do you use to keep notes as a developer? Sia 2008-09-23T08:16:08Z 2008-09-23T08:16:08Z <p>For keeping references handy I've been using an Excel file with multiple worksheets, e.g. Web, Db, C#, C++. Each worksheet has the following columns:</p> <p>Subject | Title | Description | Source Link | Last Updated</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/120593#120593 1 Answer by Nrj for What do you use to keep notes as a developer? Nrj 2008-09-23T12:15:27Z 2008-09-23T12:15:27Z <p>Anything that's handy and is available when I want to scribble -</p> <p>be it my notepad, notebook, a file on PC, sticky notes, even wall :) .... whatever that helps jot down your thoughts without breaking it due to non availability of any thing in particular..</p> <p>whats the point looking for a particular medium, which by the time you get, entire thought process is gone.</p> <p>The only thing to care about, what ever you used, should be available for back reference !</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/122441#122441 1 Answer by Mark Stock for What do you use to keep notes as a developer? Mark Stock 2008-09-23T17:26:00Z 2008-09-23T17:26:00Z <p>I make notes, lists, todos in <strong>text format</strong>, and either save these in a "doc" folder in the project folder, or right in the project folder itself if there are only one or two files. If I am using version control these get checked in with the project.</p> <p>I typically use whatever basic text editor/reader comes with the OS that I am using at a particular moment: Mac OS <a href="http://en.wikipedia.org/wiki/TeachText" rel="nofollow">TeachText</a>/SimpleText, OS X <a href="http://en.wikipedia.org/wiki/TextEdit" rel="nofollow">TextEdit</a>, Microsoft <a href="http://en.wikipedia.org/wiki/WordPad" rel="nofollow">WordPad</a> and <a href="http://en.wikipedia.org/wiki/Notepad" rel="nofollow">Notepad</a>, the <a href="http://en.wikipedia.org/wiki/Cat_(Unix)" rel="nofollow">cat</a> command in BSD/Linux, <a href="http://en.wikipedia.org/wiki/Nedit" rel="nofollow">Nedit</a>, etc...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/123160#123160 1 Answer by yar for What do you use to keep notes as a developer? yar 2008-09-23T19:16:06Z 2008-09-23T19:16:06Z <p>I use my own product which I built with this in mind: <a href="http://www.thekbase.com" rel="nofollow">TheKBase</a>. It's multiple hierarchical, not unlike your brain.</p> <p>It reads and writes pure XML and is very lightweight (but needs .Net 2.0 or better) and user-supported (i.e., free). I cannot imagine why people would use physical notebooks or notepad.exe when there are options like this around. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/123207#123207 1 Answer by Ryan Delucchi for What do you use to keep notes as a developer? Ryan Delucchi 2008-09-23T19:25:09Z 2008-09-23T19:25:09Z <p>The best "sticky-notes" app I have ever used (very lightweight and small notes with no window widgets wasting screen real-estate): <a href="http://atnotes.free.fr/" rel="nofollow">AtNotes</a>. Unfortunately, this application has been discontinued but you can still download it and use it. When I get my first MacBook, I will likely make use of the Desktop Widget feature for this same purpose, but on Windows: AtNotes rocks.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/124756#124756 0 Answer by jesal for What do you use to keep notes as a developer? jesal 2008-09-24T00:36:30Z 2008-09-24T00:36:30Z <p>I post useful/interesting code on my blog for me and others to reference later. Other than that I use Gmail (which has proven to be very useful) and also traditional Pen &amp; Paper.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/125327#125327 0 Answer by JosephStyons for What do you use to keep notes as a developer? JosephStyons 2008-09-24T03:52:04Z 2008-09-24T03:52:04Z <p>I use a pen and paper, but the other day I found <a href="http://www.livescribe.com/" rel="nofollow">what I want for Christmas</a>.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/125590#125590 1 Answer by X-Ray for What do you use to keep notes as a developer? X-Ray 2008-09-24T05:40:08Z 2008-09-24T12:59:35Z <p>i made a ratty little program i call InfoCache. it's written in delphi and uses the MS Access engine. it also uses the (somewhat frail) access replication. it presently has about 8000 entries in it. pretty cool. it's searchable &amp; can contain UU Encoded binary files as well.</p> <p><img src="http://xrw.bc.ca/images/infocache.png" alt="alt text" /></p> <p>i should put the program itself on sourceforge but frankly it's not hard to write one yourself.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/128137#128137 1 Answer by Timothy Lee Russell for What do you use to keep notes as a developer? Timothy Lee Russell 2008-09-24T16:16:09Z 2008-09-24T16:16:09Z <p>I wrote <a href="http://www.forestpad.com" rel="nofollow">ForestPad</a> for this purpose.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/132924#132924 0 Answer by Dror Helper for What do you use to keep notes as a developer? Dror Helper 2008-09-25T12:13:11Z 2008-09-25T12:13:11Z <p>I use <a href="http://www.evernote.com" rel="nofollow">Evernote</a> to keep all my code snippets, blog exerts and links. Evernote has the following features that made it great for my everyday note taking:</p> <ul> <li>It has a very good search that works in pdf, images and text.</li> <li>It has synchronization between all clients (PC, IPhone, MAC).</li> <li>Web interface to see your notes on-line.</li> <li>You can send notes to it from any email client.</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/136303#136303 1 Answer by Geek for What do you use to keep notes as a developer? Geek 2008-09-25T21:33:21Z 2008-09-25T21:33:21Z <p>I always have NotePad running and save an "ideas" file each day.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/144330#144330 3 Answer by JcMaco for What do you use to keep notes as a developer? JcMaco 2008-09-27T19:52:57Z 2008-09-27T19:52:57Z <p>I'm surprised no one has mentioned <a href="http://www.pocketmod.com" rel="nofollow">Pocketmod</a> yet. It's basically a DIY origami notebook. You can customize the pages to suit your needs. Personally, it's either lined pages or graph paper. I'll usually have a few in my backpack for different projects.</p> <p>While on the computer, I'll send myself an e-mail with my note. Using GMail's search engine, I can usually find any note quickly.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/144355#144355 1 Answer by Sean Reiser for What do you use to keep notes as a developer? Sean Reiser 2008-09-27T20:04:19Z 2008-09-27T20:04:19Z <p>These days I use plain text files (I'll leave the vi vs. emacs debates for others). I have a dropbox account so the files get synched to each of my machines automagicly. Dropbox does revision tracking so I have at least a poor man version control on them. I am doing the same for todo lists as well.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/144365#144365 0 Answer by RTipton for What do you use to keep notes as a developer? RTipton 2008-09-27T20:12:53Z 2008-09-27T20:12:53Z <p>I use Evernote. I love the fact that I can get to my notes whether I on the Internet or not. Also, the text in graphics are searchable. Comes in handy for a photo of a Whiteboard.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/144419#144419 1 Answer by Joeri Sebrechts for What do you use to keep notes as a developer? Joeri Sebrechts 2008-09-27T20:37:38Z 2008-09-27T20:37:38Z <p>For getting my thoughts in order I use an outliner tool. On windows I currently use <a href="http://en.wikipedia.org/wiki/Ecco_Pro" rel="nofollow">ecco pro</a>. It's very old software (most recent build is over a decade old), but it works really well for putting down structured text. There are some word macro's to easily export to word.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/164252#164252 0 Answer by Optimal Solutions for What do you use to keep notes as a developer? Optimal Solutions 2008-10-02T19:53:03Z 2008-10-02T19:53:03Z <p>Just started to try out <a href="http://evernote.com/" rel="nofollow">EverNote</a> myself. So far, so good.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/172509#172509 1 Answer by Gordon Carpenter-Thompson for What do you use to keep notes as a developer? Gordon Carpenter-Thompson 2008-10-05T19:36:43Z 2008-10-05T19:36:43Z <p>In my head and in the code with comments...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/176460#176460 0 Answer by gltovar for What do you use to keep notes as a developer? gltovar 2008-10-06T22:27:36Z 2008-10-06T22:27:36Z <p>I have been using a A4 sheet of white board paper and thin white board pens. Then I will take a picture of an important note.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/183630#183630 0 Answer by AgentThirteen for What do you use to keep notes as a developer? AgentThirteen 2008-10-08T16:23:40Z 2008-10-08T16:23:40Z <p>If they are documentation type notes, I'll use a text file or Word doc in the project folder so it's available to all via source control. Personal notes, usually just a text file or a physical notepad, although I'm looking at Evernote and Onenote after reasing these responses.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/188213#188213 0 Answer by arinte for What do you use to keep notes as a developer? arinte 2008-10-09T17:04:28Z 2008-10-09T17:04:28Z <p>I use a mix. I hate using notebooks, because I am prone to losing them and if I do then I am a bit screwed. I hate using a laptop, because I don't want to lug it everywhere especially to someone's cubicle. I have a smartphone, but I type very slow on them. So what do I do? I mainly go with paper and type it up later or just try to remember and email it later.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/188238#188238 0 Answer by catfood for What do you use to keep notes as a developer? catfood 2008-10-09T17:09:35Z 2008-10-09T17:09:35Z <p>Little "composition" notebook.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/188247#188247 2 Answer by Maxim for What do you use to keep notes as a developer? Maxim 2008-10-09T17:11:48Z 2008-10-09T17:11:48Z <p>My trustful paper pad with a good pen. Always work. No bugs. Sometimes, I do have to fill the ink inside though.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/188840#188840 2 Answer by tatilans for What do you use to keep notes as a developer? tatilans 2008-10-09T19:34:04Z 2008-10-09T19:34:04Z <p>I Use <strong>TextMate</strong> with <strong>Markdown</strong> for my notes.</p> <p>For sending these notes to others TextMate has a nice preview feature for Markdown <code>[ctrl]+[alt]+[cmd]+[p]</code> which allows to send your notes as a well formatted pdf.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/192739#192739 0 Answer by Eyebee for What do you use to keep notes as a developer? Eyebee 2008-10-10T19:27:10Z 2008-10-10T19:27:10Z <p>I use a mixture of small spiral notepads, Google Notebook, Evernote, and post-its. I'm gravitating more and more towards Evernote however.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/195989#195989 0 Answer by Stephen for What do you use to keep notes as a developer? Stephen 2008-10-12T20:22:48Z 2008-10-12T20:22:48Z <p>Depends on the project, but I sometimes use <a href="http://www.eastgate.com/Tinderbox/" rel="nofollow">Tinderbox</a> for planning notes.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/199039#199039 0 Answer by Christopher Lang for What do you use to keep notes as a developer? Christopher Lang 2008-10-13T21:09:22Z 2008-10-13T21:09:22Z <p>I love Yojimbo on OS X</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/199881#199881 0 Answer by Blinky for What do you use to keep notes as a developer? Blinky 2008-10-14T03:03:53Z 2008-10-14T03:03:53Z <p>I'm becoming scared that this post is misleading developers to use physical notebooks. Note that the majority of people prefer digital solutions, they just aren't in consensus for the type of software. There is evidently less competition among notebooks than among software products.</p> <p>This answer is a community wiki. Please edit it to reflect the best resources revealed by this question.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/204250#204250 0 Answer by Vaibhav Garg for What do you use to keep notes as a developer? Vaibhav Garg 2008-10-15T10:20:50Z 2008-10-15T10:20:50Z <p>MS onenote 2007 works like a charm for me.<br /> The OCR from screenshots as well as the capability to have unstructured thoughts presented in a structured way, automatic backups as well as saving and a bootstraper with amazingly small footprint does it for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/224981#224981 1 Answer by Gregory Higley for What do you use to keep notes as a developer? Gregory Higley 2008-10-22T09:15:23Z 2008-10-22T09:15:23Z <p>I use VoodooPad Pro on OS X, even when writing Windows code in a VM.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/225004#225004 0 Answer by MysticSlayer for What do you use to keep notes as a developer? MysticSlayer 2008-10-22T09:23:13Z 2008-10-22T09:23:13Z <p>I always have in my solutions a particular file called notes.txt where I write down all my notes. Every project I'm working on has my notes so that everyone can read my notes when they are making changes, or what so ever.</p> <p>All my code I've written for companies are stored in Source controlled applications, and if they don't have any.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/237054#237054 1 Answer by Spedge for What do you use to keep notes as a developer? Spedge 2008-10-25T21:38:10Z 2008-10-25T21:38:10Z <p>I quite like <a href="http://www.rememberthemilk.com/" rel="nofollow">Remember The Milk</a>. I can have a tab for each project, an entry for each task and each task allows me to write notes.</p> <p>Never really got into writing notes for long term - maybe I should start a blog!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/237894#237894 0 Answer by alex for What do you use to keep notes as a developer? alex 2008-10-26T11:26:01Z 2008-10-26T11:26:01Z <p>Redmine's wiki.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/240960#240960 0 Answer by thismat for What do you use to keep notes as a developer? thismat 2008-10-27T18:28:33Z 2008-10-27T18:28:33Z <p>I keep several moleskin notebooks for my collection buckets.</p> <ol> <li>One to sketch ideas on</li> <li>One to takes notes in </li> <li>One to keep track of what needs to be done, I also use this to manage my personal and professional projects.</li> </ol> <p>Then I process things with google calendar and backpack. My google calendar is used to setup extensive reminders, and all the calendars are linked into backpack. I even display project specific calendars on each "page" relative to that project in backpack.</p> <p>For things that I just need reminders for, I add that to backpack as well. All of these reminders are SMS'd to my phone.</p> <p>So far so good, though I agree starting a blog is a great way to encourage yourself to keep improving and to track progress.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/241035#241035 0 Answer by Jon Tackabury for What do you use to keep notes as a developer? Jon Tackabury 2008-10-27T18:51:28Z 2008-10-27T18:51:28Z <p>I use <a href="http://www.toodledo.com" rel="nofollow">Toodledo</a> and a notebook. Toodledo can sync to Outlook and has an iPhone application so I'm always in sync no matter where I am.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/259722#259722 0 Answer by Bogdan for What do you use to keep notes as a developer? Bogdan 2008-11-03T19:55:34Z 2008-11-03T19:55:34Z <p>For work stuff I use a good old paper notebook to jot down ideas, draw diagrams and other stuff during meetings and transfer them later on to a team wiki (an internal DokuWiki instance).</p> <p>At home I use my wordpress blog. I have a lot of drafts :). If I need something more than once, I reformat and post the blog entry.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/259910#259910 0 Answer by Xaisoft for What do you use to keep notes as a developer? Xaisoft 2008-11-03T20:49:52Z 2008-11-03T20:49:52Z <p>I have used google doc.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/263495#263495 0 Answer by BobC for What do you use to keep notes as a developer? BobC 2008-11-04T21:26:59Z 2008-11-04T21:26:59Z <p>I'm partial to <a href="http://pocketmod.com/" rel="nofollow">http://pocketmod.com/</a> for doing small notepad keeping in paper. I've fiddled with TiddlyWiki and I like it a lot, but I don't care for being tied to a computer. I carried an iPAQ for a while, but it was a bit too fragile for me. Pen and paper has the right mix of portability, flexibility and economy for my tastes. Now if only I could duplicate and back it up. Version control would be nice too. :-)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/263704#263704 0 Answer by masukomi for What do you use to keep notes as a developer? masukomi 2008-11-04T22:24:27Z 2008-11-04T22:24:27Z <p><a href="http://flyingmeat.com/voodoopad/" rel="nofollow">VoodooPad</a> from FlyingMeat software (OS X only)</p> <p>It's the world's most awesome personal wiki tool, but to associate it with normal wikis is to do it a great disservice. It is totally wysiwyg, has sweet built in search, sketches, html export encrypted pages and more. If you've got a Mac I highly recommend it. The developer's been adding features to it for years now and is very responsive to customer questions.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/266700#266700 0 Answer by CressNZ for What do you use to keep notes as a developer? CressNZ 2008-11-05T21:14:12Z 2008-11-05T21:14:12Z <p>I don't recommend Lotus Notes. Our organisation uses it (for legacy reasons) and the search functionality is very poor, especially as the 'Google Gold Standard' gets better and better.</p> <p>As with other answers, I use TiddlyWiki, but it's not ideal for storing code snippets.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/276337#276337 0 Answer by Klathzazt for What do you use to keep notes as a developer? Klathzazt 2008-11-09T19:20:41Z 2008-11-09T19:20:41Z <p>This is really weak but for projects I am working on I write in notepad (notepad2 to be precise) any notes that I may need and I sketch any diagrams using paint.</p> <p>When I have a good idea of what I am doing and I wish to share- if it is something for work I write very lengthy emails, refining and rewriting the notes that I have in notepad.</p> <p>For simple notes + bug/issue tracking I have used a shared google document, highlighting or coloring text depending on who the author of the notes is.</p> <p>I also write about some of the non-specific aspects of my projects on my blog so I can express my feelings and thoughts on the non-code aspect. It is like talking to a therapist about the issues I go through and is more about letting me reflect on those issues and to understand by expressing them in writing.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/277699#277699 0 Answer by bendin for What do you use to keep notes as a developer? bendin 2008-11-10T11:55:15Z 2008-11-10T11:55:15Z <p>I use <a href="http://www.gnu.org/software/emacs/" rel="nofollow">emacs</a> <a href="http://www.orgmode.org/" rel="nofollow">org-mode</a> both to track my tasks and to maintain a local wiki where I keep my notes. I keep the notes synchronized between computers using <a href="http://git.or.cz/" rel="nofollow">git</a>.</p> <p>During meetings, I take notes in Emacs on my MacBook when I have it along or on a <a href="http://en.wikipedia.org/wiki/Alphasmart#Neo" rel="nofollow">Neo</a> I have lying in the drawer for later transfer to a real computer with Emacs. I'm eagerly awaiting delivery of a <a href="http://en.wikipedia.org/wiki/Dell_Inspiron_Mini_9" rel="nofollow">Mini9</a> to replace both of these systems in this role.</p> <p>WorksForMe (TM)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/278393#278393 0 Answer by kovshenin for What do you use to keep notes as a developer? kovshenin 2008-11-10T16:38:42Z 2008-11-10T16:38:42Z <p>Google Docs and Trac with SVN</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/281824#281824 1 Answer by Dave for What do you use to keep notes as a developer? Dave 2008-11-11T18:55:00Z 2008-11-11T18:55:00Z <p>I've been a big fan of Evernote lately.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/285441#285441 0 Answer by emmy for What do you use to keep notes as a developer? emmy 2008-11-12T21:28:08Z 2008-11-12T21:28:08Z <p>I use MS OneNote 2007 and achieve the following: 1)collaborative authoring: including restrictions passwords, collaborate via SharePoint or a SharedFolder on my local disk. I dont need to worry about others needing to know any markup text, very straightforward - just like typing in Word- support for tables, colored text etc! 2) real time chat/discussion (sharing session!) 3) whiteboard/drawing 4)search text from pasted images/ great search across notebooks 5) ability to flag items 6)Good integration with MSOutlook: I can send emails/Meeting Items and Contacts directly to OneNOte, (an annotate/add special notes to the content 7) Create PDFs or email One Note pages to people 8) I can send PDF/PPT to one Note: allows further annotation 9) When I view Web content, I can send an entire page or just one line of text directly to OneNote and one note even saves the link for me! 10) I can also have record audio and if i provide keywords during the recording, the play back will begin from the point from where I made the annotated keywords 11) I can even search based on changes made by others or me to the notebook 12) I also use OneNote during meetings: jot down minutes, flag to do items: I create custom flags or use the out of the box tag that read Critical/ TO do...and later I can create a summary of all flagged items across notebooks. 13) I sync OneNOte with my office copy and home copy 14) and When I buy my Windows Mobile I can use the Active Sync Feature of OneNote...!! 15) I also write out my thinkings in OneNOte and send them to Word and take it from there for a professional doc that needs to go out to people. 16) Screen grabs are also reallyyy neat! 17) I also embed files (audio- mp3 of a meeting, a Word doc that I may need to view later etc) 18) I also love the fact that I do not need to keep saving as i type! It autosaves! 19) I used oneNote even as a calculator: if I type 1+ 2= on a OneNote page, and press Enter I get an answer typed out for me! Maybe I will come back and add more later..but I can go on about using OneNote 2007 and how useful it is!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/303297#303297 0 Answer by Martin C. for What do you use to keep notes as a developer? Martin C. 2008-11-19T20:42:26Z 2008-11-19T20:42:26Z <p>I pesonally use <a href="http://wikidpad.sourceforge.net/" rel="nofollow">WikidPad</a>, a desktop Wiki application written in Python. It is really fast and it works pretty well. It is primarily plain-text, but the primary advantage for me ist that it is lightening-fast when switching between pages (if you use SQLite as backend), which is a huge requirement for me.</p> <p>I once managed to integrate a <a href="http://en.wikipedia.org/wiki/Getting_Things_Done" rel="nofollow">GettingThingsDone</a> extension into it, don't really remember where I got that one from. It manages my whole TODO list.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/305050#305050 0 Answer by Stephen for What do you use to keep notes as a developer? Stephen 2008-11-20T11:51:17Z 2008-11-20T11:51:17Z <p><a href="http://math.chapman.edu/~jipsen/tiddly/tiddlymath.html" rel="nofollow">Tiddlymath</a> is good you can include svg - but I keep meaning to extend it for programming diagrams. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/305060#305060 0 Answer by Stephen for What do you use to keep notes as a developer? Stephen 2008-11-20T11:55:13Z 2008-11-20T11:55:13Z <p><a href="http://hg.opensource.lshift.net/synchrotron/raw-file/tip/tiddlywiki/tiddlydvcs.html" rel="nofollow">SynchroTron TiddlyWiki</a> is a 'a reusable versioned non-linear <strong>shareable</strong> web notebook' that used DVCS techniques in its interesting implementation. I've only fiddled with it but is seems like a good choice for a lightweight group project.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/312303#312303 0 Answer by Morten Bergfall for What do you use to keep notes as a developer? Morten Bergfall 2008-11-23T08:40:58Z 2008-11-23T08:40:58Z <p>Opera, the browser, is superb for quick note-taking.<br /> That is, of course, if you have it running most of the time....not much use if you have to fire up Opera just to take a note ;-)</p> <p>Totally addicted to the mind-numbingly ability to synchronize the notes without any fuzz...just sign in to your account once per computer, and then your notes are always available.....just priceless, especially if you're a tad absent minded, and not always aware of which computer you happen to have in front of you....</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/312310#312310 1 Answer by Omar Abid for What do you use to keep notes as a developer? Omar Abid 2008-11-23T08:58:14Z 2008-11-23T08:58:14Z <p>I use Google Side Bar Gadget it's not very advanced but easy and fast</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/317072#317072 0 Answer by Nicolai for What do you use to keep notes as a developer? Nicolai 2008-11-25T11:35:00Z 2008-11-25T11:35:00Z <p>I am using <a href="http://www.davidrm.com/thejournal" rel="nofollow">"The Journal"</a> by DavidRm Software. It is not particularily developer centric, but I have found that it has really helped me getting my notes organized. It has both a "notebook" and a "daily journal" mode. I used to have lots of handwritten notes lying around, but they are mostly gone now. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/324657#324657 0 Answer by for What do you use to keep notes as a developer? 2008-11-27T21:13:39Z 2008-11-27T21:13:39Z <p>Emacs Org mode</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/328119#328119 0 Answer by Danielb for What do you use to keep notes as a developer? Danielb 2008-11-29T22:44:52Z 2008-11-29T22:44:52Z <p>I use my blog for my thoughts that can be public. For the rest I use either OneNote at work (on PC) or Omni Outliner at home (on Mac). I wrote a <a href="http://blog.endlesslycurious.com/2008/09/26/note-taking/" rel="nofollow">post</a> on note taking you may find interesting. I also use notes on my BlackBerry which I sync to Outlook which works for small pieces of information that I use regularly. I used to use a Palm PDA and Palm desktop, which I find superior to Outlook but Outlook is what we use at work..</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/328970#328970 1 Answer by John Marsing for What do you use to keep notes as a developer? John Marsing 2008-11-30T15:46:47Z 2008-11-30T15:46:47Z <p>I use <a href="http://www.kinook.com/UltraRecall/" rel="nofollow">UltraRecall</a> when I want to capture info from the blogs I read. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/329075#329075 0 Answer by Don Wakefield for What do you use to keep notes as a developer? Don Wakefield 2008-11-30T17:08:11Z 2008-11-30T17:08:11Z <p>I run a full-fledged weblog for my engineering notes on my workplace's internal network. It is indexed by a Google search engine, which usually homes in on what I want to find weeks or months later.</p> <p>Additionally, we have a wiki which is used both for scrubbed docs and as a scratch pad for ongoing development.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/337036#337036 0 Answer by Nazgulled for What do you use to keep notes as a developer? Nazgulled 2008-12-03T13:09:43Z 2008-12-03T13:09:43Z <p>I actually use my own application that I've been doing for the past years... Although the development is really slow.</p> <p>There's no webpage for the current version but you can check it out here:<br /> <a href="http://www.nazgulled.net/?lg=en&amp;id=downloads" rel="nofollow">http://www.nazgulled.net/?lg=en&amp;id=downloads</a></p> <p><strong>Old version:</strong> FireNotes v0.5.1 (very old really)<br /> <strong>Latest version:</strong> FireNotes v0.7.4920 (Developer Preview 1)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/339692#339692 0 Answer by num1 for What do you use to keep notes as a developer? num1 2008-12-04T06:08:32Z 2008-12-04T06:08:32Z <p>I use Tomboy Notes</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/339789#339789 0 Answer by noesgard for What do you use to keep notes as a developer? noesgard 2008-12-04T07:30:39Z 2008-12-04T07:30:39Z <p>I use pen and paper (note books and yellow notes) for quickies and in-work notes. </p> <p>When working on a project or task of some size I use mind mapping (<a href="http://www.imindmap.com/" rel="nofollow">iMindMap</a> or MindManager) and to some extend word processors for longer lasting notes.</p> <p>I find the mind mapping a great tool to get an overview of the task at hand as well as keeping track of minor and major tasks in the projects during the whole process. Good for making context dependent notes to refresh your memory when returning to projects for later development and/or bug fixing</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/339827#339827 0 Answer by Ronald Conco for What do you use to keep notes as a developer? Ronald Conco 2008-12-04T07:55:57Z 2008-12-04T07:55:57Z <p>I am on open suse(KDE) ,Knotes and basket get the job done for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/357649#357649 3 Answer by Jon Biddle for What do you use to keep notes as a developer? Jon Biddle 2008-12-10T21:18:35Z 2008-12-10T21:18:35Z <p>I'm now using Snipt (<a href="http://snipt.net" rel="nofollow">http://snipt.net</a>)</p> <p>It has a nice clean interface + syntax highlighting.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/357705#357705 0 Answer by dr. evil for What do you use to keep notes as a developer? dr. evil 2008-12-10T21:39:18Z 2008-12-10T21:39:18Z <ul> <li>Microsoft Onenote</li> <li>Google Notebook</li> <li>Google Docs for some long stuff</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/366628#366628 0 Answer by bruceatk for What do you use to keep notes as a developer? bruceatk 2008-12-14T15:02:56Z 2008-12-14T15:02:56Z <p>I use a combination of <a href="http://www.mylifeorganized.net/" rel="nofollow">My Life Organized</a> and <a href="http://www.screwturn.eu/" rel="nofollow">ScrewTurn Wiki</a>. I run MLO from my usb flash drive.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/366640#366640 0 Answer by Rolf for What do you use to keep notes as a developer? Rolf 2008-12-14T15:14:19Z 2008-12-14T15:14:19Z <p>My blog, combined with Evernote.</p> <p>Notes go in Evernote, and can be screenshots, whiteboard photo's, hand written and scanned notes, typed notes and URLs, and code snippets. I can easily tag all this stuff and organize it.</p> <p>When stuff is non-NDA and public knowledge, I move the notes to my public notebook for everybody to see. If I have the time and I have found something interesting, I post it on my blog.</p> <p>My blog only contains answers. No questions. It servers as an external memory which I also use to refer to when people ask me questions. It saves me and them a lot of time and makes people happy.</p> <p>You can get Evernote here: <a href="http://www.evernote.com/" rel="nofollow">http://www.evernote.com/</a></p> <p>and here is how a public evernote page looks like: <a href="http://www.evernote.com/pub/rolfje/PublicNoteBook" rel="nofollow">http://www.evernote.com/pub/rolfje/PublicNoteBook</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/366642#366642 0 Answer by oletk for What do you use to keep notes as a developer? oletk 2008-12-14T15:19:49Z 2008-12-14T15:19:49Z <p>I usually only use blank A4-sheets of paper and write on them from all angles and sides. It gets a bit messy on my desk sometimes, but i really like the freedom of a large paper without lines.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/376861#376861 0 Answer by Norman Ramsey for What do you use to keep notes as a developer? Norman Ramsey 2008-12-18T03:47:50Z 2008-12-18T03:47:50Z <p>Notes of permanent value live in <code>~/etc/howto</code> with a <code>find</code>/<code>grep</code> script for recovering information quickly. Ephemera live in <code>~/todo/next-actions</code> or <code>~/todo/someday-maybe</code> as espoused by David Allen in <a href="http://www.davidco.com/" rel="nofollow">Getting Things Done</a>.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/376881#376881 0 Answer by ChrisHDog for What do you use to keep notes as a developer? ChrisHDog 2008-12-18T04:05:47Z 2008-12-18T04:05:47Z <p>FogBugz</p> <p>Anything I'm taking notes on is for a feature or a bug, so I have a tendancy to use FogBugz as my repository for notes and details and anything relating to those items. That generally covers it for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/376936#376936 1 Answer by thenonhacker for What do you use to keep notes as a developer? thenonhacker 2008-12-18T04:48:12Z 2008-12-18T04:48:12Z <p>I like it simple:</p> <ol> <li><strong>Text Files (edited with PSPad or UltraEdit).</strong> I have conventions for marking headings, todo items, or simple bulleted items. My personal time log is also recorded in the text files, and log the day's notes under each day section. They are easy to backup, viewable by many applications, easily searchable. Plain Text Files feel natural like coding itself.</li> </ol> <p>PSPad or UltraEdit helps in keeping your notes properly formatted (indentation). It's easy to move code snippets around. </p> <p>With text files you don't have to deal with formatting, but you can use TiddlyWiki if formatting matters. </p> <ol> <li><p><strong>During meetings or discussions I use real notebooks.</strong> If I am bringing my laptop, I use my text files. If using notebooks, I record important information into my text files, too.</p></li> <li><p><strong>Firefox bookmarks synchronized online.</strong> I organize my Internet references using folders and/or tags. I make sure the bookmark title is very descriptive, so that you can take advantage of Address Bar search when accessing them again.</p></li> </ol> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/379883#379883 1 Answer by B. Tyndall for What do you use to keep notes as a developer? B. Tyndall 2008-12-19T01:37:57Z 2008-12-19T01:37:57Z <p>I just forward everything to Gmail OR email it to myself at Gmail, and label it well.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/382098#382098 0 Answer by Quamis for What do you use to keep notes as a developer? Quamis 2008-12-19T20:16:33Z 2008-12-19T20:16:33Z <p>plain old paper and Freemind <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" rel="nofollow">http://freemind.sourceforge.net/wiki/index.php/Main_Page</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/395417#395417 0 Answer by Jeroen Landheer for What do you use to keep notes as a developer? Jeroen Landheer 2008-12-27T21:11:10Z 2008-12-27T21:11:10Z <p>I use Microsoft OneNote. Easy to use, never have to save anything and you can allways find everything with a simple search. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/402498#402498 0 Answer by ranchoweb for What do you use to keep notes as a developer? ranchoweb 2008-12-31T07:54:00Z 2008-12-31T07:54:00Z <p>Google Docs &amp; MediaWiki for most everything!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/434704#434704 1 Answer by Niko for What do you use to keep notes as a developer? Niko 2009-01-12T07:25:27Z 2009-01-12T07:25:27Z <p>I wrote my own todo application, because I did not like the ones I saw on the internet. It's here: <a href="http://todo.seasidehosting.st" rel="nofollow">Niko's To do</a>.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/437209#437209 0 Answer by Sheehan Alam for What do you use to keep notes as a developer? Sheehan Alam 2009-01-12T22:11:47Z 2009-01-12T22:11:47Z <p>GMail Tasks</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/437399#437399 1 Answer by cobi z for What do you use to keep notes as a developer? cobi z 2009-01-12T23:10:58Z 2009-01-12T23:10:58Z <p>I find very convenient Notational Velocity for OS X. It a modeless, full text search engine for note taking. <a href="http://notational.net/" rel="nofollow">http://notational.net/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/437461#437461 5 Answer by Andy Dent for What do you use to keep notes as a developer? Andy Dent 2009-01-12T23:29:31Z 2009-01-12T23:29:31Z <p>After 25+ years as a developer, many of them spent writing notes (I'm an inveterate scribbler) I'm really <em>over</em> paper notes.</p> <p>They are bulky, you can't search them, can't back them up and can't carry them around that easily.</p> <p>Modern OS, especially OS/X which I use as my main desktop, are really good at finding things so the most important thing is just <strong>write stuff down.</strong> You can worry about getting the <em>where</em> right later. That's also a lesson for wiki users - we had a very successful wiki (using Twiki) at CSIRO where I worked with many scientists and the number-one lesson was to record now, edit later.</p> <p>Having said all that, I'm naturally a tactile and then visual thinker. I tend to sketch solutions. To keep everything searchable, simple, diffable and able to be used in a wiki and in Doxygen, I do many of my diagrams with GraphViz. That way I just have to describe the diagram in a simple text form and the picture is generated. I use GraphViz (strictly, the dot tool) for schema documentation, calling sequences and casual architecture diagrams because it's the fastest possible way to get a picture recorded.</p> <p>As a self-education and self-improvement excercise, whilst it is useful and fun to be able to leaf through past notes in a notebook, I think it is actually better to be actively editing and commenting on past work. I think you're more likely to lay down new associations in your brain if you're <em>handling</em> the material by pulling bits out and writing them up or classifying them in relation to other bits of knowledge. This is also one thing you can do to mitigate the linear style of blogs - maintain index pages pointing to your better postings.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/473493#473493 1 Answer by thenduks for What do you use to keep notes as a developer? thenduks 2009-01-23T16:14:41Z 2009-01-23T16:14:41Z <p>I love having a notebook to scribble stuff, but that's mostly for layouts/designs/etc. For code snippets I use <a href="http://gist.github.com" rel="nofollow">gist</a>. They can be marked private, given titles/etc and are git repositories (!) so you can keep editing them and keep history with no effort.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/475643#475643 1 Answer by Ben Throop for What do you use to keep notes as a developer? Ben Throop 2009-01-24T06:40:33Z 2009-01-24T06:40:33Z <p>I have a glass desktop and I use wet-erase markers for all of my transient notes. I used to use dry-erase but they would rub off as things would slide across the desk. Not so with wet-erase.</p> <p>If I really really need to keep the notes for posterity, I take a picture with my digital camera. I've only had to do this a couple times.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/512848#512848 1 Answer by GuinnessFan for What do you use to keep notes as a developer? GuinnessFan 2009-02-04T19:15:44Z 2009-02-04T19:15:44Z <p>My memory is horrible. When I took my current job, I created an Access database to handle my notes. I've got links to documents and websites. Names of different servers. Copies of expense reports. The Bio I sent the HR Dept. There are code sample and SQL scripts.</p> <p>It's searchable. Date stamped. I can write any report I want. It is nothing fancy. The key is, I work with Access a lot, so it was not that hard to build, manage and use.</p> <p>If you want something that is accessible from the web, your phone, computer etc. I think 'Evernote' is one of the best products out there. It is everything I would want in a note app. I'm still learning more. The cell phone camera upload is perfect.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/558099#558099 0 Answer by Hunter for What do you use to keep notes as a developer? Hunter 2009-02-17T18:19:45Z 2009-02-17T18:19:45Z <p>notecase + wordpress</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/564325#564325 0 Answer by Chris B. for What do you use to keep notes as a developer? Chris B. 2009-02-19T07:49:36Z 2009-02-19T07:49:36Z <p>I've recently been using the Pulse Smartpen, which is an ink pen on paper solution that also happens to have an infrared camera builtin with audio recording and 2 gig storage: <a href="http://www.livescribe.com/" rel="nofollow">http://www.livescribe.com/</a>. I use this for capturing design ideas and drawings, meeting notes, and pretty much anything I normally write down. It records all your writings and drawings and links them to the audio recordings -- really has to be seen to fully appreciate. The notebooks get synced from your pen to your computer, and can also be uploaded to free cloudspace on their website where your notebooks or sessions can optionally be shared. There is no built in OCR, but there is an optional add-on that integrates with it. And it has built-in text search on your written documents (which must be using some OCR behind the scenes).</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/571687#571687 0 Answer by BillAtHRST for What do you use to keep notes as a developer? BillAtHRST 2009-02-20T23:45:55Z 2009-02-20T23:45:55Z <p>I've tried and liked both ScrapBook and Zotero -- they're both primarily targeted at capturing local copies of stuff from the web, but (I believe) they also include simple note-taking.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/571717#571717 0 Answer by SkippyFlipjack for What do you use to keep notes as a developer? SkippyFlipjack 2009-02-20T23:59:15Z 2009-02-20T23:59:15Z <p>I've started using ShoveBox (Wonder Warp Software; OS X only), available for free from MacHeist.com. Drag files, images, text snippets or URLs to the icon on the taskbar and it stores them all. Searchable, exportable, all that stuff. It's not developer-centric but works for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/572764#572764 0 Answer by unknown (yahoo) for What do you use to keep notes as a developer? unknown (yahoo) 2009-02-21T10:35:58Z 2009-02-21T10:35:58Z <p>I am developing my own web app to keep my notes, urls, todos and files. It is an open source project : <a href="http://sourceforge.net/projects/easytc/" rel="nofollow">http://sourceforge.net/projects/easytc/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/572787#572787 0 Answer by Hollgam for What do you use to keep notes as a developer? Hollgam 2009-02-21T10:45:50Z 2009-02-21T10:45:50Z <p>I use <a href="http://www.google.com/notebook/" rel="nofollow">Google Notebook</a>. It's gerat and I use it for any type of note not only just programming related. Although I've heard that unfortunately Google stooped their work on it for now...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/574880#574880 0 Answer by Ali for What do you use to keep notes as a developer? Ali 2009-02-22T12:57:34Z 2009-02-22T12:57:34Z <p>I sujest using Microsoft Live <a href="http://thumbtack.livelabs.com/" rel="nofollow">Thumbtack</a> </p> <blockquote> <p>Thumbtack is an easy way to save links, photos, and anything else you can find on bunch of different Web sites to a single place. Grab the stuff you want, put it into a Thumbtack collection, then get to it from anywhere you can get online. Share it with your friends, or just keep it for yourself. It’s way easier than sending a bunch of links in an e-mail, and even easier than setting lots of favorites in your browser. </p> </blockquote> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/574903#574903 0 Answer by SuperRoach for What do you use to keep notes as a developer? SuperRoach 2009-02-22T13:13:42Z 2009-02-22T13:13:42Z <p>Some excellent notes here already...</p> <p>Evernote is great because it bridges the analog/digital gap, in a way Google Notebook couldn't. Now that Notebook is leaving google, Ever note will begin to look more impressive. Think of Evernote as a personal butler, that will take scribbles, cameraphone screenshots of basic plans and tie them all together. It still needs effort in tying work to each project you are working on however.</p> <p>The feel of doing on paper work for creative work cannot be lost neither - scribbling basic web layouts is still (for me) faster on a page, done as crudely as the timeline gives me. Having this is something I can refine latter on if needed - and Evernote will let me scribble on it while retaining the original copy.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/574906#574906 0 Answer by Data Dave for What do you use to keep notes as a developer? Data Dave 2009-02-22T13:15:12Z 2009-02-22T13:15:12Z <p>I use Microsoft OneNote.</p> <p>When I start talking to someone about a project I start an outline in OneNote. It could start very simple like the results of a first phone call to setup an appointment without much more than a project name and some very basic information.</p> <p>As I ask questions, talk to other people and do my own investigation I add to and with OneNote can easily modify the outline very quickly. </p> <p>If possible I'll put the outline up on a screen and develop the design and requirements in collaboration and in real time with the people who know and care about the project.</p> <p>In all cases I will email, show or print the outline to the stakeholders to see if this is a good representation of what they want.</p> <p>My next step is to refine the outline now taking into account to how the data will be organized, what type of program (web, windows forms, windows service, etc.) and continue the design so that I have a clear path to start on actual database and software implementation.</p> <p>As I go along in the project I can further refine particularly complicated parts and be left with some good design documentation.</p> <p>For a new or prospective client, during the first interview I can capture what they say and provide some detailed feedback via email after the meeting which usually has a very positive effect!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/574963#574963 1 Answer by PimTerry for What do you use to keep notes as a developer? PimTerry 2009-02-22T14:00:55Z 2009-02-22T14:00:55Z <p>Tomboy combined with Gnome-Do. Part of Gnome on Ubuntu. It's not developer specific, but it's unreasonably useful, and integrates with Do brilliantly. I press Ctrl-Space, type some stuff, press tab, type note and then go to create or search, and it searches all my notes for that text, and brings up a list of results, or it creates a new one with that title. Works perfectly, and keeps everything indexed, which is a real problem I've always had with making paper notes. Where's the bit with my plans for this bit?</p> <p>Also, you can combine this with dropbox with a bit of neat symlinking, and have all your notes kept in sync (with revision control) on all your computers, and backed up to the internets. Beautiful.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/574983#574983 0 Answer by SDX2000 for What do you use to keep notes as a developer? SDX2000 2009-02-22T14:17:23Z 2009-02-22T14:17:23Z <p>I use the now abandoned but still enormously useful application from tranglos software called <a href="http://www.tranglos.com/free/keynote.html" rel="nofollow">KeyNote</a>. Its the best hierarchical note taking editor that I have ever come across till date. And IMO it still does it job pretty well.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/596599#596599 2 Answer by Wacek for What do you use to keep notes as a developer? Wacek 2009-02-27T20:41:07Z 2009-02-27T20:41:07Z <p><a href="http://www.abstractspoon.com/" rel="nofollow">ToDoList</a>, main file kept on multiple machines and synchronised using <a href="http://www.getdropbox.com/" rel="nofollow">Dropbox</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/616419#616419 0 Answer by Daniel for What do you use to keep notes as a developer? Daniel 2009-03-05T20:09:21Z 2009-03-05T20:09:21Z <p>I'll echo the general sentiment that a wiki is the best way to go. I am currently using drupal to store all my notes. It has a great taxonomy system. I've walled mine off (https and password) from the rest of the web though so I don't feel so bad about it not being polished. From there, its a quick copy and paste of the terminal, and I've got it...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/646869#646869 0 Answer by msutherl for What do you use to keep notes as a developer? msutherl 2009-03-14T22:35:39Z 2009-03-14T22:35:39Z <p>I use a combination of:</p> <ul> <li><a href="http://www.tuaw.com/2007/05/23/plain-text-wiki-bundle-for-textmate/" rel="nofollow" title="Plain Text Wiki">Plain Text Wiki</a> for TextMate </li> <li>a Moleskine journal</li> <li>OmniOutliner</li> <li>OmniGraffle</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/655117#655117 0 Answer by Chathuranga Chandrasekara for What do you use to keep notes as a developer? Chathuranga Chandrasekara 2009-03-17T16:55:22Z 2009-03-17T16:55:22Z <p>I just use google notebook for URLs etc and a physical notebook for others :)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/685793#685793 0 Answer by Godcode for What do you use to keep notes as a developer? Godcode 2009-03-26T13:29:48Z 2009-03-26T13:29:48Z <p>Eclipse's @TODO feature - I use this for any notes and TODOs related to the Java project I am currently working in.<br /> Physical notebook - For notes and TODOs that does not fall on the above category but is still related to the project I am currently working in.<br /> Email - I use these for sending notes and TODOs from my office email to my personal email. But these are not related to work. These are mostly links, and texts about anything I want to research at home.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/744915#744915 4 Answer by YordanGeorgiev for What do you use to keep notes as a developer? YordanGeorgiev 2009-04-13T18:34:39Z 2009-05-21T18:31:53Z <ul> <li><p>If you are using VS try <a href="http://www.codekeep.net/addins.aspx" rel="nofollow">CodeKeep</a> ( just in case you did not read about it above ) </p></li> <li><p>Start blogging ( Even if nobody reads it ... as mine ; )</p></li> <li><p>copy , paste to blogger </p></li> </ul> <p>I use small copy paste snippets to Blogger. It sends automatically e-mails to my Gmail account. Install Google Gears - for example I do have my regular searches such as "cmd cheat sheet" or "perl cheat sheet". I tag each code snippet with easy to remember tags ... Thus later on when I need them : Start - Run , type Opera , Ctrl + 1 - access Gmail type / to focus on the search tab , type "tag " , hit Enter </p> <p>whell it is most probably there , Copy Paste and use it. </p> <ul> <li><p>use a fake class I also have the following type of fake class, which does help if you type HowTo.DoSomethingSuggestedByVSIntellisense</p> <p>using System.Text; using System.Diagnostics; using System.Collections.Generic; using System.Collections;</p> <p>namespace GenApp.Utils.Theory { /// /// This is fake class for quick copy paste. Usage: /// type HowTo. - the intellisense will display the names you have figured out for each fake method /// select the name from the , click in it , right button , G , will get you there , /// copy paste the text , Alt + F, C to close and remember to delete the fake call. /// public class HowTo {</p> <pre><code> public static void UseRegexesWithWhiteSpace () { //how-to use regexes with white space // Regex re = new Regex( // @" # This pattern matches Foo // (?i) # turn on insensitivity // # The Foo bit // \b(Foo)\b " // , RegexOptions.IgnorePatternWhitespace ) ; // for ( Match m = re.Match( "foo bar Foo" ) ; m.Success ; m = m.NextMatch() ; <pre><code>} //eof method public static void DisplayJavaScriptConfirmationDialog () { //Active_chkbox.Attributes.Add("OnClick" , "return (confirm('Do you want do disable this user'));"); } //eof method public static void RegisterPageStartUpScript () { //how-to Page.RegisterStartupScript(@"startup",@"&amp;lt;script&amp;gt;alert('Thank you!');&amp;lt;/script&amp;gt;"); //string JaScript = "&amp;lt;script language=’javascript’&amp;gt; alert('User Details saved successfully') &amp;lt;/script&amp;gt; " ; //Response.Write( JaScript ); } //eof method RegionsterPageStartUpScript public static void AddCallingMethodNameToDebug () { string code = @" </code></pre> System.Diagnostics.StackTrace st = new System.Diagnostics.StackTrace(); string mName = st.GetFrame(1).GetMethod().Name; "; <pre><code>} //eof method AddCallingMethodNameToDebug public static void SettersAndGetters () { string help = @" </code></pre> </code></pre> <p>how-to generate those in textpad F8 how-to Generate member accessors , properties for C# asp.net with textpad how-to setters and getters find:^(.*)$ replace:private string _\1 ; \n public string \1 { \n \t\t get { return _\1 ; } \n \t\t set { <em>\1 = value ; } \n } //comm -- eof \1 property \n\n find:^(.</em>) (.*)$ private string s\1 ; \n public string \1 { \n \t\t get { return s\1 ; } \n \t\t set { s\1 = value ; } \n } //comm -- eof \1 property \n\n</p> <p>FIND:first remove all the [] from the copy paste of the table create screipt ^\t[([a-zA-Z_]<em>)](.</em>)$ FIND type and var ^(.<em>) (.</em>)$ REPLACE Properties</p> <h1>region \2 \n private \1 _\2 ; \npublic \1 \2 { \n \t\t get { return _\2 ; } \n \t\t set { _\2 = value ; } \n } //eof property \2 \n\n\n #endregion \2 \n\</h1> <p>//for the constructor _\2= this.\2 ;</p> <p>//for the passing to the constuctor \1 _\2 , </p> <p>/* ^(.<em>) (.</em>)$</p> <h1>region \2 \nprivate List&lt;\1> _\2;\npublic List&lt;\1> \2 { get { return _\2; } set { _\2 = value; } }\n#endregion \2\n\n</h1> <p>";</p> <pre><code> } //eof method SettersAndGetters <pre><code>public static void ListAllDbObjects () { /* --HOW-TO LIST ALL PROCEDURE IN A DATABASE select s.name from sys.objects s where type = 'P' or type='UP' -- GET THE GENERATED ONES ONLY select s.name from sysobjects s where type = 'P' and s.name like '%gsp%' --HOW-TO LIST ALL TRIGGERS BY NAME IN A DATABASE select s.name from sysobjects s where type = 'TR' --HOW-TO LIST TABLES IN A DATABASE select s.name from sysobjects s where type = 'U' --how-to list all system tables in a database select s.name from sysobjects s where type = 's' --how-to list all the views in a database select s.name from sysobjects s where type = 'v' Similarly you can find out other objects created by user, simple change type = C = CHECK constraint D = Default or DEFAULT constraint F = FOREIGN KEY constraint L = Log FN = Scalar function IF = In-lined table-function P = Stored procedure PK = PRIMARY KEY constraint (type is K) RF = Replication filter stored procedure S = System table TF = Table function TR = Trigger U = User table ( this is the one I discussed above in the example) UQ = UNIQUE constraint (type is K) V = View X = Extended stored procedure */ } //eof method public static void GetProcedureMetaData () { string answer = @" </code></pre> select PARAMETER_NAME as 'COLUMN_NAME', DATA_TYPE , CHARACTER_MAXIMUM_LENGTH AS 'MAX_LENGTH', IS_RESULT , PARAMETER_MODE from INFORMATION_SCHEMA.PARAMETERS where SPECIFIC_NAME='Login_Check' Select * from INFORMATION_SCHEMA.Routines --returns stored procedures and functions exec sp_HelpText 'Login_Check' "; answer = string.Empty; <pre><code>} //eof method public static void GetRowColumnValuesFromDs () { //(ds.Tables["TableName"].Rows[0]["ColumnName"] == DBNull.Value) ? false : (bool)ds.Tables["TableName"].Rows[0]["ColumnName"]; } //eof method public static void CopyMeAsTemplateMethod () { } //eof method public static void ReflectionExample () { //Type objectType = testObject.GetType(); //ConstructorInfo[] info = objectType.GetConstructors(); //MethodInfo[] methods = objectType.GetMethods(); //// get all the constructors //Console.WriteLine("Constructors:"); //foreach (ConstructorInfo cf in info) //{ // Console.WriteLine(cf); //} //Console.WriteLine(); //// get all the methods //Console.WriteLine("Methods:"); //foreach (MethodInfo mf in methods) //{ // Console.WriteLine(mf); //} } public static void shortcuts () { string _shortcuts = @" </code></pre> //how-to shortcuts Ctrl + Shift + F -- recursive find F3 -- find next occurence Ctrl + H -- find and replace Ctrl + M + M -- collapse method Ctrl + B --- set a break point CTRL + “-” and CTRL + SHIFT + “-” -- web browser like backward and forward in code Ctrl + Tab --- shift tabs Shift + F5 --- stop debugging Ctrl + I --- fast search F5 -- start debugging Tryf = try and finally block Prop = property with get and set accessor Switch = switch statement with default Alt + W , L -- close all windows Alt + W , 1 -- open the first window Alt + F , F , 1 -- open the latest file I closed Ctrl + F2 , Tab -- go to the methods dropdown , type a letter to get to the name of the method Alt + L --- select the Solution Explorer Ctrl + Shift + Z -- press 2 (needs arsclip (google download arsclip)) -- get the second latest entry from my clipboard "; <pre><code>} //eof shortcuts public static void redirectToCurrentUrl () { string _redirectToCurrentUrl = @" </code></pre> Response.Redirect ( System.IO.Path.GetFileName ( System.Web.HttpContext.Current.Request.Url.AbsolutePath ) , false ); "; } //eof method <pre><code>public static void formTypes () { string _formTypes = @" </code></pre> //how-to forms 1 - Empty Search Form , 2 - Filled Form , 3 - Empty New form ( new Margin Data , new Project ) //how-to formTypes //, 4 - filled search form from get by id procedure // 5 - FilledSearchForm (coming from params) "; } //eof formTypes <pre><code>public static void GetTheFileNameWithoutTheExtension () { /* System.IO.Path.GetFileNameWithoutExtension ( System.Web.HttpContext.Current.Request.Url.AbsolutePath ) ); */ } //eof methoed public static void GetThePhysicalRootPathNoExtension () { //how-to get the physical root path on the file system of the application //Utils.Dbg.Debugger.WriteIf ( "My rootPath is " + rootPath ); } //eof method public static void AccessConfVariables () { //how-to access conf variables BL.Conf.Instance.Vars [ "varName" ] would give you "theVarName ; } //eof method public static void GetRowColumnValue () { //how-to get row column value //(ds.Tables["TableName"].Rows[0]["ColumnName"] == DBNull.Value ) ? false : (bool)ds.Tables["TableName"].Rows[0]["ColumnName"] ; } //eof method public static void GenerateExtendedPropertiesForATable () { //table column //find:^(.*) (.*)$ //Replace: //EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'title="\2",visible="1",fs="Basic Details",readonly="1"' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'\1', @level2type=N'COLUMN',@level2name=N'\2' } //eof method public static void RedirectToTheCurrentURL () { //how-to redirect to current url = users.aspx or projects.aspx /* Response.Redirect( System.IO.Path.GetFileName ( System.Web.HttpContext.Current.Request.Url.AbsolutePath ) , false ); */ } //eof method public static void THEORY () { //EVENTS AND DELEGATES IN ASP.NET -- http://msdn.microsoft.com/en-us/library/17sde2xt.aspx } //eof method public static void ReplaceDebugging () { /* find : replace ^(.*)([^\/\/])(Utils\.Debugger) \t\t\t\t\t//Utils.Dbg.Debugger */ } public static void UseStringBuilderInsteadOfString () { //Bad string s = "This "; s += "is "; s += "not "; s += "the "; s += "best "; s += "way."; //Good: StringBuilder sb = new StringBuilder (); sb.Append ( "This " ); sb.Append ( "is " ); sb.Append ( "much " ); sb.Append ( "better. " ); } //eof method </code></pre> #region SomeObject.Value = SomeValue ?? null; class SomeObject { public string Value { get; set; } } public static void DummyAssignValueIfNotNull ( string SomeValue ) { SomeObject SomeObject = new SomeObject (); if (SomeValue == null) SomeObject.Value = null; else SomeObject.Value = SomeValue; } public static void SmartyAssignValueIfNotNull ( string SomeValue ) { //Instead of this: SomeObject SomeObject = new SomeObject (); SomeObject.Value = SomeValue ?? null; } #endregion SomeObject.Value = SomeValue ?? null; //&lt;source&gt;http://stackoverflow.com/questions/28637/is-datetime-now-the-best-way-to-measure-a-functions-performance&lt;/source&gt; public static void MeasureMethodPerformance () { Stopwatch sw = new Stopwatch (); sw.Start (); // Do Work to measure sw.Stop (); string StrDebug = string.Format ( "Elapsed time: {0}", sw.Elapsed.TotalMilliseconds ); } //eof method <pre><code>public static void GenerateResxFileOutOfListing () { </code></pre> </code></pre> <p>/* FIND: ^(.*)$ REPLACE: \n value\n comment \n\n</p> <p>*/</p> <pre><code> } //eof method } //eof class </code></pre> <p>#region implement IEnumerable for a type public class ClassImplementingIEnumerable : IEnumerable { public IEnumerator GetEnumerator() { yield return "x"; yield return "y"; }</p> <pre><code>// Explicit interface implementation for nongeneric interface IEnumerator IEnumerable.GetEnumerator () { return GetEnumerator(); // Just return the generic version } </code></pre> <p>} //eof class #endregion #region implement IEnumerable for a type</p> <p>} //eof names</p></li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/793624#793624 0 Answer by Don Dickinson for What do you use to keep notes as a developer? Don Dickinson 2009-04-27T14:02:01Z 2009-04-27T14:02:01Z <p>i use treepad. i create a tree that looks like this:</p> <pre><code>- 2009 -- 01 --- 2009-01-01 ---- client/project 2009-01-01 a description of what was done ---- client/project 2009-01-01 a description of the 2nd thing --- 2009-01-02 and so on </code></pre> <p>i don't think it matters much if you use a wiki or treepad or whatever as long as its searchable. i like to keep things organized by day. at the "day level" of the tree i record and overview of what i did. in the children of that node, i put the details (sql queries, sometimes code snippets, etc). the big thing imo is to make sure it is searchable. treepad has a relatively fast search capability that lets me find when i did what and for whom i did it.</p> <p>i started doing things this way in 2005. before that i kept a paper diary of sorts. before that (pre 2000) i didn't keep track of anything. i have to say that starting my daily treepad diary is the single most productive thing that i've ever done. i use it religiously and the rewards have been many.</p> <p>-don</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/805541#805541 0 Answer by Masi for What do you use to keep notes as a developer? Masi 2009-04-30T06:09:05Z 2009-04-30T06:09:05Z <p>I am surprised that nobody has not mentioned yet <strong>Devtodo</strong>, which is great app.</p> <p><strong>Emacs's org mode</strong> is also great in note taking and organising. </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/805571#805571 0 Answer by fenec for What do you use to keep notes as a developer? fenec 2009-04-30T06:19:31Z 2009-04-30T06:19:31Z <p>i use my gmail to keep track of my important files ,so basically and send an eamil to myself with tags in the content so i can perform searching.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/809448#809448 0 Answer by javaloper for What do you use to keep notes as a developer? javaloper 2009-04-30T22:34:15Z 2009-04-30T22:34:15Z <p>Hello,</p> <p>I use <a href="http://www.zotero.com" rel="nofollow">Zotero</a> (Firefox extension) to keep web search, script, solutin, document. Also i use Trac to keep my tasks, checklist etc. And i use iPod. </p> <p>And last one, my friend use iBob (i will explain it in our webpage www.javaloper.com)</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/810837#810837 0 Answer by majkinetor for What do you use to keep notes as a developer? majkinetor 2009-05-01T09:56:21Z 2009-05-01T09:56:21Z <p>I use <strong>google sites</strong> to keep my notes and knowledge base.</p> <p>This gives me web access, good integration with other google office tools, search, etc...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/812316#812316 1 Answer by Oakcool for What do you use to keep notes as a developer? Oakcool 2009-05-01T17:18:53Z 2009-05-01T17:18:53Z <p>My head usualy works well, but for the times it does not, I use a small note pad, right in front of the monitor.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/868467#868467 0 Answer by DisgruntledGoat for What do you use to keep notes as a developer? DisgruntledGoat 2009-05-15T12:43:04Z 2009-05-15T12:43:04Z <p>I love <a href="http://www.basecamphq.com" rel="nofollow">Basecamp</a>, we trialled it at work and never looked back. You've got to-dos, messages, writeboards, time tracking and some other stuff.</p> <p>It's incredibly well-designed too, every part of the interface has been really thought out. It really does make our lives easier.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/874484#874484 0 Answer by Nadjib for What do you use to keep notes as a developer? Nadjib 2009-05-17T12:13:39Z 2009-05-17T12:13:39Z <p>I keep my reference documents for problems I tackled in a <a href="http://www.fogcreek.com/FogBugz/LearnMore.html?section=RichTextEditor" rel="nofollow">private wiki</a>. This gets round issues of confidentiality, as the code I write is not open source.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/875396#875396 1 Answer by Techboy for What do you use to keep notes as a developer? Techboy 2009-05-17T20:14:04Z 2009-05-17T20:14:04Z <p><a href="http://office.microsoft.com/en-gb/onenote/default.aspx" rel="nofollow">Microsoft Onenote</a> - excellent tool</p> <p>It works on my PC and on my Windows Mobile phone.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/894399#894399 0 Answer by Carlo for What do you use to keep notes as a developer? Carlo 2009-05-21T18:33:57Z 2009-05-21T18:33:57Z <p>For me it's always been easier and more practical to just use the old pen and notepad. I do that for notes and to backup small tasks that otherwise I'd probably forget.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/901018#901018 1 Answer by Alan Haggai Alavi for What do you use to keep notes as a developer? Alan Haggai Alavi 2009-05-23T06:41:54Z 2009-05-23T06:41:54Z <p>I used to use <a href="http://basket.kde.org/" rel="nofollow" title="Basket Note Pads">Basket Note Pads</a> in KDE 3.5.x. However, after migrating to KDE 4.x, I am waiting for a KDE 4 version of it.</p> <p>Currently, I rely on `physical' notebooks.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/912100#912100 0 Answer by Andrey for What do you use to keep notes as a developer? Andrey 2009-05-26T18:43:18Z 2009-05-26T18:43:18Z <p>FireFox Scrapbook (to hold pieces of useful info found on the internet), FireFox X-Marks (for synchronized bookmarks between all computers), EverNote and ... MS OneNote which is very good</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/912119#912119 1 Answer by Jeffrey Hines for What do you use to keep notes as a developer? Jeffrey Hines 2009-05-26T18:48:51Z 2009-05-26T18:48:51Z <p>I put everything in Evernote. Windows, Mac, iPhone &amp; wev clients and it's all kept in sync. I even put PDF docs and PDF books in my Evernote notebooks, then I can access them anywhere.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/929752#929752 0 Answer by KIR for What do you use to keep notes as a developer? KIR 2009-05-30T13:49:12Z 2009-05-30T13:49:12Z <p>I often use an online outliner/task management system, <a href="http://checkvist.com" rel="nofollow">http://checkvist.com</a> . It allows to share my notes with other people, simple, and really keyboard friendly.</p> <p>I was looking for a tool like this some time before, and didn't find one which would meet my expectations regarding user experience.</p> <p>So CheckVist was written.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/950560#950560 2 Answer by unknown (google) for What do you use to keep notes as a developer? unknown (google) 2009-06-04T13:23:23Z 2009-06-04T13:23:23Z <p>Postit Notes! Stickem to the monitor. Also NotePad and WordPad.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/975705#975705 0 Answer by GameFreak for What do you use to keep notes as a developer? GameFreak 2009-06-10T13:45:34Z 2009-06-10T13:45:34Z <p>I coded my own php based wiki engine.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/982968#982968 0 Answer by Boydski for What do you use to keep notes as a developer? Boydski 2009-06-11T18:59:37Z 2009-06-11T18:59:37Z <p>OneNote!</p> <p>Truly, I've scrapped everything else I used to do. I love it and blogged about it <a href="http://aspectdatasystems.com/ADSI/Blogs/Boyd/post/2009/04/23/My-New-Favorite-Tool-OneNote.aspx" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1010504#1010504 0 Answer by Mark Hoffman for What do you use to keep notes as a developer? Mark Hoffman 2009-06-18T02:39:05Z 2009-06-18T02:39:05Z <p>I've become a big fan of OneNote as well. Non-intrusive, easily searchable and convenient.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1018306#1018306 0 Answer by Ami for What do you use to keep notes as a developer? Ami 2009-06-19T14:38:06Z 2009-06-19T14:38:06Z <p>anything important goes into google documents, accessible from anywhere. all the rest - drafts, too small/unimportant remains on notebooks that I keep losing monthly and starting a new one...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1038393#1038393 1 Answer by Shane Tomlinson for What do you use to keep notes as a developer? Shane Tomlinson 2009-06-24T13:36:49Z 2009-06-24T13:36:49Z <p>I personally use two methods, one being what JBB stated (paper notebook). The second is <a href="http://www.ubernote.com" rel="nofollow">www.ubernote.com</a>, which I have been working as a part of for the last two years. Ubernote has been coming along very quickly recently and gives me just about everything I need. Users of Microsoft OneNote or EverNote will conceptually understand the application, just about any user of an email client will understand the interface. I know I am an Ubernote evangelical, but working there, I have become pretty passionate about it. Using Ubernote, I can write notes in an editor similar to this one, share them with other people (normally coworkers or my girlfriend), add comments, clip web pages using the Firefox toolbar or bookmarklet, tag, search, etc. I use it to clip a lot of reference material and then look it back up later. Saves me from having to do a Google search for every nugget of information that took 20 minutes to find and I need to remember again.</p> <p>Even though I write note taking software, I still can't fully give up my paper notebooks, for the common instances of:</p> <ol> <li>I'm sick of sitting in front of the computer and my eyes are bugging out.</li> <li>Taking a step back from the problem and writing it out on paper makes the solution easier.</li> <li>I want to do some drawings.</li> </ol> <p>Shane</p> <p><a href="http://www.ubernote.com" rel="nofollow">www.ubernote.com</a></p> <p><a href="http://www.shanetomlinson.com" rel="nofollow">www.shanetomlinson.com</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1039704#1039704 0 Answer by CleverCoder for What do you use to keep notes as a developer? CleverCoder 2009-06-24T17:10:40Z 2009-06-24T17:10:40Z <p>I'm going to have to give another nod to Evernote. For now, it is the solution I use. Just a few reasons I find it useful as a developer:</p> <ul> <li>The ability to create synchronized as well as local notebooks (to satisfy security concerns)</li> <li>The builtin screenshot snipper tool is top notch, and it works well with a tablet. Hit print screen, jot some notes, and it's in your notebook.</li> <li>Search is good. Can even search text within screenshots!</li> <li>It can index and seach handwritten notes (uses MS Ink technology, I believe)</li> <li>I can get to it from my Android phone easily</li> <li>The tagging system is effective</li> <li>It's convenient and can be called to duty with a simple hotkey combo</li> </ul> <p>I have tried a few other tools, and a few GTD apps. This is the one I'm using for now, until something better rears it's head.</p> <p>Hope this helps!</p> <p>-- Sean</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1042328#1042328 1 Answer by cgomezsilva for What do you use to keep notes as a developer? cgomezsilva 2009-06-25T05:33:25Z 2009-06-25T05:51:52Z <p>Jedit + Explicit Folding + Outline Plug-in</p> <p>I got a bunch of plain text files on a directory searchable using Jedit's hypersearch feature. The outline parser plug-in offers a dockable tree view of the explicit or indent folding structured text. Other useful plug-ins are SuperAbrevs (folding header templates), CandyFolds (folding visualization) and more. Easy data syncronization with rsync (its just plain text files). www.jedit.org</p> <pre><code>http://plugins.jedit.org/plugins/?Outline </code></pre> <p><a href="http://farm4.static.flickr.com/3403/3659402148_1bfbf18f99_o.png" rel="nofollow">http://farm4.static.flickr.com/3403/3659402148_1bfbf18f99_o.png</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1078764#1078764 2 Answer by Ronnie for What do you use to keep notes as a developer? Ronnie 2009-07-03T10:26:30Z 2009-07-03T10:26:30Z <p>I have 2 large physical notebooks.</p> <p>One has "Reference" written on the front, and one has "Work" written on the front.</p> <p>The Reference notebook I use for general study notes, or things I come across which I think it would be useful to remember in future (e.g. notes on JQuery or OO principles). I write a page number at the top of every page, and maintain a "Contents" list on the first page. If something comes into my head which I think it would be useful to learn about, I add it to a list on the back page, and then when I have some free time I pick an item from this list to read up and take notes on.</p> <p>The Work notebook I use for more project-specific notes (e.g. brainstorming on a project design, or drawing up a task list). Again I number every page and maintain a contents list on the front page, although this contents list only includes references to important pages.</p> <p>When I reach the end of a Reference / Work book, I start another one!</p> <p>The best thing about this method is its simplicity, and its easier to mind-map / draw diagrams in a notebook than through your computer.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1078805#1078805 0 Answer by grigy for What do you use to keep notes as a developer? grigy 2009-07-03T10:42:06Z 2009-07-03T10:42:06Z <p>I use</p> <ul> <li>Google Notebook</li> <li>ATnotes</li> <li>Text files (w/ NotePad++)</li> </ul> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1083751#1083751 1 Answer by RCIX for What do you use to keep notes as a developer? RCIX 2009-07-05T09:36:42Z 2009-07-05T09:36:42Z <p>I'll throw my two cents in: I use Notepad++ and text files. Anything heavier (word, wordpad, onenote, etc.) is really too much for me. I like a clean and unobstructed window into the notes i'm writing without 200 features begging "use me! use me!". Only downside is that they (usually) get scattered all over my system and sometimes get deleted. Gotta fix that...</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1103810#1103810 0 Answer by Ed Schembor for What do you use to keep notes as a developer? Ed Schembor 2009-07-09T13:11:37Z 2009-07-09T13:11:37Z <p>I use an outliner application called Bansai from <a href="http://www.natara.com" rel="nofollow">Natara Software</a>. It's a super-simple editor that lets you enter notes in an outline format - I try to keep Bansai open in one monitor when coding, and jot notes on anything from functions I want to re-factor later to reasons I made some design decision. Bansai is not free, but fairly inexpensive.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1135494#1135494 1 Answer by Jay for What do you use to keep notes as a developer? Jay 2009-07-16T05:14:14Z 2009-07-16T05:14:14Z <p>I have used several things that were not quite satisfactory, most recently Notepad++. I like how it opens lots of files left open. OneNote is captivating, and I have tried it, but it did not quite work. </p> <p>I am looking forward to the released version of Win7 with its nice screen clip grabber and using that in conjunction with OneNote--that might just be the right thing for me.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1142387#1142387 1 Answer by Pradeep for What do you use to keep notes as a developer? Pradeep 2009-07-17T10:01:19Z 2009-07-17T10:01:19Z <p>Notes in MS Outlook 2007.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1155164#1155164 0 Answer by phsr for What do you use to keep notes as a developer? phsr 2009-07-20T18:37:25Z 2009-07-20T18:37:25Z <p>I've just started using <a href="https://bespin.mozilla.com/" rel="nofollow">Bespin</a> to keep note across the Web. it seems to have some promise, and in theory, you could create/host a wiki in bespin and access it from anywhere</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1278737#1278737 0 Answer by Matt Gardner for What do you use to keep notes as a developer? Matt Gardner 2009-08-14T16:08:15Z 2009-08-14T16:08:15Z <p>On Mac OS X, I've been extremely happy with <strong><a href="http://apokalypsesoftware.com/products/mori" rel="nofollow">Mori</a></strong> for years. Unix commands, install guides, general notes, robust built-in search. And you can feel safe trying it out, exports your data and.. never actually forces you to register. :)</p> <blockquote> <p>Mori is a digital notebook that makes it easy to record and organize your thoughts. Unlike the alternatives, Mori doesn’t box you into one way of thinking. Imagine a notepad that grows and grows. No matter how big it gets, you can search it in an instant, as if it’s all written on the back of your hand. Notebook, project manager, research assistant, and more. In other words, Mori lets you decide how you want to keep your notes, references, tasks, clippings, and more.</p> </blockquote> <p>Lately I've started exploring <strong><a href="http://www.literatureandlatte.com/scrivener.html" rel="nofollow">Scrivener</a></strong>, "The biggest software advance for writers since the word processor." I've found it more motivating to maintain good notes as the tool itself is designed prepares your work for publication.</p> <blockquote> <p>Scrivener is a word processor and project management tool created specifically for writers of long texts such as novels and research papers. It won't try to tell you how to write - it just makes all the tools you have scattered around your desk available in one application.</p> <p>Never be afraid to make mistakes. Scrivener's "snapshot" feature makes it easy to return to an earlier version of your text. Before starting a major edit on a document, just take a snapshot, which stores the old version safely away. You can then call up old snapshots for reference, or restore an older version of the text if you decide you prefer it to the most recent revision.</p> </blockquote> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1309511#1309511 1 Answer by bbadar for What do you use to keep notes as a developer? bbadar 2009-08-21T00:16:00Z 2009-08-21T00:16:00Z <p>I keep txt files for each day locally like '08-19-09.txt'.</p> <p>I find it easier to just grep through them to find what I am looking for. Of course, projects etc. get their own files.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1309762#1309762 0 Answer by Lonecat for What do you use to keep notes as a developer? Lonecat 2009-08-21T02:04:19Z 2009-08-21T02:04:19Z <p><a href="http://www.vimoutliner.org/" rel="nofollow" title="vimoutliner">vimoutliner</a> for hierarchial notes. vim<a href="http://www.graphviz.org/" rel="nofollow">dot</a> for diagrams and graphs.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1313391#1313391 0 Answer by Donnie for What do you use to keep notes as a developer? Donnie 2009-08-21T18:01:08Z 2009-08-21T18:01:08Z <p>Emacs Org Mode</p> <p><a href="http://orgmode.org/" rel="nofollow">http://orgmode.org/</a></p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1333794#1333794 1 Answer by Jacob for What do you use to keep notes as a developer? Jacob 2009-08-26T10:39:04Z 2009-08-26T10:39:04Z <p>Omnifocus! Best task/list/item tracker i have used so far.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1340898#1340898 1 Answer by MemoryLeak for What do you use to keep notes as a developer? MemoryLeak 2009-08-27T12:53:36Z 2009-08-27T12:53:36Z <p>i used doc.google.com ,it can have excel, doc files, and export them to be a office file. or you can just start a collaborative site, and post anything you like.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1373349#1373349 0 Answer by JJ for What do you use to keep notes as a developer? JJ 2009-09-03T13:15:30Z 2009-09-03T13:15:30Z <p>Yup.Google notebook is the one you should use.If you want to store as documents use google docs.The recent <a href="http://www.acrobat.com" rel="nofollow">acrobat</a> from adobe looks quite sleek &amp; glossy. However I haven;t explored it much.You can also use firefox addons such as evernote web clipper</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1397555#1397555 4 Answer by Shane for What do you use to keep notes as a developer? Shane 2009-09-09T04:41:58Z 2009-09-09T04:41:58Z <p>I've been programming for over 20 years and sadly I have had the same problem as the OP, until I discovered the LiveScribe pen this year.</p> <p><a href="http://www.livescribe.com/" rel="nofollow">http://www.livescribe.com/</a></p> <p>It has totally changed my note-takeing life! It has 4 main benefits:</p> <ol> <li>It's a pen. At the end of the day it's a pen, so you can scribble/doodle/write notes, just as you always do...but...</li> <li>It's a RECORDING pen. When you dock the pen with your Mac/PC, it uploads what you've written and then OCRs it! And the OCR is remarkable. I have THE worst handwriting I've seen. Really, it's terrible, yet this thing nails it every time. Which leads me to...</li> <li>Your rantings are searchable. Because everything is OCRd, you can actually find what you scribbled a year ago. This means as you fill up more and more pads, you can always find what you want.</li> <li>(this is beautiful) You can tap 'record' and scribble a mark anywhere you want on a page, and start talking out loud (like a dictaphone). At any point in the future, you just tap your scribble on any page and the recording is played back instantly. All of the audio is uploaded to your Mac/PC upon docking the pen too. This is pure gold, and frankly is the killer feature for me. I can actually think out loud while I'm writing, or record a meeting and go back to what was said at any point. So incredibly useful.</li> </ol> <p>I honestly can't recommend this enough. It's like GPS for me; once you've used it, you can never go back!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1418186#1418186 0 Answer by rstevens for What do you use to keep notes as a developer? rstevens 2009-09-13T16:46:07Z 2009-09-13T16:46:07Z <p>A sheet of paper....</p> <p>Since there a lots of them I use college blocks. And I have a big stack of them in office.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1446939#1446939 1 Answer by craig for What do you use to keep notes as a developer? craig 2009-09-18T21:34:51Z 2009-09-18T21:34:51Z <p>I have been using a tool called clockingIt www.clockingit.com it lets me create projects and then tasks inside the projects. tasks have different priorities, severities, a description and a trail of comments I leave every time I update the task.</p> <p>I mainly use this tool to track my time, so when I am working on a task I clock in on that task and at the end of the month it generates my timesheet.</p> <p>it is open source as well. It is a great replacement for post-it notes and also keeps track of my time!</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1465674#1465674 2 Answer by dstibbe for What do you use to keep notes as a developer? dstibbe 2009-09-23T12:25:54Z 2009-09-23T12:25:54Z <p>I use a paper notepad and either windows' notepad or linux' kjots. Additionally I keep notes in the source code I am working on (mostly the 'why' something was down).</p> <p>As someone said before: "Make sure to write everyhting down.". </p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1598115#1598115 0 Answer by Dave for What do you use to keep notes as a developer? Dave 2009-10-21T00:33:42Z 2009-10-21T00:33:42Z <p>I keep notes by project and projects by web site using a text editor. The text editor I use, kedit, allows me to link from these text documents to the source directly and it supports it's own set of snippets. <br>For snippets, I have a search page that I maintain on the local server. It helps both me and the other programmers.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1609598#1609598 0 Answer by Kentor for What do you use to keep notes as a developer? Kentor 2009-10-22T19:57:52Z 2009-10-22T19:57:52Z <p>I use delicious to bookmark important/interesting stuff and use "to do" lists on google desktop to make that things get done.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1677039#1677039 0 Answer by J F for What do you use to keep notes as a developer? J F 2009-11-04T22:13:27Z 2009-11-04T22:13:27Z <p><strong>For notes and misc. code snippets:</strong></p> <p><a href="http://cintanotes.com" rel="nofollow">CintaNotes</a></p> <p>I keep this portable app in a Live Sync (previously called FolderShare) folder, so it's always synced across home and work computers.</p> <p><strong>To-do lists and similar:</strong></p> <p><a href="http://www.codeproject.com/KB/applications/todolist2.aspx" rel="nofollow">AbstractSpoon ToDoList</a></p> <p>Also portable, I keep the .tdl files in that same Live Sync folder</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1693264#1693264 0 Answer by Mikko Junnila for What do you use to keep notes as a developer? Mikko Junnila 2009-11-07T14:43:47Z 2009-11-07T14:43:47Z <p>I use <a href="http://nocs.googlecode.com/" rel="nofollow">Nocs</a>, which I actually wrote myself. It's a simple, Notepad-like app that uses Google Docs for storage. I use it for all kinds of TODOs and snippets. I like it because I can leave it open both at work and at home and my files are always in sync. All the files are stored as actual Google Docs documents, which means I can search and edit them both within the browser and in Nocs.</p> <p>Very similar to Evernote though.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1706626#1706626 0 Answer by adolf garlic for What do you use to keep notes as a developer? adolf garlic 2009-11-10T09:26:22Z 2009-11-10T09:26:22Z <p>When all else fails, I use the 'journal' feature of Outlook</p> <p>It's easy to add to and easy to find stuff using the timeline</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1714537#1714537 0 Answer by Himadri for What do you use to keep notes as a developer? Himadri 2009-11-11T11:16:50Z 2009-11-11T11:16:50Z <p>I maintain a notebook to keep interesting code snippets,examples topic.....</p> <p>Simply using pen and paper.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1741224#1741224 0 Answer by kruczkowski for What do you use to keep notes as a developer? kruczkowski 2009-11-16T10:07:46Z 2009-11-16T10:07:46Z <p>Try google docs, for some existing code, you can copy and paste it in really quick. Plus it's online so you can reference it when your on the road or home.</p> http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/1749045#1749045 0 Answer by Pratheeswaran.R for What do you use to keep notes as a developer? Pratheeswaran.R 2009-11-17T13:52:55Z 2009-11-17T13:52:55Z <p>I use the Zoho Notebook www.zohonotebook.com </p>