Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: June 15, 2024, 9:21 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice Sought for Web Programming
#9
RE: Advice Sought for Web Programming
(March 26, 2015 at 12:16 pm)AFTT47 Wrote: I have both programming and HTML/CSS experience. I would call myself an intermediate-level programmer using VB.NET and C#. I've done several websites using HTML/CSS with a smattering of active content using PHP but nothing fancy such as data-driven websites.

I'm looking at moving from desktop to browser-based programming but I'm not sure what route to take. I want to be able to build powerful, client-side applications that are platform-independent but I don't have a good feel for what the limitations are. Is it worth it to learn Java script or should I go straight into something more powerful like PHP?

I'm looking at code editors/IDEs too. Webstorm looks pretty nice but I wish you could add languages to it rather than have to get a whole new IDE for using PHP.

I should add that I'm a hobby programmer, not professional.

Javascript and PHP are really two entirely different things.  Javascript runs in the browser, PHP runs on the server, and they serve different needs.  PHP does all the back end stuff and outputs the HTML, Javascript runs on the client side and allows you to do UI things you can't do with straight HTML/CSS, and gives you the capability of doing AJAX stuff.

Javascript sucks, but it's practically a requirement for web development (that, or one of it's alternatives).

I do Java-SE/EE / JSP professionally, but that may be overkill for a hobby programmer (development environment is IntelliJ + Maven w/Spring framework and Hibernate , deployed on Tomcat application server with a database backend (Oracle, MySQL, or damn near anything else).  Big learning curve, though, and overkill unless you're looking to do some very scalable projects.

I'm not personally a big fan of PHP, but it certainly does work for it's intended purpose.  I couldn't comment on IDE's for it though.
Reply



Messages In This Thread
Advice Sought for Web Programming - by AFTT47 - March 26, 2015 at 12:16 pm
RE: Advice Sought for Web Programming - by bennyboy - March 26, 2015 at 7:39 pm
RE: Advice Sought for Web Programming - by AFTT47 - March 26, 2015 at 7:57 pm
RE: Advice Sought for Web Programming - by bennyboy - March 26, 2015 at 8:38 pm
RE: Advice Sought for Web Programming - by AFTT47 - March 26, 2015 at 8:43 pm
RE: Advice Sought for Web Programming - by WinterHold - March 28, 2015 at 9:54 am
RE: Advice Sought for Web Programming - by bennyboy - March 29, 2015 at 10:01 am
RE: Advice Sought for Web Programming - by AFTT47 - March 29, 2015 at 12:19 pm
RE: Advice Sought for Web Programming - by bennyboy - March 29, 2015 at 5:14 pm
RE: Advice Sought for Web Programming - by Jackalope - March 29, 2015 at 12:59 pm
RE: Advice Sought for Web Programming - by AFTT47 - March 29, 2015 at 7:45 pm
RE: Advice Sought for Web Programming - by Aoi Magi - March 30, 2015 at 2:00 am
RE: Advice Sought for Web Programming - by KevinM1 - April 4, 2015 at 6:02 pm
RE: Advice Sought for Web Programming - by bennyboy - April 4, 2015 at 10:41 pm

Possibly Related Threads...
Thread Author Replies Views Last Post
  The Web SimpleCaveman 24 1357 January 9, 2024 at 5:29 pm
Last Post: brewer
  [Serious] Coronavirus plotting on a web map WinterHold 6 1110 May 26, 2021 at 5:29 pm
Last Post: BrianSoddingBoru4
  bots and the change of the web. WinterHold 29 2727 June 20, 2020 at 11:26 am
Last Post: Abaddon_ire
  How to make a "span" across the diagonal of a web-page? FlatAssembler 6 1035 May 26, 2020 at 2:54 pm
Last Post: Abaddon_ire
  Solar System simulation: my latest web app. WinterHold 8 1083 February 7, 2020 at 2:49 pm
Last Post: WinterHold
  [Serious] Multiple Sclerosis Map: my latest web project WinterHold 22 3225 October 4, 2019 at 10:02 am
Last Post: WinterHold
  Fire TV advice, please. Gawdzilla Sama 22 2203 November 8, 2018 at 10:44 am
Last Post: Gawdzilla Sama
  Is front-end web development dying? WinterHold 18 1712 September 10, 2018 at 12:28 am
Last Post: KevinM1
  Welcome to McAfee Web Advisor popups... Rev. Rye 5 3092 June 4, 2017 at 5:31 pm
Last Post: Jackalope
  Here's a simple programming problem for you to solve ErGingerbreadMandude 44 5481 April 28, 2016 at 10:02 am
Last Post: ErGingerbreadMandude



Users browsing this thread: 1 Guest(s)