Appcelerator is attending ZendCon this week, talking with developers and vendors about great innovations within the PHP community. To break up the continuous cycle of keynotes and breakout sessions, we decided to capture a few conference attendees on video and find out what they really think about PHP. You might be surprised to hear some of the responses!
We have it all in our footage – PHP lovers and haters, cool apps, the worst PHP gaffes and the highs and lows of working with the scripting language. We even got attendees to confess their true feelings about cars, Disney characters, and Britney Spears. Yes, you heard correctly. Britney Spears. Check out these uncensored ZendCon PHP developers on our YouTube channel.
Popularity: 3% [?]

September 23rd, 2008 at 6:55 am
Hi sir,
I need to restrict ‘numbers’ in “middle initial” textbox field. i want to allow only characters. How can i restrict it using javascript keypress event?? Please help me as soon as possible.
September 23rd, 2008 at 3:25 pm
I think you’re saying that you only want to allow a number in a textbox field? (Not sure i understand “middle initial” in this context).
with appcelerator, you can use a validator/decorator to restrict to number.
here’s link to doc for it: http://doc.appcelerator.org/reference/forms/index.html
basically, you can use the built-in “number” validator on your text field.