• Open Source
  • Software
  • PHP & CodeIgniter
  • Perl & Webmin
  • Ubuntu Tutorials
  • Linux italiano
  • Wordpress

Bad Penguin

Bad Penguin

More Hard More Fun!

Antonio Gallo's Contact
Bad Penguin's RSS Feed
» Bad Penguin » Archives for PHP & CodeIgniter

php: howto control page caching header

2011/12/21 09:30 5 Comments

Learn how to make your PHP pages cacheables or not by proxies and browsers leveraging performances, expecially usefull when generating images or PDFs.

Filed Under: Featured, PHP & CodeIgniter Tagged With: Coding, PHP

PHP: dynamic PDF generation problem with internet explorer, a solution

2011/12/21 09:30 Leave a Comment

when generating dynamic PDF document with PHP there is an annoying bug with internet explorer that can be fixed by just cut-and-paste 2 HTTP headers

Filed Under: PHP & CodeIgniter Tagged With: PHP

FRAD: framework for agile and rapid PHP application development

2011/12/21 09:30 Leave a Comment

PHP Framework for PHP Rapid Application Development, support any PHP database. Allow AGILE and rapid development of web based database applications.

Filed Under: PHP & CodeIgniter Tagged With: Coding, CRUD, PHP
Bad Penguin is hostead at:

Categories

  • Featured (3)
  • Linux italiano (15)
  • Open Source (9)
  • Perl & Webmin (1)
  • PHP & CodeIgniter (3)
  • Software (5)
  • Ubuntu Tutorials (6)
  • Wordpress (1)

Tag Cloud

Amavis Associazioni Asterisk Bad Penguin Brevetti software C Callweaver Coding coLinux CRUD CVS Debian Debug dialog Ebook FAX FTP GPG Hardware Linux LUG Makefile Mercurial MySQL Notebook Patton PGP PHP Postfix Primi passi SEO Server SETI SSH Subversion T.38 Terminal Ubuntu USB Virtual Box virtualization VoIP Web Webmin

Featured Posts

Come creare e gestire un’associazione

Come creare e gestire un’associazione in Italia. HowTo e spiegazione dettagliata di tutte le procedure. In particolare su come fondare un LUG, Linux User Group.

Linux User Group: cosa sono, cosa fanno, come crearne uno

I Linux User Group sono il cuore pulsante del movimento Linux in Italia; scopri cosa fanno, come farne parte o come fondare un LUG nella propria città

php: howto control page caching header

Learn how to make your PHP pages cacheables or not by proxies and browsers leveraging performances, expecially usefull when generating images or PDFs.

Ebook

eNews and Updates

subscribe via e-mail to my RSS feed

Featured Sites

  • Tom Tribone CEO

Bad Penguin™

© Antonio Gallo - All Rights Reserved

  • Working with cached pages Controlling how web pages are cached is basically done using 2 kind of headers: Expires and Cache-Control Using the Expire header is really simple. It tells when the page the browser or the proxy downloaded should be fetched again from the web server. In order to use it i
  • Delicious