pouët.net

about the screenshot bug

category: general [glöplog]
you said bbs and oneliner so i checked bbs.php and oneliner.php you didnt say anything about index.php :P i'll clean that too soon
added on the 2004-05-25 21:47:54 by psenough psenough
*knock* *knock*
- Pizza delivery !!!!
added on the 2004-05-25 21:54:33 by apricot apricot
exocet: done. check it please.
added on the 2004-05-25 22:29:13 by psenough psenough
Avatar titles now show up in Firefox. Yay!
ps: works fine now, thanks a lot!
added on the 2004-05-25 22:52:10 by exocet exocet
The tables work correctly on:
Opera 7.50
Mozilla 1.6
Konqueror 3.2.2

Hell, they even work nice on Links 0.99 (textmode). Nothing beats a solid infrastructure.

About that alt= thing, it only works in Mozilla here, but that is obviously a browser mis-feature and it's fine by me.
added on the 2004-05-26 02:52:03 by moT moT
no title/alt -tag on prodsheet "added on..." field.
That's okay with me, but would be more consistent...
added on the 2004-05-26 08:01:31 by FooLman FooLman
this with the title is very cool.. one doesn't have to click on the avatar to see who it is.. tnx..!!
added on the 2004-05-26 09:19:09 by phred phred
fixed prod.php for the alt/title thing too.
any other page? im not gonna open 25 .php's and search them all for alt unless someone complains about it :P
added on the 2004-05-26 15:38:16 by psenough psenough
fixed groups.php and comments.php aswell, dont think there should be much more where that "feature" happens"
added on the 2004-05-26 15:40:55 by psenough psenough
and prodlist.php
does anyone know the shortcut for search and replace on emacs btw? now that im done searching them all one by one and replacing them all manually...
added on the 2004-05-26 15:42:58 by psenough psenough
ps: I use
Code:grep -ir "alt=" * | less
to find what I want and I search and replace with nano (although I use vim most of the time)...
added on the 2004-05-26 17:00:27 by moT moT
or perl -pe 's/alt=/name=' :-)
added on the 2004-05-26 18:31:15 by phred phred
phred forgot '/' :P an filename ofcourse etc etc
added on the 2004-05-26 18:51:08 by apricot apricot
search and replace is M-% (ESC % or ALT-%) or the fancy C-M-% for regexp replace. But this does not work with multiple files.
added on the 2004-05-26 20:16:21 by _-_-__ _-_-__
But you can of course have a multiple files s&r in emacs. The only thing you'll have to do is become a master in LISP.
added on the 2004-05-26 20:22:27 by kb_ kb_
I didn't link to it because i didn't want to make a show of oneself, but there you have it: http://www.emacswiki.org/cgi-bin/wiki/SearchAndReplaceAcrossMultipleFiles
added on the 2004-05-26 21:03:16 by _-_-__ _-_-__
stfu: yeah.. I know.. I always look the manual for exact.. I mean we use perl -pe often to replace in multiple files like when costumer has a website with his phone number on every site then it's rather boring to do this by hand but you would do something like
Code:for i in `cat list`; do perl -pe 's/12345/54321/' <$i >temp; mv temp $i; done

But it's nice to see some guys here using linux and knowing some tricks..
added on the 2004-05-27 07:41:27 by phred phred
phred: why the for loop? Just give `cat list` as an argument to perl instead, and be happy.
added on the 2004-05-28 12:03:54 by Sesse Sesse

login