Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming The Internet IT Technology

AppJet Offers Browser-Based Coding How-To, Hosting 63

theodp writes "Know someone who wants to learn to program? Paul Graham advises programmer wannabes to check out The Absolute Beginner's Guide to Programming on the Web from AppJet, which aims to be 'the funnest and easiest way for a beginner to get started programming.' Setting the guide apart from other tutorials is the ability to edit and run any of the all-Javascript examples directly in your browser. Newcomers to programming and experienced developers alike can also publish their AppJet creations on the web. Sure beats GE BASIC on the General Electric Time-Sharing Service!"
This discussion has been archived. No new comments can be posted.

AppJet Offers Browser-Based Coding How-To, Hosting

Comments Filter:
  • How true is this? (Score:3, Interesting)

    by Arkitus ( 1089627 ) on Tuesday September 02, 2008 @03:55PM (#24848839) Homepage
    From the intoduction page: [appjet.com] "JavaScript is the most prevalent programming language in the world". Something tells me this ain't true... Aren't we getting a little carried away with Javascript?
  • Comment removed (Score:4, Interesting)

    by account_deleted ( 4530225 ) on Tuesday September 02, 2008 @04:47PM (#24849829)
    Comment removed based on user account deletion
  • by lysergic.acid ( 845423 ) on Tuesday September 02, 2008 @04:49PM (#24849875) Homepage

    or how about this. if you don't want your images indexed by Google, add 2 short lines in robots.txt:
    User-agent: Googlebot-Image
    Disallow: /images/

    i imagine most webmasters don't mind if someone links to one of their hosted images in a forum post or saves it to their hard drive for personal use. it's only a problem when:
    a.) the hotlink is made from a site like /. which generates huge volumes of traffic.
    b.) the image is being used for commercial purposes.
    c.) the webmaster is a douche.

    if you're a douche, please don't pollute the google image search results with links to your site. google image search provides a useful service to people looking for images online, and also to webmasters who gain traffic from the search results. if this isn't a fair trade to you, then it's very easy to tell google not to index your site (or just particular sections of your site).

    now, some people have very limited bandwidth, so they may want to share their images, but don't want hotlinks. this is very understandable. and most of these webmasters know to prevent outside referrals to images by configuring their web server with the right access rules.

    but if everyone acted like a bunch of tightwads, then Google Image Search would be completely useless. frankly, i'd rather people hotlink images directly from my server for forum posts than to to use a throwaway image host like PhotoBucket and thus contribute to the sea of dead images that you see on internet message boards.

  • by Anonymous Coward on Wednesday September 03, 2008 @06:50AM (#24856743)

    Tetris in /* appjet:version 0.1 */ [appjet.net]
    page.setMode("plain");print(html("""Z=X=[B=A=12];function Y(){for(C
    =[q=c=i=4];f=i--*K;c-=!Z[h+(K+6?p+K:C[i]=p*A-(p/9|0)*145)])p=B[i];for(c?0:K+6?h
    +=K:t?B=C:0;i=K=q--;f+=Z[A+p])k=X[p=h+B[q]]=1;h+=A;if(f|B)for(Z=X,X=[l=228],B=[
    [-7,-20,6,h=17,-9,3,3][t=++t%7]-4,0,1,t-6?-A:2];l--;)for(l%A?l-=l%A*!Z[l]:(P+=
    k++,c=l+=A);--c>A;)Z[c]=Z[c-A];for(S="";i228
    )?i%A?"â-":"â-
    ":"ï¼");D.innerHTML=S+P;Z[5]||setTimeout(Y,i-P)}Y(h=K=t=P=0)

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...