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: August 13, 2025, 8:51 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice Sought for Web Programming
#10
RE: Advice Sought for Web Programming
(March 29, 2015 at 12:19 pm)AFTT47 Wrote: bennyboy, some of what I'm doing is emotion-driven. I despise the direction Microsoft is moving and I would just as soon wash my hands of them. I also wonder about the future of asp.net. It doesn't seem like it's very popular.

On a side note, I'm studying javascript right now. I don't at all consider myself a programming chauvinist (I prefer VB to C#) but MAN, javascript is UGLY! I mean it's freaking HIDEOUS! The untyped variables will take some getting used to.

As long as you understand that javascript is (a) not Java; and (b) absolutely necessary to any and all internet programming, you're fine.  Whatever IDE you use, I recommend always viewing the page source of the pages you.  You'll see that your designer of choice adds a lot of javascript already: buttons, for example, get wired using Javascript. I can honestly say that the day I started using Javascript is the day I went from mucking around to being able to do really neat stuff. And the nice thing about learning Javascript is that you will use it no matter what language or framework you use for code-behind. It is pretty much guaranteed to be time well spent.

Example of Javascript that can be set up quickly:
1) Give a bunch of divs, buttons, or absolutely any kind of control the class name "hider"
2) Use jQuery like this $(".hider").hide();

Presto chango, all divs, buttons, whatever with that class name disappear from the page, with no postback to the mother ship. Awesomeness!

You can also add a "click" event to any control with a classname, even a div, and it's all client-side. It borders on cheating, it's so easy. Smile
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 5313 January 9, 2024 at 5:29 pm
Last Post: brewer
  [Serious] Coronavirus plotting on a web map WinterHold 6 1852 May 26, 2021 at 5:29 pm
Last Post: BrianSoddingBoru4
  bots and the change of the web. WinterHold 29 4971 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 1510 May 26, 2020 at 2:54 pm
Last Post: Abaddon_ire
  Solar System simulation: my latest web app. WinterHold 8 2011 February 7, 2020 at 2:49 pm
Last Post: WinterHold
  [Serious] Multiple Sclerosis Map: my latest web project WinterHold 22 4942 October 4, 2019 at 10:02 am
Last Post: WinterHold
  Fire TV advice, please. Gawdzilla Sama 22 4021 November 8, 2018 at 10:44 am
Last Post: Gawdzilla Sama
  Is front-end web development dying? WinterHold 18 3092 September 10, 2018 at 12:28 am
Last Post: KevinM1
  Welcome to McAfee Web Advisor popups... Rev. Rye 5 3596 June 4, 2017 at 5:31 pm
Last Post: Jackalope
  Here's a simple programming problem for you to solve ErGingerbreadMandude 44 7886 April 28, 2016 at 10:02 am
Last Post: ErGingerbreadMandude



Users browsing this thread: 1 Guest(s)