<?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>thdp&#039;s blog &#187; widget</title>
	<atom:link href="http://thdp.org/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://thdp.org</link>
	<description>崇尚技术，享受生活</description>
	<lastBuildDate>Mon, 27 Feb 2012 22:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Atahualpa重要更新3.4.2</title>
		<link>http://thdp.org/tech/website/atahualpa-important-update-3-4-2/</link>
		<comments>http://thdp.org/tech/website/atahualpa-important-update-3-4-2/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 00:22:57 +0000</pubDate>
		<dc:creator>thdp</dc:creator>
				<category><![CDATA[网站相关|WordPress]]></category>
		<category><![CDATA[atahualpa]]></category>
		<category><![CDATA[autozoom]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[汉化]]></category>

		<guid isPermaLink="false">http://thdp.org/tech/website/atahualpa%e9%87%8d%e8%a6%81%e6%9b%b4%e6%96%b03-4-2</guid>
		<description><![CDATA[Atahualpa这款主题一直以强大的可定制性受到广大blogger的喜爱。最近一段间它更新很频繁，最新的3.4.2版本有几项重大改进，涉及到主题核心部分，很值得一提。 1. Move dynamic CSS and JS from header.php to external files, option to compress the HTML (index.php) 之前的版本我最不满意的地方是它所有css均为动态生成，而这多大600多行的代码全部添加到header里，导致加载页面效率很低。这次终于把css和javascript都挪到外部文件了，加上压缩html代码后，加载页面马上快了许多。 为了和wordpress官网上主题预览功能兼容，这个选项默认是关闭的，安装完主题后需要手动打开，外观-&#62;Atahualpa Theme Options-&#62;CSS &#38; JS，将inline改为external. 2. Up to 2 sidebars on either side 在原有左右侧边栏的基础上再分别添加两个内部侧边栏，left, left inner, right, right inner。每个侧边栏都可以单独设置，比如在什么类型的页面显示，以及长宽尺寸，样式。这个功能最典型的应用，就是可以将首页和具体文章页面设置成不同的格式。比如我现在的设置是首页显示left, right, 而到单独文章页面改为right inner, right，以便于放置广告。 3. Option to add widget areas in Header, Center Column and Footer 除了在侧边栏里可以添加widget小工具外，现在也可以在其他地方创建区块存放widget了。典型的应用是在header部分插入更漂亮的页面导航栏，以及把搜索，订阅图标都放到同一行里。 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="ata" src="http://wp-themes.com/wp-content/themes/atahualpa/screenshot.png" alt="" width="300" height="220" />Atahualpa这款主题一直以强大的可定制性受到广大blogger的喜爱。最近一段间它更新很频繁，最新的3.4.2版本有几项重大改进，涉及到主题核心部分，很值得一提。</p>
<p>1. Move dynamic CSS and JS from header.php to external files, option to compress the HTML (index.php)<br />
之前的版本我最不满意的地方是它所有css均为动态生成，而这多大600多行的代码全部添加到header里，导致加载页面效率很低。这次终于把css和javascript都挪到外部文件了，加上压缩html代码后，加载页面马上快了许多。<br />
为了和wordpress官网上主题预览功能兼容，这个选项默认是关闭的，安装完主题后需要手动打开，外观-&gt;Atahualpa Theme Options-&gt;CSS &amp; JS，将inline改为external.</p>
<p>2. Up to 2 sidebars on either side<br />
在原有左右侧边栏的基础上再分别添加两个内部侧边栏，left, left inner, right, right inner。每个侧边栏都可以单独设置，比如在什么类型的页面显示，以及长宽尺寸，样式。这个功能最典型的应用，就是可以将首页和具体文章页面设置成不同的格式。比如我现在的设置是首页显示left, right, 而到单独文章页面改为right inner, right，以便于放置广告。</p>
<p>3. Option to add widget areas in Header, Center Column and Footer<br />
除了在侧边栏里可以添加widget小工具外，现在也可以在其他地方创建区块存放widget了。典型的应用是在header部分插入更漂亮的页面导航栏，以及把搜索，订阅图标都放到同一行里。</p>
<p>除此之外，另外几个小功能也很人性化，比如header images可以用javascript设置成幻灯片，正文里的图片通过添加width=&#8221;100%&#8221;到&lt;img&gt;标签来实现自动缩放。</p>
<p>还有更多的功能等待以后发掘，如果发现什么问题，上它的支持论坛提问，作者回复的都很及时。</p>
<p>配合新版本，我把汉化文件也作了更新，并且在论坛开了专贴<br />
<a href="http://forum.bytesforall.com/showthread.php?t=2414" target="_blank">http://forum.bytesforall.com/showthread.php?t=2414</a></p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<span class="jiathis_txt">分享到：</span>
	<a class="jiathis_button_qzone"></a>
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_renren"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_google"></a>
	<a class="jiathis_button_fb"></a>
	<a class="jiathis_button_twitter"></a>
	<a class="jiathis_button_msn"></a>
	<a class="jiathis_button_email"></a>
	<a class="jiathis_button_copy"></a>
	<a class="jiathis_button_print"></a>
	<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多</a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<!-- JiaThis Button END -->|2|left</div>]]></content:encoded>
			<wfw:commentRss>http://thdp.org/tech/website/atahualpa-important-update-3-4-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

