0 Members and 1 Guest are viewing this topic.
Quote from: ElephantHunter on October 14, 2006, 01:03:50 amA lot of the applications I develop at work are written in Javascript. I use the Firefox extension FireBug to help. Much better than the Firefox's built-in Javascript debugger.Downloaded.Javascript apps?You talking about web based stuff?
A lot of the applications I develop at work are written in Javascript. I use the Firefox extension FireBug to help. Much better than the Firefox's built-in Javascript debugger.
Quote from: bja888 on October 14, 2006, 02:57:43 amQuote from: ElephantHunter on October 14, 2006, 01:03:50 amA lot of the applications I develop at work are written in Javascript. I use the Firefox extension FireBug to help. Much better than the Firefox's built-in Javascript debugger.Downloaded.Javascript apps?You talking about web based stuff?Yeah, I'm primarily a web developer.
I see flash and javascript getting replaced in about 5 years by stuff like XUL.
Quote from: bja888 on October 14, 2006, 12:04:33 pmI see flash and javascript getting replaced in about 5 years by stuff like XUL.XUL is user interface markup implemented by Mozilla that depends on a programming language. Javascript is a programming language. XUL can not replace Javascript.Perhaps you meant Flash and Actionscript would be replaced by XUL and Javascript? That would make more sense.
Not sure what I was thinking. Flex and AJAX will be replaced XUL and serverside. Even though javascript is the first programming language I learned, there isn't a thing I can't do serverside.
A lot of the applications I develop at work are written in Javascript. I use the Firefox extension FireBug to help. Much better than the Firefox's built-in Javascript debugger.Quote from: FliesLikeABrick on October 13, 2006, 01:22:14 pmI didn't suggest Java. In fact, I specifically don't suggest Java.... and you fail to mention why. In my opinion, Sun did a great job creating the language. Java has quite a few advantages over C++. I'm guessing the only real reason that you dislike Java is because of the bad media it gets in the technical world (ex: slow, not open source yet.)One major advantage that Java has over Ruby is the cross-platform user interface library. SARJ, the first Soldat remote admin with scripting capabilities, could run graphically on any operating system without the need to recompile the source.The only other popular language I can think of that includes such libraries is Python. Python comes with TKinter, but that seems quite outdated and visually displeasing. Most folks would use wxPython instead.
I didn't suggest Java. In fact, I specifically don't suggest Java.