andoei
08-10-2008, 06:21 AM
I want to start programing web-based application. Please recommend me the best language to use.
Thanks.:confused:
Thanks.:confused:
|
Click to See Complete Forum and Search --> : Language for Web development andoei 08-10-2008, 06:21 AM I want to start programing web-based application. Please recommend me the best language to use. Thanks.:confused: scragar 08-10-2008, 06:40 AM depends on the application. For anything web based you will need the basics, HTML and CSS. After that it's all dependant on what you want, for added interactivity go for javascript. For server side features like databases etc choose something like Java(for JSP), PHP or ASP( which is .NET and expensive, so if your learning not the best choice, although the jobs it offers pay the most more often than not ) andoei 08-10-2008, 07:20 AM Thanks. Are there any language that can prevent the possibility that a web-app source-code easily changed/duplicated? scragar 08-10-2008, 07:36 AM Almost anything you give the code to can be reused, on the other hand if you want to keep something secret: compiled applications like flash and java are very hard to reverse to get the original code back, however I wouldn't recommend using these too much, not only do they add considerable to CPU load compared to open technologies, but not everyone can actually use them for a variety of reasons(they are also very incompatible with screen readers etc). Server side technologies are done completely on the server, before the client even gets sent the page, so your code is safe. Regardless of what any sites tell you protecting your Javascript, CSS and/or HTML is impossible, since the code has to be accessible on the users computer for the browser to run it anyway. andoei 08-17-2008, 05:09 AM OK. Thank you sir, I can accept your suggestions. :) webdeveloper.com
Copyright WebMediaBrands Inc., All Rights Reserved. |