funelephant wrote:
SciTecCf wrote:
funelephant wrote:
New one.
A little constructive (I hope) criticism: I would recommend keeping the background white, or a whiteish pattern, or black, and implementing the blue in a more subtle way... I can make an example, if you like.I want to keep it blue, so can you post an example of the blue?
By the way, I made the players for the project the Flash player.
Offline
How did you make the projects be in the flash player?
Offline
TorbyFork234 wrote:
How did you make the projects be in the flash player?
<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"> <param name="allowScriptAccess" value="always"> <param name="allowFullScreen" value="true"> <param name="flashvars" value="project=http://scratch.mit.edu/static/projects/[username]/[project id].sb?version=1">
Offline
funelephant wrote:
funelephant wrote:
SciTecCf wrote:
New one.
A little constructive (I hope) criticism: I would recommend keeping the background white, or a whiteish pattern, or black, and implementing the blue in a more subtle way... I can make an example, if you like.I want to keep it blue, so can you post an example of the blue?
By the way, I made the players for the project the Flash player.
Yeah, here:
Just a quick example I whipped up in Inkscape.
Offline
SciTecCf wrote:
funelephant wrote:
funelephant wrote:
I want to keep it blue, so can you post an example of the blue?
By the way, I made the players for the project the Flash player.Yeah, here:
http://i1237.photobucket.com/albums/ff4 … neleph.png
Just a quick example I whipped up in Inkscape.
Oh! I could make it so you could choose the BGColor
Offline
Too be honest, light green would be much more appealing.
Offline
funelephant wrote:
Oh! I could make it so you could choose the BGColor
I have a script for that
<CENTER> <p>[<a href="/" onmouseover="document.bgColor='green'">Green</a>]<br> [<a href="/" onmouseover="document.bgColor='greem'">Bright Green</a>]<br> [<a href="/" onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br> [<a href="/" onmouseover="document.bgColor='red'">Red</a>]<BR> [<a href="/" onmouseover="document.bgColor='magenta'">Magenta</a>]<br> [<a href="/" onmouseover="document.bgColor='fusia'">Fusia</a>]<br> [<a href="/" onmouseover="document.bgColor='pink'">Pink</a>]<br> [<a href="/" onmouseover="document.bgColor='purple'">Purple</a>]<BR> [<a href="/" onmouseover="document.bgColor='navy'">Navy</a>]<br> [<a href="/" onmouseover="document.bgColor='blue'">Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> [<a href="/" onmouseover="document.bgColor='yellow'">Yellow</a>]<br> [<a href="/" onmouseover="document.bgColor='brown'">Brown</a>]<br> [<a href="/" onmouseover="document.bgColor='almond'">Almond</a>]<br> [<a href="/" onmouseover="document.bgColor='white'">White</a>]<BR> [<a href="/" onmouseover="document.bgColor='black'">Black</a>]<br> [<a href="/" onmouseover="document.bgColor='coral'">Coral</a>]<br> [<a href="/" onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br> [<a href="/" onmouseover="document.bgColor='orange'">Orange</a>]<br> <hr color="#00FFFF"> </CENTER>
Using this code, a list of colors will appear, and if you hover your mouse over it, the bgcolor will change!
This is only tested with IE though...
Dan Jones
Offline
daniel_j wrote:
funelephant wrote:
Oh! I could make it so you could choose the BGColor
I have a script for that
Code:
<CENTER> <p>[<a href="/" onmouseover="document.bgColor='green'">Green</a>]<br> [<a href="/" onmouseover="document.bgColor='greem'">Bright Green</a>]<br> [<a href="/" onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br> [<a href="/" onmouseover="document.bgColor='red'">Red</a>]<BR> [<a href="/" onmouseover="document.bgColor='magenta'">Magenta</a>]<br> [<a href="/" onmouseover="document.bgColor='fusia'">Fusia</a>]<br> [<a href="/" onmouseover="document.bgColor='pink'">Pink</a>]<br> [<a href="/" onmouseover="document.bgColor='purple'">Purple</a>]<BR> [<a href="/" onmouseover="document.bgColor='navy'">Navy</a>]<br> [<a href="/" onmouseover="document.bgColor='blue'">Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> [<a href="/" onmouseover="document.bgColor='yellow'">Yellow</a>]<br> [<a href="/" onmouseover="document.bgColor='brown'">Brown</a>]<br> [<a href="/" onmouseover="document.bgColor='almond'">Almond</a>]<br> [<a href="/" onmouseover="document.bgColor='white'">White</a>]<BR> [<a href="/" onmouseover="document.bgColor='black'">Black</a>]<br> [<a href="/" onmouseover="document.bgColor='coral'">Coral</a>]<br> [<a href="/" onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br> [<a href="/" onmouseover="document.bgColor='orange'">Orange</a>]<br> <hr color="#00FFFF"> </CENTER>Using this code, a list of colors will appear, and if you hover your mouse over it, the bgcolor will change!
This is only tested with IE though...
Dan Jones
Thanks! I'll use it! Should I give credit?
Offline
daniel_j wrote:
funelephant wrote:
Oh! I could make it so you could choose the BGColor
I have a script for that
Code:
<CENTER> <p>[<a href="/" onmouseover="document.bgColor='green'">Green</a>]<br> [<a href="/" onmouseover="document.bgColor='greem'">Bright Green</a>]<br> [<a href="/" onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br> [<a href="/" onmouseover="document.bgColor='red'">Red</a>]<BR> [<a href="/" onmouseover="document.bgColor='magenta'">Magenta</a>]<br> [<a href="/" onmouseover="document.bgColor='fusia'">Fusia</a>]<br> [<a href="/" onmouseover="document.bgColor='pink'">Pink</a>]<br> [<a href="/" onmouseover="document.bgColor='purple'">Purple</a>]<BR> [<a href="/" onmouseover="document.bgColor='navy'">Navy</a>]<br> [<a href="/" onmouseover="document.bgColor='blue'">Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> [<a href="/" onmouseover="document.bgColor='yellow'">Yellow</a>]<br> [<a href="/" onmouseover="document.bgColor='brown'">Brown</a>]<br> [<a href="/" onmouseover="document.bgColor='almond'">Almond</a>]<br> [<a href="/" onmouseover="document.bgColor='white'">White</a>]<BR> [<a href="/" onmouseover="document.bgColor='black'">Black</a>]<br> [<a href="/" onmouseover="document.bgColor='coral'">Coral</a>]<br> [<a href="/" onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br> [<a href="/" onmouseover="document.bgColor='orange'">Orange</a>]<br> <hr color="#00FFFF"> </CENTER>Using this code, a list of colors will appear, and if you hover your mouse over it, the bgcolor will change!
This is only tested with IE though...
Dan Jones
2 things.
Do you think you could make it a dropdown menu?
It only changes it for that page.
Offline
funelephant wrote:
daniel_j wrote:
funelephant wrote:
Oh! I could make it so you could choose the BGColor
I have a script for that
Code:
<CENTER> <p>[<a href="/" onmouseover="document.bgColor='green'">Green</a>]<br> [<a href="/" onmouseover="document.bgColor='greem'">Bright Green</a>]<br> [<a href="/" onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br> [<a href="/" onmouseover="document.bgColor='red'">Red</a>]<BR> [<a href="/" onmouseover="document.bgColor='magenta'">Magenta</a>]<br> [<a href="/" onmouseover="document.bgColor='fusia'">Fusia</a>]<br> [<a href="/" onmouseover="document.bgColor='pink'">Pink</a>]<br> [<a href="/" onmouseover="document.bgColor='purple'">Purple</a>]<BR> [<a href="/" onmouseover="document.bgColor='navy'">Navy</a>]<br> [<a href="/" onmouseover="document.bgColor='blue'">Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> [<a href="/" onmouseover="document.bgColor='yellow'">Yellow</a>]<br> [<a href="/" onmouseover="document.bgColor='brown'">Brown</a>]<br> [<a href="/" onmouseover="document.bgColor='almond'">Almond</a>]<br> [<a href="/" onmouseover="document.bgColor='white'">White</a>]<BR> [<a href="/" onmouseover="document.bgColor='black'">Black</a>]<br> [<a href="/" onmouseover="document.bgColor='coral'">Coral</a>]<br> [<a href="/" onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br> [<a href="/" onmouseover="document.bgColor='orange'">Orange</a>]<br> <hr color="#00FFFF"> </CENTER>Using this code, a list of colors will appear, and if you hover your mouse over it, the bgcolor will change!
This is only tested with IE though...
Dan Jones2 things.
Do you think you could make it a dropdown menu?
It only changes it for that page.
Drop down wouldn't be that hard.
If changing for all pages, then it requires JS cookies, PHP cookies, or PHP sessions, which are too complicated at this time.
Offline
funelephant wrote:
SciTecCf wrote:
funelephant wrote:
New one.
A little constructive (I hope) criticism: I would recommend keeping the background white, or a whiteish pattern, or black, and implementing the blue in a more subtle way... I can make an example, if you like.I want to keep it blue, so can you post an example of the blue?
By the way, I made the players for the project the Flash player.
I like the blue.
Offline
Agentpieface wrote:
nice
Thanks
Offline
Mokat wrote:
funelephant wrote:
SciTecCf wrote:
New one.
A little constructive (I hope) criticism: I would recommend keeping the background white, or a whiteish pattern, or black, and implementing the blue in a more subtle way... I can make an example, if you like.I want to keep it blue, so can you post an example of the blue?
By the way, I made the players for the project the Flash player.I like the blue.
So, do you like the website?
I added a birthday countdown
Offline
funelephant wrote:
daniel_j wrote:
funelephant wrote:
Oh! I could make it so you could choose the BGColor
I have a script for that
Code:
<CENTER> <p>[<a href="/" onmouseover="document.bgColor='green'">Green</a>]<br> [<a href="/" onmouseover="document.bgColor='greem'">Bright Green</a>]<br> [<a href="/" onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br> [<a href="/" onmouseover="document.bgColor='red'">Red</a>]<BR> [<a href="/" onmouseover="document.bgColor='magenta'">Magenta</a>]<br> [<a href="/" onmouseover="document.bgColor='fusia'">Fusia</a>]<br> [<a href="/" onmouseover="document.bgColor='pink'">Pink</a>]<br> [<a href="/" onmouseover="document.bgColor='purple'">Purple</a>]<BR> [<a href="/" onmouseover="document.bgColor='navy'">Navy</a>]<br> [<a href="/" onmouseover="document.bgColor='blue'">Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br> [<a href="/" onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> [<a href="/" onmouseover="document.bgColor='yellow'">Yellow</a>]<br> [<a href="/" onmouseover="document.bgColor='brown'">Brown</a>]<br> [<a href="/" onmouseover="document.bgColor='almond'">Almond</a>]<br> [<a href="/" onmouseover="document.bgColor='white'">White</a>]<BR> [<a href="/" onmouseover="document.bgColor='black'">Black</a>]<br> [<a href="/" onmouseover="document.bgColor='coral'">Coral</a>]<br> [<a href="/" onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br> [<a href="/" onmouseover="document.bgColor='orange'">Orange</a>]<br> <hr color="#00FFFF"> </CENTER>Using this code, a list of colors will appear, and if you hover your mouse over it, the bgcolor will change!
This is only tested with IE though...
Dan Jones2 things.
Do you think you could make it a dropdown menu?
It only changes it for that page.
1. You do not have to give credit, it is just a script
2. Yes, I can make it a drop down menu if you want, but If you need it to work for all pages it will involve cookies and storage data, which I think is to hard for you at the moment! When you become more fluent with HMTL I can show you how to use cookies and data storage!
Dan Jones
Offline
OK, I have put together a dropdown menu for you that will change the bgcolor, this can be edited to have your own colors, but I put in some common colors !
<center> <form name="bgcolorForm">Background Color: <select onChange="if(this.selectedIndex!=0) document.bgColor=this.options[this.selectedIndex].value"> <option value="choose">Select Background Color <option value="FFFFCC">light yellow <option value="CCFFFF">light blue <option value="CCFFCC">light green <option value="CCCCCC">gray <option value="FFFFFF">white </select></form> </center>
This should work, I have not tested it .
I hope I helped!
P.S if you need help adding colors, just ask!
Dan Jones
Offline
One more suggestion, maybe try using <center> abit more, it may just be me but I like things when they are centered.
^^ the above might just be a 14 year old thing xD
Dan Jones
Also, why don't you come join us on CodersShed? We would love to have some more HTML coders
Offline
daniel_j wrote:
One more suggestion, maybe try using <center> abit more, it may just be me but I like things when they are centered.
^^ the above might just be a 14 year old thing xD
Dan Jones
Also, why don't you come join us on CodersShed? We would love to have some more HTML coders
I agree, everything should optimally be centered under the birthday thing.
And 13 here, so it's not.
Offline
Thanks, daniel_j! I just changed a few of the colors up, and added more
Offline
trinary wrote:
That's quite good.
Thanks
Offline