Posts Tagged ‘w3c standard’
Search of better CMS end with MODx
After 3 year of research on opensource cms i finaly decided use MODx for my all web need. I have done 2 website in Joomla, 4-5 website with typo3 and 4 WordPress blog. I was very satisfied with templating feature of typo3 specially there templovoila and tree structure of page view but when i use MODx for my first web website its amazing. following [...]
W3CDTF date in PHP
To create a date time in the W3CDTF format (used in RSS feeds).W3CDTF date format is required for RSS validation. Use following PHP code. < ?php $date=substr(date("Y-m-dTh:i:sO"),0,22).":".substr(date("O"),3); echo $date; ?> above code will giveĀ output like : 2009-01-28T01:49:16-07:00
Posts

