IRC log of #zope for Wednesday, 2012-11-28

*** River_Rat has joined #zope00:02
*** River-Rat has quit IRC00:04
*** fredvd has joined #zope00:04
*** __mac__1 has quit IRC00:08
*** __mac__ has joined #zope00:12
*** fredvd_ has joined #zope00:14
*** fredvd has quit IRC00:14
*** mcdonc has quit IRC00:28
*** evilbungle has joined #zope00:37
*** mcdonc has joined #zope00:44
*** evilbungle has quit IRC00:51
*** sp0cksbeard has quit IRC00:59
*** kiorky_ has joined #zope01:03
*** kiorky has quit IRC01:04
*** J1m has quit IRC01:10
*** fdrake has quit IRC01:24
*** mr_jolly has joined #zope01:46
*** JFMoore has joined #zope01:58
*** _mup_ has quit IRC02:00
*** _mup_ has joined #zope02:00
*** JFMoore has quit IRC02:21
*** supersheep has quit IRC02:26
*** supersheep has joined #zope02:27
*** mr_jolly has quit IRC02:37
*** River-Rat has joined #zope02:57
*** River_Rat has quit IRC03:00
*** daMaestro has quit IRC03:02
*** Spanktar has quit IRC03:25
*** fredvd_ has quit IRC03:28
*** KageSenshi has joined #zope03:30
*** aodag has joined #zope03:36
*** nande has quit IRC03:44
*** tiwula has quit IRC04:17
*** fdrake has joined #zope04:40
*** kosh has quit IRC05:18
*** tiwula has joined #zope05:23
*** River_Rat has joined #zope05:41
*** River-Rat has quit IRC05:43
*** River_Rat has quit IRC06:46
*** River_Rat has joined #zope06:46
*** tiwula has quit IRC07:01
*** tiwula has joined #zope07:08
*** tiwula has quit IRC07:45
*** __mac__ has joined #zope08:06
*** __mac__ has quit IRC08:27
*** __mac__ has joined #zope08:45
*** menesis has joined #zope08:52
*** __mac__ has quit IRC09:00
*** miano has joined #zope09:01
*** tisto has joined #zope09:08
*** agroszer has joined #zope09:19
*** avoinea has joined #zope09:27
*** aodag has quit IRC09:49
*** __mac__ has joined #zope09:53
*** zagy has joined #zope09:55
*** maurits has joined #zope10:02
*** MrTango has joined #zope10:04
*** xqo has joined #zope10:12
xqoHi, how can I make one of the radio buttons created be checked by default? http://hastebin.com/jacapodame.xml10:14
xqoi think maybe i could add <input ... checked="checked">, but wouldnt that try checking all the buttons?10:21
*** __mac__ has quit IRC10:22
*** MrTango has quit IRC10:23
*** MrTango has joined #zope10:24
*** kiorky_ has quit IRC10:36
*** kiorky has joined #zope10:36
*** __mac__ has joined #zope10:54
*** fredvd has joined #zope11:21
*** eperez has joined #zope11:48
*** eperez has quit IRC12:07
*** eperez has joined #zope12:09
*** RichyB has joined #zope12:09
*** Arfrever has quit IRC12:17
xqohi! please save me.12:26
xqosomehow, i suspect by magic, this is making a button that takes you to the next page http://hastebin.com/lilenopego.xml12:26
xqohow do i make my own button12:26
xqo???12:26
mgedminum, you insert an <input type="submit" ... /> into your page template12:29
xqo<BUTTON TEXT_ON_BUTTON="COME ON WORK" ONCLICK="MAGIC()">12:30
mgedminwell, <button> exists in HTML, but it's rarely used12:30
mgedmin(and very buggy on IE 6)12:31
mgedminI suggest you avoid it12:31
xqomgedmin: what would a sample <input ...> look like?12:32
mgedminyou have one right there in that paste you pasted12:33
xqook how bout this12:33
xqocan you replace all those references to code12:33
xqowith code?12:34
xqoand which12:34
xqoof them12:34
xqois doing the work?12:34
xqoi dont mean, plz do, i mean is it possible, and how does it look12:34
mgedminthere's some zope 2 magic with putting foo:method in the request12:36
mgedminI've never used it12:36
mgedminit ought to be documented somewhere12:36
mgedminhave you tried the Help tab in the ZMI?12:36
xqo<input type="submit" on_click="goto_page2.html()" button_image="pretty_button.jpg"> how should it look in reality?12:36
mgedmincan't you hire a web developer or something?12:37
xqoim supposed to learn how to do this..12:37
mgedminyay12:38
xqoi have 50min left to deliver the most amazing button anyone has ever seen12:38
mgedmingood luck with that12:38
xqoyeah thanks12:39
mgedminto style buttons with images you're going to need either <input type="img"> or custom CSS12:39
mgedminsorry, type="image"12:39
mgedminthen <input type="image" src="pretty_button.jpg">12:39
mgedminto make it work with Javascript, you need onclick="javascript code to run"12:40
mgedminto make it work server-side, you need name="SOMETHING"12:40
mgedminand then some server-side code to notice when "SOMETHING" appears in the request and react12:40
mgedmin(or there's that SOMETHING:method hack which, I think, calls a Python Method called 'SOMETHING' in the same folder?)12:40
mgedminanyway, I've got to get back to work myself12:41
xqowhat is i18n?12:41
mgedminshort for "internationalization"12:41
mgedmin("i", 18 other letters, then "n", get it?)12:41
xqolol12:42
xqoso its locale? text is there?12:42
*** maurits1 has joined #zope12:43
*** maurits has quit IRC12:43
mgedminthe i18n xml namespace is used in zope to mark texts for translation12:44
*** maurits1 is now known as maurits12:44
*** sunew has joined #zope12:52
*** tisto has quit IRC13:02
*** fdrake has quit IRC13:17
*** __mac__ has quit IRC13:19
xqomgedmin are you here?13:25
*** J1m has joined #zope13:32
*** __mac__ has joined #zope13:59
*** maurits has quit IRC14:10
*** maurits has joined #zope14:11
*** J1m has quit IRC14:25
*** J1m has joined #zope14:29
benjiautoconf for python: https://savannah.gnu.org/forum/forum.php?forum_id=7440; why am I not excited?14:35
*** J1m has quit IRC14:45
*** J1m has joined #zope14:46
*** maurits has quit IRC14:48
*** J1m has quit IRC14:50
*** J1m has joined #zope15:09
*** maurits has joined #zope15:13
mgedminit knows about virtualenv but not setuptools/distribute?15:13
mgedmingenerating PKG-INFO by hand from a template?15:13
mgedmininteresting approach15:14
*** J1m has quit IRC15:18
*** xqo has quit IRC15:20
*** menesis has quit IRC15:22
*** maurits has quit IRC15:24
*** maurits has joined #zope15:25
*** kosh has joined #zope15:49
*** J1m has joined #zope16:07
*** sp0cksbeard has joined #zope16:07
*** menesis has joined #zope16:37
*** fredvd has quit IRC16:48
*** maurits has quit IRC17:40
*** sunew has quit IRC17:59
*** kosh has quit IRC18:08
*** River-Rat has joined #zope18:46
*** LeoRochael has joined #zope18:47
*** River_Rat has quit IRC18:48
*** thetet has joined #zope18:49
*** MrTango has quit IRC18:56
*** supton has joined #zope19:03
*** tiwula has joined #zope19:05
*** m8 has joined #zope19:36
*** River_Rat has joined #zope19:42
*** River-Rat has quit IRC19:45
*** eperez has quit IRC19:48
*** zagy has quit IRC19:49
*** LeoRochael has quit IRC19:51
*** LeoRochael has joined #zope19:53
*** supton_ has joined #zope19:59
*** agroszer has quit IRC20:00
*** supton has quit IRC20:03
*** menesis has quit IRC20:12
*** sunew has joined #zope20:14
*** nande has joined #zope20:15
*** __mac__ has quit IRC20:20
*** mcdonc_ has joined #zope20:22
*** sunew has quit IRC20:26
*** RichyB has quit IRC20:34
*** mcdonc_ has quit IRC20:37
*** mcdonc has quit IRC20:37
*** mcdonc has joined #zope20:37
*** menesis has joined #zope21:10
*** TresEquis has joined #zope21:20
*** benji has quit IRC21:28
*** benji has joined #zope21:28
*** avoinea has quit IRC21:45
*** supton has joined #zope21:48
*** River-Rat has joined #zope21:48
*** KageSenshi has quit IRC21:49
*** KageSenshi has joined #zope21:50
*** River_Rat has quit IRC21:50
*** KageSenshi has quit IRC21:55
*** jan_s has joined #zope21:58
*** KageSenshi has joined #zope21:58
*** jan_s has left #zope22:28
*** TresEquis has quit IRC22:30
*** thetet has quit IRC22:48
*** thetet has joined #zope22:51
*** iElectri1 has joined #zope23:17
*** iElectric has quit IRC23:22
*** supton has quit IRC23:26
*** betabug_ has joined #zope23:28
*** betabug has quit IRC23:33
*** __mac__ has joined #zope23:34
*** River_Rat has joined #zope23:35
*** River-Rat has quit IRC23:36
*** zagy has joined #zope23:40
*** benji has quit IRC23:55
*** benji has joined #zope23:55
*** kosh has joined #zope23:56

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!