<?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>中文Flex例子 &#187; 模板</title>
	<atom:link href="http://blog.minidx.com/tag/%e6%a8%a1%e6%9d%bf/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>61款非常不错的免费Wordpress商业模板</title>
		<link>http://blog.minidx.com/2009/02/23/2175.html</link>
		<comments>http://blog.minidx.com/2009/02/23/2175.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 13:00:08 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2175</guid>
		<description><![CDATA[随着计算机存储设备以及相关硬件的快速发展，在网络上拥有一个自己的域名，搭建一个属于自己的Blog的成本变得越来越低。免费的Wordpress是很多朋友的首选Blog系统，不过相信很多朋友也都为了选择一款自己满意的模板而耗费了很多时间。这里整理了61款非常不错的免费Wordpress商业模板，不妨先看看，说不定就有一款是你满意的：61+ Free Business Wordpress themes
你可能还对下列文章感兴趣:头部增加了导航栏wordpress增加独立友情链接页面DIY修改WordPress模板好累啊~Godaddy的wordpress中启用wp-cache插件出现500 Internal Server Error错误地解决方法WordPress 2.5版本正式发布了]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/23/2175.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex中利用ExternalInterface API从HTML模板(HTML templates)中调用ActionScript函数的例子</title>
		<link>http://blog.minidx.com/2008/03/12/568.html</link>
		<comments>http://blog.minidx.com/2008/03/12/568.html#comments</comments>
		<pubDate>Wed, 12 Mar 2008 11:25:10 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[addCallback]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/12/568.html</guid>
		<description><![CDATA[在前面的Flex中利用ExternalInterface的API调用JavaScript函数的例子中，我们了解到了Flex应用中，如何利用静态事件ExternalInterface.call()调用JavaScript函数。
接下来的例子展示了Flex应用中如何利用静态ExternalInterface.addCallback()事件和JavaScript中的比特（bit），调用ActionScript函数。
下面是具体的例子以及源代码：








Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://blog.flexexamples.com/2008/03/11/calling-actionscript-functions-from-your-html-templates-using-the-externalinterface-api/ --&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;
&#160; &#160; &#160; &#160; creationComplete=&#34;init();&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; import&#160;mx.controls.Alert;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private&#160;var alert:Alert;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private&#160;function init():void {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/12/568.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>头部增加了导航栏</title>
		<link>http://blog.minidx.com/2007/12/15/256.html</link>
		<comments>http://blog.minidx.com/2007/12/15/256.html#comments</comments>
		<pubDate>Sat, 15 Dec 2007 06:40:13 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Website Screen Captu]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[分辨率]]></category>
		<category><![CDATA[导航栏]]></category>
		<category><![CDATA[模板]]></category>
		<category><![CDATA[网页快照]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2007/12/15/256.html</guid>
		<description><![CDATA[
找了N多的模板，包括商业模板，只找到WordPress自带的Classic在1280，1024，800这些分辨率下表现良好，可以自动适应分辨率调整各部分的大小，而其他的基本上都只支持某一种特定的分辨率，尤其是1280下表现都很让人失望，另外比较喜欢Mobile Applications / Aviva Web Directory设计的Maclogo风格，刚好弥补了Classic过于单调的不足，所以试着将两者做了一些整合，并去除了一些不需要的功能，今天在头部加上了导航栏，看起来还可以，这样的修改只需要改CSS和模板下的header.php就可以了。下一步是要和“相册”进行整合，下面是用Website Screen Captu做的快照










你可能还对下列文章感兴趣:修改WordPress模板好累啊~61款非常不错的免费Wordpress商业模板利用margin属性调整画面各元素位置wordpress增加独立友情链接页面DIY25篇非常详细的关于如何从PSD转换为HTML&#38;CSS的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/12/15/256.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>wordpress增加独立友情链接页面DIY</title>
		<link>http://blog.minidx.com/2007/12/09/231.html</link>
		<comments>http://blog.minidx.com/2007/12/09/231.html#comments</comments>
		<pubDate>Sun, 09 Dec 2007 15:31:48 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[get_links_list]]></category>
		<category><![CDATA[pagetemplate]]></category>
		<category><![CDATA[the_content]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[友情链接]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2007/12/09/231.html</guid>
		<description><![CDATA[看到挺多人的博客都给自己的Wordpress增加了一个独立的友情链接页面，google了一下，发现关于如何增加独立友情链接页面出来的结果很多，却都是出自一个源头，转来转去，也不留出处，汗一个……不过因为这个模板是自己瞎捣鼓的，网上的方法实践了一下却不能成功添加，看了一下wordpress的代码才发现必须增加一个pagetemplate的php文件，这里把具体步骤记录一下：








①、在自己的模板下找到pagetemplate.XXXXXXXXX.php的文件，我的模板下有pagetemplate.simpletagging.php，pagetemplate.tagcloud.php，pagetemplate.tagtabs.php，直接复制一个，注意修改头部名字，Template Name:links，格式和下面1，2，3行保持一致！

   1:  &#60;?php
   2:  /*
   3:  Template Name: links
   4:  */
   5:  ?&#62;
   6:  &#60;?php
   7:  get_header();
   8:  ?&#62;
   9:  &#160;
  10:  &#60;?php if (have_posts()) [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/12/09/231.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>修改WordPress模板好累啊~</title>
		<link>http://blog.minidx.com/2007/11/29/185.html</link>
		<comments>http://blog.minidx.com/2007/11/29/185.html#comments</comments>
		<pubDate>Thu, 29 Nov 2007 14:59:04 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2007/11/29/185.html</guid>
		<description><![CDATA[因为很少有模板能够做到和分辨率无关，而我希望我的模板在1280*1024,1024*768都能够很好的显示，找来找去没有找到理想的，其间看到漫步的不错，本来想用，不过发现和我的内容居然不兼容，主要是DIV的位置，无法自动调整， 没办法，只好自己动手，丰衣足食……折腾来折腾去的，就被弄成现在这个样子了，CSS这个东西，没点艺术细胞就是不行，再慢慢修改了……假如您刚好看那里不顺眼，请一定告诉我，也许那就是我疏忽掉的地方哈
你可能还对下列文章感兴趣:头部增加了导航栏61款非常不错的免费Wordpress商业模板利用margin属性调整画面各元素位置wordpress增加独立友情链接页面DIY25篇非常详细的关于如何从PSD转换为HTML&#38;CSS的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/11/29/185.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/23 queries in 0.412 seconds using disk
Object Caching 443/832 objects using disk

Served from: blog.minidx.com @ 2012-02-10 01:02:01 -->
