<?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>涅磐-wordpress技巧,linux vps技巧,分享电影音乐,摄影爱好者,微博控 &#187; css</title>
	<atom:link href="http://www.openboy.net/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.openboy.net</link>
	<description>wordpress技巧,linux vps技巧,分享电影音乐,摄影爱好者,微博控</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:59:02 +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>一些wordpress函数</title>
		<link>http://www.openboy.net/some-wordpress-function.html</link>
		<comments>http://www.openboy.net/some-wordpress-function.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 13:40:21 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=619</guid>
		<description><![CDATA[又彻底的换了wordpress主题了。。。折腾了一天呢。。我希望这是最后一个咯。。还是很简洁~ 有些wordpress函数蛮好的,记录下: wordpress彩色标签云 把下面代码加入到functions.php.. function colorCloud&#40;$text&#41; &#123; $text = preg_replace_callback&#40;'&#124;&#60;a (.+?)&#62;&#124;i', 'colorCloudCallback', $text&#41;; return $text; &#125; function colorCloudCallback&#40;$matches&#41; &#123; $text = $matches&#91;1&#93;; $color = dechex&#40;rand&#40;0,16777215&#41;&#41;; $pattern = '/style=(\'&#124;\&#34;)(.*)(\'&#124;\&#34;)/i'; $text = preg_replace&#40;$pattern, &#34;style=\&#34;color:#{$color};$2;\&#34;&#34;, $text&#41;; return &#34;&#60;a $text&#62;&#34;; &#125; add_filter&#40;'wp_tag_cloud', 'colorCloud', 1&#41;; wp_list_categories:横排输出wordpress分类 &#60;?php wp_list_categories&#40;'style=list&#38;title_li=&#38;exclude=314,14,8,11,20,22,322'&#41;;?&#62; 横向排列；隐藏categories标题；隐藏id是314,14,8,11,20,22,322的分类； the_tags()用法 &#60;?php the_tags&#40;'tag前', 'tag隔离', 'tag后'&#41;; ?&#62; 例如: &#60;?php the_tags&#40;'Tags:', ', ', [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="wordpress换域名怎么办?" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900983.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">wordpress换域名怎么办?</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7比前面几个版本的飞跃。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899132.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7比前面几个版本的飞跃。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="继续奋斗wordpress..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">继续奋斗wordpress...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="更换wordpress主题了" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900934.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">更换wordpress主题了</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>又彻底的换了wordpress主题了。。。折腾了一天呢。。我希望这是最后一个咯。。还是很简洁~</p>
<p>有些wordpress函数蛮好的,记录下:</p>
<h5>wordpress彩色标签云</h5>
<p><span id="more-619"></span><br />
把下面代码加入到functions.php..</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> colorCloud<span style="color: #009900;">&#40;</span><span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace_callback</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'|&lt;a (.+?)&gt;|i'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'colorCloudCallback'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">return</span> <span style="color: #000088;">$text</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">function</span> colorCloudCallback<span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$color</span> <span style="color: #339933;">=</span> <span style="color: #990000;">dechex</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">16777215</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$pattern</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/style=(\'|\&quot;)(.*)(\'|\&quot;)/i'</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;style=<span style="color: #000099; font-weight: bold;">\&quot;</span>color:#<span style="color: #006699; font-weight: bold;">{$color}</span>;<span style="color: #006699; font-weight: bold;">$2</span>;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">return</span> <span style="color: #0000ff;">&quot;&lt;a <span style="color: #006699; font-weight: bold;">$text</span>&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wp_tag_cloud'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'colorCloud'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<h5>wp_list_categories:横排输出wordpress分类</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_categories<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'style=list&amp;title_li=&amp;exclude=314,14,8,11,20,22,322'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>横向排列；隐藏categories标题；隐藏id是314,14,8,11,20,22,322的分类；</p>
<h5>the_tags()用法</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_tags<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tag前'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'tag隔离'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'tag后'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>例如:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_tags<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Tags:'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">', '</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;br /&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>更多参见:<a href="http://bingu.net/481/the_tags/" rel="external nofollow">冰古</a></p>
<h5>st_related_posts()函数用法</h5>
<p>这个是simple tags的相关文章函数;<br />
举例:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> st_related_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title=&amp;number=6'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>隐藏
<pre>相关文章</pre>
<p>四个字；显示6个相关文章;</p>
<h5>定义wordpress模板</h5>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> 
<span style="color: #666666; font-style: italic;">/*
Template Name:about
*/</span> 
get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h5>强制wordpress h1 h2 h3 h4 h5标签不换行</h5>
<p>例如，正文后面连接h3标签，h3标签内容就会换行，强制h3换行，可修改css.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.key</span> h3<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>随时在补充吧,先记这么多～</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="wordpress换域名怎么办?" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900983.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">wordpress换域名怎么办?</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7比前面几个版本的飞跃。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899132.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7比前面几个版本的飞跃。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="继续奋斗wordpress..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">继续奋斗wordpress...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="更换wordpress主题了" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fchange-wordpress-theme.html&from=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900934.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">更换wordpress主题了</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/modify-theme-for-petfans.html" title="最近在学习Wordpress模板">最近在学习Wordpress模板</a></li><li><a href="http://www.openboy.net/lamp-css-c-ebook.html" title="整理一些关于lamp、css、c++的经典电子书">整理一些关于lamp、css、c++的经典电子书</a></li><li><a href="http://www.openboy.net/douban-tips-for-contacts-list.html" title="豆瓣小技巧:查询没有关注你的友邻">豆瓣小技巧:查询没有关注你的友邻</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/try-vps-and-install-linux-nginx-mysql-php.html" title="初试VPS的一些感想以及安装LNMP">初试VPS的一些感想以及安装LNMP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/some-wordpress-function.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>最近在学习WordPress模板</title>
		<link>http://www.openboy.net/modify-theme-for-petfans.html</link>
		<comments>http://www.openboy.net/modify-theme-for-petfans.html#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:05:17 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[我的随笔]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[动物]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=358</guid>
		<description><![CDATA[之前弄了一个网站叫宠爱一生，Wordpress做的，由于什么都不懂，都是在网上现学。这个网站是关于动物的,主要是因为自己非常喜欢动物，在外面看到小猫小狗都要凑上去看看，只要带着相机就会拍照,而且自己也养过不少动物，虽然不能算什么专家，但是这份热情是没有变过的。 说到这个网站，很郁闷的说就是模板问题,换了N个模板都是不太满意，之前一直在本地修改一个cms模板,眼看就快成功了，但是太死板了,简直一个dedecms官方的模板一样,后来想想既然是博客做的，就做的活泼一些，有一些博客+cms的共同特色，所以选择了现在这个杂志形模板。这个在本地也修改了好多，由于我用的是外链图片，他本身设置的是本地图片缓存调用，还有就是很多seo标签，简直是乱用，虽然说我也不太会，但是也修改了一些，还有就是sidebar和css的修改，没有使用一个Widgets，全部代码写入也比较好控制。 最后说说这个站,我发现现在很多人，在忙碌的工作和学习中，没法正确的定位自己，老是不尊重我们的朋友-动物伙伴，称他们为畜生,对于这一少部分人，我无视他们的脑残，对于那些虐待遗弃动物的人更是鄙视，我没那么好的素质，见到那样的人大家跟着我一起喊：卧草泥马！只是想说，如果你对动物没那么大热情，你可以不喜欢，但是不要做一些伤害他们的事，动物也是我们人类的朋友。 最后就当模板修改笔记了，修改模板当中感谢@sofish和@underone 关于css控制缩略图的对话,虽然对代码一窍不通，但是主要是想法，有了想法，代码就直接偷来咯～在这里做个笔记：也希望各位可以多多订阅我的宠爱一生:http://feeds2.feedburner.com/petfans WordPress中自动获取文章中的图片、并显示为缩略图 &#60; ?php $soContent = $post-&#62;post_content; $soImages = '~&#60;img [^\/&#62;]*\ /&#62;~'; preg_match_all&#40; $soImages, $soContent, $thePics &#41;; $allPics = count&#40;$thePics&#91;0&#93;&#41;; switch &#40; $allPics &#62; 0 &#41; &#123; case $allPics = 1: echo $thePics&#91;0&#93;&#91;0&#93;; // 显示文章中的第一张图片 break; // 当图片数量有1个时，不再执行 default: echo '&#60;img class=&#34;no_images&#34; src=&#34;/a.jpg&#34; /&#62;'; // 这里加入没图片时显示的默认图片 &#125;; ?&#62; css控制搜索到的图片显示为100*100的缩略图 .album-pic-list img [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900715.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一些wordpress函数</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="继续奋斗wordpress..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">继续奋斗wordpress...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899605.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客由Pjblog转成wordpress了。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7比前面几个版本的飞跃。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899132.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7比前面几个版本的飞跃。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="生活，博客，wordpress^_^" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904700.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生活，博客，wordpress^_^</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>之前弄了一个网站叫<a title="宠爱一生致力于创建人-自然-动物三者和谐社会,希望用您的一生宠爱这些可爱的小精灵一生.这里最优雅唯美的动物摄影,最搞笑的动物图片,最有趣的动物视频,架起人类和动物的和谐桥梁.." href="http://www.petfans.org/" rel="external">宠爱一生</a>，Wordpress做的，由于什么都不懂，都是在网上现学。这个网站是关于动物的,主要是因为自己非常喜欢动物，在外面看到小猫小狗都要凑上去看看，只要带着相机就会拍照,而且自己也养过不少动物，虽然不能算什么专家，但是这份热情是没有变过的。</p>
<p>说到这个网站，很郁闷的说就是模板问题,换了N个模板都是不太满意，之前一直在本地修改一个cms模板,眼看就快成功了，但是太死板了,简直一个dedecms<span id="more-358"></span>官方的模板一样,后来想想既然是博客做的，就做的活泼一些，有一些博客+cms的共同特色，所以选择了现在这个杂志形模板。这个在本地也修改了好多，由于我用的是外链图片，他本身设置的是本地图片缓存调用，还有就是很多seo标签，简直是乱用，虽然说我也不太会，但是也修改了一些，还有就是sidebar和css的修改，没有使用一个Widgets，全部代码写入也比较好控制。</p>
<p>最后说说这个站,我发现现在很多人，在忙碌的工作和学习中，没法正确的定位自己，老是不尊重我们的朋友-动物伙伴，称他们为畜生,对于这一少部分人，我无视他们的脑残，对于那些虐待遗弃动物的人更是鄙视，我没那么好的素质，见到那样的人大家跟着我一起喊：卧草泥马！只是想说，如果你对动物没那么大热情，你可以不喜欢，但是不要做一些伤害他们的事，动物也是我们人类的朋友。</p>
<p>最后就当模板修改笔记了，修改模板当中感谢@sofish和@underone 关于css控制缩略图的<a href="http://www.happinesz.cn/archives/935/" rel="external nofollow">对话</a>,虽然对代码一窍不通，但是主要是想法，有了想法，代码就直接偷来咯～在这里做个笔记：也希望各位可以多多订阅我的宠爱一生:<a href="http://feeds2.feedburner.com/petfans" rel="external nofollow">http://feeds2.feedburner.com/petfans</a></p>
<h4>WordPress中自动获取文章中的图片、并显示为缩略图</h4>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php
<span style="color: #000088;">$soContent</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_content</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$soImages</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'~&lt;img [^\/&gt;]*\ /&gt;~'</span><span style="color: #339933;">;</span>
<span style="color: #990000;">preg_match_all</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$soImages</span><span style="color: #339933;">,</span> <span style="color: #000088;">$soContent</span><span style="color: #339933;">,</span> <span style="color: #000088;">$thePics</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$allPics</span> <span style="color: #339933;">=</span> <span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$thePics</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$allPics</span> <span style="color: #339933;">&gt;</span> <span style="color: #cc66cc;">0</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">case</span> <span style="color: #000088;">$allPics</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$thePics</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// 显示文章中的第一张图片</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// 当图片数量有1个时，不再执行</span>
<span style="color: #b1b100;">default</span><span style="color: #339933;">:</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;img class=&quot;no_images&quot; src=&quot;/a.jpg&quot; /&gt;'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// 这里加入没图片时显示的默认图片</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>css控制搜索到的图片显示为100*100的缩略图</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.album-pic-list</span> img <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>   <span style="color: #808080; font-style: italic;">/* FF IE7 */</span>
<span style="color: #000000; font-weight: bold;">max-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* FF IE7 */</span>
_width<span style="color: #00AA00;">:</span>expression<span style="color: #00AA00;">&#40;</span>this.<span style="color: #000000; font-weight: bold;">width</span> <span style="color: #00AA00;">&gt;</span> <span style="color: #cc66cc;">100</span> &amp;&amp; this.<span style="color: #000000; font-weight: bold;">width</span> <span style="color: #00AA00;">&gt;</span> this.<span style="color: #000000; font-weight: bold;">height</span> ? <span style="color: #cc66cc;">100</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* IE6 */</span>
_height<span style="color: #00AA00;">:</span>expression<span style="color: #00AA00;">&#40;</span>this.<span style="color: #000000; font-weight: bold;">height</span> <span style="color: #00AA00;">&gt;</span> <span style="color: #cc66cc;">100</span> ? <span style="color: #cc66cc;">100</span> <span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* IE6 */</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900715.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一些wordpress函数</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="继续奋斗wordpress..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">继续奋斗wordpress...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899605.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客由Pjblog转成wordpress了。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.7比前面几个版本的飞跃。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress27-new-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899132.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.7比前面几个版本的飞跃。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="生活，博客，wordpress^_^" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904700.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生活，博客，wordpress^_^</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/wordpress-change-domain-name.html" title="wordpress换域名怎么办?">wordpress换域名怎么办?</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/10-promises-to-my-dog.html" title="我和狗狗的十个约定">我和狗狗的十个约定</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/modify-theme-for-petfans.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>精通CSS-高级web标准解决方案</title>
		<link>http://www.openboy.net/css-mastery-advanced-web-standards-solutions.html</link>
		<comments>http://www.openboy.net/css-mastery-advanced-web-standards-solutions.html#comments</comments>
		<pubDate>Thu, 12 Feb 2009 10:04:38 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[建站心得]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[书]]></category>
		<category><![CDATA[电子书]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=335</guid>
		<description><![CDATA[最近确实生活比较悠闲,博客更换了新皮肤.在本地修改了两天把Widget全部写入了sidebar.php文件里,尽量减少数据库查询次数，还在慢慢完善，修改皮肤过程中不由得想系统的学学css了..感觉现在学什么都不踏实,什么东西都是半会半懵懂.开始问了Sivan童鞋.他向我推荐了《精通CSS 高级web标准解决方案》这本书，因为他已经购买了.我也看了不少的介绍,包括我爱水煮鱼也推荐了这本，所以下定决心要看看了..本来打算在卓越购买了，但是出人意料的一幕出现了，不知道哪位童鞋那么有毅力.把整书共222页都弄成影印的图片叫哦下载到了。。My God..一不做二不休.图片太难阅读，我就把所有图片转成了pdf…如果有想要的..就拿去吧..大家一起好好学习天天向上.- -&#8230; 已经证实，这个和原书是一样的…里面还包括了英文原版和书中的代码示例…很强大吧？ 哦了…点击这里下载.提取码 4e7455b5 补充:推荐大家下载福昕阅读器阅读.体积小加载快。 09-2-14补充下:有朋友提出地址失效，其实是我不太会用QQ文件中转站，如果目前有朋友想要并且无法下载,请留下邮箱地址，我可以发到你邮箱里～ 整理一些关于lamp、css、c++的经典电子书css禅意花园一些wordpress函数香水读书:《短线交易秘诀》第四章-价格波动突破：动能的突破读书:《短线交易秘诀》第三章-短线交易的真正秘诀读书:《短线交易秘诀》-第二章 价格与时间<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="整理一些关于lamp、css、c++的经典电子书" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900514.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">整理一些关于lamp、css、c++的经典电子书</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="css禅意花园" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcss-zen-garden.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901741.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">css禅意花园</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="大出血,狂买书." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgo-to-play-and-buy-books-with-cc.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8898799.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">大出血,狂买书.</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近在学习Wordpress模板" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900762.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近在学习Wordpress模板</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900715.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一些wordpress函数</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>最近确实生活比较悠闲,博客更换了新皮肤.在本地修改了两天把Widget全部写入了sidebar.php文件里,尽量减少数据库查询次数，还在慢慢完善，修改皮肤过程中不由得想系统的学学css了..感觉现在学什么都不踏实,什么东西都是半会半懵懂.开始问了<a rel="external nofollow" href="http://sivan.in/">Sivan童鞋</a>.他向我推荐了《精通CSS 高级web标准解决方案》这本书，因为他已经购买了.我也看了不少的介绍,包括<a rel="external nofollow" href="http://fairyfish.net/2008/09/24/css-mastery-advanced-web-standards-solutions/">我爱水煮鱼也推荐了这本</a>，所以下定决心要看看了..本来打算在卓越购买了，但是出人意料的一幕出现了，不知道哪位童鞋那么有毅力.把整书共222页都弄成影印的图片叫哦下载到了。。My God..一不做二不休.图片太难阅读，我就把所有图片转成了pdf…如果有想要的..就拿去吧..大家一起好好学习天天向上.- -&#8230; 已经证实，这个和原书是一样的…里面还包括了英文原版和书中的代码示例…很强大吧？<span id="more-335"></span></p>
<p><img src="http://farm4.static.flickr.com/3358/3274158352_fde4cee68c_o.jpg" alt="精通CSS 高级web标准解决方案" width="404" height="325" /></p>
<p><img src="http://farm4.static.flickr.com/3315/3274139552_a7c33cf6df_o.jpg" alt="精通CSS 高级web标准解决方案" width="401" height="319" /></p>
<p>哦了…点击<a title="精通CSS 高级web标准解决方案" rel="external" href="http://62.dc.ftn.qq.com/ftn_handler/21c3cdd1d0964c91ef9a235b25048b2e82e4bf271545fb271e507b0fa0ee0cb1a7fd695857077e53918d3ae79a6691d7a77ecd09007e45d8d1746e6480c0b95e/%E7%B2%BE%E9%80%9ACSS%20%E9%AB%98%E7%BA%A7web%E6%A0%87%E5%87%86%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88.7z?k=66653734e9bd1ec9e67f9b241335501a0c53010553505056190056505418560357061a0d0c500418565c07070056560600505355352b628b9fa89f776666428debd981435057d3dfe3d98ad68bc3d58884dd19034f35">这里下载</a>.提取码 4e7455b5</p>
<p>补充:推荐大家下载<a rel="external nofollow" href="http://www.fuxinsoftware.com.cn/downloads/">福昕阅读器</a>阅读.体积小加载快。</p>
<p><span style="color: #ff0000;">09-2-14补充下:有朋友提出地址失效，其实是我不太会用QQ文件中转站，如果目前有朋友想要并且无法下载,请留下邮箱地址，我可以发到你邮箱里～</span></p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="整理一些关于lamp、css、c++的经典电子书" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900514.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">整理一些关于lamp、css、c++的经典电子书</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="css禅意花园" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcss-zen-garden.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901741.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">css禅意花园</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="大出血,狂买书." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgo-to-play-and-buy-books-with-cc.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8898799.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">大出血,狂买书.</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近在学习Wordpress模板" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fmodify-theme-for-petfans.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900762.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近在学习Wordpress模板</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900715.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一些wordpress函数</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/lamp-css-c-ebook.html" title="整理一些关于lamp、css、c++的经典电子书">整理一些关于lamp、css、c++的经典电子书</a></li><li><a href="http://www.openboy.net/css-zen-garden.html" title="css禅意花园">css禅意花园</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/perfume-the-story-of-a-murderer.html" title="香水">香水</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-4.html" title="读书:《短线交易秘诀》第四章-价格波动突破：动能的突破">读书:《短线交易秘诀》第四章-价格波动突破：动能的突破</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-3.html" title="读书:《短线交易秘诀》第三章-短线交易的真正秘诀">读书:《短线交易秘诀》第三章-短线交易的真正秘诀</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-2.html" title="读书:《短线交易秘诀》-第二章 价格与时间">读书:《短线交易秘诀》-第二章 价格与时间</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/css-mastery-advanced-web-standards-solutions.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>整理一些关于lamp、css、c++的经典电子书</title>
		<link>http://www.openboy.net/lamp-css-c-ebook.html</link>
		<comments>http://www.openboy.net/lamp-css-c-ebook.html#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:00:47 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[建站心得]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[电子书]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=301</guid>
		<description><![CDATA[1.首先来个最经典的,被誉为php+mysql圣经的书：php和mysql web开发第三版. 猪小猪也是在前几天刚刚收到卓越邮寄来的书，购买书才会附送一张原版的电子书，猪小猪就贡献出来哈～点击进入下载&#60;!&#8212;英文版本哦&#8212;-&#62; 2.再来个翻译过来的apache2.2中文手册，虽然很难，但是很想研究，真的很有用～点击进入下载。 3.这本是收藏了好久好久的书了，虽然比较老，但是绝对经典&#8212;&#60;一个月挑战c++&#62;点击进入下载。 4.这个更不用说了，苏小雨的css2.0入门速查手册，新手入门的最好书籍，点击进入下载。 5.这本也是一本网上很经典的php+mysql入门电子书，集合了比较流行的几个案例，算是把几本书揉到了一起吧。有15MB大小，点击可以进入下载。 这5本电子书绝对值得大家收藏，也够看一阵啦。希望可以对大家有所帮助～ 如果需要转载本文希望尊重作者劳动成果～ 一些wordpress函数初试VPS的一些感想以及安装LNMP精通CSS-高级web标准解决方案vps备份网站mysql数据到邮箱/ftpvps安装lnmp一些问题以及putty管理vpsVps ssh管理mysql最近在学习Wordpress模板<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="精通CSS-高级web标准解决方案" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcss-mastery-advanced-web-standards-solutions.html&from=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899185.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">精通CSS-高级web标准解决方案</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="css禅意花园" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcss-zen-garden.html&from=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901741.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">css禅意花园</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="大出血,狂买书." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgo-to-play-and-buy-books-with-cc.html&from=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8898799.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">大出血,狂买书.</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="一些wordpress函数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fsome-wordpress-function.html&from=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900715.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一些wordpress函数</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="初试VPS的一些感想以及安装LNMP" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ftry-vps-and-install-linux-nginx-mysql-php.html&from=http%3A%2F%2Fwww.openboy.net%2Flamp-css-c-ebook.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899197.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">初试VPS的一些感想以及安装LNMP</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>1.首先来个最经典的,被誉为php+mysql圣经的书：php和mysql web开发第三版.</p>
<div class="wp-caption alignnone" style="width: 331px"><img title="php和mysql web开发" src="http://otho.douban.com/lpic/s1627655.jpg" alt="php和mysql web开发" width="321" height="414" /><p class="wp-caption-text">php和mysql web开发</p></div>
<p><span id="more-301"></span>猪小猪也是在前几天刚刚收到卓越邮寄来的书，购买书才会附送一张原版的电子书，猪小猪就贡献出来哈～点击<a title="php和mysql web开发" href="http://www.openboy.net/go/2" target="_blank">进入下载</a>&lt;!&#8212;英文版本哦&#8212;-&gt;</p>
<p>2.再来个翻译过来的apache2.2中文手册，虽然很难，但是很想研究，真的很有用～点击<a title="apache2.2中文手册" href="http://www.openboy.net/go/3" target="_blank">进入下载</a>。</p>
<p>3.这本是收藏了好久好久的书了，虽然比较老，但是绝对经典&#8212;&lt;一个月挑战c++&gt;点击<a title="c++电子书" href="http://www.openboy.net/go/4" target="_blank">进入下载</a>。</p>
<p>4.这个更不用说了，苏小雨的css2.0入门速查手册，新手入门的最好书籍，点击<a title="苏小雨css2.0电子书" href="http://www.openboy.net/go/5" target="_blank">进入下载</a>。</p>
<p>5.这本也是一本网上很经典的php+mysql入门电子书，集合了比较流行的几个案例，算是把几本书揉到了一起吧。有15MB大小，点击可以<a title="php+mysql电子书" href="http://www.openboy.net/go/6" target="_blank">进入下载</a>。</p>
<p>这5本电子书绝对值得大家收藏，也够看一阵啦。希望可以对大家有所帮助～</p>
<p>如果需要转载本文希望尊重作者劳动成果～</p>
<ul class="related_post"><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/try-vps-and-install-linux-nginx-mysql-php.html" title="初试VPS的一些感想以及安装LNMP">初试VPS的一些感想以及安装LNMP</a></li><li><a href="http://www.openboy.net/css-mastery-advanced-web-standards-solutions.html" title="精通CSS-高级web标准解决方案">精通CSS-高级web标准解决方案</a></li><li><a href="http://www.openboy.net/vps-backup-to-mail-or-ftp.html" title="vps备份网站mysql数据到邮箱/ftp">vps备份网站mysql数据到邮箱/ftp</a></li><li><a href="http://www.openboy.net/vps-install-lnmp-for-putty-ssh.html" title="vps安装lnmp一些问题以及putty管理vps">vps安装lnmp一些问题以及putty管理vps</a></li><li><a href="http://www.openboy.net/used-vps-ssh-management-mysql.html" title="Vps ssh管理mysql">Vps ssh管理mysql</a></li><li><a href="http://www.openboy.net/modify-theme-for-petfans.html" title="最近在学习Wordpress模板">最近在学习Wordpress模板</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/lamp-css-c-ebook.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>css禅意花园</title>
		<link>http://www.openboy.net/css-zen-garden.html</link>
		<comments>http://www.openboy.net/css-zen-garden.html#comments</comments>
		<pubDate>Sun, 23 Nov 2008 03:49:10 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[我的随笔]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[书]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=253</guid>
		<description><![CDATA[昨天去上课,中午休息时看到地下室就是一个书店,中午看了很久这本css禅意花园,这本并不是什么入门书,但是看起来确实津津有味,里面是针对CSS禅意花园这个网站的CSS设计展开讨论,里面十几个模板使用了同样的Xhtml代码，只是稍微改动下CSS就能设计出如此完美的模板~而且风格迥异，各有风采。 所以看到这本书也是被其设计风格所吸引,就在卓越网购买了这本书，而且平邮不收运费,还便宜了12块钱，还是蛮合适的~马上就放假了，希望在放假期间设计出来一个自己的wordpress模板~~ 精通CSS-高级web标准解决方案一些wordpress函数香水读书:《短线交易秘诀》第四章-价格波动突破：动能的突破读书:《短线交易秘诀》第三章-短线交易的真正秘诀读书:《短线交易秘诀》-第二章 价格与时间读书:《短线交易秘诀》第一章-为短线乱象理出头绪]]></description>
			<content:encoded><![CDATA[<p>昨天去上课,中午休息时看到地下室就是一个书店,中午看了很久这本css禅意花园,这本并不是什么入门书,但是看起来确实津津有味,里面是针对<a title="css禅意花园" href="http://www.csszengarden.com/" rel="external nofollow">CSS禅意花园</a>这个网站的CSS设计展开讨论,里面十几个模板使用了同样的Xhtml代码，只是稍微改动下CSS就能设计出如此完美的模板~而且风格迥异，各有风采。<span id="more-253"></span></p>
<p>所以看到这本书也是被其设计风格所吸引,就在卓越网购买了这本书，而且平邮不收运费,还便宜了12块钱，还是蛮合适的~马上就放假了，希望在放假期间设计出来一个自己的wordpress模板~~<img class="alignnone" title="css禅意花园" src="http://otho.douban.com/lpic/s2406764.jpg" alt="css禅意花园" width="357" height="372" /></p>
<ul class="related_post"><li><a href="http://www.openboy.net/css-mastery-advanced-web-standards-solutions.html" title="精通CSS-高级web标准解决方案">精通CSS-高级web标准解决方案</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/perfume-the-story-of-a-murderer.html" title="香水">香水</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-4.html" title="读书:《短线交易秘诀》第四章-价格波动突破：动能的突破">读书:《短线交易秘诀》第四章-价格波动突破：动能的突破</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-3.html" title="读书:《短线交易秘诀》第三章-短线交易的真正秘诀">读书:《短线交易秘诀》第三章-短线交易的真正秘诀</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-2.html" title="读书:《短线交易秘诀》-第二章 价格与时间">读书:《短线交易秘诀》-第二章 价格与时间</a></li><li><a href="http://www.openboy.net/long-term-secrets-to-short-ter-1.html" title="读书:《短线交易秘诀》第一章-为短线乱象理出头绪">读书:《短线交易秘诀》第一章-为短线乱象理出头绪</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/css-zen-garden.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

