![]() | | ||||||||
| | #1 |
| Warrior Member Join Date: Mar 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
| My intention is to learn Javascript to apply to commercial websites such as building the "pop up" or pull down menu upon mouse interaction, changing the color of text upon mouse in, out etc. What's your suggestion(s) ? Thanks! |
| | |
| | |
| | #2 |
| Advanced Warrior War Room Member Join Date: Feb 2008 Location: Escondido, CA. Becase San Marcos just wasn't hot enough.
Posts: 510
Thanks: 35
Thanked 56 Times in 55 Posts
|
Try echoecho.com or w3schools.com
|
| | |
| | #3 |
| HyperActive Warrior Join Date: Mar 2009 Location: Landers, CA, USA
Posts: 329
Thanks: 30
Thanked 29 Times in 26 Posts
|
I suggest learning the "basics" of Javascript (w3schools is a good resource for this), then learning something like JQuery or script.aculo.us that will do most of the "heavy lifting" for you on these types of projects. I've found JQuery and the JQuery-ui plugins to be extremely easy to use and it gives me functionality in minutes that would have taken me weeks or months to code from scratch. It's also dual-licensed under GPL (probably the most common opensource license) and an "MIT-style" license that makes it available for use in any commercial or opensource projects. |
| | |
| | #4 |
| Senior Warrior Member War Room Member Join Date: Sep 2008 Location: Honolulu, Hawaii, USA & Montreal Canada
Posts: 2,218
Blog Entries: 1 Thanks: 759
Thanked 725 Times in 506 Posts
|
Another very nice JavaScript Library is the Yahoo Yui The Yahoo! User Interface Library (YUI) I like it because it is very well and consistently documented. There are plenty of tutorials to get you started. However, as stevenh512 said, you should learn the basics of JavaScript first at w3schools before using a code library. Best of Luck Bill |
| | |
| | #5 |
| Gleb War Room Member Join Date: Dec 2008 Location: Ottawa, Canada
Posts: 845
Thanks: 10
Thanked 104 Times in 85 Posts
|
YUI is good. It's one of not that many things that YHOO actually did right. Jquery is simpler and very powerful. Bill Gates...oops..Ballmer endorsed JQuery into next age of MSFT development tools. So betting on JQuery *will* pay off. Google hosting JQuery off their servers for free - so it will save some bandwidth and get some speed to your development efforts. YHOO/YUI does it too though. JQuery! ![]() Gleb |
| | |
| | |
| | #6 |
| HyperActive Warrior |
Do you have a programming background? Are you interested in becoming a really excellent programmer? If not, it might be more efficient to just hire a programmer by the project when you need code.
|
| | |
| | #7 |
| Gary Join Date: Jan 2009 Location: Dallas, TX
Posts: 135
Blog Entries: 1 Thanks: 13
Thanked 9 Times in 9 Posts
|
The way I learned code was by simply searching for examples online - there are a lot of free tutorials and sample code snippets out there that will come close to what you want. Then you learn by hacking them into what you really want! But it depends what you want to do - you'll learn code this way, but if you really just want websites to make money, then you might be better off paying someone else to do the work when you need it.
|
| | |
| | |
| | #8 |
| Warrior Member Join Date: Jul 2009 Location: United States
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
javascript is considered as a client-side-scripting language. before learning javascript u need some understanding of HTML and should have minimum programming concept to do the job. there are many resources on the web to learn javascript so let's try to find it out.
|
| | |
| | |
| | #9 |
| HyperActive Warrior Join Date: Jun 2009
Posts: 104
Thanks: 3
Thanked 4 Times in 4 Posts
|
It's a pretty difficult script. You need for a coach or a good tutorial.
|
| | |
| | #10 |
| The Scarecrow War Room Member Join Date: Sep 2008
Posts: 189
Thanks: 1
Thanked 15 Times in 15 Posts
| |
| Need a webmaster to install, configure or transfer your website or blog? Click here to see what I am offering. | |
| | |
| | #11 |
| Warrior Member War Room Member Join Date: Jul 2009
Posts: 14
Thanks: 3
Thanked 0 Times in 0 Posts
|
actually for a non-programmer, yes it is difficult and he will be pulling his hair out trying to make his scripts work. Go with what Adaptive said, hire someone or buy a working script. Your time should be spent building your business not building a website |
| | |
| | #12 |
| Senior Warrior Member War Room Member Join Date: Apr 2006 Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
|
I say everyone is right. Javascript is both easy and difficult. It's both simple and complex. The fact is that Javascript is very versatile. A beginner who doesn't really understand programming can still copy a few snippets of Javascript and achieve useful effects on a web page. In the hands of a real expert, Javascript is a powerful object-oriented language that can be used to code a very complex application. One example that comes to mind is the original prototype that became the Yahoo email web interface. It was called Oddpost and it was coded by 4 or 5 folks over a period of about a year. The original version consisted of about 250,000 lines of Javascript on the client side (and lord knows what on the server side). That's a very large, very complex application. The largest I've ever written in Javascript was a mere 10,000 lines or so. Amateurs will not do well at that level. Steve |
| Executive I.T. consulting for small/medium business Website development | PHP - MySQL - JavaScript expert programming Software requirements analysis | Specification writing Project management | Vendor relationship management | |
| | |
| | #13 |
| Active Warrior Join Date: May 2009
Posts: 46
Thanks: 1
Thanked 1 Time in 1 Post
|
IMO, I think CSS is capable of what you are trying to achieve. |
| | |
| | |
| | #14 |
| Active Warrior Join Date: May 2011 Location: Earth
Posts: 32
Thanks: 23
Thanked 2 Times in 2 Posts
|
Try to learn comparing with any good javascript framework like jqury, mootools etc. It's should be easier.
|
| | |
| | |
| | #15 |
| Warrior Member War Room Member Join Date: Nov 2010
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
w3schools's the best to learn. the other u can try to search on google with the keyword " drop down button "
|
| | |
| | #16 |
| HyperActive Warrior Join Date: Apr 2011 Location: Philadelphia, USA
Posts: 117
Thanks: 0
Thanked 2 Times in 2 Posts
|
I would start with w3schools and also look into jquery. A great way to learn is also to think of something you want to do and google how to do it - and then try it out until you get it right. Esther web programmer-eshops-custom database solutions-Awebforyou |
| | |
| | #17 |
| Active Warrior Join Date: Mar 2011 Location: Philippines
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
|
I prefer you to used w3school, you would love to study javascript on that site. They have a lot example that allows you to try that codes by yourself. |
| | |
| | #18 |
| HyperActive Warrior War Room Member Join Date: Sep 2010 Location: Tokyo
Posts: 268
Thanks: 23
Thanked 34 Times in 33 Posts
|
Another vote for Jquery here. It makes javascript bearable. And if your going to be doing lots of ajax stuff, another monitor. I've been doing more work with ajax lately and find that i seam to need about 3 times the space for my IDE when dealing with all the phases of doing _something_ You have the main page template files open, the js files open, the xml response files open, the php files open, the called in template files open. It just takes up more space to develop..... more monitors. |
| | |
| | |
![]() |
|
| Tags |
| business, effective, fast, javascript, learn, make, website |
| Thread Tools | |
| |
![]() |