David Ansermot Web Developer / TYPO3 Integrator

31août/110

TYPO3 : Fix “InlineBox::GenericInlineBox()” bug pdf_generator2 0.21

After some month without posting on my blog (lot of work / things to do), I come back with a small patch for TYPO3's extension "pdf_generator2".

To fix the blank pdf generation error, open the file ./typo3conf/ext/pdf_generator2/html2ps/box.inline.php
Insert the line in the constructor "function GenericInlineBox()".

  1. parent::GenericContainerBox();

Hope it helped you :)

14fév/110

Google Maps – InfoWindow layout broken

If you have, like me, your infowindow right corners broken, here's my solution :

Look at your CSS for something like :

... img { max-width: 300px; }

If you find a max-width applied on your img tag, remove them and it should be ok ;)

13fév/110

Internet Explorer 9 RC available for download

Microsoft just announced the arrival of the Release Candidate IE9.

A new beauty that ends in the TechDays 2011, his living room this year dedicated to Cloud Computing.

With this new phase, Internet Explorer 9 incorporates all its features finals. It only remains for the project team to fix bugs and flaws before the last official release.

9fév/110

WordPress 3.0.5 available

This update is a must do security update.
All WordPress users are strongly encouraged to apply it.

Download it
Official post

18déc/100

WP Page QR 1.1.0 available

I'm proud to announce the release of WP Page QR 1.1.0.

Some bug fixs and template tag parameters are the principals changes.

Download WP Page QR 1.1.0
Plugin's home page

Changelog for 1.1.0 :

  • Added "doap" parameter for Template Tag
  • Added "size" parameter for Template Tag
  • Added "ecl" parameter for Template Tag
  • Added some comments
  • Cleaned code
  • Added parameters support in create() function
  • Added marker removing when post is not single
  • Fixed bad qr code url