<?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>菜园子 &#187; 素材</title>
	<atom:link href="http://www.obaicai.com/archives/displaytag/%e7%b4%a0%e6%9d%90/feed" rel="self" type="application/rss+xml" />
	<link>http://www.obaicai.com</link>
	<description>先天下郁闷而郁闷</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:44:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在琢磨着弄一个首页登录</title>
		<link>http://www.obaicai.com/archives/display1506</link>
		<comments>http://www.obaicai.com/archives/display1506#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:30:21 +0000</pubDate>
		<dc:creator>郁闷的白菜</dc:creator>
				<category><![CDATA[闲话]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[素材]]></category>

		<guid isPermaLink="false">http://www.obaicai.com/?p=1506</guid>
		<description><![CDATA[呃，说我很久没更新了，其实我在研究怎么给wp弄一个完整一些的登陆box，登陆框还好办，问题是登陆以后的显示，还想显示用户自定义的头像，迷惑中，上天啊，给我编程思维吧！
弄明白了程序还有设计，还有样式，抓头。
另外，貌似我脑袋顶上那个图片滚动，在ie8下不能循环，唉，咋感觉四处漏雨……ie8用户频频找麻烦，可是还有人在用ie6，掀桌！
那我今天不是来发牢骚的，要转个贴，留着继续做参考。嗯，真的挺有用。



用户函数调用代码:&#60;?php the_author(); ?&#62;显示日志撰写的用户,使用在loop中.
用户描述函数调用代码:&#60;?php the_author_description(); ?&#62;显示关于这个用户的描叙,使用在loop中.
用户登录函数调用代码:&#60;?php the_author_login(); ?&#62;显示登录的用户,必须用在loop中
用户的姓函数调用代码:&#60;?php the_author_firstname(); ?&#62;显示作者的姓,必须用在loop中
显示用户的名函数调用代码:&#60;?php the_author_lastname(); ?&#62;显示作者名,必须用在loop中
用户昵称函数调用代码:&#60;?php the_author_nickname(); ?&#62;同上必须用在loop中
用户ID函数调用代码:&#60;?php the_author_ID(); ?&#62;显示用户的ID,可以利用它为每篇日志增加一个用户缩略图
用户的邮箱函数调用代码:&#60;?php the_author_email(); ?&#62;显示用户邮箱链接,可以使用于联系作者
用户的网站url函数调用代码:&#60;?php the_author_url(); ?&#62;显示用户的网站链接
用户的连接函数调用代码:&#60;?php the_author_link(); ?&#62;显示用户的连接
Author AIM Screenname函数调用代码:&#60;?php the_author_aim(); ?&#62;显示用户aim信息
用户所有文章函数调用代码:&#60;?php the_author_posts(); ?&#62;显示用户在WordPress上的所有文章
用户文章连接函数代码调用:&#60;?php the_author_posts_link(); ?&#62;显示用户在WordPress上的所有文章链接
用户清单函数代码调用:&#60;?php wp_list_authors(’arguments’); ?&#62;
使用于wordpress mu.
&#60;?php wp_list_authors(’exclude_admin=1&#38;show_fullname=0′); ?&#62;显示用户所有清单并连接到WordPress日志和feed.下面是具体调用:
optioncount显示每个作者的文章数目.
&#60;?php wp_list_authors(’optioncount=1′); ?&#62;
1 (true)
0 (false)
exclude_admin从用户清单中排除’admin’用户.
&#60;?php wp_list_authors(’exclude_admin=0′); ?&#62;&#62;
1 (true)
0 (false)
show_fullname显示用户全名,没有的话就显示昵称.
&#60;?php wp_list_authors(’show_fullname=1′); ?&#62;&#62;
1 (true)
0 (false)
hide_empty不显抓写日志为0的用户.
&#60;?php wp_list_authors(’hide_empty=0′); ?&#62;
1 (true)
0 (false)
feed文字链接到用户撰写日志的Feed.
&#60;?php wp_list_authors(’feed=RSS’); ?&#62;
String
feed_imag图片链接到用户的Feed.
&#60;?php wp_list_authors(’feed_image=images/picture.jpg’); ?&#62;&#62;
String
原文&#62;&#62;
也许你需要：microblogger插件改造完成！Microblogger插件使用心得wordpress前台登陆的代码用photoshop的图案制作虚线photoshop水墨云纹抽线和动作下载菜园子搬家完毕]]></description>
			<content:encoded><![CDATA[<p>呃，说我很久没更新了，其实我在研究怎么给wp弄一个完整一些的登陆box，登陆框还好办，问题是登陆以后的显示，还想显示用户自定义的头像，迷惑中，上天啊，给我编程思维吧！</p>
<p>弄明白了程序还有设计，还有样式，抓头。</p>
<p>另外，貌似我脑袋顶上那个图片滚动，在ie8下不能循环，唉，咋感觉四处漏雨……ie8用户频频找麻烦，可是还有人在用ie6，掀桌！</p>
<p>那我今天不是来发牢骚的，要转个贴，留着继续做参考。嗯，真的挺有用。</p>
<p><span id="more-1506"></span></p>
<hr />
<div id="logform">
<p>用户函数调用代码:&lt;?php the_author(); ?&gt;显示日志撰写的用户,使用在loop中.</p>
<p>用户描述函数调用代码:&lt;?php the_author_description(); ?&gt;显示关于这个用户的描叙,使用在loop中.</p>
<p>用户登录函数调用代码:&lt;?php the_author_login(); ?&gt;显示登录的用户,必须用在loop中</p>
<p>用户的姓函数调用代码:&lt;?php the_author_firstname(); ?&gt;显示作者的姓,必须用在loop中</p>
<p>显示用户的名函数调用代码:&lt;?php the_author_lastname(); ?&gt;显示作者名,必须用在loop中</p>
<p>用户昵称函数调用代码:&lt;?php the_author_nickname(); ?&gt;同上必须用在loop中</p>
<p>用户ID函数调用代码:&lt;?php the_author_ID(); ?&gt;显示用户的ID,可以利用它为每篇日志增加一个用户缩略图</p>
<p>用户的邮箱函数调用代码:&lt;?php the_author_email(); ?&gt;显示用户邮箱链接,可以使用于联系作者</p>
<p>用户的网站url函数调用代码:&lt;?php the_author_url(); ?&gt;显示用户的网站链接</p>
<p>用户的连接函数调用代码:&lt;?php the_author_link(); ?&gt;显示用户的连接</p>
<p>Author AIM Screenname函数调用代码:&lt;?php the_author_aim(); ?&gt;显示用户aim信息</p>
<p>用户所有文章函数调用代码:&lt;?php the_author_posts(); ?&gt;显示用户在WordPress上的所有文章</p>
<p>用户文章连接函数代码调用:&lt;?php the_author_posts_link(); ?&gt;显示用户在WordPress上的所有文章链接</p>
<p>用户清单函数代码调用:&lt;?php wp_list_authors(’arguments’); ?&gt;<br />
使用于wordpress mu.<br />
&lt;?php wp_list_authors(’exclude_admin=1&amp;show_fullname=0′); ?&gt;显示用户所有清单并连接到WordPress日志和feed.下面是具体调用:</p>
<p>optioncount显示每个作者的文章数目.<br />
&lt;?php wp_list_authors(’optioncount=1′); ?&gt;<br />
1 (true)<br />
0 (false)</p>
<p>exclude_admin从用户清单中排除’admin’用户.<br />
&lt;?php wp_list_authors(’exclude_admin=0′); ?&gt;&gt;<br />
1 (true)<br />
0 (false)</p>
<p>show_fullname显示用户全名,没有的话就显示昵称.<br />
&lt;?php wp_list_authors(’show_fullname=1′); ?&gt;&gt;<br />
1 (true)<br />
0 (false)</p>
<p>hide_empty不显抓写日志为0的用户.<br />
&lt;?php wp_list_authors(’hide_empty=0′); ?&gt;<br />
1 (true)<br />
0 (false)</p>
<p>feed文字链接到用户撰写日志的Feed.<br />
&lt;?php wp_list_authors(’feed=RSS’); ?&gt;<br />
String</p>
<p>feed_imag图片链接到用户的Feed.<br />
&lt;?php wp_list_authors(’feed_image=images/picture.jpg’); ?&gt;&gt;<br />
String</p></div>
<p><a href="http://www.p9.net.cn/wp/wordpressyonghumoban.html">原文&gt;&gt;</a><!--p } else {--></p>
<h2  class="related_post_title">也许你需要：</h2><ul class="related_post"><li><a href="http://www.obaicai.com/archives/display1873" title="microblogger插件改造完成！">microblogger插件改造完成！</a></li><li><a href="http://www.obaicai.com/archives/display1863" title="Microblogger插件使用心得">Microblogger插件使用心得</a></li><li><a href="http://www.obaicai.com/archives/display1703" title="wordpress前台登陆的代码">wordpress前台登陆的代码</a></li><li><a href="http://www.obaicai.com/archives/display1500" title="用photoshop的图案制作虚线">用photoshop的图案制作虚线</a></li><li><a href="http://www.obaicai.com/archives/display1485" title="photoshop水墨云纹抽线和动作下载">photoshop水墨云纹抽线和动作下载</a></li><li><a href="http://www.obaicai.com/archives/display1381" title="菜园子搬家完毕">菜园子搬家完毕</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.obaicai.com/archives/display1506/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>用photoshop的图案制作虚线</title>
		<link>http://www.obaicai.com/archives/display1500</link>
		<comments>http://www.obaicai.com/archives/display1500#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:54:19 +0000</pubDate>
		<dc:creator>郁闷的白菜</dc:creator>
				<category><![CDATA[设计]]></category>
		<category><![CDATA[素材]]></category>

		<guid isPermaLink="false">http://www.obaicai.com/?p=1500</guid>
		<description><![CDATA[在网页上用，其实这个不是很重要，到写html的时候有代码可以直接实现。不过为了给没有想象力的领导看，常常有人会需要一笔一笔的画，然后复制，单线还可以，box的线框就苦了设计师了。
于是白菜把白菜的方法共享一下，使用图案来做各种宽度的虚线。不过可惜的是，这种方法的尺寸只适合小像素细线，看来也就网页上能用到了。

同时，加了个斜纹背景，都是在网页中常用的素材，并提供图案文件下载。只有黑白两色，可以通过各种混合模式作出不同效果，这个可以拓展的效果就太多了。
dotpat下载&#62;&#62;
也许你需要：在琢磨着弄一个首页登录photoshop水墨云纹抽线和动作下载]]></description>
			<content:encoded><![CDATA[<p>在网页上用，其实这个不是很重要，到写html的时候有代码可以直接实现。不过为了给没有想象力的领导看，常常有人会需要一笔一笔的画，然后复制，单线还可以，box的线框就苦了设计师了。<br />
于是白菜把白菜的方法共享一下，使用图案来做各种宽度的虚线。不过可惜的是，这种方法的尺寸只适合小像素细线，看来也就网页上能用到了。<br />
<img class="alignnone size-full wp-image-1501" title="gray" src="http://www.obaicai.com/wp-content/uploads/2009/09/gray.jpg" alt="gray" width="480" height="217" /><br />
<span id="more-1500"></span>同时，加了个斜纹背景，都是在网页中常用的素材，并提供图案文件下载。只有黑白两色，可以通过各种混合模式作出不同效果，这个可以拓展的效果就太多了。</p>
<p><a href="http://www.obaicai.com/wp-content/uploads/2009/09/dotpat.rar">dotpat</a>下载&gt;&gt;</p>
<h2  class="related_post_title">也许你需要：</h2><ul class="related_post"><li><a href="http://www.obaicai.com/archives/display1506" title="在琢磨着弄一个首页登录">在琢磨着弄一个首页登录</a></li><li><a href="http://www.obaicai.com/archives/display1485" title="photoshop水墨云纹抽线和动作下载">photoshop水墨云纹抽线和动作下载</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.obaicai.com/archives/display1500/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>photoshop水墨云纹抽线和动作下载</title>
		<link>http://www.obaicai.com/archives/display1485</link>
		<comments>http://www.obaicai.com/archives/display1485#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:39:35 +0000</pubDate>
		<dc:creator>郁闷的白菜</dc:creator>
				<category><![CDATA[设计]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[素材]]></category>

		<guid isPermaLink="false">http://www.obaicai.com/?p=1485</guid>
		<description><![CDATA[还是总结上次的抽线方法，做了很多png的素材，留着以后用。大图没保留，这个尺寸做网页已经绰绰有余了。想搞印刷的，下载动作自己来，嘿嘿。







下载动作&#62;&#62;
也许你需要：在琢磨着弄一个首页登录用photoshop的图案制作虚线]]></description>
			<content:encoded><![CDATA[<p>还是总结上次的抽线方法，做了很多png的素材，留着以后用。大图没保留，这个尺寸做网页已经绰绰有余了。想搞印刷的，下载动作自己来，嘿嘿。</p>
<p><img class="alignnone size-full" title="001" src="http://www.obaicai.com/wp-content/uploads/2009/08/001.png" alt="001" /></p>
<p><img class="alignnone size-full wp-image-1488" title="004" src="http://www.obaicai.com/wp-content/uploads/2009/08/004.png" alt="004" /><span id="more-1485"></span></p>
<p><img class="alignnone size-full wp-image-1489" title="009" src="http://www.obaicai.com/wp-content/uploads/2009/08/009.png" alt="009"  /></p>
<p><img title="010" src="http://www.obaicai.com/wp-content/uploads/2009/08/010.png" alt="010" width="480" height="316" /></p>
<p><img class="alignnone size-full wp-image-1491" title="014" src="http://www.obaicai.com/wp-content/uploads/2009/08/014.png" alt="014" /></p>
<p><img class="alignnone size-full wp-image-1492" title="020" src="http://www.obaicai.com/wp-content/uploads/2009/08/020.png" alt="020" /></p>
<p><img class="alignnone size-full wp-image-1493" title="021" src="http://www.obaicai.com/wp-content/uploads/2009/08/021.png" alt="021" /></p>
<p><a id="01" href="http://www.obaicai.com/wp-content/uploads/2009/08/line.rar">下载动作&gt;&gt;</a></p>
<h2  class="related_post_title">也许你需要：</h2><ul class="related_post"><li><a href="http://www.obaicai.com/archives/display1506" title="在琢磨着弄一个首页登录">在琢磨着弄一个首页登录</a></li><li><a href="http://www.obaicai.com/archives/display1500" title="用photoshop的图案制作虚线">用photoshop的图案制作虚线</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.obaicai.com/archives/display1485/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
