Visualizzazione post con etichetta web. Mostra tutti i post
Visualizzazione post con etichetta web. Mostra tutti i post

HTML perfetti

Con XHTMLTranscoder è possibile ottenere delle pagine html perfette. XHTMLTranscoder corregge ogni imperfezione generando un codice xhtml perfetto.
Ad esempio eseguendo il codice:

XHTMLTranscoder xhtml_transcoder = new XHTMLTranscoder();
// create a dummy HMTML string
String html_string = "<B CLASS=test>put<I>here some broken
HTML</B></I>";
// transcode the string to XHTML
String xhtml_string = xhtml_transcoder.transcode(html_string);


Si avrà che xhtml_string conterrà il valore: "<b class="test">put<i>here some broken HTML</i></b>".

XHTMLTranscoder si può scaricare da http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=xhtmltranscoder

Bordi arrotondati tramite css

Tramite css-3 si può creare il proprio stile con mille bordi arrotondati!

Alcuni esempi delle proprietà:

border-top-left-radius: 4em;
border-top-right-radius: 4em;
border-bottom-right-radius: 4em;
border-bottom-left-radius: 4em;

Guarda il link: http://www.w3.org/TR/2008/WD-css3-background-20080910/#the-border-radius