'Twas brillig, and Jean-Michel Philippon-Nadeau at 04/08/10 16:48 did
gyre and gimble:
> Hi List,
>
> My website uses a lot of external images coming from many different
> websites. Those images are sometimes small, sometimes big, and to
> reduce the loading time of my pages and for better uniform
> I am trying to export generated HTML (an invoice for a customer) to a saveable
> PDF that is downloaded. Any ideas?
I've found a very easy unix command for generating PDF's:
code.google.com/p/wkhtmltopdf
[The PHP list wouldn't let me send this with "http://"; in front of the URL.]
It will
http://www.youtube.com/watch?v=S8zhmiS-1kw
http://shiflett.org/blog/2010/aug/php-anthem
...some people have way too much time. ;-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
That. That is awesome. I will be forwarding this to some perl people now.
Regards,
-Josh
On Aug 5, 2010, at 7:57 PM, Daevid Vincent wrote:
> http://www.youtube.com/watch?v=S8zhmiS-1kw
>
> http://shiflett.org/blog/2010/aug/php-anthem
>
> ...some people have way too much time. ;-)
>
>
> --
Hi List.
I've mentioned before that I am both just beginning to learn PHP AND I have
inherited a number of pages that I'm trying to clean up the w3c validation on.
Something that confuses me is how the code on the page is written where in one
instance, it follows this:
echo "
And elsewhere
On Aug 5, 2010, at 10:10 PM, Rick Dwyer wrote:
> Hi List.
> I've mentioned before that I am both just beginning to learn PHP AND I have
> inherited a number of pages that I'm trying to clean up the w3c validation on.
>
> Something that confuses me is how the code on the page is written where in
On Thu, Aug 5, 2010 at 7:10 PM, Rick Dwyer wrote:
> Hi List.
> I've mentioned before that I am both just beginning to learn PHP AND I have
> inherited a number of pages that I'm trying to clean up the w3c validation on.
>
> Something that confuses me is how the code on the page is written where i
On Aug 5, 2010, at 10:43 PM, Michael Shadle wrote:
> On Thu, Aug 5, 2010 at 7:10 PM, Rick Dwyer wrote:
>> Hi List.
>> I've mentioned before that I am both just beginning to learn PHP AND I have
>> inherited a number of pages that I'm trying to clean up the w3c validation
>> on.
>>
>> Somethin
On Thu, Aug 05, 2010 at 10:10:26PM -0400, Rick Dwyer wrote:
> Hi List.
> I've mentioned before that I am both just beginning to learn PHP AND I have
> inherited a number of pages that I'm trying to clean up the w3c validation on.
>
> Something that confuses me is how the code on the page is writ
On Thu, Aug 5, 2010 at 10:53 PM, Rick Dwyer wrote:
>
> On Aug 5, 2010, at 10:43 PM, Michael Shadle wrote:
>
> >
> > For HTML, -always- use double quotes.
> >
> > is the right way.
> > is the wrong way.
> >
> > I'd go into more explanation but there simply doesn't need to be one.
>
I would sugg
On Thu, Aug 5, 2010 at 8:51 PM, Adam Richardson wrote:
> I would suggest that saying is "the wrong way" is a
> rather strong assessment. Whether you're talking about SGML (the
> grandparent), XML (the parent), or XHTML, the use of a single quote is
> perfectly valid, and has served a purpose si
On Thu, Aug 5, 2010 at 8:51 PM, Adam Richardson wrote:
> Tim Bray, who knows a little bit about XML dialects (tongue in cheek),
> appears to default to the single quote as his delimiter of choice:
> http://www.tbray.org/ongoing/
Side note, looks like his stuff is auto-generated by something, so
On 6 August 2010 04:10, Rick Dwyer wrote:
> Hi List.
> I've mentioned before that I am both just beginning to learn PHP AND I have
> inherited a number of pages that I'm trying to clean up the w3c validation on.
>
> Something that confuses me is how the code on the page is written where in
> one
13 matches
Mail list logo