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 d

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 t

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 Mai

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] 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 >>

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] 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: http://www.php.net/unsub.

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! > > Howev

[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 arou

[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.

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

[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 c

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 > > Agr

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) || !array_key

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

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 upd

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 a

[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 h

Re: [PHP] Login

2008-10-09 Thread Frank Stanovcak
"Wolf" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> 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 gui

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. That'

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 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,

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

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

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 neve

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] 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 Gener

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

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 befo

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