<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Jason Blog - 网页设计</title><link>http://www.web78.cn/blog/</link><description>- 阿靖个人博客 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 81206</generator><language>zh-CN</language><copyright>Copyright 2006-2010 www.web78.cn. All Rights Reserved.</copyright><pubDate>Mon, 06 Sep 2010 10:21:47 +0800</pubDate><item><title>WebBrowser.ExecWB的完整实例，打印页面、页面设置、打印预览、另存为、属性等</title><author>null@null.com (hehaiyan119)</author><link>http://www.web78.cn/blog/post/515.html</link><pubDate>Sun, 06 Dec 2009 00:30:16 +0800</pubDate><guid>http://www.web78.cn/blog/post/515.html</guid><description><![CDATA[<div class="tit">&nbsp;</div><p><table style="table-layout: fixed; width: 100%">    <tbody>        <tr>            <td>            <div class="cnt" id="blog_text">            <table style="table-layout: fixed; width: 650px" cellspacing="10" cellpadding="0" width="650" border="0">...</p></div></table></table>]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/515.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=515</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=515&amp;key=c691051a</trackback:ping></item><item><title>IE自带的meta网页过渡特效: </title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/462.html</link><pubDate>Wed, 09 Jul 2008 09:10:41 +0800</pubDate><guid>http://www.web78.cn/blog/post/462.html</guid><description><![CDATA[IE自带的网页过渡特效: <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;blendTrans(Duration=1.0)&quot;&gt; 混合 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=0)&quot;&gt; 盒状收缩 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=1)&quot;&gt; 盒状展开 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=2)&quot;&gt; 圆形收缩 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=3)&quot;&gt; 圆形放射 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=4)&quot;&gt; 向上擦除 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=5)&quot;&gt; 向下擦除 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=6)&quot;&gt; 向右擦除 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=7)&quot;&gt; 向左擦除 <br/>&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;revealTrans(Duration=1.0,Transition=8)&quot;&gt; 垂直遮蔽 ]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/462.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=462</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=462&amp;key=2dc709fb</trackback:ping></item><item><title>PHP基本语法与常用函数</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/461.html</link><pubDate>Sun, 15 Jun 2008 00:45:30 +0800</pubDate><guid>http://www.web78.cn/blog/post/461.html</guid><description><![CDATA[PHP基本语法与常用函数2008年05月24日 星期六 00:15不包含PHP 5.x<br/>基础 <br/>1. 字符串用.连接 <br/>2. 标识符（变量名，类名，函数名等）区分大小写。PHP内建的函数不区分（用户定义函数是否区分？） <br/>3. 变量不用声明，第一次赋值自动生成 <br/>4. 自动根据环境情况改变变量类型 <br/>5. 不定变量：$$varname <br/>6. 常量： 1) define(&#39;Const_Var&#39;, 100); 2) 常量不用$ 3) 注意定义时使用字符串 4) 函数内使用不用global 声明 <br/>7. @: 用在表达式前，禁止错误输出 <br/>8. ``: 执行shell命令，例: $result = `ls -l`; <br/>9. true/false: 不区分大小写，等同: TRUE/FALSE ]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/461.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=461</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=461&amp;key=2645ac30</trackback:ping></item><item><title>DIV+CSS 命名标准</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/459.html</link><pubDate>Sun, 25 May 2008 20:52:42 +0800</pubDate><guid>http://www.web78.cn/blog/post/459.html</guid><description><![CDATA[外　套：　　wrap<br/>主导航：　　mainnav<br/>子导航：　　subnav<br/>整个页面：　content<br/>页　眉：　　header<br/>页　脚：　　footer<br/>商　标：　　label<br/>标　题：　　title<br/>主导航：　　mainbav（globalnav）<br/>顶导航：　　topnav<br/>边导航：　　sidebar]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/459.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=459</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=459&amp;key=f5baceda</trackback:ping></item><item><title>ASP读取当前地址代码</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/458.html</link><pubDate>Wed, 14 May 2008 00:39:43 +0800</pubDate><guid>http://www.web78.cn/blog/post/458.html</guid><description><![CDATA[&lt;%=Request.ServerVariables(&quot;HTTP_HOST&quot;)&request.ServerVariables(&quot;URL&quot;)&&quot;?&quot;&Request.ServerVariables(&quot;QUERY_STRING&quot;) %&gt; ]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/458.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=458</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=458&amp;key=6c0b8675</trackback:ping></item><item><title>解决火狐浏览器LOCALHOST登录本地站点需要用户名和密码的问题</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/457.html</link><pubDate>Thu, 17 Apr 2008 21:50:05 +0800</pubDate><guid>http://www.web78.cn/blog/post/457.html</guid><description><![CDATA[Firefox 登录本地站点需要用户名和密码的吧，用此办法即可解决<br/><br/>在Firefox地址栏中输入：about:config<br/>然后在过滤器中输入：NTLM<br/>双击network.automatic-ntlm-auth.trusted-uris,<br/>在输入值中输入&nbsp;&nbsp; localhost<br/>关闭FireFox,重新访问站点就可以解决这个问题了。<br/>]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/457.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=457</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=457&amp;key=c9eddcc0</trackback:ping></item><item><title>iis重装N次都用不了怎么办?</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/456.html</link><pubDate>Fri, 21 Mar 2008 23:26:36 +0800</pubDate><guid>http://www.web78.cn/blog/post/456.html</guid><description><![CDATA[你仅仅重装iis不行，重装之前还要卸载iis！光卸载是卸载不干净的！还要删除以下文件： <br/>1、把 %windir%\system32\inetsrv 删除。 <br/>2、把%windir%\iisX.log删除，X 是IIS版本。 <br/>3、把 \inetpub\ 目录删除。 <br/>以上文件中有一个文件夹需要你先删除文件夹中的内容，然后再删除文件夹！（或者到安全模式下去删） <br/>删除之后，再重新安装iis就可以了！ <br/>前两天我遇到这种问题就是这样解决的。 <br/>如果你曾经改过电脑的名字，那么就需要用另一种方法解决了！ ]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/456.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=456</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=456&amp;key=862a549a</trackback:ping></item><item><title>如何让到期的自动删除</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/454.html</link><pubDate>Thu, 20 Dec 2007 00:09:20 +0800</pubDate><guid>http://www.web78.cn/blog/post/454.html</guid><description><![CDATA[在表中加多一个有效期的字段&quot;最后时间&quot;日期时间型,增加一个时限&quot;时限&quot;整型,然后在列表页面加一些检测代码.<br/><br/>’在列表到超时的用户发布记录时会删掉的<br/><br/>endtime=dateadd(&quot;h&quot;,rs(&quot;时限&quot;),rs(&quot;最后时间&quot;)) <br/>’endtime这个就是到期的极限时间,超过这个时间就准备删除<br/>lefttime=datediff(&quot;h&quot;,now(),endtime)<br/>’lefttime就是剩余时间(以小时计)<br/>if lefttime&lt;0 then<br/>’判断是否超过时限<br/>sql=&quot;delete from 用户发布 where 序号=&quot; & rs(&quot;序号&quot;)]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/454.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=454</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=454&amp;key=6edd13a8</trackback:ping></item><item><title>SEO搜索引擎优化策略教程</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/424.html</link><pubDate>Fri, 31 Aug 2007 13:44:53 +0800</pubDate><guid>http://www.web78.cn/blog/post/424.html</guid><description><![CDATA[一、目的：<br/>提高网站页面在google、百度、雅虎等搜索引擎中的搜索结果排名，提升从搜索引擎获得的流量。<br/>二、优化工作的几个方面<br/>2.1优化全站网页，按照底级页模板、专题模板、频道模板、首页模板顺序修改；<br/>由频道编辑和技术工程师共同完成]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/424.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=424</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=424&amp;key=f72cd8af</trackback:ping></item><item><title>网页meta的作用</title><author>webmaster@700cn.com (straydog)</author><link>http://www.web78.cn/blog/post/422.html</link><pubDate>Tue, 14 Aug 2007 22:13:02 +0800</pubDate><guid>http://www.web78.cn/blog/post/422.html</guid><description><![CDATA[meta是用来在HTML文档中模拟HTTP协议的响应头报文。meta   标签用于网页的＜head＞与＜/head＞中，meta   标签的用处很多。meta   的属性有两种：name和http-equiv。name属性主要用于描述网页，对应于content（网页内容），以便于搜索引擎机器人查找、分类（目前几乎所有的搜索引擎都使用网上机器人自动查找meta值来给网页分类）。这其中最重要的是description（站点在搜索引擎上的描述）和keywords（分类关键词），所以应该给每页加一个meta值。比较常用的有以下几个：     <br/>    <br/>    <br/>  　　name   属性   <br/>    ]]></description><category>网页设计</category><comments>http://www.web78.cn/blog/post/422.html#comment</comments><wfw:comment>http://www.web78.cn/blog/</wfw:comment><wfw:commentRss>http://www.web78.cn/blog/feed.asp?cmt=422</wfw:commentRss><trackback:ping>http://www.web78.cn/blog/cmd.asp?act=tb&amp;id=422&amp;key=63c8dfef</trackback:ping></item></channel></rss>
