RE: Websites that work on mobiles and desktops alike (Responsive)
February 16, 2018 at 1:39 am
(This post was last modified: February 16, 2018 at 1:51 am by bennyboy.)
(February 15, 2018 at 9:37 am)Aoi Magi Wrote: If you are a coder by profession and still get time to hand-code everything to your liking, then do consider yourself as one of the luckiest people on this planet.
The difference between coding and scripting is probably a philosophical one. I feel that no matter what tools you are using, you need to have access to a low enough level that you can make custom solutions at a customer's request.
For example, I use ASP.NET. It has built-in controls that I use to quickly put together a page. However at all points in that process, I'll be looking at the HTML the site pumps out, and if I can't get at what I need, I'll either patch it with Javascript client side, or I'll program my own.
HTML has the advantage of being very simple. You probably aren't going to be writing new face-recognition algorithms or anything, you are pretty much just pumping out HTML over the pipe. There's probably no .ASP control that you couldn't write (at least in a form specific for your needs) in a couple hours, I'd think.