Re: [nyphp-talk] unbelievable

2007-01-31 Thread Paul Houle
edward potter wrote: Java seems to have a number of fits and starts over the last 10 years, but hanging on. Python can of course be used for all things web based, and can also create full blown applications too. (bittorrent for one), I'm still just a beginner. Java is my language of choice f

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
Thanks Tedd and Dan. This code and the archives link helped me understand what I needed to do. I'm off and running and everything is working great. Much appreciated!! -Aaron On Jan 31, 2007, at 12:24 PM, tedd wrote: At 9:37 AM -0500 1/31/07, Aaron Fischer wrote: I'm under severe tim

Re: [nyphp-talk] [OT] "Appropriate use of list" - link broken

2007-01-31 Thread Ben Sgro (ProjectSkyline)
Welcome to the list ... I'm also a freelancer, ... best of luck with the project! - Ben - Original Message - From: "Aaron Fischer" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Wednesday, January 31, 2007 4:52 PM Subject: Re: [nyphp-talk] [OT] "Appropriate use of list" - link broken T

Re: [nyphp-talk] [OT] "Appropriate use of list" - link broken

2007-01-31 Thread Aaron Fischer
Thanks for the thoughtful intro Rob, welcome to the list. -Aaron On Jan 31, 2007, at 4:47 PM, Rob Wilkens wrote: Hi . I'm new here (though I recognize one or two familiar names from another list i'm on - LIPHP) -- A little about me as long as i'm writing (relating to PHP): I learned PHP be

[nyphp-talk] [OT] "Appropriate use of list" - link broken

2007-01-31 Thread Rob Wilkens
Hi . I'm new here (though I recognize one or two familiar names from another list i'm on - LIPHP) -- When I subscribed to the list, there was a link to the Charter/Appropriate Use Policy for the list, but the link was broken. I thought someone who manages the list server might want to know. Fro

[nyphp-talk] Apache Headers and PHP

2007-01-31 Thread Joseph Crawford
Guys, Is there an alternative to apache_request_headers(). I need to get the Authorization and X-WSSE headers and they are not in any of the global variables. I believe my host has disabled this function for some reason. Thanks, -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions

Re: [nyphp-talk] Safest and best way to get the referer

2007-01-31 Thread inforequest
Rolan Yang rolan-at-omnistep.com |nyphp dev/internal group use| wrote: Relying on the integrity of HTTP_REFERER is simply a bad idea. End user tools such as the RefControl plugin for Firefox make it easy for anyone to spoof the referer. I am aware of a handful of news subscription websites (w

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread tedd
At 9:37 AM -0500 1/31/07, Aaron Fischer wrote: I'm working with GD for the first time and need to receive uploaded images (that part is done), determine if they are vertical or horizontal orientation and then resize them appropriately given a max length or width. I'm listening to Jeff's GD pr

Re: [nyphp-talk] Safest and best way to get the referer

2007-01-31 Thread Rolan Yang
Relying on the integrity of HTTP_REFERER is simply a bad idea. End user tools such as the RefControl plugin for Firefox make it easy for anyone to spoof the referer. I am aware of a handful of news subscription websites (which shall not be listed here) that restrict their content to paying cus

Re: [nyphp-talk] Safest and best way to get the referer

2007-01-31 Thread Joseph Crawford
Thanks guys, I figured as much ;) Currently i have it so that every site has a site key, when they pass that into the spy.php it will get the stored domain from the db and return results only for that domain. I was trying to take it a step furthur and make sure the request was coming from the s

Re: [nyphp-talk] Safest and best way to get the referer

2007-01-31 Thread csnyder
On 1/31/07, P Yurt <[EMAIL PROTECTED]> wrote: What is spy.php? The script in question, according to the original post. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http:/

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
I think the stress of my scary supervisor is clouding my thinking. =) Thanks Dan. -Aaron On Jan 31, 2007, at 10:28 AM, Dan Cech wrote: Aaron Fischer wrote: What I meant to say is that I've been searching the archives but haven't had success in finding the scripts that were posted a whil

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Dan Cech
Aaron Fischer wrote: > What I meant to say is that I've been searching the archives but haven't > had success in finding the scripts that were posted a while ago. Guess you didn't try that hard ;) Try this to get you started: http://lists.nyphp.org/pipermail/talk/2007-January/020795.html Dan >

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
What I meant to say is that I've been searching the archives but haven't had success in finding the scripts that were posted a while ago. On Jan 31, 2007, at 9:37 AM, Aaron Fischer wrote: I'm working with GD for the first time and need to receive uploaded images (that part is done), determin

[nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
I'm working with GD for the first time and need to receive uploaded images (that part is done), determine if they are vertical or horizontal orientation and then resize them appropriately given a max length or width. I'm listening to Jeff's GD presentation now and searching the archives.

Re: [nyphp-talk] PHP addition and leading zeros

2007-01-31 Thread Aaron Fischer
sprintf() did the trick nicely, thanks Ken. -Aaron On Jan 30, 2007, at 11:32 PM, Ken Robinson wrote: At 11:23 PM 1/30/2007, Aaron Fischer wrote: I am retrieving a four digit value from a mysql db. It is an unsigned zerofill field so there are leading zeros. I add 0001 to the value. However

RE: [nyphp-talk] Safest and best way to get the referer

2007-01-31 Thread P Yurt
What is spy.php? Explore the Evolving Web www.2.0websites.com Paul Yurt, Publisher paul(@)2.0websites.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of csnyder Sent: Wednesday, January 31, 2007 6:20 AM To: NYPHP Talk Subject: Re: [nyphp-talk]

Re: [nyphp-talk] Safest and best way to get the referer

2007-01-31 Thread csnyder
On 1/29/07, Joseph Crawford <[EMAIL PROTECTED]> wrote: Guys, I know that HTTP_REFERER is not always accurate or even set. There are also ways for people to fake that value. I tend not to rely on that much however what i need to do is this. We have a file called spy.php that will return data t

Re: [nyphp-talk] unbelievable

2007-01-31 Thread Kenneth Downs
csnyder wrote: On 1/30/07, michael <[EMAIL PROTECTED]> wrote: Salary: $7.00 to $10.00 per hour Forget Python, go take acting lessons. At least then you could get a job as a waiter and earn tips. LOL! ___ New York PHP Community Talk Mai

Re: [nyphp-talk] unbelievable

2007-01-31 Thread csnyder
On 1/30/07, michael <[EMAIL PROTECTED]> wrote: Salary: $7.00 to $10.00 per hour Forget Python, go take acting lessons. At least then you could get a job as a waiter and earn tips. ___ New York PHP Community Talk Mailing List http://lists.ny

Re: [nyphp-talk] unbelievable

2007-01-31 Thread Kenneth Downs
Timothy Boyden wrote: Yeah this is exactly what I was talking about a couple months back when there was a discussion on the going rate for PHP programmers. I mean obviously they're not looking for an experienced PHP programmer (at least they shouldn't be at that rate, especially in New York City

Re: [nyphp-talk] unbelievable

2007-01-31 Thread Anthony Papillion
>http://newyork.craigslist.org/mnh/sad/270790501.html > >Candidates must have strong knowledge of Perl, PHP, HTML, XML, >JavaScript, CGI, Apache, MySQL, using standard, team-based web >development practices. > >Salary: $7.00 to $10.00 per hour Wow! I'm all the way out in the boonies of Oklahoma a