|
ArchitectureWeek Headline Ticker
introduction and instructions
Permission to use the ArchitectureWeek headline ticker
The ArchitectureWeek headline ticker is copyright © 2001-2003 Artifice, Inc. all rights reserved. Written permission from Artifice, Inc. is required to install and maintain the headline ticker in any Web site or pages.
For more information, please contact ArchitectureWeek.
Instructions for using the ArchtectureWeek headline ticker
Following are basic instructions for installing the ArchitectureWeek headline ticker, once permission from Artifice, Inc. has been secured in writing.
For technical reference, a minimum web page implementing the headline ticker is provided at:
http://www.ArchitectureWeek.com/ticker/example.html
Here is the complete HTML code neccessary to implement the ticker:
<html>
<head>
<SCRIPT LANGUAGE=JavaScript src="http://ticker.ArchitectureWeek.com/ticker/ns_ticker.js">
</SCRIPT>
</head>
<body onLoad='tickerstart()' bgcolor=#FFFFFF>
<iframe src="http://ticker.ArchitectureWeek.com/ticker/ie_ticker.html" width=468 height=60 MARGINWIDTH=1 MARGINHEIGHT=1 FRAMEBORDER=1 bordercolor=#CCCC00 SCROLLING=no target="_blank">
<span style="borderWidth:1; borderColor:#CCCC00; width:468; height:60;">
<ilayer width=468 height=60 name="slider1" bgcolor="white" visibility=hide>
<layer name="slider2" onMouseover="sspeed=0;" onMouseout="sspeed=2">
</layer>
</ilayer>
</span>
</iframe>
</body>
</html>
However, do not just copy the above code and stick it into a web page as-is. That won't work, because pieces of the ticker code need to go in three specific places within the structure of your web page.
1. Your target Web page should already have a pair of "head" tages, like <head> </head>. The script code goes into your page between those existing "head" tags:
<SCRIPT LANGUAGE=JavaScript src="http://ticker.ArchitectureWeek.com/ticker/ns_ticker.js">
</SCRIPT>
2. Your target Web page should already have a "body" tag like <body> near the top of the page, typically with some additional parameters included within the HTML brackets. The script roll parameter must be added within the brackets of the existing upper "body" tag.
onLoad='tickerstart()'
3. Then, wherever you want the ticker to appear in your page, insert the "iframe" code:
<iframe src="http://ticker.ArchitectureWeek.com/ticker/ie_ticker.html" width=464 height=56 MARGINWIDTH=1 MARGINHEIGHT=1 FRAMEBORDER=1 bordercolor=#CCCC00 SCROLLING=no target="_blank">
<span style="borderWidth:1; borderColor:#CCCC00; width:458; height:52;">
<ilayer width=458 height=52 name="slider1" bgcolor="white" visibility=hide>
<layer name="slider2" onMouseover="sspeed=0;" onMouseout="sspeed=2">
</layer>
</ilayer>
</span>
</iframe>
That's all there is to it. Once the ticker is successfully installed, it should continue to display design and building headlines, automatically updated by ArchitectureWeek every weekday.
For any technical assistance that might be helpful, please contact ArchitectureWeek Technical Support at "support@architectureweek.com".
not your grandpa's architecture magazine
|