Advanced Search

Search:

Type: Posts; User: Jay Dog; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    231

    Image to Word Matching Game

    Hi,

    I've discovered this site here :

    http://www.wisconsinhistory.org/kids/matching/matching.htm


    <html>
    <Head><Title>State Symbol Matching Game</Title>
    <script language="JavaScript">
  2. Ha! Worked it out! ...

    Ha!

    Worked it out!


    <html>
    <head>
    <script language="JAVASCRIPT">
  3. How can I make two random words appear by going over just one piece of text?

    Hi,

    I have been playing with the random question generator and what I want is for it to be able to pick a childs name at random and also pick a question at random, I have done it so far but what I...
  4. Replies
    2
    Views
    279

    and here's the CSS that I used from an existing...

    and here's the CSS that I used from an existing site, it worked on a template but in the one above:



    :link,:visited { text-decoration:none }
    ul,ol { list-style:none }...
  5. Replies
    2
    Views
    279

    centralise text in Divs

    Hi,


    is there a way to centralise the text in the DIV called MyText1?

    I've been playing with it and I need to it be centralised both horizontally and vertically:



    <!DOCTYPE html PUBLIC...
  6. Replies
    1
    Views
    325

    Horizontal scrolling information

    Hi,

    I've just found this site and really like the scrolling comment box in the right hand lower quarter:

    http://www.aimersoft.com/dvd-creator.html

    Is there a code similar to this on DD? I've...
  7. Sorted it... had a play about with it and I...

    Sorted it... had a play about with it and I realised that all I'd done was put the FONT command inside the DIV bit and not the FONT bit outside it, works prefectly, many thanks!;)
  8. You Sir, are a STAR!!! ;) Thank you very much...

    You Sir, are a STAR!!! ;)

    Thank you very much but there is just one other thing, how can I chnage the size of the font when you rollover the text so that it's all font size=5, I'm experimenting...
  9. Background changes colour when mouseover on hotspot and text appears

    Hi,

    This is an existing code I have been working on.

    The modification that I would like is that you have a big triangle and originally you roll over one segment of the triangle and a random...
  10. Replies
    5
    Views
    881

    Hi, done it... opc:function(o,n){ ...

    Hi, done it...

    opc:function(o,n){
    o.style.filter='alpha(opacity='+2*n+')';
    o.style.opacity=o.style.MozOpacity=o.style.WebkitOpacity=o.style.KhtmlOpacity=n/100-.001;
    },
  11. Replies
    5
    Views
    881

    That's great, thanks, is there a way to alter the...

    That's great, thanks, is there a way to alter the opacity of the divs though?

    Again many thanks.:)
  12. Replies
    5
    Views
    881

    Roll over image and text appears

    Hi,

    I have found some sample codes on here that resemble what I want but this is exactly what I was looking for:

    http://news.sky.com/story/1081184/boston-bomb-suspect-charged-in-hospital-bed...
  13. Replies
    6
    Views
    1,024

    Found this... ...

    Found this...

    http://www.onextrapixel.com/2011/08/22/adding-weather-to-your-site-with-jquery-and-yql/

    Ideal!
  14. Replies
    6
    Views
    1,024

    Free weather feed

    Hi,

    I've found a few free weather widgety things to put on a site but most of them look a bit big and bulky.

    I'm looking for something just like this one here on the top right hand corner after...
  15. Make a web page act a bit like Excel / Grid

    Hi,

    I was recently shown a product that we could use in school but it is actually quite expensive.

    The cheap and easiest way of doing this would be to create a template in Excel and put that in...
  16. Replies
    2
    Views
    585

    Random name that does not repeat

    Hi,

    I have been working on this code here, it's pretty simple and it allows me to choose a child's name at random.

    <html>
    <head>
    <script language="JAVASCRIPT">
  17. Replies
    4
    Views
    2,113

    Hi guys, first off thanks for your help, I did...

    Hi guys, first off thanks for your help, I did actually find a really good Tutorial on Youtube but I am new to Flash and am starting to use it more in work so wanted a challenge to help improve my...
  18. Replies
    4
    Views
    2,113

    Fluctuating images in Flash

    Hi,

    I'm relatively new to Flash and want to create a file similar to the one shown with the images of the birds and scenery that merge into one another as shown in this site here:
    ...
  19. Thread: Rating system

    by Jay Dog
    Replies
    3
    Views
    1,965

    Hi Thanks, I'm looking at this one here: ...

    Hi Thanks, I'm looking at this one here:


    http://www.hscripts.com/scripts/php/starrating.php

    These are the instructions:

    a) Unzip the folder "five-star-rating.zip" .
    b) Create a database...
  20. Thread: Rating system

    by Jay Dog
    Replies
    3
    Views
    1,965

    Rating system

    Hiya,

    I have been asked to produce a system where staff members can rate a resource out of 5 using stars similar to Amazon.

    I have found a few examples on line and have tried them but with...
  21. Replies
    11
    Views
    2,170

    The idea of a sky god may have come a lot later,...

    The idea of a sky god may have come a lot later, Zeus the 'shining sky' may have been the product of a more male orientated culture but again one that relied on agriculture than hunting as the sky...
  22. Replies
    11
    Views
    2,170

    They also covered their dead in red clay as they...

    They also covered their dead in red clay as they saw blood as the life force, makes sense if you think about it, you hunt an animal, throw a spear, it hits the animal, red stuff comes out, the animal...
  23. Replies
    2
    Views
    736

    </HEAD>
    <BODY aLink=#8a8a8a bgColor=#ffffff
    link=#ff0000 text=#000000 vLink=#215e21>
    <H3 align=center><FONT size=+1>'Flap Jack Costing Sheet</FONT></H3>
    <table width="100%" border="0"...
  24. Replies
    2
    Views
    736

    Order Form...

    <HTML>
    <HEAD>
    <TITLE>Order Form</TITLE>
    <SCRIPT>

    //Global Variables

    var RowsInForm = 6 //How many rows will be in the order details form

    var ProductsInList = 18 //Must equal highest...
  25. Replies
    2
    Views
    736

    Remove third column from table

    Hi,

    I've been working on this bit of code I found based on an Order Form that I intend to modify to help children understand the different costs of materials.

    This one is for flap jacks:

    ...
Results 1 to 25 of 55
Page 1 of 3 1 2 3