<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>站长手记</title>
<link>http://www.okjn.cn/html5/Design1/Work_Notes/</link>
<description>网页设计 | 平面设计 / 站长手记</description>
<language>zh-cn</language>
<generator><![CDATA[&lt;b&gt;QQ：&lt;/b&gt;78141097 94768794&amp;nbsp;&amp;nbsp;&lt;b&gt;Email：&lt;/b&gt;crsky77@gmail.com&lt;br /&gt;
Copyright 2001-2010 © &lt;a href=&quot;http://www.okjn.cn&quot;&gt;okjn.cn&lt;/a&gt;. All Rights Reserved]]></generator>
<webmaster>78141097@qq.com</webmaster>
<item>
    <title><![CDATA[解决IE9打开白屏空白的方法]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2011/1217/67.html</link>
    <description><![CDATA[因为ie9是支持图形处理加速的,所以显卡或显卡驱动不支持图形处理硬件加速，就会导致打开浏览器后白屏现象。 首尝试更新显卡驱动来解决，不行就关闭硬件加速。方法如下： 1、请开]]></description>
    <pubDate>2011-12-17</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用dede调用wordpress数据-文章的方法]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2011/0626/66.html</link>
    <description><![CDATA[为了对搜索引擎友好，想到dede网站首页的更新问题时，考虑到何不把wordpress的文章调用到网站首页呢,如何用dede调用wordpress数据-文章的方法呢？百度了一下，dedecms 首页调用wordpress文章]]></description>
    <pubDate>2011-06-26</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[用CSS控制文章文字的首行缩进（空两个字）]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2011/0512/65.html</link>
    <description><![CDATA[在你需要缩进的文字段上，加上以下CSS属性： text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/ !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.]]></description>
    <pubDate>2011-05-12</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[一个给网站开发人员的好工具“IETester”方便调试]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/1118/60.html</link>
    <description><![CDATA[或许你早已知道这个软件，那么就请绕过，只是提一下，给尚不知晓的人！ 如果你是做网页设计网站程序设计的，那肯定会遇到多浏览器兼容性，这个一直伴随的问题； IE、火狐、op]]></description>
    <pubDate>2010-11-18</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[IE6的常见css bug解决方法]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/1118/59.html</link>
    <description><![CDATA[1、常用条件注释法： !--[if lte IE 6] 这段文字仅显示在 IE6及IE6以下版本。 ![endif]-- !--[if gte IE 6] 这段文字仅显示在 IE6及IE6以上版本。 ![endif]-- !--[if gt IE 6] 这段文字仅显示在 IE6以上版本（]]></description>
    <pubDate>2010-11-18</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[济南网页设计/济南网站制作的流程]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0709/48.html</link>
    <description><![CDATA[网站,就像网络上的一个公司地址一样,但找到它,您却不用开着车过去,而且输入网址就可以了. 随着网络的普及,越来越多的企业和个人意识到网站的重大作用,都想拥有自己的网站了. 那在]]></description>
    <pubDate>2010-07-09</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[两种网页css重置代码Eric Meyer Reset CSS/YUI reset css]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0707/46.html</link>
    <description><![CDATA[之前我曾经提到过 写出更好的网页CSS代码的一些经验 ，其中第一项就是Reset CSS重置代码； 重置代码通常有两种说法，一种是Eric Meyer Reset CSS，另一种就是YUI reset css 关于这两种写法的来]]></description>
    <pubDate>2010-07-07</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[比较实用的弹出固定大小网页窗口的代码]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0702/38.html</link>
    <description><![CDATA[今天突然要做一个弹出固定大小窗口的页面，于是就顺便整理一下常用的弹出固定窗口的js代码吧！ 1、 最基本的弹出页面窗口代码 SCRIPT LANGUAGE=javascript !-- window.open ('page.html') -- /SCRIP]]></description>
    <pubDate>2010-07-02</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[将你的dedecms广告生成静态js更加有利于seo]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0701/37.html</link>
    <description><![CDATA[使用dedecms的朋友都知道，dedecms的广告模块是动态的！ 没错，在模板里加入标签后，每次生成页面的时候，都会调用出来，将广告也直接生成在页面里！ 可是，将广告代码直接的展示在]]></description>
    <pubDate>2010-07-01</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[写出更好的网页CSS代码的一些经验]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0628/28.html</link>
    <description><![CDATA[谁都不是天生就会的，都是在学习中进步！ 分享一下我这些年写网页CSS的一些经验给大家，希望能帮到你！ 一、每次写css的时候，先写上重置代码，这样，为你接下来的工作会省去很]]></description>
    <pubDate>2010-06-27</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>原创</comments>
</item>
<item>
    <title><![CDATA[两段实用的网页显示当前时间日期代码！]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0626/23.html</link>
    <description><![CDATA[做网站的时候，经常需要在网站里加上时间显示代码，下面分享两段我常用的js时间代码给大家！ 这两段时间代码在IE和Firefox测试均没问题 第一种： htmlheadFCK:meta content=text/html; charset]]></description>
    <pubDate>2010-06-26</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[让网页里的图片或层自适应大小的CSS！]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0626/22.html</link>
    <description><![CDATA[在做网站的时候不光是网页要在多浏览器兼容性要好，还要考虑到大部分客户端浏览体验！ 有没有遇到过图片忽大忽小的在网页里展示，有些图片太大而溢出表格或层！ 下面这段CSS代]]></description>
    <pubDate>2010-06-26</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[闲来无事，整理几个常用的滑动门代码！]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0625/20.html</link>
    <description><![CDATA[!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdhtml xmlns=http://www.w3.org/1999/xhtmlheadFCK:meta http-equiv=Content-Type content=text/html; charset=gb2312 /title京玉仕家]]></description>
    <pubDate>2010-06-25</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[亲测Wordpress在iis下的可以用的几个伪静态规则]]></title>
    <link>http://www.okjn.cn/html5/Design1/Work_Notes/2010/0625/17.html</link>
    <description><![CDATA[原来我的博客是在Apache环境下的，开启伪静态模式下Wordpress自然就可以用了！可最近因为空间搬家到了WIN主机下，自然是要用iis了！以前设置的静态规则就都不好用了！在网上找了很多]]></description>
    <pubDate>2010-06-24</pubDate>
    <category>站长手记</category>
    <author>仕家</author>
    <comments>网络</comments>
</item>

</channel>
</rss>

