Re: [PHP] Audio CAPTCHA review request

2007-04-05 Thread Robert Cummings
On Thu, 2007-04-05 at 16:52 +0200, Tijnema ! wrote: > On 4/5/07, tedd <[EMAIL PROTECTED]> wrote: > > At 10:25 AM -0400 4/5/07, Robert Cummings wrote: > > > > However, I like my dot captcha (been fixed for IE 5 & IE 6) , see: > > >> > > >&

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Robert Cummings
On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: > first step is: take a paper and pen and start drawing your app structure > in blocks. > once you "finished your app" on the paper start drawing db structure. > > start coding after you have the solution for every situation. You're kidd

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Robert Cummings
On Thu, 2007-04-05 at 21:59 +0200, [EMAIL PROTECTED] wrote: > > On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: > >> first step is: take a paper and pen and start drawing your app structure > >> in blocks. > >> once you "finished your app" on the paper start drawing db structure. > >> >

Re: [PHP] Audio CAPTCHA review request

2007-04-05 Thread Robert Cummings
On Thu, 2007-04-05 at 18:14 -0400, tedd wrote: > Rob: > > Okay, nothing wrong with playing devil's advocate. I open to discussion. > > Note, that some of my blind testers report that there are ways for > them to move a mouse -- but I haven't a clue as to how they do it or > what they "see". >

Re: [PHP] Audio CAPTCHA review request

2007-04-06 Thread Robert Cummings
On Fri, 2007-04-06 at 09:08 -0400, tedd wrote: > At 6:36 PM -0400 4/5/07, Robert Cummings wrote: > >But still, relying on Javascript is a bit flakey IMHO. > > There's nothing wrong with javascript -- you just need to know it's > limitations. *lol* You misunderstood

Re: [PHP] Idea/Suggestion for PHP App

2007-04-06 Thread Robert Cummings
On Fri, 2007-04-06 at 11:41 -0400, tedd wrote: > At 4:23 PM -0400 4/5/07, Robert Cummings wrote: > >I use two things... my brain for the overall idea. A notes.txt file for > >specific remarks that are too complicated to keep up top :) > > > >Cheers, > >Rob.

Re: [PHP] Bug with passing objects by reference and assigning a defeault null?

2007-04-06 Thread Robert Cummings
On Fri, 2007-04-06 at 12:19 -0400, Shu Chow wrote: > Has anyone tried to assign a default value of null for an object passed > by reference in PHP4? > > Let's say I had this code: > >$mObj = new testModel(); >$mObj->msg = "Bubba"; > >testFunc(); > >class testModel { > var

Re: [PHP] Submitting as POST. Why?

2007-04-06 Thread Robert Cummings
On Fri, 2007-04-06 at 20:44 -0400, Mike Shanley wrote: > Chris, > > When you submit via GET, all the info shows up in the URL, so people can > tamper with it however they like. Also, people can bookmark it as well. Quite true. > With POST, everything stays hidden, mostly untamperable, and Bul

Re: [PHP] Submitting as POST. Why?

2007-04-07 Thread Robert Cummings
On Sat, 2007-04-07 at 11:10 +0100, Stut wrote: > > These implied "rules" have existed since HTTP was invented, and when you > think about it they make a lot of sense. They also get emphasized by the > existance of so-called web accelerators that simply pre-fetch URLs on > the page the user is vi

Re: [PHP] Submitting as POST. Why?

2007-04-07 Thread Robert Cummings
On Sat, 2007-04-07 at 13:59 +0100, Stut wrote: > Robert Cummings wrote: > > On Sat, 2007-04-07 at 11:10 +0100, Stut wrote: > >> These implied "rules" have existed since HTTP was invented, and when you > >> think about it they make a lot of sense. They also get

Re: [PHP] Submitting as POST. Why?

2007-04-07 Thread Robert Cummings
On Sat, 2007-04-07 at 10:26 -0400, tedd wrote: > At 9:11 PM -0400 4/6/07, Robert Cummings wrote: > >On Fri, 2007-04-06 at 20:44 -0400, Mike Shanley wrote: > > > With POST, everything stays hidden, mostly untamperable, and > > > >Bullshit. It is VERY easy to tamp

Re: [PHP] Re: PHP4 vs PHP5

2007-04-07 Thread Robert Cummings
On Sat, 2007-04-07 at 21:15 -0300, Yves Arsenault wrote: > Although I rarely post here (mostly lurking)... > > I would think that the mere fact that support for PHP4 ends in 8 months > should be in and of itself a strong argument for the server admins. > > In my current position, I code and am re

Re: [PHP] MD5 & bot Question

2007-04-08 Thread Robert Cummings
On Sun, 2007-04-08 at 04:38 -0700, benifactor wrote: > hmm, why don't you md5 more then once.. > > for example, use a condition that will change with every visitor. like > the third num in $_SERVER['REMOTE_ADDR']; or something of the sort. > then make a loop.. > > say the third num in my ip a

Re: [PHP] MD5 & bot Question

2007-04-08 Thread Robert Cummings
On Sun, 2007-04-08 at 05:41 -0700, benifactor wrote: > indeed. i was just throwing out the idea of ever changing values. Except IP addresses aren't ever changing ;) Cheers, Rob. -- .. | InterJinn Application Framework - http://www.inter

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 08:46 -0400, tedd wrote: > At 1:21 AM -0700 4/9/07, Micky Hulse wrote: > >Maybe use flash for this... harder to crack? (Of course, Flash will > >open door to other problems.) > > > >Sorry, coming in on this late. Good work Tedd! Very interesting. > > > M: > > Tijnema showe

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 09:45 -0400, tedd wrote: > At 8:49 AM -0400 4/9/07, Robert Cummings wrote: > >On Mon, 2007-04-09 at 08:46 -0400, tedd wrote: > >> At 1:21 AM -0700 4/9/07, Micky Hulse wrote: > >> >Maybe use flash for this... harder to crack? (Of course, Flash

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 16:27 +0200, Tijnema ! wrote: > > I think that we can conclude that a non-crackable CAPTCHA doesn't > exist, but also that there doesn't exist a real "hard to crack" > CAPTCHA. All current CAPTCHAs can be broken quite easy. MD5 can help > in some cases, but only if the CAPTCHA

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 16:39 +0200, Tijnema ! wrote: > On 4/9/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-04-09 at 16:27 +0200, Tijnema ! wrote: > > > > > > I think that we can conclude that a non-crackable CAPTCHA doesn't > > >

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 17:28 +0200, Tijnema ! wrote: > On 4/9/07, Stut <[EMAIL PROTECTED]> wrote: > > Tijnema ! wrote: > > > On 4/9/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > >> On Mon, 2007-04-09 at 16:39 +0200, Tijnema ! wrote: > > >>

RE: [PHP] Session Authentication

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 18:57 +0200, Peter Lauri wrote: > > > > Cookies are old, so in the time they were introduced, today it is > > possible to create and modify cookies with some good tools. These > > tools are illegal, but every cracker is 99% illegal right? But that > > means i can't give you

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 12:51 -0400, tedd wrote: > At 9:58 AM -0400 4/9/07, Robert Cummings wrote: > > >Hi Tedd, > > > >Put down the crack pipe please... captcha images are usually generated > >on the fly. Their image repository is 0. Their image universe is all of &

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 22:27 +0200, Tijnema ! wrote: > On 4/9/07, Travis Doherty <[EMAIL PROTECTED]> wrote: > > Robert Cummings wrote: > > > > >On Mon, 2007-04-09 at 12:51 -0400, tedd wrote: > > > > > > > > >>At 9:58 AM -0400 4/9/07

Re: [PHP] MD5 & bot Question

2007-04-09 Thread Robert Cummings
On Mon, 2007-04-09 at 17:14 -0400, tedd wrote: > At 4:39 PM -0400 4/9/07, Robert Cummings wrote: > >On Mon, 2007-04-09 at 22:27 +0200, Tijnema ! wrote: > > > > > This is exactly what tedd did in his last arrow example. He edited the > >> header of the GIF i

Re: [PHP] MD5 & bot Question

2007-04-10 Thread Robert Cummings
On Tue, 2007-04-10 at 08:47 -0400, tedd wrote: > At 8:10 PM -0400 4/9/07, Robert Cummings wrote: > >On Mon, 2007-04-09 at 17:14 -0400, tedd wrote: > >> At 4:39 PM -0400 4/9/07, Robert Cummings wrote: > >> >On Mon, 2007-04-09 at 22:27 +0200, Tijnema ! wrote: >

Re: [PHP] MD5 & bot Question

2007-04-10 Thread Robert Cummings
On Tue, 2007-04-10 at 13:13 -0400, Robert Cummings wrote: > On Tue, 2007-04-10 at 08:47 -0400, tedd wrote: > > > > Rob: > > > > Your use of metaphor is quite colorful, but if you if change a single > > pixel in an image, then you change the MD5 signature -- that

[PHP] PHP Directory List Script Files over 2 GB

2007-04-10 Thread Robert M
Hello everyone My OS information is PHP Version 5.1.6 Apache/2.2.2 (Fedora) Fedora Core 5 Kernel 2.6.20-1.2307.fc5 I am having some trouble with a script that displays files within a directory. the script does not appear to be displaying large files and the date thaty is displayed on these larg

Re: [PHP] mysql if empty

2007-04-10 Thread Robert Cummings
On Tue, 2007-04-10 at 20:48 -0500, Richard Lynch wrote: > No. > > Despite the fact that I replied to your message as it was the "last" > one, and that caused threaded mail readers to place my post directly > under yours as a "reply", my comment was not specifically directed at > your post. > > I

Re: [PHP] PHP textbook suggestions?

2007-04-10 Thread Robert Cummings
On Tue, 2007-04-10 at 21:19 -0500, Richard Lynch wrote: > On Thu, April 5, 2007 3:52 pm, Chris Lott wrote: > > Looking for suggestions for a PHP textbook for an "Intro to Web > > Programming" class that will be using PHP5 and MySQL. This is a > > first-semester course, so no programming experience

RE: [PHP] Retrieving parameters passed from .html...?

2007-04-10 Thread Robert Cummings
On Tue, 2007-04-10 at 20:38 -0700, Anthony J. Maske wrote: > See... the second I sent this I took a sip of red-bull and my brain cleared > up... > > $topicID = $_GET['showtopic']; Almost... Cheers, Rob. -- .. | InterJinn Applicatio

Re: [PHP] PHP editor

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:12 -0400, Jonathan Kahan wrote: > Hi all, > > I beleive this is in the realm of php (I have learned my lesson from last > time). Does anyone have recomendation for any free (I.E. permanently free > not 30 day trial) of a good php editor. The ones i am seeing all only all

Re: [PHP] PHp Install problems on debian linux

2007-04-11 Thread Robert Cummings
Despite the fact this question involves installing PHP5, it's actually a question about installing Debian packages. Maybe you should look into package managers for Debian. Personally I use dselect, and it usually auto selects any dependencies not already installed. PHP though, I install from source

Re: [PHP] PHP editor

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:30 -0500, Philip Thompson wrote: > > Obviously some people think this is NOT "in the realm of php." > Nonetheless, I think it's a relevant question and others have > answered it well. Relevant sure... but the answers are in the frickin' archives several times over. Ch

Re: [PHP] dynamic web interface and size

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 17:44 +0200, Tijnema ! wrote: > On 4/11/07, Richard Lynch <[EMAIL PROTECTED]> wrote: > > > > > > 1000 pixels? > > > > Woof. > > > > Guess my 800x600 box is not in your market... > > 800x600 :| > > Using 1600x1200 here :) > > > I like the idea,. because most sites are made

Re: [PHP] Posting a variable

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 09:59 -0700, [EMAIL PROTECTED] wrote: > 1- your mysql query statement is better to have a WHERE part too. > 2- I would use mysql_fetch_row instead of mysql_fetch_assoc Ummm, why would you want to reduce clarity and maintainability by using mysql_fetch_row()? Cheers, Rob. --

Re: [PHP] Posting a variable

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:53 -0700, [EMAIL PROTECTED] wrote: > Quoting Robert Cummings <[EMAIL PROTECTED]>: > > > On Wed, 2007-04-11 at 09:59 -0700, [EMAIL PROTECTED] wrote: > > > 1- your mysql query statement is better to have a WHERE part too. > > > 2- I

[PHP] Re: PHP Directory List Script Files over 2 GB

2007-04-11 Thread Robert M
Does anyone else have any other ideas how to resolve this, I have tried multiple different methods all failed. Does the 2 GB limitation using filesize have an alternate method of producing the output. ? Thank you Logan for trying. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: PHP Directory List Script Files over 2 GB

2007-04-11 Thread Robert M
Well it looks like I am forced to use a different approach do to the limitations of PHP http://bugs.php.net/bug.php?id=27792 This Bug has been around now for HOW long now. Seems to me that it would have been addressed in the past few years, Gigabyte files have been around a long time. Maybe not

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 17:43 -0400, Arbitrio, Pat wrote: > > Other skills: > > * Dreamweaver *ROFLMFAO* Cheers, Rob. -- .. | InterJinn Application Framework - http://www.interjinn.com | :

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 18:53 -0400, Robert Cummings wrote: > On Wed, 2007-04-11 at 17:43 -0400, Arbitrio, Pat wrote: > > > > Other skills: > > > > * Dreamweaver > > *ROFLMFAO* Still *ROFLMFAO* Cheers, Rob. -- .

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 18:03 -0500, Jay Blanchard wrote: > [snip] > Robert Cummings wrote: > > On Wed, 2007-04-11 at 18:53 -0400, Robert Cummings wrote: > >> On Wed, 2007-04-11 at 17:43 -0400, Arbitrio, Pat wrote: > >>> Other skills: > >>> > &

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 20:59 -0400, Jarrel Cobb wrote: > There is a code view in Dreamweaver. The split view is useful for > making handcoded changes to HTML in the top code view and seeing the > immediate result in the bottom design view. You dont have to use the > WYSIWYG features. I see chan

Re: [PHP] Posting a variable

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 20:12 -0500, Richard Lynch wrote: > On Wed, April 11, 2007 12:53 pm, [EMAIL PROTECTED] wrote: > > Quoting Robert Cummings <[EMAIL PROTECTED]>: > > > >> On Wed, 2007-04-11 at 09:59 -0700, [EMAIL PROTECTED] wrote: > >> > 1- your mysql

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 21:14 -0400, Jarrel Cobb wrote: > You have to save the HTML file to see the changes with a browser refresh. > You can use the design view to make sure you are atleast in the ballpark > before saving and using the IE/Firefox preview. I know most people go with > CSS layout now

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-11 Thread Robert Cummings
On Thu, 2007-04-12 at 03:24 +0200, Jochem Maas wrote: > Robert Cummings wrote: > > On Wed, 2007-04-11 at 21:14 -0400, Jarrel Cobb wrote: > >> You have to save the HTML file to see the changes with a browser refresh. > >> You can use the design view to make sure you

Re: [PHP] Posting a variable

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 21:30 -0500, Richard Lynch wrote: > On Wed, April 11, 2007 8:17 pm, Robert Cummings wrote: > > I'd rather lose track of $row['foozie'] than $row[1]. Either way, if > > your code is structured well, the row data should be in close > > pr

Re: [PHP] Posting a variable

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 22:10 -0500, Richard Lynch wrote: > On Wed, April 11, 2007 9:58 pm, Robert Cummings wrote: > > I see it as two different things being matched up in a clear > unequivocal manner, to make self-documenting code. I'm all for self-documenting code, that's w

Re: [PHP] PHP textbook suggestions?

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 22:47 -0500, Richard Lynch wrote: > On Tue, April 10, 2007 9:40 pm, Robert Cummings wrote: > >> echo "The cost is ", $cost; > > > > -1 Improper use of double quotes when nothing interpolated. > > Yeah, I used to believe in that Urban

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-12 Thread Robert Cummings
On Thu, 2007-04-12 at 10:09 -0400, Arbitrio, Pat wrote: > Thanks for the insight Tedd. It's good to get real feedback (unlike > some of these guys busting my stones here - lol). Someone with big stones wouldn't complain! Maybe you need thicker skin ;) (scrotum pun intended) Cheers, Rob. > I

Re: [PHP] free allocated memory: HOW ?

2007-04-12 Thread Robert Cummings
On Thu, 2007-04-12 at 17:59 +0200, Arthur Erdös wrote: > > > > are you experiencing severe load on the server whilst the script is running? > > and/or is the script actually very, very slow? > > well, the script is not very, very slow... it takes ~3-4 seconds to > generate each newsletter (includi

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-12 Thread Robert Cummings
On Thu, 2007-04-12 at 14:11 -0400, Jarrel Cobb wrote: > First, CSS layout is relatively new thing. Its been possible for a while > but bad browser support for CSS made it difficult. Microsoft is the bane of any standard. Even with IE7 they still haven't opened up many of the important CSS feature

Re: [PHP] WYSIWYG vs. the 'power-user'

2007-04-12 Thread Robert Cummings
On Thu, 2007-04-12 at 16:07 -0500, Edward Vermillion wrote: > On Apr 12, 2007, at 2:46 PM, Paul Novitski wrote: > > Can't remember the last time I had to update the machine code because > PHP wouldn't run properly... ;) *PFFT* Newbie! ;) Cheers, Rob. -- .--

Re: [PHP] Re: PHP Directory List Script Files over 2 GB

2007-04-12 Thread Robert M
I made a few changes to the script using system calls and changed the datatype to be a string on the sprintf portion of the script I doubt it is the most intelligent method of resolving the issue, but it got the job done. I do not run this on an Internet site, just a local intranet website that I

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Robert Cummings
hou CSS up your ass" :) Trust me, I am at least as versed as you in CSS and choose to use tables. Cheers, Rob. On Thu, 2007-04-12 at 20:02 -0400, tedd wrote: > At 6:31 PM -0500 4/12/07, Richard Lynch wrote: > >On Thu, April 12, 2007 1:34 pm, Robert Cummings wrote: > >>

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Robert Cummings
On Fri, 2007-04-13 at 10:30 -0400, tedd wrote: > At 8:39 PM -0400 4/12/07, Jarrel Cobb wrote: > > If you're striving to be the best front end developer you can be > >then yes, by all means, use pure CSS for layout and never use tools > >like DW but thats not everyone's goal. > > Fair enough. >

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Robert Cummings
On Fri, 2007-04-13 at 16:37 +0200, Tim wrote: > > > -Message d'origine- > > De : Jochem Maas [mailto:[EMAIL PROTECTED] > > Envoyé : vendredi 13 avril 2007 16:32 > > À : Tim > > Cc : 'Jarrel Cobb'; 'Robert Cummings'; 'tedd&#

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Robert Cummings
On Fri, 2007-04-13 at 10:16 -0400, tedd wrote: > At 3:17 AM -0400 4/13/07, Robert Cummings wrote: > >Dear Tedd, > > > >Please put me down for one pint of asshole, because while you sit on > >that glass pedestal of CSS superiority I can't help but notice how &g

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Robert Cummings
On Fri, 2007-04-13 at 09:24 -0400, Jarrel Cobb wrote: > Nice observation. It was a timely cheapshot :) Cheers, Rob. -- .. | InterJinn Application Framework - http://www.interjinn.com | :

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Robert Cummings
On Fri, 2007-04-13 at 16:05 +0200, Tim wrote: > CSS is young, it will mature in time, meanwhile to each his own layout > manner. > > I see what you are saying Rob, (yes the BUT) BUT table are "orginally" for > formatting data in a litteral manner and css is for "layout". I'm sure by "formatting"

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 10:35 -0400, tedd wrote: > At 9:07 PM -0400 4/13/07, Robert Cummings wrote: > >I noticed your site isn't a pixel perfect layout. Probably why you > >haven't had to tear at your face very hard with CSS :) That whole > >box-model issue becomes a g

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 10:14 -0500, Edward Vermillion wrote: > On Apr 13, 2007, at 8:07 PM, Robert Cummings wrote: > [snip] > > > > > I noticed your site isn't a pixel perfect layout. Probably why you > > haven't had to tear at your face very hard with CSS :) T

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 11:28 -0500, Edward Vermillion wrote: > > I think there's a fundamental difference between a web application > and a web page. (That's another one of those areas where folks expect > what they shouldn't. Like a web application must adhere to the web > paradigm and ensure

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 13:57 -0400, tedd wrote: > At 11:12 AM -0400 4/14/07, Robert Cummings wrote: > > > At 9:07 PM -0400 4/13/07, Robert Cummings wrote: > > >I noticed your site isn't a pixel perfect layout. > > >Who said pixel perfect image? > >

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 14:16 -0400, tedd wrote: > At 11:37 AM -0400 4/14/07, Robert Cummings wrote: > >Sure, but designers head the beck and call of paying customers. Just > >like we coders do. Sometime you just can't win the argument with a > >suit :) > &g

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 14:19 -0400, tedd wrote: > At 12:37 PM -0400 4/14/07, Robert Cummings wrote: > >but truth be told, the web is still > >evolving into what visionaries see for its potential. > > Agreed, but some are reluctant to listen to visionaries. :-) Not all vision

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-14 Thread Robert Cummings
On Sat, 2007-04-14 at 14:58 -0400, tedd wrote: > At 2:25 PM -0400 4/14/07, Robert Cummings wrote: > >A stretchy website stretches it's content area to accomodate the width > >of the browser. I'm quite sure you knew this, either that, or you're not > >reading eno

Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-15 Thread Robert Cummings
On Sun, 2007-04-15 at 08:23 -0400, tedd wrote: > At 3:27 PM -0400 4/14/07, Robert Cummings wrote: > > > > > >Statistics are easy to find: > > > > > > > > http://www.frontpagewebmaster.com/m-281187/tm.htm#281187 > > > > > >

Re: [PHP] Appending into associative arrays

2007-04-15 Thread Robert Cummings
On Sun, 2007-04-15 at 20:36 +0100, Alister Bulman wrote: > On 15/04/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: > > 2007. 04. 15, vasárnap keltezéssel 21.20-kor Otto Wyss ezt írta: > > > I want to sort directories according there modification time and thought > > > accociative arrays would be perf

Re: [PHP] Json.php

2007-04-16 Thread Robert Cummings
On Mon, 2007-04-16 at 10:49 -0400, tedd wrote: > At 8:41 AM -0500 4/16/07, Philip Thompson wrote: > >On Apr 16, 2007, at 4:40 AM, Jochem Maas wrote: > > > >>Otto Wyss wrote: > >>>Tijnema ! wrote: > > *ROFLMFAO*...Did you actually try google for json.php? > Second result: > http://m

Re: [PHP] isset

2007-04-16 Thread Robert Cummings
On Mon, 2007-04-16 at 09:27 -0700, Jim Lucas wrote: > Stut wrote: > > Jim Lucas wrote: > >> Richard Kurth wrote: > >>> What do you do when isset does not work? If I send data in a > >>> $_REQUEST['var'] like if (isset($_REQUEST['var'])) { > >>> } > >>> Put var has no data it still says it is set. B

Re: [PHP] isset

2007-04-16 Thread Robert Cummings
On Mon, 2007-04-16 at 18:16 +0100, Stut wrote: > Jim Lucas wrote: > > Stut wrote: > >> tedd wrote: > >>> At 4:08 PM +0100 4/16/07, Stut wrote: > Jim Lucas wrote: > > Richard Kurth wrote: > >> What do you do when isset does not work? If I send data in a > >> $_REQUEST['var'] like if

Re: [PHP] isset

2007-04-16 Thread Robert Cummings
On Mon, 2007-04-16 at 13:16 -0500, Edward Vermillion wrote: > On Apr 16, 2007, at 12:30 PM, Robert Cummings wrote: > > [snip] > > > > > > > Bleh, my mistake... I'm so adverse to empty() I forgot it doesn't > > generate notices. > > String

Re: [PHP] isset

2007-04-16 Thread Robert Cummings
On Mon, 2007-04-16 at 19:05 -0500, Richard Lynch wrote: > On Mon, April 16, 2007 6:10 pm, Jochem Maas wrote: > > if I know it's an array I'll definitely use empty() over count() > > count() needs to actually count the items where as empty() can return > > false > > as soon as it finds a singel

Re: [PHP] isset

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 13:14 +0100, Stut wrote: > Tim wrote: > > > >>> The count is maintained internally as items are > >> added/removed, and it > >>> is an O(1) operation for PHP to "count" the array, as it > >> already knows > >>> the answer and just returns it. > > > > > > Hi nothing to d

RE: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 14:45 -0500, Jay Blanchard wrote: > [snip] > >From the CSS discussion of the WWE job posting thread. > > There is one question that shows that a table based layout in 99% of > cases is superior to a CSS layout. > > Try resizing most any CSS based page. > > Tables are 99% of

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 18:53 -0500, Larry Garfield wrote: > On Tuesday 17 April 2007 3:40 pm, Robert Cummings wrote: > > > > BTW, any web developer worth his or her salt with a reasonable amount of > > > practice can make CSS layouts that resize as well as table based layou

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote: > On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2007-04-17 at 18:53 -0500, Larry Garfield wrote: > > > On Tuesday 17 April 2007 3:40 pm, Robert Cummings wrote: > > > > > >

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 21:21 -0500, Larry Garfield wrote: > On Tuesday 17 April 2007 8:14 pm, Robert Cummings wrote: > > On Tue, 2007-04-17 at 18:53 -0500, Larry Garfield wrote: > > > On Tuesday 17 April 2007 3:40 pm, Robert Cummings wrote: > > > > > BTW, any we

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 22:03 -0500, Anna V wrote: > > > On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote: > > On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > &g

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 22:04 -0500, Larry Garfield wrote: > On Tuesday 17 April 2007 9:54 pm, Robert Cummings wrote: > > > > You say "Using tables for layout *is* a hack". Unfortunately for you > > tables were intended for laying out tabular data. Thank you, thank

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Robert Cummings
On Tue, 2007-04-17 at 22:20 -0500, Anna V wrote: > On 4/17/07, Paul Novitski <[EMAIL PROTECTED]> wrote: > > > > At 4/17/2007 07:53 PM, Robert Cummings wrote: > > >On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote: > > > > I've never never

Re: [PHP] Re: Best way to test for form submission?

2009-08-29 Thread Robert Cummings
Warren Vail wrote: To test a form I usually send the form contents to a php file that contains the following; foreach($_POST as $nm => $val) echo "_POST[".$nm."] [".$val."]"; foreach($_GET as $nm => $val) echo "_GET[".$nm."] [".$val."]"; Checkboxes and radio buttons only send their value if the

Re: [PHP] I'm not crazy I swear it... IE vs Safari and Firefox - The impossible!

2009-08-31 Thread Robert Cummings
Matt Neimeyer wrote: No answers - just more questions to maybe point you in a direction you haven't been Anything is appreciated... Is it possible that the query/script is taking too long to build the response page and FireFox/Safari is asking for an empty query result? I don't

Re: [PHP] Array references - how to unset() ?

2009-09-02 Thread Robert Cummings
Martin Zvarík wrote: $ARR = array( 'a' => array('b' => 'blah') ); function set($key) { global $ARR; foreach ($key as $i => $k) { if ($i == 0) { $sourcevar =& $ARR[$k]; } else { $sourcevar =& $sourcevar[$k]; }

Re: [PHP] Array references - how to unset() ?

2009-09-02 Thread Robert Cummings
Martin Zvarík wrote: Robert Cummings napsal(a): Martin Zvarík wrote: $ARR = array( 'a' => array('b' => 'blah') ); function set($key) { global $ARR; foreach ($key as $i => $k) { if ($i == 0) { $so

Re: [PHP] Array references - how to unset() ?

2009-09-03 Thread Robert Cummings
hack988 hack988 wrote: Reference vars in php would not be unset if it reference by another var,so you must keep original var had'nt being reference. You can't reference a reference in PHP. If you take the reference of a variable that is itself a reference then you are taking a reference to th

Re: [PHP] Searching on AlphaNumeric Content Only

2009-09-04 Thread Robert Cummings
Eddie Drapkin wrote: On Fri, Sep 4, 2009 at 12:02 PM, Lupus Michaelis wrote: Ashley Sheridan a écrit : You'll have far greater performance issues if you retrieve all those records and attempt to do the same thing inside of PHP... It's why I speak about « avoiding » and not « bannishing ». Li

Re: [PHP] Searching on AlphaNumeric Content Only

2009-09-04 Thread Robert Cummings
Paul M Foster wrote: On Fri, Sep 04, 2009 at 04:22:18PM -0400, Eddie Drapkin wrote: On Fri, Sep 4, 2009 at 12:02 PM, Lupus Michaelis wrote: if you're on shared hosting (but then again I am of the opinion that those who choose to run with shared hosting dig their own graves in more ways than

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Robert Cummings
Ben Dunlap wrote: So I'm trying to set up a small website that includes a store ( www.rareintaglio.com), i have all of my HTML hammed out and now I'm working on creating an admin login for the sites owner to input data from a back I would really strongly advise against building your own authe

Re: [PHP] moving to quad core

2009-09-15 Thread Robert Cummings
Andres Gonzalez wrote: I have an application developed that uses alot of PHP. Currently, it is running on a Ubuntu 8.04 , single core CPU host. We are moving to a quad core host for this application. Is there anything special that I need to do to configure PHP to run on a quad core host? I n

Re: [PHP] php/mysql Query Question.

2009-09-15 Thread Robert Cummings
ad...@buskirkgraphics.com wrote: Before most of you go on a rampage of how to please read below... As most of you already know when using MySQL from the shell you can write your queries in html format in an out file. Example: shell>mysql -uyourmom -plovesme --html This now will return all

Re: [PHP] php/mysql Query Question.

2009-09-15 Thread Robert Cummings
ad...@buskirkgraphics.com wrote: Would you mind giving me an example of this that i can stick right into a blank php file and run. I get what you are saying but i cant seem to make that even echo out the data. php 5.2 mysql 5.1.3 Apache 2.2 Cheers, Rob. -- http://www.interjinn.com Applica

Re: [PHP] php/mysql Query Question.

2009-09-16 Thread Robert Cummings
ad...@buskirkgraphics.com wrote: I tend to do this robert, while looking at your example i thought to myself since i am trying to mimick a shell command why not run one. Result: $ddvery"; ?> Not are the results safe but the unlimited possibilites are amazing. Thanks so much for

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Robert Cummings
Andrea Giammarchi wrote: At that point I would consider IE6 "broke". Hahah... it was broken at the starting gate... probably by design. Every standard conformance test can tell you since years that IE6 is broken. At that point, you'll be exactly in the same situation, if your customers do

Re: [PHP] Touch screen programming help

2009-09-21 Thread Robert Cummings
Tommy Pham wrote: Original Message From: Manish - dz - PHP To: php-general@lists.php.net Sent: Monday, September 21, 2009 5:32:59 AM Subject: [PHP] Touch screen programming help Hi Is it possible to do touch screen programming in PHP ? If it is then, how ? Please specify

Re: [PHP] using a USB device (flash) in the Virtualbox

2009-09-22 Thread Robert Cummings
Ashley Sheridan wrote: On Mon, 2009-09-21 at 22:50 -0700, chamba kasonde wrote: Hi! I am a new user of this feature and tool and would like to transfer data and info to and from Windows Xp in the Virtualbox running on a Linux Ubuntu platform. My first version of Virtualbox was 2._ _ _ which

Re: [PHP] Basic of Basics

2009-09-22 Thread Robert Cummings
Todd Dunning wrote: Just put yourself in these shoes: 1. It's before you learned SQL. 2. You can declare variables and call includes and that's about it. 3. Your site looks great, the includes are ready. The variables are already in the includes. 4. You have a delimited file, 15K rows, 30 colu

Re: [PHP] Basic of Basics

2009-09-22 Thread Robert Cummings
Todd Dunning wrote: Rob it's LAMP php5. Godaddy virtual dedicated. I'm considering if I should just bite the bullet and attempt to build my first SQL db tonight, because there's plenty of info about doing the basics via sql. I have phpMyAdmin and cPanel. It's a classic noob issue of whether

Re: [PHP] Re: NULLS vs Empty result in PHP

2009-09-23 Thread Robert Cummings
Ralph Deffke wrote: using empty() is ´the right way to check a var for NULL or "" Empty will also match a string containing 0. And, to me, that doesn't at all seem empty :) Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (htt

Re: [PHP] Web Site Directory Layout

2009-09-25 Thread Robert Cummings
Caner Bulut wrote: Hi All, Is there a stable or standart directory layout for PHP project (like web sites)?. Example; index.php img/ css/ js/ lib/ doc/ tools/ Thanks. There's no standard. My advice is to use easily identifiable names. The above are quite obbvious. My own preference thoug

Re: [Fwd: Re: [PHP] Re: How to take output from an include, and embed it into a variable?]

2009-09-25 Thread Robert Cummings
Carl Furst wrote: You mean like this ? $file string = file_get_contents(urlencode($file_path)); $result = eval($file_string); ?> Well I see a few problems with this. One is that scope is not lexical. In other words if $foo exist

<    13   14   15   16   17   18   19   20   21   22   >