Jun 23

How to take screenshots from many URLs with one click?

Use extension to Firefox: Grab Them All is a Firefox extension based on Continue reading »

written by rzelazko \\ tags: , , , , , , ,

Jun 13

To automaticaly cleanup and repair xhtml code (ex. from textarea or input tag) use Tidy extesnion for PHP.
Sample broken code which can be fixed

<p>ala <b> ma kota & psa<br />Lorem ipsum

to valid XHTML:

<p>ala <b> ma kota &amp; psa<br />Lorem ipsum</b></p>

Simple function which repair wrong code: Continue reading »

written by rzelazko \\ tags: , , , , , , ,