<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Pankaj Pandey &#187; w3c standard</title> <atom:link href="http://www.pankajpandey.com/tag/w3c-standard/feed/" rel="self" type="application/rss+xml" /><link>http://www.pankajpandey.com</link> <description>Web design &#38; Internet Marketing Consultant</description> <lastBuildDate>Thu, 19 Jan 2012 07:54:30 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Search of better CMS end with MODx</title><link>http://www.pankajpandey.com/2009/04/search-of-better-cms-end-with-modx/</link> <comments>http://www.pankajpandey.com/2009/04/search-of-better-cms-end-with-modx/#comments</comments> <pubDate>Mon, 06 Apr 2009 20:27:48 +0000</pubDate> <dc:creator>Pankaj</dc:creator> <category><![CDATA[Search Engine Marketing]]></category> <category><![CDATA[Web development]]></category> <category><![CDATA[blogging]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[modx]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[typo3]]></category> <category><![CDATA[w3c standard]]></category> <category><![CDATA[web designing]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[xhtml]]></category> <category><![CDATA[xml]]></category><guid
isPermaLink="false">http://www.pankajpandey.com/?p=113</guid> <description><![CDATA[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 [...]]]></description> <content:encoded><![CDATA[<p>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 feature impress me very much.</p><ul><li>Fast and clean admin panel.</li><li>As a SEO expert i need full control of of content. I found managing content through MODx is amazing.</li><li>maxiGallary advanced gallery plugin.</li><li>Better real url control.</li><li>Generate cms output in xml, xhtml, json(javascript) so we can use this cms for flash website too.</li><li>Featured frontend content editing.</li><li>very easy to setup.</li><li> and more&#8230;</li></ul><p>I amazed that i completed first website in MODx in 6 hour with all content and real url setup. i spend 4 day to understand templating of typo3 first website.</p><p>I am planning to teach my web design techniques in bhubaneswar. contact me for detail.</p> ]]></content:encoded> <wfw:commentRss>http://www.pankajpandey.com/2009/04/search-of-better-cms-end-with-modx/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>W3CDTF date in PHP</title><link>http://www.pankajpandey.com/2009/01/w3cdtf-date-in-php/</link> <comments>http://www.pankajpandey.com/2009/01/w3cdtf-date-in-php/#comments</comments> <pubDate>Sun, 18 Jan 2009 12:29:13 +0000</pubDate> <dc:creator>Pankaj</dc:creator> <category><![CDATA[Web development]]></category> <category><![CDATA[php]]></category> <category><![CDATA[rdf]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[w3c standard]]></category> <category><![CDATA[xhtml]]></category><guid
isPermaLink="false">http:/?p=1</guid> <description><![CDATA[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. 1234&#60;?php $date=substr&#40;date&#40;&#34;Y-m-dTh:i:sO&#34;&#41;,0,22&#41;.&#34;:&#34;.substr&#40;date&#40;&#34;O&#34;&#41;,3&#41;; echo $date; ?&#62; above code will give  output like : 2009-01-28T01:49:16-07:00]]></description> <content:encoded><![CDATA[<p>To create a date time in the <a
rel="nofollow" href="http://www.w3.org/TR/NOTE-datetime">W3CDTF</a> format (used in <acronym
title="RDF Site Summary">RSS</acronym> feeds).W3CDTF date format is required for RSS validation. Use following PHP code.</p><div
class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table
cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br
/>2<br
/>3<br
/>4<br
/></div></td><td><div
class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #000000; font-weight: bold;">&lt;?php</span><br
/> <span
style="color: #000088;">$date</span><span
style="color: #339933;">=</span><a
href="http://www.php.net/substr"><span
style="color: #990000;">substr</span></a><span
style="color: #009900;">&#40;</span><a
href="http://www.php.net/date"><span
style="color: #990000;">date</span></a><span
style="color: #009900;">&#40;</span><span
style="color: #0000ff;">&quot;Y-m-dTh:i:sO&quot;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">,</span><span
style="color: #cc66cc;">0</span><span
style="color: #339933;">,</span><span
style="color: #cc66cc;">22</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">.</span><span
style="color: #0000ff;">&quot;:&quot;</span><span
style="color: #339933;">.</span><a
href="http://www.php.net/substr"><span
style="color: #990000;">substr</span></a><span
style="color: #009900;">&#40;</span><a
href="http://www.php.net/date"><span
style="color: #990000;">date</span></a><span
style="color: #009900;">&#40;</span><span
style="color: #0000ff;">&quot;O&quot;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">,</span><span
style="color: #cc66cc;">3</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> <span
style="color: #b1b100;">echo</span> <span
style="color: #000088;">$date</span><span
style="color: #339933;">;</span><br
/> <span
style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div><p>above code will give  output like : <strong>2009-01-28T01:49:16-07:00</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.pankajpandey.com/2009/01/w3cdtf-date-in-php/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 13/43 queries in 0.325 seconds using disk: basic
Object Caching 933/1009 objects using disk: basic

Served from: www.pankajpandey.com @ 2012-02-08 00:57:31 -->
