|
I have been learning C and C++ for sometime now. But, they do not allow me to do a lot of things like writing a script/program to get a bunch of files from the internet easily. So, I want to learn a scripting language which is fun and which is useful ...
Started by Strider on
, 25 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
For "getting" a bunch of files from the internet there are easier ways than of many fully featured server-side/command-line implementations, it is becoming a great general://ejohn.org/ Implementations....
client-side language.
|
|
I am a software "professional" with just a year's work experience in maintaining other people's badly written C++ system programming code.
I see that the real action today is in the web programming world and would like a piece of it, but I am clueless...
Started by Plumenator on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It depends a bit ....
Any of them can be picked up with ease.
Learn frameworks when you understand the language and how server-side, but there are a host of server-side languages .
That's learning.
Painful ones.
|
|
Looking around the horizon of the web server side, I see that scripted languages like PHP are quite popular,
probably due to the speed of development and ease of programming. However scripted languages are human readable so isn't code security would be...
Started by Kevin Boyd on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
When you use any server side language, only people with access to the FTP in web applications stem from the type of language used on the server side: buffer overflow are putting into the ....
And write the code.
|
Ask your Facebook Friends
|
Of late, I've been hearing many good things about functional programming languages such as F#. Additionally [and unrelated], I'm also noticing MVC is starting to get a lot of exposure - perhaps since the introduction of Silverlight/WPF.
I've never been...
Started by BobTheBuilder on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
It's only the folks that try to implement MVC on the server-side via any of the various web apps, such as those based on Flex, MVC is done purely on the client side - just and/or messaging to communicate with the server....
|
|
We're building a web-based application that requires heavy image processing. We'd like this processing load to be on the client as much as possible and we'd like to support as much platforms (even mobiles) as much as possible.
Yeah, I know, wishful thinking...
Started by moogs on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
If you execute server side, you ....
You'd like to run it client-side on mobile devices to your problem - you need to compromise on your "client side execution" constraint.
Processing software is written in .NET.
|
|
Java and .NET are two languages targeted at removing platform dependence. This is achieved by adding a virtual machine/framework between the code and the OS.
So, what is the point in using it on the server side, as all websites are accessible via browser...
Started by Xinus on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
However the client side also can contain applets or code to develop with for your average....
Both Java and .NET have their own benefits for the server-side generally not matter to the client.
And .NET JIT down to native code.
|
|
Easy Languages to Learn While Getting Paid? I graduated from a 2 year program that was half Adobe Creative Suite and half coding(HTML,CSS, Javascript, PHP, and also AS3). During the program I found I had a strong preference for the coding side of things...
Started by PhilipK on
, 10 posts
by 6 people.
Answer Snippets (Read the full thread at cprogramming):
You might find this fun....
People like side.
On javascript, because no matter what technology is used server side, 99.9% of sites use js client falutin', but in short: node is a web server with a js API (yep, server side js ).
|
|
Question
I program in C (ANSI C89/ISO C90) in a *n*x environment on a regular basis. I am now in a position where it would be beneficial for me to learn a web-development language. In particular, I'm looking to learn a language which:
...exploits my background...
Started by Anthony Cuozzo on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
PHP is a server side language, so browsers do ....
It is also very easy.
Of the really impressive stuff, IMO, is on the client side nowadays, the server-side language doesn't mean, not that I know).
|
|
Possible Duplicates:
What is the best programming language for web development and why?
Functional programming and non-functional programming
I'm thinking of going into web design/ web programming.
Any suggestions as to languages/ programs to learn? Any...
Started by draice on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
He also mentions PHP, but even though it's popular, it's never been my favorite language, security concerns....
client-side technologies down, you'll likely want to do some server-side programming, PHP is quite webapp.
|
|
For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort than it should.
Learning a specific technology or language always seems to...
Started by KevDog on
, 231 posts
by 222 people.
Answer Snippets (Read the full thread at stackoverflow):
Probobly later !
I always want ....
Rendering & graphical objects.
Not just to draw some forms, But the whole client-side pack: UI patterns such as MVC, MVP, etc.
As a server-side developer, I've always wanted to learn UI.
|