Search Results

2
votes

How do you include a webpage title as part of a webpage URL?

You can also use this javascript function for in-form generation of the slug's (This one is based on/copied from Django): function makeSlug(urlString, filter) { // changes, e.g., "P …
15
votes

What does ‘foo’ really mean?

http://en.wikipedia.org/wiki/Foobar http://en.wikipedia.org/wiki …
0
votes

Confessions of your worst WTF Moment. (What not to do.)

One time is was helping out a new collegue with checking in his code to SVN; He had just build a new module he was working on for the last 2 months and now he wanted it in Subversion. So I …