javascript


CakePHP javascript->link in elements

For my CakePHP project I wanted to use the Javascript helper in a element. This element needs a javascript include (which i only use for this element) so I thought to it would be a good place to add it using the Javascript helper in the element template. To my surprise the javascript did not [...]

Make IE behave like a standards-compliant browser

Jeroen van wissen just send me a link to a javascript library that makes IE behave likeĀ  a standards-compliant browser. Looks nice! Think I will try it on my next project! “IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes [...]

javascript and css minify for PHP

To give your website visitors the better experience its important to follow Yahoo’s Rules for High Performance Websites On a project at work I recently used a very nice javascript and css minify solution called pack:tag. Because its a JSP-Taglib only solution I started looking for something like that for PHP. After looking at a [...]