Re: [PHP] PHP & podcasts

2006-12-27 Thread Stut
Skip Evans wrote: The URLs are all supposed to come from the live feeds so I am a bit baffled why some work and some don't. Are you sure that all the URLs in the feeds are still working? Remember that links go bad. Beyond that it's difficult to help with this specific problem without seeing

Re: [PHP] PHP & podcasts

2006-12-27 Thread Skip Evans
Yes, Brian, this is all very helpful! Thanks very much! Skip Brian Dunning wrote: Hi Skip - Best is the iTunes Podcast docs: http://www.apple.com/itunes/store/podcaststechspecs.html Use RSS Validator to figure out exactly what's wrong with the ones you have that aren't working: http://feed

Re: [PHP] PHP & podcasts

2006-12-27 Thread Skip Evans
The site plays the podcasts with a code snippet like this: classid="clsid:D27CDB6E-AE6D-11cf-96B8-44455354" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"; width="410" height="100" id="movie" align=""> value="audioqueue-mini.swf?urls=?>&title

Re: [PHP] PHP & podcasts

2006-12-27 Thread Stut
Skip Evans wrote: I'm doing some maintenance work on a site that features podcasts and some of them work and some of them don't. I've never worked with podcasts before, and while I'm figuring out how they work I was wondering if anyone knew of any good tutorial sites on them and perhaps even

[PHP] PHP & podcasts

2006-12-27 Thread Skip Evans
Hey all, I'm doing some maintenance work on a site that features podcasts and some of them work and some of them don't. I've never worked with podcasts before, and while I'm figuring out how they work I was wondering if anyone knew of any good tutorial sites on them and perhaps even progra

RE: [PHP] Simple PDF manipulation

2006-12-27 Thread Peter Lauri
FPDF might do the same thing, won't it? Best regards, Peter Lauri www.dwsasia.com - company web site www.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 11:

Re: [PHP] Simple PDF manipulation

2006-12-27 Thread tg-php
Yeah, this is exactly what we do at my work. We have a license for PDFLib and essentually we load blank forms and then say take this text and position it at this location. Kind of like putting words on a clear piece of acetate and overlaying it on top of a piece of paper. If I recall, we had

Re: [PHP] Simple PDF manipulation

2006-12-27 Thread Brian Dunning
Interesting, that's a good idea. I was not aware that it was possible to load an existing PDF into memory and then add stuff to it. On Dec 27, 2006, at 7:28 AM, tedd wrote: At 6:32 AM -0800 12/27/06, Brian Dunning wrote: Let's say I have a complicated PDF document, like a Christmas card, t

Re: [PHP] scripting process doesn't function

2006-12-27 Thread tedd
leave the 'action' blank to have it post to the current URL (regardless of what it is. Duh? This is the new thing I learned today. I've been messing around with _SERVER["SCRIPT_NAME"] and _SERVER["PHP_SELF"] just to make sure the code is portable -- and then you point out something I've been

Re: [PHP] Re: PDFlib problem

2006-12-27 Thread Jochem Maas
Rosen wrote: > Thank you all, > But from where I can download new version ( binary) of PDFlib for windows > ? STFW: you could manage to type the words 'PDFlib download windows binary' (or something similar) into the search box on the home page at google.com (or whatever search engine you pre

RE: [PHP] Re: PDFlib problem

2006-12-27 Thread Peter Lauri
http://www.pdflib.com/download/pdflib-family/pdflib-6/ Best regards, Peter Lauri www.dwsasia.com - company web site www.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -Original Message- From: Rosen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 4:4

Re: [PHP] Simple PDF manipulation

2006-12-27 Thread tedd
At 6:32 AM -0800 12/27/06, Brian Dunning wrote: Let's say I have a complicated PDF document, like a Christmas card, that was made in Illustrator -- too complicated to easily create from scratch using PDFlib. Is there a way to use PHP make simple text changes - like changing "Dear XXX" to "Dear

[PHP] Re: PDFlib problem

2006-12-27 Thread Rosen
Thank you all, But from where I can download new version ( binary) of PDFlib for windows ? ""Rosen"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I have problem with PDFlib on Windows 2000, PHP 5.2.0 and Apache 2.2.3 > > When I try to execute: > > $p = new PDFlib(); >

[PHP] Simple PDF manipulation

2006-12-27 Thread Brian Dunning
Let's say I have a complicated PDF document, like a Christmas card, that was made in Illustrator -- too complicated to easily create from scratch using PDFlib. Is there a way to use PHP make simple text changes - like changing "Dear XXX" to "Dear John"? I've opened the files with a text edi

Re: [PHP] scripting process doesn't function

2006-12-27 Thread Jochem Maas
Geert T wrote: > Hi, > > I have made some script that process the users input, and validates the > input and sends it back. But it doesn't work very > well, in fact it doesn't work at all. I am only able to see and input my > name and such in the html form, but the php part doesn't do it's job.

Re: [PHP] PDFlib problem

2006-12-27 Thread Jochem Maas
Rosen wrote: > Hi, > I have problem with PDFlib on Windows 2000, PHP 5.2.0 and Apache 2.2.3 > > When I try to execute: > > $p = new PDFlib(); > > in the Apache log I receive: > PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key 'objorient' > [.] [notice] Parent: child process ex

RE: [PHP] PDFlib problem

2006-12-27 Thread Peter Lauri
Try this one: http://pecl.php.net/bugs/bug.php?id=9491&edit=1 /Peter www.dwsasia.com - company web site www.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -Original Message- From: Rosen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 2:58 PM To:

[PHP] PDFlib problem

2006-12-27 Thread Rosen
Hi, I have problem with PDFlib on Windows 2000, PHP 5.2.0 and Apache 2.2.3 When I try to execute: $p = new PDFlib(); in the Apache log I receive: PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key 'objorient' [.] [notice] Parent: child process exited with status 99 -- Restarting

RE: [PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-27 Thread Steven Macintyre
> imagecopyresampled might help you... I use that and it works > without > problems. > Hi Peter, " I have done some searching via google and some answers say change copyimageresampled to copyimageresized etc" I have tried your suggestion with the same results ... that is what I was using first

Re: [PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-27 Thread Jochem Maas
Steven Macintyre wrote: > Hi All, > > I have done some searching via google and some answers say change > copyimageresampled to copyimageresized etc which should be the correct; use copyimageresampled() > > I have tried all fixes ... to no avail > > > I have one image here 1280 x 960 (150 dp

RE: [PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-27 Thread Peter Lauri
Hi, imagecopyresampled might help you... I use that and it works without problems. /Peter -Original Message- From: Steven Macintyre [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 10:17 AM To: php-general@lists.php.net Subject: [PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :( H

[PHP] GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-27 Thread Steven Macintyre
Hi All, I have done some searching via google and some answers say change copyimageresampled to copyimageresized etc I have tried all fixes ... to no avail I have one image here 1280 x 960 (150 dpi) 24 depth When using the following it pixelates ... function createthumb($name,$filename,$new