<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>【梦里飞花寻梦船】 - flash</title><link>http://blog.csdn.net/alexpengster/category/284360.aspx</link><description>ActionScript</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 24 May 2007 16:48:46 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>alexpeng</dc:creator><title>内容、结构与表现的一些话题</title><link>http://blog.csdn.net/alexpengster/archive/2007/03/15/1530586.aspx</link><pubDate>Thu, 15 Mar 2007 18:39:00 GMT</pubDate><guid>http://blog.csdn.net/alexpengster/archive/2007/03/15/1530586.aspx</guid><wfw:comment>http://blog.csdn.net/alexpengster/comments/1530586.aspx</wfw:comment><comments>http://blog.csdn.net/alexpengster/archive/2007/03/15/1530586.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexpengster/comments/commentRss/1530586.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1530586</trackback:ping><description>内容是结构的基础，而非相反。内容在一定程度上体现出一定的结构，但并不是全部。原始内容就相当于数码相片的 RAW 格式，未经处理，但是即使未经处理的内容，也包含着一定的结构，比如我们通过阅读一段文字，可能包含着标题、正文、段落（这些属性是通过阅读而发现的，而不是从表现上）等，这就是结构。为了区分，内容体现出来的结构，我把它称之为内结构（内容结构）。&lt;img src ="http://blog.csdn.net/alexpengster/aggbug/1530586.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>alexpeng</dc:creator><title>通过从小到大的实践来学习 Web 标准</title><link>http://blog.csdn.net/alexpengster/archive/2007/03/15/1530585.aspx</link><pubDate>Thu, 15 Mar 2007 18:37:00 GMT</pubDate><guid>http://blog.csdn.net/alexpengster/archive/2007/03/15/1530585.aspx</guid><wfw:comment>http://blog.csdn.net/alexpengster/comments/1530585.aspx</wfw:comment><comments>http://blog.csdn.net/alexpengster/archive/2007/03/15/1530585.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexpengster/comments/commentRss/1530585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1530585</trackback:ping><description>如果你还不知道 Web 标准是什么，那么我给一个定义：从 05 年开始才在中国流行起来的一种做网页的方式，并且现在保持着一定的热度。新浪、网易这两大门户网站的首页都是标准的（或接近标准）。我这么定义，是说作为一个新锐的网页设计师，如果你现在还不知道 Web 标准，那么你即将被历史淘汰了。&lt;img src ="http://blog.csdn.net/alexpengster/aggbug/1530585.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>alexpeng</dc:creator><title>认识YUI</title><link>http://blog.csdn.net/alexpengster/archive/2007/03/08/1524531.aspx</link><pubDate>Thu, 08 Mar 2007 17:44:00 GMT</pubDate><guid>http://blog.csdn.net/alexpengster/archive/2007/03/08/1524531.aspx</guid><wfw:comment>http://blog.csdn.net/alexpengster/comments/1524531.aspx</wfw:comment><comments>http://blog.csdn.net/alexpengster/archive/2007/03/08/1524531.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexpengster/comments/commentRss/1524531.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1524531</trackback:ping><description>YUI 是 Yahoo! User Interface 的縮寫，這是由 Yahoo! 所開發出來的工具庫，包含了多種程式工具、函數庫和網頁操作介面，能夠更快速的開發互動性高、豐富的網站應用程式，尤其是那些使用到 DOM、DHTML 和 Ajax 的網頁。YUI 全部都是使用 Javascript 寫出來的（其中也包含了一些 CSS ），而且是公開給大家免費使用的 Open Source 軟體。&lt;img src ="http://blog.csdn.net/alexpengster/aggbug/1524531.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>alexpeng</dc:creator><title>Converting Between XML and JSON</title><link>http://blog.csdn.net/alexpengster/archive/2007/02/10/1507092.aspx</link><pubDate>Sat, 10 Feb 2007 17:50:00 GMT</pubDate><guid>http://blog.csdn.net/alexpengster/archive/2007/02/10/1507092.aspx</guid><wfw:comment>http://blog.csdn.net/alexpengster/comments/1507092.aspx</wfw:comment><comments>http://blog.csdn.net/alexpengster/archive/2007/02/10/1507092.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexpengster/comments/commentRss/1507092.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1507092</trackback:ping><description>More and more web service providers seem to be interested in offering JSON APIs beneath their XML APIs. One considerable advantage of using a JSON API is its ability to provide cross-domain requests while bypassing the restrictive same domain policy of the XmlHttpRequest object. On the client-side, JSON comes with a native language-compliant data structure, with which it performs much better than corresponding DOM calls required for XML processing. Finally, transforming JSON structures to presen&lt;img src ="http://blog.csdn.net/alexpengster/aggbug/1507092.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>alexpeng</dc:creator><title>什么是JSON?</title><link>http://blog.csdn.net/alexpengster/archive/2007/02/09/1506356.aspx</link><pubDate>Fri, 09 Feb 2007 16:15:00 GMT</pubDate><guid>http://blog.csdn.net/alexpengster/archive/2007/02/09/1506356.aspx</guid><wfw:comment>http://blog.csdn.net/alexpengster/comments/1506356.aspx</wfw:comment><comments>http://blog.csdn.net/alexpengster/archive/2007/02/09/1506356.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexpengster/comments/commentRss/1506356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1506356</trackback:ping><description>JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,它采用完全独立于语言的文本格式，可替换XML成为AJAX程序中的数据交换格式。&lt;img src ="http://blog.csdn.net/alexpengster/aggbug/1506356.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>