Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread pancake
Is not the same... Backticks keeps newlines, but $() merges all lines into a single one. I'm not sure if this behaviour is affected by IFS On Apr 7, 2010, at 4:01 AM, Noah Birnel wrote: On Sun, Apr 04, 2010 at 01:03:55PM -0400, n...@lavabit.com wrote: Semi unrelated question: why are so ma

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Noah Birnel
On Sun, Apr 04, 2010 at 01:03:55PM -0400, n...@lavabit.com wrote: > Semi unrelated question: why are so many people at suckless using ` ` > instead of $( ) ? I've seen it here, dmenu_path, surf's config.h... etc. > > $( ) only fails in very, very old shells... think original bourne I use backti

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread twfb
On 21:26 Tue 06 Apr, Claudio M. Alessi wrote: > On Tue, Apr 06, 2010 at 08:50:07PM +0400, anonymous wrote: > > You don't put same symlinks (to ~/doc, ~/src etc.) in every directory of > > your filesystem. Most directories have only one link to them. Then why > > should you put links to upper leve

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Nibble
On Tue, 6 Apr 2010 13:40:59 -0400 m g wrote: > In reference to > http://nibble.develsec.org/hg/sw/file/80e2f5765b48/sw.cgi ... > > Is there a reason on line 20 relies on javascript as opposed to > something such as the tag? > > echo > "window.location=\"${PREFIX}${BIN}\";" > > vs > > echo "

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Claudio M. Alessi
On Tue, Apr 06, 2010 at 08:50:07PM +0400, anonymous wrote: > You don't put same symlinks (to ~/doc, ~/src etc.) in every directory of > your filesystem. Most directories have only one link to them. Then why > should you put links to upper levels in every directory (and even file) > of your websit

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread m g
In reference to http://nibble.develsec.org/hg/sw/file/80e2f5765b48/sw.cgi ... Is there a reason on line 20 relies on javascript as opposed to something such as the tag? echo "window.location=\"${PREFIX}${BIN}\";" vs echo ""

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread anonymous
On Sun, Apr 04, 2010 at 05:49:18PM +0100, Kai Hendry wrote: > As for HTML, don't use . Use . > Same goes for > Instead of , use Instead of you can use . is deprecated alias for in HTML 4 and redefined for another purpose in HTML 5, but it is still for creating lists. By the way, I don't lik

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Nibble
On Tue, 06 Apr 2010 14:01:44 +0200 Paul Malherbe wrote: > Hi > > Is there any way to exclude the side-bar (menu) from scrolling with > the body? > > > Regards > > Paul Malherbe > > +27 (0) 21 6711866 > +27 (0) 82 9005260 You can do it adding "display: block;" to "#side-bar" in style.css R

Re: [dev] simple addictive wordgame

2010-04-06 Thread Jeff Shipley
On Mon, Apr 5, 2010 at 2:27 PM, pancake wrote: > Last night I wrote a simple game based on a facebook one called > 'word challenge'. in fact i dont have fb, and there are several > versions of the same game, but with different play rules. > > This one is quite adictive, and, apart from the side th

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Paul Malherbe
Hi Is there any way to exclude the side-bar (menu) from scrolling with the body? Regards Paul Malherbe +27 (0) 21 6711866 +27 (0) 82 9005260 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.