Re: [nyphp-talk] Books & magazines

2007-09-08 Thread Joseph Crawford
i had php|architect and loved it but there is also PHP Magazine which I never subscribed to. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http://www.josephcrawford.com/ 1-802-671-2021 [EMAIL PROTECTED] _

[nyphp-talk] Re: talk Digest, Vol 11, Issue 18

2007-09-08 Thread Joshua Hart
On 9/8/07 10:45 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >> Oracle is instantclient ia64-10.2.0.3-20061230 >> >> oci8 version 1.2.3 revision 1.269.2.16.2.37 >> >> Here's my configure command for PHP: >> >> './configure' '--with-zlib' '--with-gd' '--with-jpeg' '--with-png' >> '-

[nyphp-talk] CouchDB (PHP)

2007-09-08 Thread Jon Baer
So has anyone here played around w/ CouchDB @ all? http://blog.labnotes.org/2007/09/02/couchdb-thinking-beyond-the-rdbms/ http://couchdb.org/ PHP5 Client: http://couchprojects.googlecode.com/svn/trunk/libraries/php/CouchDb/ Im getting the vibe that it would be akin to say SQLite BLOBs w/ sli

Re: [nyphp-talk] Roll ove image

2007-09-08 Thread selyah
thank you Jon Baer <[EMAIL PROTECTED]> wrote: Probably the best way Ive seen it implemented (and easiest) would be to use the Fisheye plugin for jQuery ... http://www.ndesign-studio.com/demo/css-dock-menu/css-dock.html * Download link (jQuery): http://docs.jquery.com/Downloading_jQuery#Curr

Re: [nyphp-talk] Roll ove image

2007-09-08 Thread selyah
thank you Jason Sia <[EMAIL PROTECTED]> wrote: Hi, You can create function like this: function Enlarge() //enlarge the image { document.getElementById('image').style.width=??; document.getElementById('image').style.height=??; } function Reduce() //reduce the image {

Re: [nyphp-talk] Books & magazines

2007-09-08 Thread Jon Baer
One of the best books Ive read(ing) in a while: Beautiful Code http://www.amazon.com/Beautiful-Code-Leading-Programmers-Practice/dp/ 0596510047/ref=pd_bbs_sr_1/104-9638236-3966325? ie=UTF8&s=books&qid=1189302826&sr=8-1 There are a few chapters which are gems in general thinking. - Jon On Se

RE: [nyphp-talk] Php 5.2.4 and Oracle instantclient

2007-09-08 Thread Hans Zaunere
Hi Joshua, Joshua Hart wrote on Saturday, September 08, 2007 12:22 AM: > Hi All! > > Does anybody have some hints as to what might be causing a problem > (segfault) with Oracle's instantclient when used in conjunction with > PHP 5.2.4 (both the CLI and a webserver -- apache 2.x). > > If I run

Re: [nyphp-talk] Books & magazines

2007-09-08 Thread Ben Sgro \(ProjectSkyLine\)
Hello Gary, SOME books off my shelf: R = reference L = learning Older: Web Database Applications w/PHP & Mysql (ORLY) - R PHP 4? ( ORLY) - L (lots of source code errors though!!!) SQL for Dummies - R Newer: PHP 5 and MySQL E-Commerce (Apress) - haven't touched this one yet but came recommened

RE: [nyphp-talk] Books & magazines

2007-09-08 Thread Rick Retzko
Hi Gary - Thanks for the previous response to my email-attachment-from-server query. Reference books I keep on my shelf: PHP and MySQL For Dynamic Web Sites (Larry Ullman) PHP and MySQL Web Development (Welling,Thomson) Php|architect's Guide to PHP Security (Alshanstsky) Don't make me think! (Kru

[nyphp-talk] Books & magazines

2007-09-08 Thread Gary Mort
Just wondering what books and magazines people here particularly like for PHP programming. Which are good for learning, and which are good for reference. ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPC

RE: [nyphp-talk] Mouse Over Menu

2007-09-08 Thread Rick Retzko
Hi - Take a look at 'Stylin' with CSS' (Charles Wyke-Smith), he devotes about 20 pages to building exactly this without any javascript including the hacks necessary for IE. A bit tricky, but it works. The book is very functional if you're just getting past the basics. You can also download the

RE: [nyphp-talk] Roll ove image

2007-09-08 Thread Edgar Reyes
Here is a simple way to do a roll over effect for images; ER -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of tedd Sent: Saturday, September 08, 2007 11:53 AM To: NYPHP Talk Subject: Re: [nyphp-talk] Roll ove image At 10:12 PM -0700 9/7/07, selyah wrot

Re: [nyphp-talk] Roll ove image

2007-09-08 Thread tedd
At 10:12 PM -0700 9/7/07, selyah wrote: Hello ; I am in the process of completing a very complex php script and need to add a special effect using html. The effect that i have to do is a simple roll over images and upon each roll over with the mouse the images increase in size and then ret

Re: [nyphp-talk] Emailing files from server

2007-09-08 Thread Gary Mort
Dan Cech wrote: Not only do they build the email and take care of such niceties as encoding, etc, you also get drop-in SMTP and a host of other goodies. Hmm, looking over the swift feature set(yeah, I replied before loading it..sorry not awake yet) swift looks fairly nice - I'm in the mid

Re: [nyphp-talk] Emailing files from server

2007-09-08 Thread Gary Mort
Dan Cech wrote: I haven't heard of that one, but I've used PHPMailer [1] with great success, and I hear SwiftMailer is excellent too (and actively maintained unlike PHPMailer and HTMLMimeMail). I'm not too concerned about active maintenance, since the functions are pretty simple. As I reca

Re: [nyphp-talk] Roll ove image

2007-09-08 Thread Jon Baer
Probably the best way Ive seen it implemented (and easiest) would be to use the Fisheye plugin for jQuery ... http://www.ndesign-studio.com/demo/css-dock-menu/css-dock.html * Download link (jQuery): http://docs.jquery.com/ Downloading_jQuery#Current_Release * Download link (Fisheye): http://