473,765 Members | 1,909 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re: A Newbie's Must-Have Library

On 15 May, 04:55, Prisoner at War <prisoner_at_.. .@yahoo.comwrot e:
Well, in case anyone should need to know in the near future, here are
my recommendations for best beginner's books:
Or in another universe, where things are understood and site code is
stable and reliable, beginners don't even think about reading
JavaScript books until they've written some HTML and CSS.

You need it _VERY_ rarely. Using it without a foundation of good HTML
understanding leads to trouble. Few people can learn both from scratch
simultaneously, so it's useful to really grok the first first, which
means getting some hands-on and actually building content that way.

I write sites that use JavaScript for a vanishingly small proportion
of pages. They just don't need it. I work (for money) on complex web
apps that are built up almost entirely of JavaScript. We don't write
this by hand, because it's impossible to write large amounts of
JavaScript in an efficient manner. This stuff is all generated server-
side by frameworks like JSF & Facelets.
Jun 27 '08
44 1688
On May 19, 1:47 pm, joebloe <remid0d...@gma il.comwrote:
>

The reason you write a book is for recognition, or just because you
feel like it. As a matter of personal experience, Effective Perl
Programming got me years of onsite training gigs paying gross in
multiple hundreds of dollars per hour.

Hey, congrats! I've always thought that the reason people write
technical how-to books was the same reason people put up technical how-
to websites: as a kind of calling card, or "interactiv e resume"....
Jun 27 '08 #41
On May 20, 6:30 am, Andy Dingley <ding...@codesm iths.comwrote:
>

You blame Bush being an idiot on him having learned _Java_?! That's
pretty extreme.


Whot??

I'm just saying that it's probably the Zeitgeist that folks are no
longer required to do the "hard stuff" -- even one of the most
powerful people on the planet! The American voter doesn't do anything
intellectually rigorous him or herself, so naturally s/he doesn't
think to inquire whether a candidate has done it either...that was
Spolsky's point, only as related to CS grads, whereas I'm saying "it's
something in the air" 'cause almost everyone's like that....
Jun 27 '08 #42
On May 19, 3:40 am, Ben C <spams...@spam. eggswrote:
>

Just to give you an idea of what's possible:

http://www.janis.or.jp/users/segabit...riptMaryo.html

OMG!!! That's **JavaScript**? ????

Hey, what the hell, how come none of 'em JavaScript books cover this
stuff???

I might not need Python for anything after all! ^_^

BTW...how am I supposed to play this thing?? Any keyboard controls??
Everything's in Japanese....
Jun 27 '08 #43
On May 19, 1:52 pm, joebloe <remid0d...@gma il.comwrote:
>
http://www.janis.or.jp/users/segabit...riptMaryo.html

This is cool, but Javascript is capable of supporting *much* more
complex games than that.

Hey, any JavaScript game-programming books you know??? How cow, and I
thought Ben's little help balloon was cool.... ;-)
>In particular, code that doesn't manipulate
the DOM now runs quite quickly (I mean, with a multiple GHz CPU, how
would it not? There's only so much overhead you can layer onto
arithmetic, strings, and loops), and you can put a whole lot of logic
in 100k+ bytes of minified code.
I never did understand all that stuff about "overhead" (not that I'm a
programmer at all)...**multi-billions** of calculations a second and
we're worried about "overhead"? ??
Also, how you make your DOM updates
makes a big difference. And finally, the next generation of browsers
are going to have much more efficient JS interpreters.
Damn, wish I could follow the conversation... .

Any books on programming JavaScript to do games??

So is JavaScript a "full-fledged" programming language now?? I always
thought it was just a glorified macro for web-browsers, like macros in
word-processors.
Jun 27 '08 #44
On 2008-05-22, Prisoner at War <pr************ *@yahoo.comwrot e:
On May 19, 3:40 am, Ben C <spams...@spam. eggswrote:
>>

Just to give you an idea of what's possible:

http://www.janis.or.jp/users/segabit...riptMaryo.html


OMG!!! That's **JavaScript**? ????

Hey, what the hell, how come none of 'em JavaScript books cover this
stuff???

I might not need Python for anything after all! ^_^

BTW...how am I supposed to play this thing?? Any keyboard controls??
Everything's in Japanese....
First click on the green writing on the centre left (it says "shortest
clear DEMO"). DEMO is in English.

Then you get taken to another screen full of instructions in Japanese.
Press the big button in the middle with blue writing on it. It says
"Watch the shortest course replay (7317 frames)!".

Now it appears to go back to the main screen, but "Maryo" (which I take
it is the cat's name) runs off to the right and starts dashing through
the level. You're watching a replay of someone who's had far too much
practice.

But now if you click the button in the top left with red writing on it
that stops the replay, and you can actually play the game yourself.
There may some other way in but I haven't found it.

Use the arrow keys or S,F,E,D for left right up and down (up to climb
things, down to go down pipes or to duck).

SHIFT or SPACE is jump. Ctrl is the button for running fast and throwing
fireballs (if you manage to get your hands on a flower).
Jun 27 '08 #45

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1304
by: igmox | last post by:
hi, i am a complete newbie and got stuck. my question is about costumers and prices Customer_ID CustomerName CustomerType 1 John 2 2 Joe 3 3 Mary 2 4 Nicky 1 5 Steve 3 and prices like:
0
2023
by: bradvanwick | last post by:
I've got URLs that look like: www.mysite.com/template.php?id=pagetitle www.mysite.com/template.php?id=folder/pagetitle I want the URLs to look like: www.mysite.com/pagetitle www.mysite.com/folder/pagetitle
1
1276
by: ramapv | last post by:
How to order the records in a table such that the elements in a field strating with a particular alphabet apper first. ie.,the elements in the field names are as follows: amar Bob joy mana sana xena
5
1783
by: mattmao | last post by:
Greetings everyone. The Newbie is coming back from uni... I knew making a good form validation JavaScript would be a piece of cake for you guys, but as a novice programmer as me, I still find some difficulties to make my code perfect. Yeah, I made it, by the help of the generous Google, it goes like this: ------------------------------My code Starts-------------------------------
0
1171
by: Twayne | last post by:
Twayne wrote: That's the verification I was looking for I think. There are times that doesn't seem to be so, but perhaps I'll looking at the wrong side of the tree in the wrong forest ... I think I let POST usages confuse me. .... D'oh! No, I hadn't thought of looking at the souce in my browser! Nothing like being half-armed and half-fast, huh? Guess I better switch
12
1857
by: Philipp.Weissenbacher | last post by:
Hi all! This is most certainly a total newbie question, but why doesn't the following code cause a segfault? void insertion_sort(int a, int length) { int i; for (i=0; i < length; i++) { int j, v = a;
3
1904
by: Atropo | last post by:
Hi, all. As you can see I'm just begining on C. with the tutorial "Sams Teach Yourself C in 24 Hours" as a starter. on aix 5.2 when compiling a helloWorld the gcc throws some warnings the system adminitrator does'nt know anything about. could you point me where to check the gcc conf. or what i'm doing wrong Atropo@seagullmore captura.c #include <stdio.h>
23
2144
by: student.matt | last post by:
ok i am trying to solve this little problem i have my program waits for the 1st system() call to finish before starting the next i will just throw an example of what i mean out in this example it waits for the 1st kedit to be closed before it opens the second #include <stdio.h> #include <stdlib.h> int main()
9
1279
by: BillE | last post by:
I have a C# console application. The class which contains the "static void Main()" method inherits from a base class. The base class contains a function GetSomething() When I try to call this function GetSomething from Main(), I get the error An object reference is required for the nonstatic field, method, or property "GetSomething()"
5
3861
by: Gilbert | last post by:
Apologies if I'm posting this to the wrong group. I want to know if it possible to emulate Java servlet functionality in C# and .net. What I want to do is to be able to do is create a C# program that sits listens for an HTTP request to a specific URL and then access the C# equivalent of the HTTPServletRequest object so I can access the request parameters directly. I've googled and found out about the WebClient - what I want is the...
0
9566
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9393
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9946
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7371
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6646
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5272
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3921
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2800
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.