RE: [nyphp-talk] What with you do with 4Gig of RAM?

2008-01-21 Thread Hans Zaunere
> So I negotiated 4Gig of memory in my server. Hey, ya always got to ask for a > little "extra." I got 15K scsci drives and know what to do with them. The I'm curious as to what you'll be doing with the 15k SCSIs - that would help shed some light on how the RAM would be best used. > question is,

[nyphp-talk] Securing memcached

2008-01-21 Thread csnyder
Based on the buzz about how great memcached is, I'm considering using it to provide session support across multiple front ends. But I'm a little troubled by the lack of application-level access control. As in, no passwords. If you use memcached, how do you secure it against unauthorized access by

Re: [nyphp-talk] What with you do with 4Gig of RAM?

2008-01-21 Thread Rob Marscher
On Jan 21, 2008, at 8:52 PM, Cliff Hirsch wrote: Have I asked this already? I don't think so :) So I negotiated 4Gig of memory in my server. Hey, ya always got to ask for a little “extra.” I got 15K scsci drives and know what to do with them. The question is, what do I do with all that mem

[nyphp-talk] What with you do with 4Gig of RAM?

2008-01-21 Thread Cliff Hirsch
Have I asked this already? If so, my apologies. First the vision went, now perhaps the memory ‹ I¹m not sure, can¹t remember... So I negotiated 4Gig of memory in my server. Hey, ya always got to ask for a little ³extra.² I got 15K scsci drives and know what to do with them. The question is, what d

Re: [nyphp-talk] Ruby gets another framework

2008-01-21 Thread Ajai Khattri
On Mon, 21 Jan 2008, Cliff Hirsch wrote: > See: http://merbivore.com/index.html > > Interesting. So Rails isn¹t the be all and end all within the Ruby > community. Makes me feel so much better. Just think, maybe in a year or two, > ruby will have 20 ­ 40 frameworks to chose from! There's also th

[nyphp-talk] Ruby gets another framework

2008-01-21 Thread Cliff Hirsch
See: http://merbivore.com/index.html Interesting. So Rails isn¹t the be all and end all within the Ruby community. Makes me feel so much better. Just think, maybe in a year or two, ruby will have 20 ­ 40 frameworks to chose from! ___ New York PHP Communi

Re: [nyphp-talk] [OT] Asian Font Display Issue in Firefox Web Browser

2008-01-21 Thread Carlos A Hoyos
> Certain web pages and/or web sites will display all or some Asian characters > instead of Western English in my on screen, inside the browser display only. > View source shows that the actual HTML web page, of course, does > contain regular > Western English characters. Your browser is interpret

[nyphp-talk] FW: [ANNOUNCE] NYPUG Inaugural Meeting

2008-01-21 Thread Hans Zaunere
FYI - unfortunately it conflicts with our monthly meeting tomorrow. I've talked with Josh offline and I'll pass on any new developments that come out of the meeting. --- Hans Zaunere / President / New York PHP www.nyphp.org  /  www.nyphp.com > Subject: [ANNOUNCE] NYPUG Inaugural Meeting >

Re: [nyphp-talk] Delaying form submit

2008-01-21 Thread Dan Cech
David Krings wrote: [EMAIL PROTECTED] wrote: You could add a hidden field with content to the end of the form and test for the hidden content as well. I think that would tell you the form was loaded, I think. But shouldn't it then be sufficient to put the Submit button at the end of the form?

Re: [nyphp-talk] Delaying form submit

2008-01-21 Thread David Krings
[EMAIL PROTECTED] wrote: You could add a hidden field with content to the end of the form and test for the hidden content as well. I think that would tell you the form was loaded, I think. But shouldn't it then be sufficient to put the Submit button at the end of the form? Without a submit the