- If I don’t want to purchase Dreamweaver, what other programs are available for HTML editing?
- 我想在我的网站上使用BU官方的红色。 它的十六进制代码是什么?
- I’ve been told that I should have a splash page for my website. 什么是启动页面,为什么我应该有一个?
- 我应该为我的页面使用什么文件名称?
- 我应该在我的网站上保存文件和目录,用大写字母还是小写字母,还是混合使用?
- 为什么有些页面在不同的计算机上看起来不同?
- Should I capitalize the word “web” when writing about a web page, web site, or the World Wide Web, and should I write web page, web-page, or webpage (also: web site, web-site, or website)?
- Is there any way that I can create a vanity web address, such as /medicine, that would link to http://www.bumc.bu.edu/ so that anyone looking for the School of Medicine in this manner can find it?
- 许多网站链接到我的网站,我的一个或多个网页的网址已经改变。 我如何通知其他网站的站长更新他们的链接?
- 无论我在地址中使用web.bu.edu还是www.bu.edu,我都能看到相同的页面。 我应该用哪一种?
If I don’t want to purchase Dreamweaver, what other programs are available for HTML editing?
虽然我们不完全支持一个产品,但我们可以提供建议。 在download.com上有各种各样的程序可用于编写和编辑HTML代码。 其中一些程序是免费的,而另一些则是共享软件(需要在免费试用期后购买)。 简单的HTML也可以使用NotePad(在PC上)、SimpleText(在Mac上)或Pico(在Unix shell中)等程序编写。 不建议新手这样做,因为这些界面仅仅是文本编辑器,不会提供任何特定于html的帮助。 不建议使用Microsoft Word或Pagemaker编辑HTML。
我想在我的网站上使用BU官方的红色。 它的十六进制代码是什么?
While #EB1B40 is closest to the official BU red, it is not “web-safe” although the majority of browsers are capable of displaying the #EB1B40 code properly. #CC0000 and #FF0000 are the closest “web-safe” colors. #CC0000 is a bit darker and is a richer red while #FF0000 is a bit lighter.
I’ve been told that I should have a splash page for my website. 什么是启动页面,为什么我应该有一个?
下面的外部链接提供了关于启动页面的宝贵信息,以及为什么不应该使用它们: http://www.netmechanic.com/news/vol3/promo_no13.htm
我应该为我的页面使用什么文件名称?
当有人链接到您的网站时,BU web服务器会自动查找一个名为index.html的文件。 您应该将您的主页命名为index.html。 文件名没有其他的限制,但是你应该记住网址不允许文件名带有空格。 If you want to create a filename that looks like two words or more, use a hyphen (for example, my-resume.html) For more help, see 组织和命名你的文件和目录.
我应该在我的网站上保存文件和目录,用大写字母还是小写字母,还是混合使用?
始终使用小写字母保存网站中的文件和目录。 www.bu.edu和people.bu.edu服务器与任何UNIX服务器一样,是区分大小写的。 If a user types your web address using lowercase letters, and you have saved your files or directories using uppercase letters in the filename, the user may get a “file not found” error. For more information, see 中级HTML学习.
为什么有些页面在不同的计算机上看起来不同?
不同的浏览器和不同的操作系统处理HTML文件的方式略有不同。 你应该在尽可能多的系统和不同的浏览器上预览你的页面,这样你就可以检测和消除影响你页面的不一致。
Should I capitalize the word “web” when writing about a web page, web site, or the World Wide Web, and should I write web page, web-page, or webpage (also: web site, web-site, or website)?
The Boston University Brand Identity Standards website has a detailed 风格指南 that outlines the official BU standards for words with ambiguous spelling and capitalization standards as well as other guidelines when creating official materials or web pages. The standards regarding the word “web” can be found in the 风格指南 under 电子媒体术语.
有什么办法可以让我创建一个虚假的网址,比如/medicine,它可以链接到http://www.bumc.bu.edu/,这样任何人都可以通过这种方式找到医学院吗?
BU的Web策略不是仅仅为了重定向到存在于其他服务器上的部门站点而创建顶级目录(例如本例中的/medicine)。
许多网站链接到我的网站,我的一个或多个网页的网址已经改变。 我如何通知其他网站的站长更新他们的链接?
要在其他网站上搜索需要更新的链接到您的网站的页面:
- Go to the 部搜索 page.
- Type the following search query(modify as necessary to target a sub-directory or page):
link: /yoursite/ - 单击“搜索”主页上的“搜索”按钮。 结果显示了.bu.edu域中所有web服务器上的所有页面。
- 通过访问列出的网页来验证您的结果,然后在这些页面上查找联系信息。 使用联系信息通知网站管理员。
- 发送IT帮助中心 您找不到任何网站管理员联系信息或没有得到响应的任何BU页面的网址。 我们将尝试识别该站点的管理员。
To find out what external pages link to your web site, we recommend repeating the search using 谷歌, then contacting the webmaster of each relevant page in the search results.
无论我在地址中使用web.bu.edu还是www.bu.edu,我都能看到相同的页面。 我应该用哪一种?
始终使用www.bu.edu。