Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
intro to HTML
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rob  
View profile  
 More options Feb 18 2012, 3:16 pm
From: rob <mccraithrob...@gmail.com>
Date: Sat, 18 Feb 2012 12:16:34 -0800 (PST)
Local: Sat, Feb 18 2012 3:16 pm
Subject: intro to HTML
To anyone in the intro to HTML/CSS class these are the files from this
week.
https://sites.google.com/site/coderdojodublin/home/downloads/coder%20...

To anyone coming next week please install:
Textwrangler if your a mac user.
or Notepad++ for windows users.

We also recommend that you install the newest version of your web
browser or to use Google Chrome or Firefox.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rob  
View profile  
 More options Feb 25 2012, 9:48 am
From: rob <mccraithrob...@gmail.com>
Date: Sat, 25 Feb 2012 06:48:16 -0800 (PST)
Local: Sat, Feb 25 2012 9:48 am
Subject: Re: intro to HTML
https://sites.google.com/site/coderdojodublin/home/downloads/coderdoj...

On Feb 18, 8:16 pm, rob <mccraithrob...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
roberr  
View profile  
 More options Mar 10 2012, 7:43 am
From: roberr <mccraithrob...@gmail.com>
Date: Sat, 10 Mar 2012 04:43:16 -0800 (PST)
Local: Sat, Mar 10 2012 7:43 am
Subject: Re: intro to HTML
https://sites.google.com/site/coderdojodublin/home/downloads/coder_do...

On Feb 25, 2:48 pm, rob <mccraithrob...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Harvey Brezina Conniffe  
View profile  
 More options Mar 10 2012, 4:00 pm
From: Harvey Brezina Conniffe <har...@primarylink.net>
Date: Sat, 10 Mar 2012 21:00:57 +0000
Local: Sat, Mar 10 2012 4:00 pm
Subject: Re: [CoderDojo Dublin] Re: intro to HTML

from turtle import *

def flower(myturtle):
    for i in range(4):
        myturtle.color("black", "red")
        myturtle.begin_fill()
        myturtle.circle(50)
        myturtle.left(90)
    myturtle.shape("circle")
    myturtle.end_fill()
    myturtle.color("black")
    myturtle.stamp()

h = Turtle()

j = Turtle()

a = Turtle()

c = Turtle()

d = Turtle()

b = Turtle()

b.onclick(left(99))

d.pensize(7)
d.shape("circle")
a.color("blue")
d.penup()

h.forward(120)
j.left(70)
j.forward(140)
a.pensize(3)
a.left(90)
a.forward(140)

c.left(90)
c.forward(150)

flower(c)
c.backward(280)
flower(c)
c.forward(140)
c.left(90)
c.forward(140)
flower(c)
c.left(180)
c.forward(280)
flower(c)

d.forward(140)
d.left(60)
d.forward(140)
d.left(20)
d.stamp()
d.forward(20)
d.pendown()
d.circle(50)
d.pencolor("blue")
d.fill("blue")
d.stamp()
d.circle(50)
d.stamp()
d.pencolor("green")
d.fill("green")
d.circle(50)
d.stamp()
d.pencolor("red")
d.stamp()
d.fill("red")
d.circle(50)
d.pencolor("yellow")
d.fill("yellow")
d.circle(50)
d.circle(50)
d.circle(50)
d.circle(50)
mainloop()

--
Harvey Brezina Conniffe
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Saturday 10 March 2012 at 12:43, roberr wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »