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

#901 2012-07-07 14:37:53

jTron
Scratcher
Registered: 2009-07-10
Posts: 100+

Re: The Bit Company (Members Needed!)

If it's not too late, I would like to register.
What you are good at: programming, graphics - pixel art and in photoshop, etc.
a link to one of your projects: I haven't been to active with the Scratch community lately, so most of my stuff is offline, but one of my best projects (online) is LampExample
other things that you want to tell us: I know html and have dreamweaver.

BTW, if your code looks like this right now (for once you go to ftp - and I haven't looked through the whole thread, I don't know if you've changed it) :
<HTML>

<HEAD> The Bit Company</head>

</html>
that's not exactly - probably - what you're looking for.
First of all, caps don't count, so <html></html> is fine.
Second, <head> is mainly for meta tags, title, and scripts, so really, you should put content in <body>.  If you want a title though:

<html><head>
<title>The Bit Company</title>
</head><body>
<h1>The Bit Company</h1><hr/>
<p>Blah Blah Blah<p>
</body></html>

Even if I don't get accepted, try it out, and I am always happy to help with html.

Thanks!

Also, I have a Mac, so i can compile your projects as .app .


You just have to manipulate the jimber into the right conjunction with the first tacklette. Then, manifestate the other tacklette to circumlocute the tinder. Wait, what were we talking about again?

Offline

 

#902 2012-07-08 03:57:53

Ludburghmdm
Scratcher
Registered: 2010-04-02
Posts: 100+

Re: The Bit Company (Members Needed!)

jTron wrote:

{Too long! Edited out to avoid "Page-Stretching"}

Cool! I bet ftf841 will get you on the team for sure!!


https://dl.dropbox.com/u/59329517/SmallerLogo.png
Please re-post this if you are against bullying.

Offline

 

#903 2012-07-08 07:47:03

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron wrote:

If it's not too late, I would like to register.
What you are good at: programming, graphics - pixel art and in photoshop, etc.
a link to one of your projects: I haven't been to active with the Scratch community lately, so most of my stuff is offline, but one of my best projects (online) is LampExample
other things that you want to tell us: I know html and have dreamweaver.

BTW, if your code looks like this right now (for once you go to ftp - and I haven't looked through the whole thread, I don't know if you've changed it) :
<HTML>

<HEAD> The Bit Company</head>

</html>
that's not exactly - probably - what you're looking for.
First of all, caps don't count, so <html></html> is fine.
Second, <head> is mainly for meta tags, title, and scripts, so really, you should put content in <body>.  If you want a title though:

<html><head>
<title>The Bit Company</title>
</head><body>
<h1>The Bit Company</h1><hr/>
<p>Blah Blah Blah<p>
</body></html>

Even if I don't get accepted, try it out, and I am always happy to help with html.

Thanks!

Also, I have a Mac, so i can compile your projects as .app .

well we swithed to weebly but we talked about upgrading to HTML so you could also be our head web designer. Also you are accepted.


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#904 2012-07-08 13:25:36

jTron
Scratcher
Registered: 2009-07-10
Posts: 100+

Re: The Bit Company (Members Needed!)

ftf841 wrote:

jTron wrote:

If it's not too late, I would like to register.
What you are good at: programming, graphics - pixel art and in photoshop, etc.
a link to one of your projects: I haven't been to active with the Scratch community lately, so most of my stuff is offline, but one of my best projects (online) is LampExample
other things that you want to tell us: I know html and have dreamweaver.
etc.

well we swithed to weebly but we talked about upgrading to HTML so you could also be our head web designer. Also you are accepted.

Awesome!  Thanks.

Also if you need more logos or whatever I do graphics.

Hope I can help in whatever way needed - also tell me when/if you go to html - I don't personally have a ftp but hopefully you can find someone to host.
jTron

Last edited by jTron (2012-07-08 13:27:59)


You just have to manipulate the jimber into the right conjunction with the first tacklette. Then, manifestate the other tacklette to circumlocute the tinder. Wait, what were we talking about again?

Offline

 

#905 2012-07-08 14:09:42

jTron
Scratcher
Registered: 2009-07-10
Posts: 100+

Re: The Bit Company (Members Needed!)

Can you change me in the members category to jTron_TBC instead?  I would like to use that for this project.
Also, I have a script in my OS, Dewdrop, that makes it sleep after a certain amount of time.  Do you want it in Bit OS?


You just have to manipulate the jimber into the right conjunction with the first tacklette. Then, manifestate the other tacklette to circumlocute the tinder. Wait, what were we talking about again?

Offline

 

#906 2012-07-08 14:12:58

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron wrote:

Can you change me in the members category to jTron_TBC instead?  I would like to use that for this project.
Also, I have a script in my OS, Dewdrop, that makes it sleep after a certain amount of time.  Do you want it in Bit OS?

yes put the script here in [scratchblocks]


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#907 2012-07-08 15:17:36

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

ftf841 wrote:

jTron wrote:

Can you change me in the members category to jTron_TBC instead?  I would like to use that for this project.
Also, I have a script in my OS, Dewdrop, that makes it sleep after a certain amount of time.  Do you want it in Bit OS?

yes put the script here in scratchblocks

Script for sleeping - may need to be adapted to your needs

sprite should be a black rect - fills whole screen



<%null%>//I think this is right.  If you want, this first script can be given to another "manager" sprite.
when gf clicked //manages sleeping
go to front
hide
forever
set [mx/y v] to ((mouse x)*(mouse y))
wait (1) secs
if <not<((mouse x)*(mouse y))=(mx/y)>>
reset timer
end
if <[29.9]is less than(timer)>
broadcast [sleep.darken v]
set [mx/y v] to ((mouse x)*(mouse y))
wait (1) secs
wait until <<not<((mouse x)*(mouse y))=(mx/y)>>or<<mouse down?>or<[59.9]is less than(timer)>>>
if <[59.9]is less than(timer)>
broadcast [sleep.fullblack v]
wait until <mouse down?>
wait until <not<mouse down?>>
end
broadcast [sleep.wake v]
reset timer
end
end

when I receive [sleep.darken v] //Dims screen
set [cw v] to [0]
set [ghost v] effect to (100)
show
repeat (10)
change [ghost v] effect by (-4)
end
repeat until <(cw) = [1]>
go to front
end
hide

when I receive [sleep.darken v] //Falls asleep
clear graphic effects

when I receive [sleep.wake v] //Wake up!
wait (0.01) secs
set [cw v] to (1)


Offline

 

#908 2012-07-08 15:21:21

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

Sorry, first comment should say "If you want, this first script can be given to another "manager" sprite".

Offline

 

#909 2012-07-08 16:43:52

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

I made a 1freehosting but it needs a subdomain. So the choices are
thebitcomp.goodluckwith.us
thebitcomp.hostingsiteforfree.com
thebitcomp.allalla.com

Or, we could keep using weebly, just maybe go to HTML only? I know webs.com does this. Also, if it supports php (1freehosting does) I have a limited knowledge of that.

Offline

 

#910 2012-07-08 19:01:36

Ludburghmdm
Scratcher
Registered: 2010-04-02
Posts: 100+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

{Avoiding "Page-Stretching"}

Cool idea.

Sorry for ftf841 not usually replying. I think he lives in ̶l̶o̶n̶d̶o̶n̶  america (I live in asia, so theres a big time difference) i dunno where you live though, so there may be a big time difference there too.

Last edited by Ludburghmdm (2012-07-08 19:23:27)


https://dl.dropbox.com/u/59329517/SmallerLogo.png
Please re-post this if you are against bullying.

Offline

 

#911 2012-07-08 19:05:39

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

Ludburghmdm wrote:

jTron_TBC wrote:

{Avoiding "Page-Stretching"}

Cool idea.

Sorry for ftf841 not usually replying. I think he lives in london (I live in asia, so theres a big time difference) i dunno where you live though, so there may be a big time difference there too.

roll  America GMT-5

Last edited by ftf841 (2012-07-08 19:05:52)


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#912 2012-07-08 19:07:33

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

I made a 1freehosting but it needs a subdomain. So the choices are
thebitcomp.goodluckwith.us
thebitcomp.hostingsiteforfree.com
thebitcomp.allalla.com

Or, we could keep using weebly, just maybe go to HTML only? I know webs.com does this. Also, if it supports php (1freehosting does) I have a limited knowledge of that.

hm... try: 000webhost.com and use their free web host plan. try to get the domain to be thebitcomp.co.cc


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#913 2012-07-08 19:22:12

Ludburghmdm
Scratcher
Registered: 2010-04-02
Posts: 100+

Re: The Bit Company (Members Needed!)

ftf841 wrote:

Ludburghmdm wrote:

jTron_TBC wrote:

{Avoiding "Page-Stretching"}

Cool idea.

Sorry for ftf841 not usually replying. I think he lives in l̶o̶n̶d̶o̶n̶  america (I live in asia, so theres a big time difference) i dunno where you live though, so there may be a big time difference there too.

roll  America GMT-5

Whoops, Sorry. I'm editing my memory (and my post  tongue )

Last edited by Ludburghmdm (2012-07-08 19:23:10)


https://dl.dropbox.com/u/59329517/SmallerLogo.png
Please re-post this if you are against bullying.

Offline

 

#914 2012-07-08 21:53:52

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

I'm in GMT-6 (central).  It looks like 000webhost only wants me to use the sd .site50.net. If that's fine, we're spiffy.  000wh supports php, so we may be able to use that (if we find someone who knows that or I actually try to learn it - haha). It would be great, though, to get on a FTP, so we can easily log on and edit remotely.  Also - off topic - as I mentioned before, I have Mac which is great for web design and also I can export scratch projects to app.

Offline

 

#915 2012-07-08 21:58:34

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

I'm in GMT-6 (central).  It looks like 000webhost only wants me to use the sd .site50.net. If that's fine, we're spiffy.  000wh supports php, so we may be able to use that (if we find someone who knows that or I actually try to learn it - haha). It would be great, though, to get on a FTP, so we can easily log on and edit remotely.  Also - off topic - as I mentioned before, I have Mac which is great for web design and also I can export scratch projects to app.

I can export to EXE I also used to live in wisconsin which is central time for the website i found a good FTP


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#916 2012-07-08 22:04:49

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

ftf841 wrote:

jTron_TBC wrote:

I'm in GMT-6 (central).  It looks like 000webhost only wants me to use the sd .site50.net. If that's fine, we're spiffy.  000wh supports php, so we may be able to use that (if we find someone who knows that or I actually try to learn it - haha). It would be great, though, to get on a FTP, so we can easily log on and edit remotely.  Also - off topic - as I mentioned before, I have Mac which is great for web design and also I can export scratch projects to app.

I can export to EXE I also used to live in wisconsin which is central time for the website i found a good [URL removed because this user is new]

Where in wi? Also, would we want the server then - so others can view the web page or is it for storage only?  Because that would also make a nice way to collab - through FTP/p2p

Offline

 

#917 2012-07-08 22:13:33

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

ftf841 wrote:

jTron_TBC wrote:

I'm in GMT-6 (central).  It looks like 000webhost only wants me to use the sd .site50.net. If that's fine, we're spiffy.  000wh supports php, so we may be able to use that (if we find someone who knows that or I actually try to learn it - haha). It would be great, though, to get on a FTP, so we can easily log on and edit remotely.  Also - off topic - as I mentioned before, I have Mac which is great for web design and also I can export scratch projects to app.

I can export to EXE I also used to live in wisconsin which is central time for the website i found a good [URL removed because this user is new]

Where in wi? Also, would we want the server then - so others can view the web page or is it for storage only?  Because that would also make a nice way to collab - through FTP/p2p

TA DA! also i am learning HTML so i can help design.


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#918 2012-07-08 22:33:19

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

ftf841 wrote:

jTron_TBC wrote:

ftf841 wrote:

I can export to EXE I also used to live in wisconsin which is central time for the website i found a good [URL removed because this user is new]

Where in wi? Also, would we want the server then - so others can view the web page or is it for storage only?  Because that would also make a nice way to collab - through FTP/p2p

TA DA! also i am learning HTML so i can help design.

Yeah, OSX comes with this. The question is: who can host, and has a computer that is almost always on?  That's why mass servers/online tools can help.  If none of these options we're juggling can work, we can always go back to a HTML only on weebly - or we can use webs, but the upload tools are annoying and inefficient. I've never used weebly, is there an HTML only mode? The advantage to FTP is that anyone with a login can get in and edit - easily, just like they're files on a hd.  So really, probably nothing free will ever be quite right.

Offline

 

#919 2012-07-08 22:35:10

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

ftf841 wrote:

jTron_TBC wrote:


Where in wi? Also, would we want the server then - so others can view the web page or is it for storage only?  Because that would also make a nice way to collab - through FTP/p2p

TA DA! also i am learning HTML so i can help design.

Yeah, OSX comes with this. The question is: who can host, and has a computer that is almost always on?  That's why mass servers/online tools can help.  If none of these options we're juggling can work, we can always go back to a HTML only on weebly - or we can use webs, but the upload tools are annoying and inefficient. I've never used weebly, is there an HTML only mode? The advantage to FTP is that anyone with a login can get in and edit - easily, just like they're files on a hd.  So really, probably nothing free will ever be quite right.

I almost always have my computer on... but I'm not sure if I would be able to host.  I know HTML too so if you need help just ask.  I'm trying to learn css php and javascript too.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#920 2012-07-08 22:35:33

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

ftf841 wrote:

jTron_TBC wrote:


Where in wi? Also, would we want the server then - so others can view the web page or is it for storage only?  Because that would also make a nice way to collab - through FTP/p2p

TA DA! also i am learning HTML so i can help design.

Yeah, OSX comes with this. The question is: who can host, and has a computer that is almost always on?  That's why mass servers/online tools can help.  If none of these options we're juggling can work, we can always go back to a HTML only on weebly - or we can use webs, but the upload tools are annoying and inefficient. I've never used weebly, is there an HTML only mode? The advantage to FTP is that anyone with a login can get in and edit - easily, just like they're files on a hd.  So really, probably nothing free will ever be quite right.

there is a HTML only but you have to pay  sad  and my computer can't host it.


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#921 2012-07-08 22:53:16

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

ftf841 wrote:

jTron_TBC wrote:

ftf841 wrote:

TA DA! also i am learning HTML so i can help design.

Yeah, OSX comes with this. The question is: who can host, and has a computer that is almost always on?  That's why mass servers/online tools can help.  If none of these options we're juggling can work, we can always go back to a HTML only on weebly - or we can use webs, but the upload tools are annoying and inefficient. I've never used weebly, is there an HTML only mode? The advantage to FTP is that anyone with a login can get in and edit - easily, just like they're files on a hd.  So really, probably nothing free will ever be quite right.

there is a HTML only but you have to pay  sad  and my computer can't host it.

Really?  Interesting that you have to pay. Maybe we could switch to webs.com - files only is free and with a small js inclusion the banner ads disappear. File uploading is, as I said above, annoying and inefficient but I think we may be able to make something work.  Also, "webs" is small and minimizes domain distraction (as opposed to .sexyi.am , one of the choices one site gave me) and easy to remember. Just another idea to juggle.

Offline

 

#922 2012-07-08 22:56:41

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

Unrelated - can I have the hex code for the medium blue color on your four block logo - the one used twice?  Thanks!

Offline

 

#923 2012-07-08 22:57:21

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

ftf841 wrote:

jTron_TBC wrote:


Yeah, OSX comes with this. The question is: who can host, and has a computer that is almost always on?  That's why mass servers/online tools can help.  If none of these options we're juggling can work, we can always go back to a HTML only on weebly - or we can use webs, but the upload tools are annoying and inefficient. I've never used weebly, is there an HTML only mode? The advantage to FTP is that anyone with a login can get in and edit - easily, just like they're files on a hd.  So really, probably nothing free will ever be quite right.

there is a HTML only but you have to pay  sad  and my computer can't host it.

Really?  Interesting that you have to pay. Maybe we could switch to webs.com - files only is free and with a small js inclusion the banner ads disappear. File uploading is, as I said above, annoying and inefficient but I think we may be able to make something work.  Also, "webs" is small and minimizes domain distraction (as opposed to .sexyi.am , one of the choices one site gave me) and easy to remember. Just another idea to juggle.

we could use .webs.


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#924 2012-07-08 22:59:20

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: The Bit Company (Members Needed!)

jTron_TBC wrote:

Unrelated - can I have the hex code for the medium blue color on your four block logo - the one used twice?  Thanks!

386eff


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#925 2012-07-09 09:06:33

jTron_TBC
New Scratcher
Registered: 2012-07-08
Posts: 100+

Re: The Bit Company (Members Needed!)

wolfdude999 wrote:

jTron_TBC wrote:

ftf841 wrote:


TA DA! also i am learning HTML so i can help design.

Yeah, OSX comes with this. The question is: who can host, and has a computer that is almost always on?  That's why mass servers/online tools can help.  If none of these options we're juggling can work, we can always go back to a HTML only on weebly - or we can use webs, but the upload tools are annoying and inefficient. I've never used weebly, is there an HTML only mode? The advantage to FTP is that anyone with a login can get in and edit - easily, just like they're files on a hd.  So really, probably nothing free will ever be quite right.

I almost always have my computer on... but I'm not sure if I would be able to host.  I know HTML too so if you need help just ask.  I'm trying to learn css php and javascript too.

What kind of computer is it?  You may be able to host the dev or possibly in development area of our site, if finalish versions go on thebitcomp.webs.com

Offline

 

Board footer