Want to learn more about programming to make my websites more interactive, looks like a cool place, ps what script is this forum using? Vbulltein or phbb?
Want to learn more about programming to make my websites more interactive, looks like a cool place, ps what script is this forum using? Vbulltein or phbb?
Hi Doug,
I believe it is Vbulletin, welcome aboard.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
The message at the bottom:kind of gives it awayPowered by vBulletin® Version 3.6.4
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
Welcome.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Welcome.
Notes: Javascript is good for live interaction on a page. PHP is good for server side stuff, like databases, form processing, dynamically created pages, etc.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Yeah, we understand that, but just for someone who's starting probably doesn't. The general way to learn a programming language is to either get a book on it (sometimes 30-60 CAD), or an online tutorial. Use Google to search for these tutorials, and BTW, online tutorials are usually free![]()
- Mike
Also, the best way to learn is practice. Just do stuff and see what happens. (But be sure to learn the right way while you do so.)
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Hello. Plug, play, scratch head, ask. Begin again. That's how I learned.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Yep.
But... the issue is not following standards, which can be a problem in some cases... depends how deep you get into it. (Especially with cross browser support for javascript)
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Well, for me, that kind of problem comes under the "ask" situation![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
I like standards, have come to like them. I will still go for what works as long as anyone I'm working with on 'it' finds that acceptable. From scratch, standards just make life easier. Often in the forums we aren't working from scratch. In fact, we are often working with folks who would rather not go to the 'trouble' of validating their work. I will also take 'what works' over standards when they don't work.
When you are just learning though, best to learn how to do things right first. When and if that doesn't work out for you, then it is time to learn a few questionable tricks.
My bottom line is though, "Make it do what you want it to do." This is useful in a great many fields of endeavor.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks