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

#51 2011-05-12 09:00:21

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: JavaScript

fanofcena wrote:

scimonster wrote:

I want to know something about JavaScript:
Can it read and print info from a webpage?

If yes, can someone give me the code? Thank you.  smile

JavaScript can do prettymuch whatever u want! its a full fledged programming language that is comparable to C++  tongue

" A basic tutorial to javaScript and webdesign" < That book taught me Html , CSS , JavaScript in 24 hours so is a must read!!!

I can't go to it.
Here's what appears:

[netintelligence logo /]
Sorry, but the website you have attempted to access:

www.scribd.com/doc/16272155/Fast-Track-to-AJAX

is currently blocked by Netintelligence and is classified as

Adult

If you feel you should be permitted to view this website, please ask your parent / guardian or the Netintelligence administrator on your computer.


If you believe that this website should not be in the Adult category, click here to request that the Netintelligence Assessment Team review it.

Please note that the reporting facility is only for genuine mistakes in assessment. If you require assistance with changing your web filter settings, please click here for support contact details or go to our Knowledge Base for more help.

Offline

 

#52 2011-05-12 09:04:48

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: JavaScript

rdococ wrote:

fanofcena wrote:

scimonster wrote:

I want to know something about JavaScript:
Can it read and print info from a webpage?

If yes, can someone give me the code? Thank you.  smile

JavaScript can do prettymuch whatever u want! its a full fledged programming language that is comparable to C++  tongue

" A basic tutorial to javaScript and webdesign" < That book taught me Html , CSS , JavaScript in 24 hours so is a must read!!!

I can't go to it.
Here's what appears:

[netintelligence logo /]
Sorry, but the website you have attempted to access:

www.scribd.com/doc/16272155/Fast-Track-to-AJAX

is currently blocked by Netintelligence and is classified as

Adult

If you feel you should be permitted to view this website, please ask your parent / guardian or the Netintelligence administrator on your computer.


If you believe that this website should not be in the Adult category, click here to request that the Netintelligence Assessment Team review it.

Please note that the reporting facility is only for genuine mistakes in assessment. If you require assistance with changing your web filter settings, please click here for support contact details or go to our Knowledge Base for more help.

Not blocked by my parental controls.  hmm

Offline

 

#53 2011-05-12 09:47:04

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: JavaScript

scimonster wrote:

rdococ wrote:

fanofcena wrote:


JavaScript can do prettymuch whatever u want! its a full fledged programming language that is comparable to C++  tongue

" A basic tutorial to javaScript and webdesign" < That book taught me Html , CSS , JavaScript in 24 hours so is a must read!!!

I can't go to it.
Here's what appears:

[netintelligence logo /]
Sorry, but the website you have attempted to access:

www.scribd.com/doc/16272155/Fast-Track-to-AJAX

is currently blocked by Netintelligence and is classified as

Adult

If you feel you should be permitted to view this website, please ask your parent / guardian or the Netintelligence administrator on your computer.


If you believe that this website should not be in the Adult category, click here to request that the Netintelligence Assessment Team review it.

Please note that the reporting facility is only for genuine mistakes in assessment. If you require assistance with changing your web filter settings, please click here for support contact details or go to our Knowledge Base for more help.

Not blocked by my parental controls.  hmm

Yesh, because Netintelligence is an unremovable virus.

Offline

 

#54 2011-05-12 16:19:13

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: JavaScript

did you see my DIV code?  Does that work?


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#55 2011-05-12 16:26:38

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: JavaScript

scimonster wrote:

fanofcena wrote:

fullmoon wrote:

USE JQUERY:

Code:

<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.min.js"></script>
<script type="text/javascript">
function loadProjects()
{
  $.get("http://scratch.mit.edu/api/getprojectsbyusername/scimonster",{},function(data)
  {
     var projectNumbers = data.split(":")
     doSomethingWith(projectNumbers)
  })
}

Dont u think JQuery will sorta confuse em ? ? ? ?

Yes.  tongue

Heh, I think it's a lot easier. I would never go through using all that XMLHTTPRequest nonsense. To each his own, I guess.


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

Board footer