This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-06-30 15:36:24

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

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.


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#27 2012-06-30 15:49:39

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: New Website (100% started from scratch!)

How did you make the projects be in the flash player?

Offline

 

#28 2012-06-30 15:52:22

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

TorbyFork234 wrote:

How did you make the projects be in the flash player?

Code:

<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">

nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#29 2012-06-30 16:00:27

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: New Website (100% started from scratch!)

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:

http://i1237.photobucket.com/albums/ff468/sciteccf/funeleph.png

Just a quick example I whipped up in Inkscape.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&amp;display=small

Offline

 

#30 2012-06-30 16:09:15

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

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


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#31 2012-06-30 22:00:08

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: New Website (100% started from scratch!)

very good start!  Are you looking for help, because I'm really good with css, and could use another non-scratch project to work on.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#32 2012-07-01 04:25:14

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: New Website (100% started from scratch!)

Too be honest, light green would be much more appealing.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#33 2012-07-01 04:31:05

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

funelephant wrote:

Oh! I could make it so you could choose the BGColor

I have a script for that  smile

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...
smile
Dan Jones


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#34 2012-07-01 07:47:24

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

daniel_j wrote:

funelephant wrote:

Oh! I could make it so you could choose the BGColor

I have a script for that  smile

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...
smile
Dan Jones

Thanks! I'll use it! Should I give credit?


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#35 2012-07-01 07:50:24

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

daniel_j wrote:

funelephant wrote:

Oh! I could make it so you could choose the BGColor

I have a script for that  smile

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...
smile
Dan Jones

2 things.
Do you think you could make it a dropdown menu?
It only changes it for that page.


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#36 2012-07-01 13:59:21

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: New Website (100% started from scratch!)

funelephant wrote:

daniel_j wrote:

funelephant wrote:

Oh! I could make it so you could choose the BGColor

I have a script for that  smile

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...
smile
Dan Jones

2 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.


Hai.

Offline

 

#37 2012-07-01 16:00:58

Agentpieface
Scratcher
Registered: 2009-10-10
Posts: 1000+

Re: New Website (100% started from scratch!)

nice  big_smile


http://media.tumblr.com/tumblr_lr7fywSZAG1qfj8fq.gif

Offline

 

#38 2012-07-01 22:06:29

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: New Website (100% started from scratch!)

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.  smile


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#39 2012-07-01 22:12:20

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

Agentpieface wrote:

nice  big_smile

Thanks  big_smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#40 2012-07-01 22:13:24

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

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.  smile

So, do you like the website?

I added a birthday countdown  big_smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#41 2012-07-01 23:43:44

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

funelephant wrote:

daniel_j wrote:

funelephant wrote:

Oh! I could make it so you could choose the BGColor

I have a script for that  smile

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...
smile
Dan Jones

2 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  big_smile
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!  big_smile  When you become more fluent with HMTL I can show you how to use cookies and data storage!
Dan Jones
smile


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#42 2012-07-02 00:18:41

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

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  smile !

Code:

<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  big_smile .
I hope I helped!
P.S if you need help adding colors, just ask!
Dan Jones
big_smile


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#43 2012-07-02 00:24:31

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

One more suggestion, maybe try using <center> abit more, it may just be me but I like things when they are centered.  smile
^^ 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  big_smile


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#44 2012-07-02 00:25:56

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: New Website (100% started from scratch!)

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.  smile
^^ 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  big_smile

I agree, everything should optimally be centered under the birthday thing.

And 13 here, so it's not.


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#45 2012-07-02 00:29:13

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

soupoftomato wrote:

I agree, everything should optimally be centered under the birthday thing.

And 13 here, so it's not.

xD thought not  tongue


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#46 2012-07-02 07:41:52

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

Thanks, daniel_j! I just changed a few of the colors up, and added more  big_smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#47 2012-07-02 09:17:07

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

funelephant wrote:

Thanks, daniel_j! I just changed a few of the colors up, and added more  big_smile

No problem  big_smile  always happy to help with HTML!

Last edited by daniel_j (2012-07-02 09:25:07)


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#48 2012-07-02 09:18:22

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: New Website (100% started from scratch!)

Why not come join us on CodersShed?  big_smile


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#49 2012-07-04 04:32:20

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: New Website (100% started from scratch!)

That's quite good.


http://trinary.tk/images/signature_.php

Offline

 

#50 2012-07-04 08:49:33

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: New Website (100% started from scratch!)

trinary wrote:

That's quite good.

Thanks  big_smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

Board footer