Home   Developing   -   Bootstrap   Q&A   Issues   References   Notes   History   Attic  

Goto previous pageGoto parent pageGoto next page
Page 6 of 9

Blocco Notes Logo

Daftari Home - Developing

References

This page stores some links useful while developing.

Miscellaneous

...

Encoding

Stackoverflow thread UTF-8 BOM signature in PHP files discusses wheather or not have the UTF-8 BOM set in PHP files. (# 20140305.1711) .

Stackoverflow thread 'How to set UTF-8 encoding for a PHP file' discusses how to serve UTF-8 files from PHP (# 20140305.1712) .

The w3.org article 'The byte-order mark (BOM) in HTML' describes some facts about the BOM. (# 20140305.1713) .

The online tool W3C Internationalization Checker allows to check files for their encoding (# 20140305.1714) .

The blog article 'Dealing with the UTF-8 signature' by Richard Ishida on 2007-Jul-13 discusses some peculiarities with UTF-8 encoded files (# 20140305.1715) .

The online tool 'UniView 7beta' by Richard Ishida allows comfortable picking of unicode characters from blocks (# 20140305.1716) .

And just for fun another online tool by Richard Ishida: Archery Log , allows to compare and analyse archery scores and displays the data from archery rounds (# 20140305.1721) . The code of the page is available under the GPL.

HTML

Stackoverflow thread 'How can I get tidy to allow my custom attributes?' tells, that attributes must not begin with an underline, and it shows a code sequence calling Tidy from PHP (# 20140306.1411) . Note: Daftari uses the custom attribute 'wafailiskip="yes"'.

On the html-tidy@w3.org mailinglist, in post 'lists.w3.org/Archives/Public/html-tidy/2011OctDec/0005.html' , Bjoern Hoehrmann tells, that proprietary attributes will make Tidy alway output a warning, and that cannot be suppressed, not even using option --drop-proprietary-attributes no. (# 20140306.1412) . Note: This really seems to be an issue for Daftari files, because Daftari uses the custom attribute 'wafailiskip="yes"'.