网页设计相关
Author
Zhou Renjian
Create@
2005-07-24 03:26
Modified@
2005-07-24 03:27
包括一些页面设计、浏览器相关技术以及站点管理等
本记录所在类别:
- 技术杂项 - 2004-03-18 00:20
关于技术方面的杂项。 ...
本记录相关记录:
- About Screen Resolution - 2006-05-16 16:12
A small report about screen resolution: ?1.???? 1024x768???? 95???? 39.09% ?2.???? 1280x1024???? 76???? 31.28% ?3.???? 1600x1200???? 13???? 5.35% ?4.???? 1280x800???? 13???? 5.35% ?5.???? 1400x1050?? ...
- CSS Unit - 2005-05-24 17:37
in (inches; 1in=2.54cm) cm (centimeters; 1cm=10mm) mm (millimeters) pt (points; 1pt=1/72in) pc (picas; 1pc=12pt) http://www.htmlhelp.com/reference/css/units.html ...
- An Error of Comments for CSS - 2005-05-12 10:33
??????? // css hack for ie ??????? * html .master-page { ??? width:21cm;height:29.7cm; ??????? } using "//" is incorrect in IE, using "/* */" instead. ...
- FireFox1.0.2安装Flash7的解决方法 - 2005-04-06 13:16
使用FireFox1.0.2安装Flash7出现“一直处在download状态”的问题,通过如下可以实现安装: 1. download http://fpdownload.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 2. write a flash.html as follow: <html> <body> ...
- Centering with CSS - 2005-01-15 00:42
Centering with CSS Centering elements both horizontally and vertically using solely CSS declarations turns out to be a little harder than it probably should be. I'll be adding more demos here as I de ...
- about:config in Mozilla - 2005-01-12 20:16
Key in "about:config" in the address bar of Mozilla/FireFox, you will find lots of options about the browser. ...
- yworks.com的圆形按钮的实现 - 2005-01-02 20:35
效果参考:http://www.yworks.com/en/sitemap.htm function yWorks_SwapImage(img_name_, img_index_) { ? if(document.images) ? { ??? document.images[img_name_].src = document.yWorksDocumentImages[img_index_].s ...
- IMG in Mozilla Browser - 2004-11-29 05:07
In XHTML1.0, <img/> is somewhat different in Mozilla from in IE. For example: In a table: <table><tr><td><img src="../sample.gif" alt="sample" width="16" height="16"/><td></tr></table> then in Mozilla ...
- Import IE6 Favorites into Mozilla/FireFox - 2004-11-14 15:11
Event though Mozilla/FireFox will import IE6 Favorites for the first time you run them. Maybe later you add some favorites in your IE and you want to re-import the IE6 Favorites. Mozilla/FireFox do n ...
- Re: 网站应该如何处理中英文两个版本的问题 - 2004-10-31 11:22
发信人: jozz (jozz), 信区: SE 标? 题: Re: 网站应该如何处理中英文两个版本的问题 发信站: 日月光华 (2004年10月31日11:22:24 星期天), 站内信件 内容页面包含了中英文两个版本的话,如果通过xml来控制显示文字的话,慢慢地修改, 最后这个xml就成了xhtml的一个奇怪的版本了。这个我就碰过,感觉相当的别扭。 所以,你可以考虑xml中直接内嵌xhtml ...
- Install plugin FlashGet for Mozilla - 2004-10-31 06:54
Just download the FlashGet plugin and install into the Mozilla's plugin. Then FlashGet will work in Mozilla though it is not perfect interwined. ...
- 颜色英文代码全集 - 2004-09-04 17:26
...
- The order of CSS border - 2004-08-31 21:10
It should be width, style, color, such as: border : 1px solid red; Only in such order can the Opera deal correctly. ...
- Add icon to webpage in Mozilla - 2004-08-30 15:55
<LINK REL="shortcut icon" HREF="http://www.eclipse.org/images/eclipse.ico" TYPE="image/x-icon"> I should add simalar codes to my pages. ...
- use "if IE" in HTML - 2004-08-29 18:06
Use the <!--[if IE]> in the HTML to load IE-specified HTML codes. ...
- 色环 - 2004-08-26 08:25
?色环 上个月,本人提供了一些关于在 Web 站点上使用颜色和图像的介绍性信息。这个专栏讨论了一些基本技术方面的问题,如页面编码、.jpg 格式与 .gif 格式之间的不同以及其它一些对“程序员”来说可能已经很熟练的主题。但这些主题对于一位图形艺术家来说,则可能感到某些不习惯,因为图形艺术家总是习惯于全面地控制作品的色彩和构图。在这次的文章中,我打算稍微变换一下方向,讨论一下图形艺术家耳熟能详的颜 ...
- 如果网页很多的话 - 2004-08-21 08:18
如果网页很多的话,尽量使用不同的网页标题,争取让自己网站的内容更多的进入搜索引擎索引范围; 因为搜索引擎会根据页面内容的相似度把一些内容当成重复页面排除出索引范围; http://www.chedong.com/phpMan.php是我的网站上的一个小应用:一个web界面的unix命令手册(man page),在以前的设计中所有动态页面使用的都是同样的标题:"phpMan: man page /p ...
- 网站设计的思考 - 2004-08-21 07:59
? 网站设计的思考 1、定位你的网站主题和名称 2、定位你的网站CI形象 3、确定网站的栏目和版块 4、确定网站的目录结构和链接结构 5、确定网站的整体风格和创意设计 6、首页的设计 7、版面布局的原理 8、网页色彩搭配的原理 9、字体的设定 10、网页中表格的运用 很荣幸,能在这里和大家一起探讨关于网站设计的问题。目前,网络上有关网页制作的各种教程已经相当多,可以方便地学习到最新的技术和技巧 ...
- 创意思考的途径最… - 2004-08-21 07:43
创意思考的途径最常用的是联想,这里提供了网站创意的25种联想线索: 1.把它颠倒 2.把它缩小 3.把颜色换一下 4.使它更长 5.使它闪动 6.把它放进音乐里 7.结合文字音乐图画 8.使它成为年轻的 9.使它重复 10.使它变成立体 11.参加竞赛 12.参加打赌 13.变更一部分 14.分裂它 15.使它罗曼蒂克 16.使它速度加快 17.增加香味 18.使 ...
- 第二 - 2004-08-21 07:40
第二,你需要彻底搞清楚自己希望站点给人的印象是什么。可以从这几方面来理清思路: 1.如果只用一句话来描述你的站点,应该是:_____________ 参考答案: 有创意,专业,有(技术)实力,有美感,有冲击力 2.想到你的站点,可以联想到的色彩是:________________ 参考答案: 热情的红色,幻想的天兰色,聪明的金黄色 3.想到你的站点,可以联想到 ...
- 一般友情链接的小… - 2004-08-21 07:25
一般友情链接的小logo尺寸是88X31,而六个字的宽度是78左右,适合于其他站点的链接排版。 Remark 88X31尺寸原来是一种民间标准,怪不得Valided XHTML1.0和Valided CSS的图片就差不多这个size。 Source Link http://dev.csdn.net/Develop/article/32/32124.shtm ...
- My HTML Designer on Mozilla - 2004-08-11 21:24
<html> <head> <title> My HTML Designer on Mozilla </title> </head> <body> <iframe id="whizzEditor" name="whizzEditor" width="100%" height="100%" border="0"></iframe> <script type="text/javascript"> do ...
- Try to zip the *.js file - 2004-07-24 11:31
Try to zip the *.js: ? 1. trim all the indents ? 2. remove all the /*...*/ comments ? 3. remove all the // comments ? 4. " = " -> "=", " + " -> "+", " * " -> "*", " / " -> "/", " > " -> ">", ... ? 5. ...
- Designning Webpage Should Take Print Preview into Consideration - 2004-07-14 02:18
If I print the webpage out, what will be the effect? Try to print it into PDF to take a look. ...
- Make All the Browser Display DIV in the Same Width - 2004-07-14 01:48
<?xml version="1.0" encoding="utf-8"?> <!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" lan ...
- Size of <DIV> on Different Browsers - 2004-07-13 22:57
Test code: <?xml version="1.0" encoding="utf-8"?> <!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 ...
- <TABLE> in IE, Mozilla & Opera - 2004-07-12 02:51
IE won't display the <TABLE>'s content when the table is not completely loaded. And Mozilla load the <TABLE> blockly (not the like the mechanism of loading <DIV>). And Opera do a better job: loading t ...
- Standard on Website or Webpage - 2004-07-11 21:18
Try to update to XHTML1.1 Not only trying to reach XHTML1.1 but also trying to reach CSS2 (The CSS2 is important!) And javascript must be avoid being browser dependant! (Try to write static page with ...
- Opera with XHTML - 2004-07-08 19:19
With XHTML declaration: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ??? "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://ww ...
- IE takes XHTML strictly! - 2004-07-08 19:17
<?xml version="1.0" encoding="utf-8"?> <!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" lan ...
- IE, Mozilla, Opera, Firebird - 2004-07-07 19:02
All these browser do not give the same look.. Mozilla and Firebird are somewhat same with IE, but Opera give an ugly look Later, all my HTML page must be tested under all these browsers. ...
- 网页架构不应该用太多的Table - 2004-06-07 14:30
可以参考http://www.w3.org/的页面,李面就基本上没有用到太多的table。而我之前在http://www.idsignet.com 用了table就使得在网速很慢的时候无法逐渐显示,这个问题在http://www.csdn.net上也是十分突出的一个bug。 ...
- 把whizzNote首页xhtml strict标准化了 - 2004-06-02 23:24
随便修改一下,才发觉,原来有些东西是可以很容易做到的,只要多花几分钟。 ...
- 网站设计的标准时代 - 2004-05-14 22:33
网站设计的标准时代 阿捷 2004年4月10日星期六 本文观点:遵循国际网站标准(Web Standards)进行网站设计和改善。 阅读对象:网站设计人员、web应用开发人员 关键字:Web Standards、XML、XHML、CSS、DOM、DOCTYPE、Accessibility 前言 网络上的变革每天都在发生,当我们觉得网站设计技术已经非常简单和熟悉的时候。国外网站设计标准化的概念早已 ...
- 中文的下箭头↓ - 2004-05-04 09:24
中文的下箭头↓ ...
- 多点记录颜色 - 2004-05-01 11:37
毕竟我的第一份工作是界面设计,也就是说,我应该学会对颜色的分解,有时候我看到一些颜色搭配起来很好看,我就应该把颜色其中的RGB分解出来记住,这样以后自己再要用的时候就可以信手拿来了。 通常要肉眼分解颜色还得多点积累经验的,譬如有阳光照在颜色上面跟没有阳光的分别。 当然自己更应该在界面设计的工作之余提高一下自己的艺术修养 ...
- 2002年的第一场… - 2004-05-01 11:33
2002年的第一场雪--《刀郎》 叨叨 大众网?? 2004-03-29 12:03:25? ? ? 在某一个有风的寒冷冬日,路过音像店,偶然听到一种苍凉而浑厚的声音,“2002年的第一场雪比以往时候来的都晚一些……”,带有新疆风格的旋律加上歌者深沉的嗓音,将这个冬日的清冷演唱的异常清晰。禁不住走入店里向店员打听这首歌是谁唱的,店员拿来一盘名为《刀郎》的CD。 盘面上没有象其他的CD那样是以演唱 ...
- Flash及透明背景代码 - 2004-04-13 19:34
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" style="position:absolute;left:0;top:0;"> <pa ...
- 装IE的VRML的plugin - 2004-03-06 16:32
装IE的VRML的plugin http://www.parallelgraphics.com/products/cortona/download/iexplore/ ...
- ©是© - 2004-02-26 19:50
©是© ...
- 我们在设计页面表… - 2003-11-28 19:04
我们在设计页面表格的时候,应该做到: 1.整个页面不要都套在一个表格里,尽量拆分成多个表格; 2.单一表格的结构尽量整齐; 3.表格嵌套层次尽量要少. Remark Source Link mk:@MSITStore:G:\\013thinkdesign.chm::/00421a.htm ...
- 在每个主目录下都… - 2003-11-28 18:57
在每个主目录下都建立独立的images目录 Remark Source Link mk:@MSITStore:G:\\013thinkdesign.chm::/00414a.htm ...
- 标志 - 2003-11-28 18:56
标志,色彩,字体,标语,是一个网站树立CI形象的关键 Remark Source Link mk:@MSITStore:G:\\013thinkdesign.chm::/00412a.htm ...