Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
141 lines (118 sloc)
4.18 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | |
| <HTML> | |
| <HEAD> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> | |
| <META NAME="VPSiteProject" CONTENT="file:///C|/WINDOWS/Desktop/Project%20A+/Project.vpp"> | |
| <META NAME="GENERATOR" Content="Visual Page 2.0 for Windows"> | |
| <TITLE>Hack4food.com</TITLE> | |
| </HEAD> | |
| <BODY TEXT="black" BGCOLOR="white" LINK="#0033CC" ALINK="#CC0000"> | |
| <P ALIGN="CENTER"><B><FONT SIZE="7" COLOR="#00CC00">A+ Certification</FONT></B></P> | |
| <P> | |
| <P ALIGN="CENTER"><A HREF="http://www.comptia.org/main.asp" target="_blank">COMPTIA official site</A></P> | |
| <P ALIGN="CENTER"><A HREF="mailto:yegua@hack4food.com"><BR> | |
| </A><A HREF="http://www.askjeeves.com/main/metaanswer.asp?metaEngine=directhit&origin=0&MetaURL=http%3A%2F%2Fwww%2Edalidesign%2Ecom%2Fprepap%2Fabtap%2Ehtml&qCategory=tune&metaTopic=About+the+CompTIA+a%2B+certification+tests+%2D+Core+certification+test+and&ItemOrdinal=0&logQID=23961D850541D41180BA00A0C9AD0EF0" | |
| target="_blank">www.dalidesign.com</A></P> | |
| <P ALIGN="CENTER"><A HREF="http://www.askjeeves.com/main/metaanswer.asp?metaEngine=directhit&origin=0&MetaURL=http%3A%2F%2Fwww%2Edalidesign%2Ecom%2Fprepap%2Fabtap%2Ehtml&qCategory=tune&metaTopic=About+the+CompTIA+a%2B+certification+tests+%2D+Core+certification+test+and&ItemOrdinal=0&logQID=23961D850541D41180BA00A0C9AD0EF0" | |
| target="_blank"><BR> | |
| </A>A+ Study Group</P> | |
| <P ALIGN="CENTER">Delayed due to DEOQP!!</P> | |
| <P ALIGN="CENTER">PN2</P> | |
| <P ALIGN="CENTER">e-mail for details</P> | |
| <P ALIGN="CENTER"><A HREF="mailto:yegua@hack4food.com"></A></P> | |
| <P ALIGN="CENTER"><A HREF="mailto:yegua@hack4food.com"><BR> | |
| </A>I ain't certified in anything at all, so I ain't able to say that attending these meetings will do anybody | |
| any good, what so ever.</P> | |
| <P ALIGN="CENTER"><A HREF="mailto:yegua@hack4food.com"><BR> | |
| </A><A HREF="index.html"><home</A><A HREF="mailto:yegua@hack4food.com"><BR> | |
| <BR> | |
| </A>updated 062900</P> | |
| <P ALIGN="CENTER"><A HREF="mailto:yegua@hack4food.com">yegua@hack4food.com</A></P> | |
| <P><!-- /Breadcrumb --> <SCRIPT language="JavaScript1.2"> | |
| var brOK=false, mie=false; | |
| if(document.layers || document.all) brOK=true; | |
| if(document.all) mie=true; | |
| var ex=0, ey=0; | |
| var ae, le, re, x0, y0, tid, realx, realy; | |
| function navMove(e) { | |
| ex=e.pageX; | |
| ey=e.pageY; | |
| moveeye() | |
| return routeEvent(e); | |
| } | |
| function mieMove() { | |
| ex=document.body.scrollLeft+event.x; | |
| ey=document.body.scrollTop+event.y; | |
| moveeye(); | |
| } | |
| function moveeye() { | |
| dy=ey-y0-20; | |
| dx1=ex-x0-20; | |
| dx2=ex-x0-60; | |
| r=Math.sqrt(dx1*dx1+dy*dy); | |
| if(r<20) r=20 | |
| dx1=dx1*10/r+x0+10; | |
| dy1=dy*10/r+y0+10; | |
| r=Math.sqrt(dx2*dx2+dy*dy); | |
| if(r<20) r=20 | |
| dx2=dx2*10/r+x0+50; | |
| ae.left=x0; | |
| ae.top=y0; | |
| le.left=dx1; | |
| le.top=dy1; | |
| re.left=dx2; | |
| re.top=dy1; | |
| } | |
| function setHandlers() { | |
| if(!mie){ | |
| y0=document.eyeballs.top; | |
| x0=document.eyeballs.left; | |
| ae=document.eyeballs; | |
| le=document.lefteye; | |
| re=document.righteye; | |
| window.captureEvents(Event.MOUSEMOVE); | |
| window.onMouseMove=navMove; | |
| } else { | |
| y0=document.all.eyeballs.style.pixelTop; | |
| x0=document.all.eyeballs.style.pixelLeft; | |
| ae=document.all.eyeballs.style; | |
| le=document.all.lefteye.style; | |
| re=document.all.righteye.style; | |
| window.document.onmousemove=mieMove; | |
| } | |
| realx=x0+0.1; | |
| realy=y0+0.1; | |
| moveall(); | |
| } | |
| function moveall() { | |
| rx=realx+40 | |
| ry=realy+40; | |
| rx+=(ex-rx)*0.1; | |
| ry+=(ey-ry)*0.1; | |
| realx=rx-40; | |
| realy=ry-40; | |
| x0=Math.round(realx); | |
| y0=Math.round(realy); | |
| moveeye(); | |
| tid=setTimeout('moveall()',100); | |
| } | |
| function placeeyes(x,y) { | |
| if(brOK) { | |
| ex=x+40; | |
| ey=y+40; | |
| s ='<DIV ID="dummy" STYLE="position:absolute; top:'+y+'; left:'+x+'; width:10; height:10;"> </DIV>'; | |
| s+='<DIV ID="eyeballs" STYLE="position:absolute; top:'+y+'; left:'+x+'; width:80; height:40;" ><IMG SRC="whites.gif" border=0></DIV>'; | |
| s+='<DIV ID="lefteye" STYLE="position:absolute; top:'+(y+10)+'; left:'+(x+10)+'; width:20; height:20;" ><IMG SRC="pupil.gif" border=0></DIV>'; | |
| s+='<DIV ID="righteye" STYLE="position:absolute; top:'+(y+10)+'; left:'+(x+50)+'; width:20; height:20;" ><IMG SRC="pupil.gif" border=0></DIV>'; | |
| document.writeln(s); | |
| } | |
| } | |
| function clearEyes() { | |
| if(tid) clearTimeout(tid); | |
| } | |
| placeeyes(200,100); | |
| window.onload=setHandlers; | |
| window.onunload=clearEyes; | |
| </SCRIPT> | |
| </BODY> | |
| </HTML> |