Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 24th, 2005, 2:45 PM   #11
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I'm just a post whore, Tempest, as we all know. I leave it to bloodninja to be "a very senior member of another programming forum".
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Sep 24th, 2005, 3:06 PM   #12
Eryk
Programmer
 
Join Date: Jul 2005
Posts: 62
Rep Power: 4 Eryk is on a distinguished road
JavaScript shouldn't be used for anything that would make users have it on. It should be for side-effects. You don't want it for form submitting or anything like that. Most commonly it is used for roll-overs. I mainly use it for experimenting with things and programming ideas.

You really don't need to learn both PHP and Perl, really just one or the other.
Eryk is offline   Reply With Quote
Old Sep 24th, 2005, 3:40 PM   #13
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Well, actually, no. Both languages have it's advantages... although perl can work in a web environment it's mostly a terminal scripting language for linux. PHP is probably the better of the two, by far, in working with web programming... i wouldn't say you don't need to learn both. Just that both have their goods and bads.
__________________

tempest is offline   Reply With Quote
Old Sep 24th, 2005, 5:06 PM   #14
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
JavaScript shouldn't be used for anything that would make users have it on.
That's merely a pseudo-elitist-geek-god dictum. My own personal opinion, of course, but see my earlier post for some acceptable reasons to use it. There are plenty of self-anointed high-priests that won't want you to think for yourself. Do it anyway. Then if you are of a different opinion from someone else, you have good reason.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Sep 24th, 2005, 5:36 PM   #15
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
A very, very good tip I heard from someone a while back (paraphrasing):
"All websites should be coded to fully functional with just HTML; then, and only then, can you start adding quirks with CSS, JavaScript, etc."
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[ 
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
iignotus is offline   Reply With Quote
Old Sep 24th, 2005, 6:38 PM   #16
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 97
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
Thanks everyone for your input everyone. I'm going to learn JavaScript anyways, I'm not sure if I'm going to use it a lot after I learn more advanced languages, but it's good for experience. I already have a bit of programming experience (not a heck of a lot, but I can understand things alright) and I am finding this book a little bit hard to understand. I read HTML 4.0 for Dummies and I thought it was great! But it could be that I already knew a lot of HTML, i was just brushing up on skills. Maybe if I get some new ones I should go for something different. Anyone have any ideas on a good book series on programming for the web, games etc.?
MrMan9879 is offline   Reply With Quote
Old Sep 25th, 2005, 1:14 AM   #17
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
yeah i got tired of my avatar not displaying properly so i grabbed another really quickly.

haha dawei. this will always be my home.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Sep 25th, 2005, 8:08 AM   #18
Eryk
Programmer
 
Join Date: Jul 2005
Posts: 62
Rep Power: 4 Eryk is on a distinguished road
Quote:
Originally Posted by MrMan9879
Thanks everyone for your input everyone. I'm going to learn JavaScript anyways, I'm not sure if I'm going to use it a lot after I learn more advanced languages, but it's good for experience. I already have a bit of programming experience (not a heck of a lot, but I can understand things alright) and I am finding this book a little bit hard to understand. I read HTML 4.0 for Dummies and I thought it was great! But it could be that I already knew a lot of HTML, i was just brushing up on skills. Maybe if I get some new ones I should go for something different. Anyone have any ideas on a good book series on programming for the web, games etc.?
I've found that the simple games are really just using DHTML, so learning that will allow you to make them. Most everything for javascript can be learned on the web. I personally learned by reading code, googling what I didn't understand, and then practicing with what I learned. When I took on a project, I made sure it was something I didn't yet know how to do, so I would have to learn to make it.
Eryk is offline   Reply With Quote
Old Sep 26th, 2005, 1:26 PM   #19
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 97
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
Well what I've decided to do is just try out different things with JavaScript using the bits and pieces of things I already know, and use the book I got as a reference. The only problem is I'm not 100% sure what I want to make...
MrMan9879 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:12 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC