home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Information / WebSites / Amiga / corporate / 060600-eyetech.shtml < prev    next >
Text File  |  2000-09-06  |  16KB  |  365 lines

  1. <!-- amiga.com designed by Ted Wallingford twallingford@indexc.com -->
  2.  
  3. <HTML>
  4. <HEAD>
  5. <TITLE>Amiga - So the World May Know</TITLE>
  6. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  7. <META KEYWORDS="Amiga, embedded, realtime, console, Jay Miner, alternative,
  8. Microsoft not spoken here, web, video, pc, virtual reality, internet">
  9. </HEAD>
  10.  
  11. <!-- Look Ma, No Word -->
  12.  
  13. <SCRIPT language="javascript">
  14.  
  15. <!-- Preload the active menu graphics //-->
  16. <!--
  17. browserName = navigator.appName;
  18. browserVer = parseInt(navigator.appVersion);
  19.  
  20.     if (browserName == "Netscape" && browserVer < 3) version = "rollno";
  21.     else if (browserName == "Microsoft Internet Explorer" && browserVer < 3.01) version= "rollno";
  22.     else version = "rollyes";
  23.     
  24.     if (version == "rollyes") {
  25.     menu0on = new Image();
  26.     menu0on.src = "/grafx/n-news-on.gif";
  27.     menu1on = new Image();
  28.     menu1on.src = "/grafx/n-exec-on.gif";
  29.         menu2on = new Image();
  30.     menu2on.src = "/grafx/n-pr-on.gif";
  31.     menu3on = new Image();
  32.     menu3on.src = "/grafx/n-aw-on.gif";
  33.     menu4on = new Image();
  34.     menu4on.src = "/grafx/n-events-on.gif";
  35.     menu5on = new Image();
  36.     menu5on.src = "/grafx/n-products-on.gif";
  37.     menu6on = new Image();
  38.     menu6on.src = "/grafx/n-dealers-on.gif";
  39.     menu7on = new Image();
  40.     menu7on.src = "/grafx/n-corporate-on.gif";
  41.     menu8on = new Image();
  42.     menu8on.src = "/grafx/n-investors-on.gif";
  43.         menu9on = new Image();
  44.     menu9on.src = "/grafx/n-jobs-on.gif";
  45.     menu10on = new Image();
  46.     menu10on.src = "/grafx/n-support-on.gif";
  47.     menu11on = new Image();
  48.     menu11on.src = "/grafx/n-usergroups-on.gif";
  49.     menu12on = new Image();
  50.     menu12on.src = "/grafx/n-developers-on.gif";
  51.     menu13on = new Image();
  52.     menu13on.src = "/grafx/n-search-on.gif";
  53.     
  54.     
  55.  
  56.     
  57.     header0on = new Image();
  58.     header0on.src = "/grafx/h-news.gif";
  59.     header1on = new Image();
  60.     header1on.src = "/grafx/h-products.gif";
  61.     header2on = new Image();
  62.     header2on.src = "/grafx/h-support.gif";
  63.     header3on = new Image();
  64.     header3on.src = "/grafx/h-search.gif";
  65.     header4on = new Image();
  66.     header4on.src = "/grafx/h-corporate.gif";
  67.  
  68.     menu0off = new Image();
  69.     menu0off.src = "/grafx/n-news-off.gif";
  70.     menu1off = new Image();
  71.     menu1off.src = "/grafx/n-exec-off.gif";
  72.         menu2off = new Image();
  73.     menu2off.src = "/grafx/n-pr-off.gif";
  74.     menu3off = new Image();
  75.     menu3off.src = "/grafx/n-aw-off.gif";
  76.     menu4off = new Image();
  77.     menu4off.src = "/grafx/n-events-off.gif";
  78.     menu5off = new Image();
  79.     menu5off.src = "/grafx/n-products-off.gif";
  80.     menu6off = new Image();
  81.     menu6off.src = "/grafx/n-dealers-off.gif";
  82.     menu7off = new Image();
  83.     menu7off.src = "/grafx/n-corporate-off.gif";
  84.     menu8off = new Image();
  85.     menu8off.src = "/grafx/n-investors-off.gif";
  86.         menu9off = new Image();
  87.     menu9off.src = "/grafx/n-jobs-off.gif";
  88.     menu10off = new Image();
  89.     menu10off.src = "/grafx/n-support-off.gif";
  90.     menu11off = new Image();
  91.     menu11off.src = "/grafx/n-usergroups-off.gif";
  92.     menu12off = new Image();
  93.     menu12off.src = "/grafx/n-developers-off.gif";
  94.     menu13off = new Image();
  95.     menu13off.src = "/grafx/n-search-off.gif";
  96.  
  97.     
  98.     header0off = new Image();
  99.     header0off.src = "/grafx/header_amiga_inc.gif";
  100.     }
  101. //-->
  102. <!-- End of active menu pre-load //-->
  103.  
  104. <!-- This little script will tell the buttons what to do... //-->
  105. <!--
  106. function img_act(imgName,headName) {
  107.     if (version == "rollyes") {
  108.     imgOn = eval(imgName + "on.src");
  109.     headOn = eval(headName + "on.src");
  110.     document.images [imgName].src = imgOn;
  111.     document.images ['header0'].src = headOn;
  112.     }
  113. }
  114.  
  115. function img_inact(imgName) {
  116.     if (version =="rollyes") {
  117.     imgOff = eval(imgName + "off.src");
  118.     headOff = header0off.src
  119.     document.images [imgName].src = imgOff;
  120.     document.images ['header0'].src = headOff;
  121.     }
  122. }
  123. //-->
  124. <!-- This is the end of the 'what to do' script //-->
  125.  
  126. </SCRIPT>
  127.  
  128. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CC0000" VLINK="#660000"
  129. ALINK="#FF3333" TOPMARGIN=0 LEFTMARGIN=0>
  130.     <BASE HREF="file://localhost/AACD13:AACD/Information/WebSites/Amiga/">
  131.   <TABLE BORDER="0" WIDTH="580" CELLSPACING="0" CELLPADDING="0">
  132.     <TR ALIGN="LEFT" VALIGN="TOP"> 
  133.       <TD WIDTH="93"><IMG LOWSRC="grafx/boing_static.gif" SRC="grafx/boing.gif" WIDTH="93" HEIGHT="81"></TD>
  134.       <TD COLSPAN="5" WIDTH="487"><IMG SRC="grafx/amiga_logo_top.gif" WIDTH="487" HEIGHT="81"></TD>
  135.     </TR>
  136.     <TR VALIGN="TOP" ALIGN="LEFT"> 
  137.       <TD WIDTH="93"><A HREF=""><IMG SRC="grafx/us_flag.gif" WIDTH="93" HEIGHT="50" BORDER="0"></A></TD>
  138.       <TD WIDTH="97" VALIGN="top"><A HREF="press/current"
  139.         onMouseOver = "img_act ('menu0','header0')"
  140.         onMouseOut = "img_inact ('menu0')"><IMG SRC="grafx/n-news-off.gif" NAME="menu0" ALT="News" WIDTH="97" HEIGHT="50" BORDER="0"></A></TD>
  141.       <TD WIDTH="82"><IMG SRC="grafx/header_left_side.gif" WIDTH="82" HEIGHT="28"><BR>
  142.         <IMG SRC="grafx/small_corner_curve.gif" WIDTH="14" HEIGHT="22" BORDER="0"></TD>
  143.       <TD WIDTH="241"><IMG NAME="header0" SRC="grafx/header_amiga_inc.gif"
  144. WIDTH="241" HEIGHT="28"></TD>
  145.       <TD WIDTH="21"><IMG SRC="grafx/header_right_side.gif" WIDTH="21" HEIGHT="28"></TD>
  146.       <TD WIDTH="46"><IMG SRC="grafx/spacer.gif" WIDTH="46" HEIGHT="1"></TD>
  147.     </TR>
  148.     <TR HEIGHT="45">
  149.       <TD
  150. VALIGN="top" WIDTH="93" BACKGROUND="grafx/left_side_stretch.gif"><A
  151. HREF="de/"><IMG ALT="in
  152. Deutsche" SRC="grafx/de_flag.gif" WIDTH="93" HEIGHT="39" BORDER="0"></A><P><CENTER>
  153. <A HREF="products/damiga.shtml"><IMG SRC="grafx/dtile.gif" HEIGHT=77
  154. WIDTH=78 BORDER=0></A><P>
  155. <A 
  156. HREF="products/SDK.shtml"><IMG 
  157. SRC="pics/products/sdk.gif" WIDTH=78 
  158. HEIGHT=78 ALT="SDK" BORDER=0></A><P><A HREF="games/"><IMG
  159. SRC="grafx/atbutton.gif" HEIGHT=78 WIDTH=78
  160.  border=0 alt="Games"></A><P>
  161. <A HREF="http://www.devicetop.com/dt/main"><IMG
  162. SRC="grafx/devicetop.gif" HEIGHT=78 WIDTH=78
  163. ALT="Devicetop.com" BORDER=0></A><P>
  164. <A HREF="3.5"><IMG
  165. SRC="pics/products/os35-redbg.gif" WIDTH=78 HEIGHT=77
  166. BORDER=0></A></CENTER></TD>
  167.       <TD WIDTH="97" VALIGN="top"><A HREF="corporate/exec_update.shtml"
  168.         onMouseOver = "img_act ('menu1','header0')" 
  169.         onMouseOut = "img_inact ('menu1')"><IMG SRC="grafx/n-exec-off.gif" NAME="menu1" ALT="Executive" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
  170.         <A HREF="press/current/"
  171.         onMouseOver = "img_act ('menu2','header0')" 
  172.         onMouseOut = "img_inact ('menu2')"><IMG SRC="grafx/n-pr-off.gif" NAME="menu2" ALT="Press" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
  173.          <A HREF="press/zine/"
  174.         onMouseOver = "img_act ('menu3','header0')" 
  175.         onMouseOut = "img_inact ('menu3')"><IMG SRC="grafx/n-aw-off.gif" NAME="menu3" ALT="AW" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
  176.         <A HREF="events/"
  177.         onMouseOver = "img_act ('menu4','header0')" 
  178.         onMouseOut = "img_inact ('menu4')"><IMG SRC="grafx/n-events-off.gif" NAME="menu4" ALT="Events" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  179.         <A HREF="products/"
  180.         onMouseOver = "img_act ('menu5','header1')" 
  181.         onMouseOut = "img_inact ('menu5')"><IMG SRC="grafx/n-products-off.gif" NAME="menu5" ALT="Products" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  182.         <A HREF="products/dealers.shtml"
  183.         onMouseOver = "img_act ('menu6','header1')" 
  184.         onMouseOut = "img_inact ('menu6')"><IMG SRC="grafx/n-dealers-off.gif" NAME="menu6" ALT="Dealers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  185.         <A HREF="corporate/"
  186.         onMouseOver = "img_act ('menu7','header4')" 
  187.         onMouseOut = "img_inact ('menu7')"><IMG SRC="grafx/n-corporate-off.gif" NAME="menu7" ALT="Corporate" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  188.         <A HREF="corporate/investors.shtml"
  189.         onMouseOver = "img_act ('menu8','header4')" 
  190.         onMouseOut = "img_inact ('menu8')"><IMG SRC="grafx/n-investors-off.gif" NAME="menu8" ALT="Investors" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  191.         <A HREF="corporate/jobs"
  192.         onMouseOver = "img_act ('menu9','header4')" 
  193.         onMouseOut = "img_inact ('menu9')"><IMG SRC="grafx/n-jobs-off.gif" NAME="menu9" ALT="Jobs" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  194.         <A HREF="support"
  195.         onMouseOver = "img_act ('menu10','header2')" 
  196.         onMouseOut = "img_inact ('menu10')"><IMG SRC="grafx/n-support-off.gif" NAME="menu10" ALT="Support" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  197.         <A HREF="user_groups"
  198.         onMouseOver = "img_act ('menu11','header2')" 
  199.         onMouseOut = "img_inact ('menu11')"><IMG SRC="grafx/n-usergroups-off.gif" NAME="menu11" ALT="User Groups" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
  200.         <A HREF="developers"
  201.         onMouseOver = "img_act ('menu12','header2')" 
  202.         onMouseOut = "img_inact ('menu12')"><IMG SRC="grafx/n-developers-off.gif" NAME="menu12" ALT="Developers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  203.         <A HREF="tools/search.shtml"
  204.         onMouseOver = "img_act ('menu13','header3')" 
  205.         onMouseOut = "img_inact ('menu13')"><IMG SRC="grafx/n-search-off.gif" NAME="menu13" ALT="Search" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  206.         <IMG SRC="grafx/menu_bottom.gif" WIDTH="97" HEIGHT="70" BORDER="0">
  207. </TD>
  208. <TD COLSPAN="4" ROWSPAN="8" VALIGN="TOP" ALIGN="LEFT">
  209.  
  210. <!-- CONTENT BEGIN //-->
  211. <FONT FACE="Tahoma, Arial, Helvetica" SIZE=2>
  212.  
  213.  
  214. <B>Amiga Inc. and Eyetech Form Partnership</B>
  215. <P>
  216.  
  217. <B>June 6, 2000 - Snoqualmie, WA USA</B> - Amiga Inc. of Snoqualmie, WA is pleased to announce a strategic
  218. relationship with Eyetech Group Ltd. of Stokesley, North Yorkshire, UK to
  219. manufacture the first release of the Next Generation Amiga Development
  220. Machines and to distribute these in Great Britain and the Republic of
  221. Ireland.
  222. <P>
  223. This will no doubt come as welcome news to the British Amiga community who
  224. have long enjoyed an excellent relationship with Eyetech.
  225. <P>
  226. Eyetech is well known as a leading supporter of Amiga - and the Amiga
  227. Community - of great integrity. Eyetech's involvement in the Amiga market
  228. dates back to 1993.
  229. <P>
  230. Amiga and Eyetech both share a vision and strategy to re-establish the next
  231. generation Amiga Operating Environment as the leading multimedia
  232. hardware-independent delivery platform for the year 2000 and beyond. Both
  233. companies believe that this strategy will return Amiga to its rightful
  234. position as a leader in multimedia computing, and thereby redeliver the
  235. recognition and pride back to the loyal Amiga community that has waved the
  236. flag over these last 15 years.
  237. <P>
  238. Our relationship with long time company Chairman, Alan Redhouse, proves
  239. that Eyetech has a firm belief in our product, our company, and our
  240. community. Of particular interest to both Amiga and the community is
  241. Eyetechs EZTower Mk5 which networks together - in a single tower system -
  242. both an A1200 (with optional PPC/BVision) with a next generation Amiga
  243. Development Machine and the Amiga SDK. "The reputation of Eyetech as well
  244. as their ability to offer such a high quality and wide-ranging choice to
  245. the Amiga community in the form of both the EZTower Mk5 and the EZDev-Plus
  246. - Eyetech's stand-alone DevBox - is unprecedented. We wholeheartedly
  247. support Alan and his team at Eyetech and join the community in welcoming
  248. Eyetech to the Amiga future." said Randall Hughes, Vice President Sales and
  249. Strategic Alliances at Amiga.
  250. <P>
  251. Alan Redhouse commented: "I am delighted that Eyetech has been chosen as
  252. Amiga's partner to help UK companies and individuals take advantage of
  253. porting and developing applications under the new Amiga Operating
  254. Environment. We will of course continue to service and support Classic
  255. Amiga users Worldwide from the 5000 square feet (500 square meters) of
  256. warehouse space dedicated to Amiga products here at our UK base.
  257. <P>
  258. "The Classic Amiga also forms the basis of our Multimedia Presentation and
  259. Kiosk systems as its tightly integrated, purpose-designed preemptive
  260. multitasking, multimedia-centric operating system allows us to achieve
  261. levels of performance, reliability and cost-effectiveness which cannot even
  262. be approached on a PC-based system. We are now looking forward to
  263. developing new, high-performance multimedia products around the new
  264. generation Amiga Operating Environment, as well as providing continued
  265. support for our existing commercial and leisure customers."
  266. <P>
  267. Eyetech's developer platforms for the new generation Amiga Operating
  268. Environment will be officially released on 1st June 2000. The product
  269. portfolio will include EZTower Mk 5 based integrated systems, upgrade kits
  270. for existing EZTower users and the stand-alone EZDev-Plus system. All
  271. systems will ship with Eyetech's 5-click Amiga - Linux networking software,
  272. specially tailored for the new Amiga Operating Environment.
  273. <P>
  274. For further details please contact:
  275. <P>
  276.   Randall P Hughes<BR>
  277.   VP Sales and Strategic Business Development<BR>
  278.   AMIGA INC. randy@amiga.com<BR>
  279. <P>
  280.   Alan M Redhouse<BR>
  281.   Chairman, <A HREF="http://www.eyetech.co.uk">Eyetech Group Ltd</A><BR>
  282.   The Old Bank<BR>
  283.   12 West Green<BR>
  284.   Stokesley<BR>
  285.   North Yorks<BR>
  286.   TS9 5BB, UK<BR>
  287.   Phone: +44 164 271 3185<BR>
  288.   Fax: +44 164 271 3634<BR>
  289.   Email: <A HREF="mailto:sales@eyetech.co.uk">sales@eyetech.co.uk</A><BR>
  290. <P>
  291. <B>About Eyetech</B><P>
  292. <P>Eyetech was originally established in 1983 to bring the benefit of
  293. automatic data collection systems to large commercial companies. The
  294. Company been closely involved in many high-profile projects - from the
  295. automatic toll collection systems at the Dartford River Crossing (London,
  296. UK) to most of the bar coded track-and-trace systems in use by the UK
  297. national parcel
  298. services.
  299. <P>
  300. Eyetech was founded in 1983 as a subsidiary of an international UK quoted
  301. plc. Since late 1985 - following a management buy out - Eyetech has traded
  302. as a private limited company. The company has mainly been involved in
  303. producing bespoke commercial software/systems - mainly under Unix/AIX -
  304. particularly in the transport and distribution sector. Eyetechs
  305. specialization has been in track & trace systems using bar codes - in fact
  306. most UK parcels carriers that use bar codes use a system designed and/or
  307. implemented by Eyetech. The company also manufactures bar code decoders and
  308. industrial (networked) shop floor data capture and access control systems.
  309. <P>
  310. Eyetech became interested in the Amiga, and became a registered Amiga
  311. developer, towards the end of 1993 : Eyetech's Amiga-related commercial
  312. systems currently cover two main areas:  As an integrated multimedia
  313. development/mass delivery platform for its existing customer base with
  314. custom systems built around Classic Amiga architecture.
  315. <P>
  316. Using rehoused Classic Amiga hardware as a low cost multitasking platform
  317. for shop floor data collection/control applications in smaller industrial
  318. companies, allowing simultaneous local enquiries and the passing back of
  319. data to (typically) an accounts machine as a background process.
  320. <P>
  321. In developing Amiga expertise over the course of the last few years or so
  322. Eyetech needed to provide hardware and software components which were not
  323. commonly available ex-stock, competitively priced or of industrial quality
  324. from normal Amiga suppliers. The Company therefore needed to design and/or
  325. sourced these products elsewhere, and initially entered the retail mail
  326. order business by making surplus stock available to the rest of the Amiga
  327. community. This side of the business has continued to develop,
  328. resulting in Eyetech becoming one of
  329. the largest mail order retailers of Amiga products in the English-speaking
  330. World.
  331.  
  332.  
  333.  
  334.  
  335. </FONT>
  336.       <!-- CONTENT END //--></TD>
  337.  
  338.       </TR><TR>
  339.       <TD COLSPAN="2" VALIGN="TOP" ALIGN="LEFT"><IMG SRC="grafx/left_side_bottom.gif" WIDTH="93" HEIGHT="51"></TD>
  340.           </TR>
  341.    
  342. </TABLE> 
  343. <TABLE WIDTH=100%><TR><TD WIDTH="93" VALIGN="TOP" ALIGN="LEFT"></TD>
  344.       <TD COLSPAN="5" ALIGN="RIGHT">
  345.       
  346. <FONT SIZE=2 FACE="Tahoma, Arial"><A HREF="corporate">Corporate</A> |
  347. <A HREF="support">Support</A> |
  348. <A HREF="press/current">News</A> |
  349. <A HREF="events">Events</A> |
  350. <A HREF="products">Products</A> |
  351. <A HREF="tools/search.shtml">Search</A></FONT><BR>
  352.       <IMG SRC="grafx/amiga_footer.gif" WIDTH="437" HEIGHT="71"></TD>
  353.     </TR>
  354.   </TABLE>
  355. <P ALIGN=RIGHT>
  356. <FONT SIZE=1 FACE="Tahoma,Arial,Helvetica">© 1996-2000 Amiga,
  357. Inc.<BR>
  358. <A HREF="mailto:webmaster@amiga.com">webmaster@amiga.com</A> |
  359. <A HREF="sitelog.shtml">Site Log</A> | <A HREF="sitemap.shtml">Site Map</A>
  360. </P>
  361. </CENTER>
  362. </BODY>
  363. </HTML>
  364.  
  365.