网站开发与移动开发

博客园 首页 新随笔 管理
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 33 下一页

2010年10月14日 #

摘要: 演示地址:http://www.corange.cn/demo/3695/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; ch 阅读全文
posted @ 2010-10-14 13:47 txf2004 阅读(286) 评论(0) 推荐(0) 编辑

2010年10月3日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN"> <head> <meta http-equiv="Content-Language" content="zh-cn 阅读全文
posted @ 2010-10-03 14:18 txf2004 阅读(208) 评论(0) 推荐(0) 编辑

2010年9月10日 #

摘要: Jquery实现图片左右滚动,没有头尾的,一直循环。这样子的例子我已经发了很多了,这边放两个链接 http://www.corange.cn/archives/2010/06/3654.html http://www.corange.cn/archives/2010/06/3649.html http://www.corange.cn/archives/2010/06/3650.html 等等,如果你多访问本站,会发现很多好东西,呵呵。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" &qu 阅读全文
posted @ 2010-09-10 14:04 txf2004 阅读(263) 评论(0) 推荐(0) 编辑

2010年8月7日 #

摘要: 兼容ie6/7/8、firefox2/3、Opera、safari; 字体颜色和大小可以任意修改; JQ代码 $("#name").fmTitle({ style:"yellow", color:"#757168", size:"12px" }); <img src="images/dengpao.gif" align="absmiddle" id="name" content="填写你的姓名,最少要填2个汉字,最多只能填写8个汉字&quo 阅读全文
posted @ 2010-08-07 09:08 txf2004 阅读(109) 评论(0) 推荐(0) 编辑

2010年7月28日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content-Type" conten 阅读全文
posted @ 2010-07-28 21:04 txf2004 阅读(149) 评论(0) 推荐(0) 编辑

2010年7月20日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Ty 阅读全文
posted @ 2010-07-20 18:03 txf2004 阅读(169) 评论(0) 推荐(0) 编辑

2010年7月15日 #

摘要: 先放一个截图,一个网页上放几个效果的案例 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content=" 阅读全文
posted @ 2010-07-15 09:35 txf2004 阅读(227) 评论(0) 推荐(0) 编辑

摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>黑色风格的JS焦点图</TITLE> <META http-equiv=Content-Type content= 阅读全文
posted @ 2010-07-15 09:32 txf2004 阅读(202) 评论(0) 推荐(0) 编辑

2010年6月17日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" co 阅读全文
posted @ 2010-06-17 11:03 txf2004 阅读(163) 评论(0) 推荐(0) 编辑

2010年6月7日 #

摘要: 可以加载多个图片 <script src="jquery-1.3.2.min.js" type="text/javascript"></script> <script src="MinmyLazyload.js" type="text/javascript"></script> <body> <img original="http://www.corange.cn//uploadfiles/20100424-2_20914.jpg" 阅读全文
posted @ 2010-06-07 09:38 txf2004 阅读(244) 评论(0) 推荐(0) 编辑

摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"& 阅读全文
posted @ 2010-06-07 09:37 txf2004 阅读(211) 评论(0) 推荐(0) 编辑

2010年5月25日 #

摘要: <script> function setChange() { if (document.f.selfs.value == "1") { document.all.tb1.style.display = "block"; } else { document.all.tb1.style.display = "none"; } if (document.f.selfs.value == "2") { document.all.tb2.style.display = "block"; } 阅读全文
posted @ 2010-05-25 11:22 txf2004 阅读(195) 评论(0) 推荐(0) 编辑

摘要: txt文件是下面这样的, 一行一条数据,用逗号分隔 下面写出asp文件 <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--#include file="inc/conn.asp" --> <% filespec=server.mappath("txt.txt&quo 阅读全文
posted @ 2010-05-25 11:21 txf2004 阅读(233) 评论(0) 推荐(0) 编辑

2010年5月4日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=g 阅读全文
posted @ 2010-05-04 08:08 txf2004 阅读(157) 评论(0) 推荐(0) 编辑

摘要: 其实这个的主要部分并不是一个jquery,但是必须使用到 php程序部分,也只需要这个一个php程序就可以了 www.corange.cn亲测 <?php header("Content-Type: text/html; charset=utf-8"); @header( "Cache-Control: no-cache, must-revalidate" ); @header( "Pragma: no-cache" ); @header( "Last-Modified: " . gmdate( " 阅读全文
posted @ 2010-05-04 08:06 txf2004 阅读(229) 评论(0) 推荐(0) 编辑

2010年4月18日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=g 阅读全文
posted @ 2010-04-18 23:33 txf2004 阅读(103) 评论(0) 推荐(1) 编辑

摘要: 之前有发过一个php的,http://www.corange.cn/archives/2010/04/3576.html 这两天又研究了一个,这个也是亲自测试过的 html部分 <Tr> <Td width="17" class="catid"><?php echo $row['bigclassid']?></Td> <Td width="133" ><span class="listorder" title="点击修改&q 阅读全文
posted @ 2010-04-18 23:31 txf2004 阅读(170) 评论(0) 推荐(0) 编辑

2010年4月12日 #

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <link rel="stylesheet" type="text/css" media="all" href="css/style.css" /> <m 阅读全文
posted @ 2010-04-12 10:12 txf2004 阅读(507) 评论(0) 推荐(0) 编辑

摘要: html部分 <Td><?php echo $row['bigclassid']?></Td> <td height="25" width="241" class="bigclassname"><?php echo $row['bigclassname']?></a></td> Js部分 <script> /**//* * 说明:用Jquery的方法,无刷新页面,编辑表格 */ $(function() { 阅读全文
posted @ 2010-04-12 09:47 txf2004 阅读(266) 评论(0) 推荐(0) 编辑

2010年4月10日 #

摘要: 要想成功必须具备的九种手段 手段是成功的保证 没有手段的行动和计划一定是事倍功半的,人的计划和行动是需要靠章法来完成的,而不是靠一些怪招去谋划的。对于那些成大事者来说,他们善于总结自己、反思自己、比较自己,从而避实就虚,找到自己人生的强项——自己究竟能干什么和不能干什么,并付出实际的行动。这个过程就是确立自己成大事手段的过程。不明白这一点,一个人永远就会在错误的方向走下去。 1、克服犹豫不定的习性 很多人之所以一事无成,最大的毛病就是缺乏敢于决断的手段,总是左顾右盼、思前想后,从而错失成功的最佳时机。成大事者在看到事情的成功可能性到来时,敢于做出重大决断,因此取得先机。 2、挑战弱... 阅读全文
posted @ 2010-04-10 13:33 txf2004 阅读(185) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 33 下一页