The javascript tag has no wiki, would you like to help us create it?
about the javascript tag | faq | top users | hot answers | new answers | synonyms
5
votes
3answers
79 views
How to calculate the cost of a course I will give?
I am going to give a javascript course to some developers in a local company, I know all the subjects I will teach and estimate duration, also note that the course will be for experience developers so …
5
votes
3answers
137 views
What are you thoughts on GWT?
Since I'm learning Java in this period and I just finished with the tutorials I think I'm ready to start contributing to a project (since I know from experience this is the best way to really learn).
…
5
votes
5answers
136 views
Dev approaches to complex JavaScript UI's
I am trying to understand the landscape of different approaches, and best practices, around the development of complex client-side JavaScript.
I'm not sure what to label this class of application, …
3
votes
1answer
25 views
Which language can I use to build a web app with zoom-in and out?
I know it can be done in javascript for example, we have google maps.
But where to start? Isn't there any library to do this? And what about actionscript?
I only need the zoom-in/out feature, and …
0
votes
0answers
36 views
What is the best JavaScript library for chronologically arranged timelines? [closed]
I was thinking about implementing a chronologically ordered time line for one of the projects I'm developing. It has more or less like that of the one implemented in plurk.com.
I believe I should be …
0
votes
0answers
15 views
Javascript RegExp quantifier problem [closed]
Hi,
I have a javascript that runs uses a replace with regular expressions to modify content on a page. I'm having a problem with a specific RegExp (regular expressions) quantifier, though. Every …
6
votes
3answers
124 views
JavaScript for a non-programmer
Hi!
2 years ago I starded learning AS3 in order to get hired at a web design company. A few months later, I ditched it, because I discovered that I'm better at design; so now I'm a web designer.
…
3
votes
5answers
115 views
When am I ready to start using Jquery for Javascript?
I was told not to use Jquery as a beginner because it would hamper my learning of Javascript. Now I've read a couple books on Javascript, read loads of sites, and made a Javascript web app. Am I …
2
votes
3answers
69 views
Google App Engine for Node.js/Javascript?
It seems that Google App Engine and GWT is focused on Java.
Will Google ever be using Node.js/Javascript on server/client side instead of abstracting it away with Java?
Then we don't need a Java …
0
votes
2answers
55 views
running javascript on the command line [closed]
I'm a sucker for javascript, and i'm increasingly drawn towards writing script utilities for my everyday needs.
Currently I writing these utilities in bash scripts, but i'm not so proficient with …
5
votes
6answers
220 views
PHP, HTML, Javascript and writing good practices
I realized I have to write down a convention specification about HTML, JavaScript and PHP coding for me and my team.
In web development, just like in C++, I'm definitely a fan of indentation and …