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
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
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
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
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
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:
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
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
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
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
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
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
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();
>
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
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.
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
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:
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
> 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
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
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
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
22 matches
Mail list logo