Sign in, say "hi", ... and be welcomed.

AL Builts websites

Postby DarthVader » Wed Sep 21, 2011 4:59 pm

DarthVader
User avatar
Contributor
Contributor
 
Posts: 193
Joined: Sat Jul 02, 2011 5:37 pm

Re: AL Builts websites

Postby SamKellner » Thu Sep 22, 2011 5:53 am

Looks great, Al :thumbup:
Southwest Texas Hang Gliders
US Hawks Hang Gliding Assn.
Chapter #4
SamKellner
User avatar
Contributor
Contributor
 
Posts: 1259
Joined: Mon Aug 30, 2010 7:15 pm
Location: SW Texas

Re: AL Builts websites

Postby miguel » Thu Sep 22, 2011 8:45 am

Nice site.

Maybe a button to kill the music? 8-)
miguel
User avatar
Contributor
Contributor
 
Posts: 126
Joined: Tue Dec 14, 2010 9:20 am

Re: AL Builts websites

Postby Bob Kuczewski » Mon Sep 26, 2011 7:54 pm

Very Cool Al!!!

I especially liked the JavaScript Text Tail:

Code: Select all
<script language="javascript">
c1             = new config();
c1.prefix      = "y_textTail1";
c1.updateDelay = 30;
c1.letterspacing = 14;
c1.message     = "DJ XL (210) 223-7582";
c1.message     = c1.message.split("");
c1.howmany     = parseInt(c1.message.length);
c1.oldx = new Array();
c1.oldy = new Array();
c1.uid   = 1;
for (i=0;i<c1.howmany;i++) {
 c1.oldx[i] = 0;
 c1.oldy[i] = -50;
}
for (i=0;i<c1.howmany;i++) {
  writeLayer("<span class=\"textTail\">" + c1.message[i] + "</span>", c1.prefix + i, 0, -50);
  setVisible(c1.prefix + i, 1);
}
function updatetextTail(c) {
 c.widthBoundry = getViewWidth() - 30;
 for (i=c.howmany-1;i>0;i--) {
  c.oldx[i] = c.oldx[i-1] + c.letterspacing;
  c.oldy[i] = c.oldy[i-1];
 }
 c.oldx[0] = cursorX + c.letterspacing;
 c.oldy[0] = cursorY;
 for (i=0;i<c.howmany;i++) {
  if (c.oldx[i] >= c.widthBoundry) {
   c.oldx[i] = c.widthBoundry;
   setVisible(c.prefix + i, 0);
  } else { setVisible(c.prefix + i, 1); }
 moveLayer(c.prefix + i, c.oldx[i], c.oldy[i]);
 }
 setTimeout("updatetextTail(c" + c.uid + ")", c.updateDelay);
}
if (c1.message != "") {
 captureXY();
 updatetextTail(c1);
}
</script>
Join a National Hang Gliding Organization: US Hawks at ushawks.org
View my rating at: US Hang Gliding Rating System
Every human at every point in history has an opportunity to choose courage over cowardice. Look around and you will find that opportunity in your own time.
Bob Kuczewski
User avatar
Contributor
Contributor
 
Posts: 8966
Joined: Fri Aug 13, 2010 2:40 pm
Location: San Diego, CA

Re: AL Builts websites

Postby Bill Cummings » Thu Oct 06, 2011 3:02 pm

:srofl: :lol: I really shook the dust out of the text tail Al :srofl:
Made it look like a tell tail in the LZ from 1 to 80 mph. :srofl:
Or a happy sperm! :shh: :oops:
Bill Cummings
User avatar
Contributor
Contributor
 
Posts: 3361
Joined: Wed Jul 13, 2011 6:20 pm
Location: Las Cruces NM 88005 (Region 4)

Forum Statistics

Who is online

Users browsing this forum: Bing [Bot] and 788 guests

Options

Return to Hang Gliding General