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

#1 2012-06-14 09:54:58

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

<iframe>


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#2 2012-06-14 10:02:53

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: <iframe>

Iframe recursion!


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#3 2012-06-14 10:03:27

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: <iframe>

I use <iframes> all the time, and they can be VERY productive.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#4 2012-06-14 10:09:44

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: <iframe>

IFrames are awesome. I still haven't figured out how to display them at a specific place on the page, but I doub that's even possible.  tongue


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#5 2012-06-14 15:45:36

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: <iframe>

stevetheipad wrote:

IFrames are awesome. I still haven't figured out how to display them at a specific place on the page, but I doub that's even possible.  tongue

CSS left and top property in pixels, and position:absolute.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#6 2012-06-14 19:07:14

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: <iframe>

Reminds me of this image I made...

http://jji7skyline.deviantart.com/#/d4s2kyi


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#7 2012-06-14 19:39:00

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

Re: <iframe>

you have to be careful where you use iframes.  Your website could even end up inside of the iframe, as if the source contains links to other places, the other places could link to google, and well the rest is pretty self explanatory.  That leads to bad web design, but yes.  They are very productive.

Last edited by XenoK (2012-06-14 20:12:19)


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

Offline

 

#8 2012-06-14 19:48:50

Ecliptic
Scratcher
Registered: 2012-02-27
Posts: 500+

Re: <iframe>

I love the iFrame tag.


If you can read this you are in range.

Offline

 

#9 2012-06-15 02:22:30

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

Re: <iframe>

They can be useful for some things, but I almost never use them.


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

Offline

 

#10 2012-06-15 03:52:13

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: <iframe>

Ecliptic wrote:

I love the iFrame tag.

+1


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#11 2012-06-15 05:47:41

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: <iframe>

I try not to use iFrames. I used them for my old website and it was just a very bad design because when you reload and stuff like that, it goes to the home page instead of going back to where you were before. Now, for stuff I want to appear on every page, such as headers and navigation, I use the PHP include function.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#12 2012-06-15 07:47:39

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: <iframe>

I use the iframe only when I need to include an external website on a website, never for a website structure.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#13 2012-06-15 08:06:39

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: <iframe>

jji7skyline wrote:

I use the iframe only when I need to include an external website on a website, never for a website structure.

Have you ever tried to put Google in a frame?


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#14 2012-06-15 08:39:16

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

Re: <iframe>

nathanprocks wrote:

jji7skyline wrote:

I use the iframe only when I need to include an external website on a website, never for a website structure.

Have you ever tried to put Google in a frame?

thats probably not a good idea.  I like the div tag better.


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

Offline

 

#15 2012-06-15 08:42:40

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: <iframe>

XenoK wrote:

nathanprocks wrote:

jji7skyline wrote:

I use the iframe only when I need to include an external website on a website, never for a website structure.

Have you ever tried to put Google in a frame?

thats probably not a good idea.  I like the div tag better.

Google doesn't allow being displayed inside a frame lol.
Wait... div's are completely different to iframes.  tongue


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#16 2012-06-15 08:44:07

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

Re: <iframe>

nathanprocks wrote:

XenoK wrote:

nathanprocks wrote:


Have you ever tried to put Google in a frame?

thats probably not a good idea.  I like the div tag better.

Google doesn't allow being displayed inside a frame lol.
Wait... div's are completely different to iframes.  tongue

they sure are.


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

Offline

 

#17 2012-06-15 20:07:36

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

Re: <iframe>

jji7skyline wrote:

I use the iframe only when I need to include an external website on a website, never for a website structure.


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

Offline

 

Board footer