php-general Digest 9 Oct 2008 11:01:00 -0000 Issue 5726

2008-10-09 Thread php-general-digest-help
php-general Digest 9 Oct 2008 11:01:00 - Issue 5726 Topics (messages 281628 through 281634): Re: Flow chart tool 281628 by: Ashley Sheridan 281629 by: Haig Dedeyan 281630 by: Ashley Sheridan 281632 by: Aschwin Wesselius Re: UTF-8 errors in RSS feed

Re: [PHP] Flow chart tool

2008-10-09 Thread Aschwin Wesselius
Ashley Sheridan wrote: For complete system agnosticism, I'd create the flowchart as a series of graphics, and then put those together in a page? I'm not sure on what the best route is for blind users, so I'm hoping someone else in the group can lend a hand on this one? I would combining the

Re: [PHP] sms interfaces?

2008-10-09 Thread clive
Rene Veerman wrote: hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. u earn extra points if it can send to dutch phones / any phone in the world ;) I have used these guys successfully

Re: [PHP] sms interfaces?

2008-10-09 Thread Richard Heyes
hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. I looked into TXTLocal once. I actually didn't end up using them, but it might be worth a gleg. http://www.txtlocal.co.uk/ u earn extra

Re: [PHP] Login

2008-10-09 Thread Eric Butera
On Thu, Oct 9, 2008 at 8:35 AM, Nathan Rixham [EMAIL PROTECTED] wrote: Jason Pruim wrote: On Oct 8, 2008, at 5:48 PM, Stut wrote: On 8 Oct 2008, at 22:32, Ashley Sheridan wrote: On Wed, 2008-10-08 at 22:15 +0100, Stut wrote: Obviously, I'm a programmer, so I probably don't fall into the

Re: [PHP] Login

2008-10-09 Thread Nathan Rixham
Jason Pruim wrote: On Oct 8, 2008, at 5:48 PM, Stut wrote: On 8 Oct 2008, at 22:32, Ashley Sheridan wrote: On Wed, 2008-10-08 at 22:15 +0100, Stut wrote: Obviously, I'm a programmer, so I probably don't fall into the 'normal' category for advertising ;) You may think that but I've

Re: [PHP] sms interfaces?

2008-10-09 Thread Per Jessen
Rene Veerman wrote: hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. Swisscom can be called using sms_client. We've been using for 3, maybe 4 years. /Per Jessen, Zürich -- PHP General

Re[2]: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread ANR Daemon
Greetings, Ashley Sheridan. In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, If you're using it to deal with possible empty input data, you'd better do it explicitly enstead. Something like this: if(!array_key_exists('from_year', $_POST) ||

RE: [PHP] Login [0T]

2008-10-09 Thread Boyd, Todd M.
-Original Message- From: Ashley Sheridan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 4:05 PM To: Stut Cc: Wolf; Richard Heyes; php-general@lists.php.net; Bernhard Kohl Subject: Re: [PHP] Login On Wed, 2008-10-08 at 21:45 +0100, Stut wrote: On 8 Oct 2008, at

RE: [PHP] Login

2008-10-09 Thread Boyd, Todd M.
-Original Message- From: Jason Pruim [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 6:01 AM To: Stut Cc: [EMAIL PROTECTED]; PHP LIST Subject: Re: [PHP] Login As someone who works in the advertising and marketing field, I can say I have never seen stats that say

Re: [PHP] Login [0T]

2008-10-09 Thread Luke
YUI components have had a tendency to: - Not work - Only work in certain browsers - Have sketchy troubleshooting and implementation documentation - Take forever to load - Only load sometimes As well as having to edit the source code to get it to do what you want quite a lot.

Re: [PHP] Login

2008-10-09 Thread Frank Stanovcak
Wolf [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] !-- SNIP -- Redirects make sense IMO. IIRC the Yahoo guidelines say not to redirect after a form POST, but unless you have a ka-jillion page views a second (or, a lot), then I don't think it's a concern. Wait, Yahell has

Re: [PHP] Login

2008-10-09 Thread Jason Pruim
On Oct 8, 2008, at 5:48 PM, Stut wrote: On 8 Oct 2008, at 22:32, Ashley Sheridan wrote: On Wed, 2008-10-08 at 22:15 +0100, Stut wrote: Obviously, I'm a programmer, so I probably don't fall into the 'normal' category for advertising ;) You may think that but I've never come across any

[PHP] Project Tracking / Charting Tool OT

2008-10-09 Thread Jay Blanchard
Does anyone here know of a project tracking tool that will allow me to import multiple project files into one project tracking too w/Gantt charts, resources, etc. ? An added bonus would be true collaboration where updates to a single project are reflected in the larger project tracking entity. I

Re: [PHP] Project Tracking / Charting Tool OT

2008-10-09 Thread Wolf
Jay Blanchard [EMAIL PROTECTED] wrote: Does anyone here know of a project tracking tool that will allow me to import multiple project files into one project tracking too w/Gantt charts, resources, etc. ? An added bonus would be true collaboration where updates to a single project are

Re: [PHP] Project Tracking / Charting Tool OT

2008-10-09 Thread Daniel Brown
On Thu, Oct 9, 2008 at 11:16 AM, Jay Blanchard [EMAIL PROTECTED] wrote: Does anyone here know of a project tracking tool that will allow me to import multiple project files into one project tracking too w/Gantt charts, resources, etc. ? An added bonus would be true collaboration where updates

Re: [PHP] sms interfaces?

2008-10-09 Thread Tom Chubb
2008/10/8 Stut [EMAIL PROTECTED]: On 8 Oct 2008, at 20:33, Rene Veerman wrote: hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. u earn extra points if it can send to dutch phones / any

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread Maciek Sokolewicz
ANR Daemon wrote: Greetings, Ashley Sheridan. In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, If you're using it to deal with possible empty input data, you'd better do it explicitly enstead. Something like this: if(!array_key_exists('from_year', $_POST) ||

Re: [PHP] Login

2008-10-09 Thread Tom Chubb
I'd like to take this back to the heart of this message and state that redirecting malicious usage to ratemypoo seems like a perfectly delightful means of security. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Agreed, funniest

[PHP] Yeah I'm sortof a noob

2008-10-09 Thread Frank Stanovcak
I'm trying to follow the three precepts of accepting user entries... 1. never trust it. 2. never trust it. 3. never trust it ever! I have one entry that may equal 0 on submission, and if it does is tripping a bool false result, so I came up with this work around. However when I put this in my

Re: [PHP] Login

2008-10-09 Thread Richard Heyes
I'd like to take this back to the heart of this message and state that redirecting malicious usage to ratemypoo seems like a perfectly delightful means of security. Agreed, funniest thing I've heard all week! However if you're wrong, you would have redirected a valid user to ratemypoo.com...

[PHP] Re: Yeah I'm sortof a noob

2008-10-09 Thread Frank Stanovcak
Please disregard It was a code fragment elsewhere that got put in when I went to save. Thank you for looking though! Frank Savant at Large Frank Stanovcak [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm trying to follow the three precepts of accepting user entries... 1. never

[PHP] Re: Yeah I'm sortof a noob

2008-10-09 Thread Shawn McKenzie
Frank Stanovcak wrote: I'm trying to follow the three precepts of accepting user entries... 1. never trust it. 2. never trust it. 3. never trust it ever! I have one entry that may equal 0 on submission, and if it does is tripping a bool false result, so I came up with this work around.

Re: [PHP] Login

2008-10-09 Thread Ashley Sheridan
On Thu, 2008-10-09 at 19:02 +0100, Richard Heyes wrote: I'd like to take this back to the heart of this message and state that redirecting malicious usage to ratemypoo seems like a perfectly delightful means of security. Agreed, funniest thing I've heard all week! However if you're

Re: [PHP] Login

2008-10-09 Thread Richard Heyes
Unless that was the business you were in ;) True enough, but what kind of business would that be...? :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Login

2008-10-09 Thread Shawn McKenzie
Richard Heyes wrote: Unless that was the business you were in ;) True enough, but what kind of business would that be...? :-) Rating poo, of course... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread Andrew Ballard
On Thu, Oct 9, 2008 at 12:25 PM, Maciek Sokolewicz [EMAIL PROTECTED] wrote: ANR Daemon wrote: Greetings, Ashley Sheridan. In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, If you're using it to deal with possible empty input data, you'd better do it explicitly enstead.

Re: [PHP] Re[2]: The 'at' sign (@) variable prefix

2008-10-09 Thread Jim Lucas
Maciek Sokolewicz wrote: ANR Daemon wrote: Greetings, Ashley Sheridan. In reply to Your message dated Wednesday, October 8, 2008, 23:08:37, If you're using it to deal with possible empty input data, you'd better do it explicitly enstead. Something like this:

Re: [PHP] Login

2008-10-09 Thread Wolf
Shawn McKenzie [EMAIL PROTECTED] wrote: Richard Heyes wrote: Unless that was the business you were in ;) True enough, but what kind of business would that be...? :-) Rating poo, of course... It's a crappy job, but someone's got to do it... ;) -- PHP General Mailing List

Re: [PHP] Plotting Tool

2008-10-09 Thread Philip Thompson
On Oct 8, 2008, at 4:13 PM, Daniel Brown wrote: On Wed, Oct 8, 2008 at 5:09 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: I really meant standards when I said basics. IMHO, standards are the [snip!] None of the list-newbies get smiley-less jokes here anymore. What is this world coming

Re: [PHP] Plotting Tool

2008-10-09 Thread Daniel Brown
On Thu, Oct 9, 2008 at 3:39 PM, Philip Thompson [EMAIL PROTECTED] wrote: On Oct 8, 2008, at 4:13 PM, Daniel Brown wrote: None of the list-newbies get smiley-less jokes here anymore. What is this world coming to?!? Don't worry, Dan. I knew you were joking!! =D Yeah, Ashley did, too,