utilitees

- Developer Notes

Developer Notes RSS 2.0


New plugin released

I uploaded a little helper called Cleaner which sanitizes text to be included into HTML-attributes.


Note to self

When dealing with with a 1&1-server and search-engine-friendly URLs are not working or not working correctly, switching to PHP5 may solve the problem.
pathinfo() under their PHP4-configuration may not return what is expected.

To do so create a .htaccess in the root-folder of the application containing

AddType x-mapp-php5 .php
AddHandler x
-mapp-php5 .php 

 


Google custom search

Recently Google changed the query string used to embed the results of their custom search into your own pages.

Formerly a hack was necessary to accomplish this in an ExpressionEngine site, because some elements didn’t pass EEs security checks.

This hack is now no longer needed. Yay!


Work in progress

I’m slowly transferring ExpressionEngine related content from gadgets.silenz.org to this new home (which is of course far from finished as well) in order to make it more accessible. Originally I wanted to do this once EE 2.0 is released but I guess it doesn’t hurt to start now without any hurry.

After all, who knows how long the fall will last this year. The summer has already been longer than expected wink



Page 5 of 5 pages « First  <  3 4 5