HTML (Hyper Text Markup Language) is the standard content markup language of the web. It is an open standard developed and maintained by W3C (World Wide Web Consortium).

learn more… | top users | synonyms

5
votes
3answers
81 views

Beauty salon site in HTML 5

First time working with html 5 so far. Am I using my markup correctly thus far? Semantically correct that is? ...
3
votes
0answers
57 views

Please rate my single page website

I learned HTML, CSS, JS, and Bootstrap then I grabbed a PSD and tried to code it from scratch (to get experience and something for my currently-non-existent portfolio). Here's the result. I need ...
2
votes
0answers
38 views

Drawing app with JS / canvas

Created this drawing app with JS / canvas. JSHint is throwing errors but the app works just fine. Need help with code clean up / refactoring as I'm fairly new to JavaScript. JSHint in Atom is fine ...
4
votes
1answer
71 views

Converting a Website Into a Single Page App

I want to convert my website into a single page app. This function does the trick: ...
5
votes
3answers
305 views

Button click handlers for a JavaScript text-based adventure game

I'm pretty new to JavaScript, and I'm trying to created a text-based game. I've written a few scenarios and based on the player's decision I have different scenarios written out. As of now I have the ...
1
vote
0answers
50 views

Moving a div inside p by to the body element

I get malformed HTML input with divs inside other HTML elements like the ...
8
votes
3answers
88 views

Html rendering framework with dynamics

I came to the conclusion that the previous framework was too complicated and not easily extendable so I tried it again but this time with dynamics. It's much much shorter and I think it's much easier ...
1
vote
0answers
24 views

Angular2 sortable lists (using typescript)

I wrote a simple and small projects that present 3 buttons, each one loads a different list to the screen on the same place but not in the same time. in my html I think I can maybe use some more ...
6
votes
0answers
45 views

Html rendering framework for emails

Sometimes I need to auto-generate html-emails. To make this task a little bit easier I created a simple framework that takes care of renderinghtml. Because I'm mainly interested in generating html for ...
0
votes
1answer
35 views

Excerpt from a grocery shopping site using SASS

I am a UI/UX designer. I am working on the HTML of a website, using Sass/scss+bootstrap 3 project. It's my first project in sass/scss. Now my developer's feedback is: HTML code is not up to mark. ...
1
vote
2answers
73 views

HTML structure for a wedding website using FullPage.js

I am fairly new to coding and currently trying to write as much as I can get my hands on. I started off playing around with templates but now I've decided to go without and therefore I am sure there ...
3
votes
1answer
52 views

Ribbon animation code too repetitive

I spent the last two days getting a ribbon animation to work with divs so that I can later add li link elements to them to act as a menu. I used the progess bar animation code as inspiration from ...
3
votes
3answers
79 views

Simple website HTML

I'm not really sure if I'm using id's and classes correctly. I'm unaware as well if I'm doing bad practices and I would like some help with that. I'm pretty sure my id's and classes names are terrible ...
1
vote
1answer
28 views

Product information overlaid on a large image

I've created some full-width divs containing images and text to exposure products. It did take a lot of trial and error (I do not have any kind of education). However, it feels a bit clumsy and i'm ...
3
votes
1answer
33 views

Adding a class to a root element

I have written some ES2015 JavaScript that adds a class to a root element when one of it's immediate children is focused. Here is the markup for the code to be run on: ...
2
votes
0answers
23 views

HTML/CSS - project's structure, BEM, turned from psd

I'd like to ask you for opinions about website. It is training template turned from someone's web design. Generally, I'd like to know what I should improve and how to be more effective with future ...
1
vote
0answers
32 views

SSRS: code function to sanitise HTML for rendering in RDLC report

Background I have an RDLC that among other things displays text coming in that is captured in SharePoint, using a custom control (TinyMCE) that exposes limited formatting options to users. The SSRS ...
3
votes
1answer
48 views
0
votes
1answer
66 views

JavaScript DOM modification

I'm thinking about DOM modification performance. In a perfect way, we alter each element but DOM modification is really heavy and alter many elements at same time froze the browser. I didn't make any ...
0
votes
0answers
22 views

Servlet to generate HTML printable form

I'm using a java servlet to generate HTML code to produce a printable form. I want the form to look like the paper version being used now (or as close as possible) to reduce confusion during the ...
2
votes
1answer
49 views

Optimizing Java HTML parser

I wrote a program that goes through a webpage and returns matches of regex. I used it on my letterboxd.com account to go through all of my movies (over 900 entries) and then find genres field for each ...
0
votes
0answers
28 views

Moving the HTTP and Request to controllers and Routes

I am new to Laravel framework and I made a project application which is working fine but someone said You should avoid accessing the Request object in your views. here is the full application ...
3
votes
3answers
86 views

Upper section of a vertical single-page website

This is my very first attempt to write HTML and CSS. I designed this website for a friend. I'm not sure if I used the best practices or maybe I did something wrong but I just started my learning ...
2
votes
3answers
74 views

C++ Tree Class implementation

I am trying to implement a class for the Node of a Tree in C++ in order to represent an HTML structure. It is not complete by a shot, but i'd still like an opinion. TreeNode.h : ...
6
votes
3answers
64 views

Bash script to extract HTML comment into a Markdown file

I learned Bash a million years ago. I just wrote this simple script used to get the first lot of HTML comments from a file, and spit it out in order to create a ...
0
votes
0answers
19 views

Idle game code optimization

I am currently making an idle game, and I currently have a few issues about optimization that I want to fix (which I will list at the end). But first, the code: main.coffee ...
5
votes
3answers
54 views

Basic HTML structure for three columns of articles

I'm new to HTML and programming in general and I want to make sure my code is organized and that I'm using the best practices while I go along. So, I made this example layout I would like to convert ...
4
votes
2answers
66 views

jQuery functions to add corresponding entries of lists

Thanks to this post, I was able to create a working piece of javascript that fits my needs. I have a div/ul/li based table where each "row" has 2 values that I want to have the sum for. Currently the ...
4
votes
1answer
99 views

Automation project

There are buttons on a page, each corresponding to a different code that needs to be sent to PubNub DSN, which is published to my home server to operate specific on/off commands for various lights in ...
1
vote
1answer
66 views

Moving To Object Orientated Programming

Please keep in mind I am new and still learning when reading the following. What I am doing I have the following code which pulls a sport, tournament and round NR, from a DB table called ...
9
votes
2answers
93 views

HTML5 markup for blog article

Recently I started a blog project. It is my first time that I create something so advance. I use task runners, SEO optimization, preprocessors, I will code in full stack environment and all the other ...
0
votes
0answers
44 views

Traffic Light Logic using angular

I am pretty new to angular and have implemented a traffic light logic for practice and would just like to see if I can improve it? Any suggestions on best practices and logic setup would be great. ...
1
vote
3answers
52 views

JavaScript validation form

Could this code be improved? Would you suggest more sophisticated way of doing client-side signup validation? ...
3
votes
1answer
85 views

Simple jQuery photo slider

I'm fairly new to front end web development, but finally felt confident enough to create my own jQuery slider. I wish to receive constructive criticism about my code, how I can optimize any line of ...
5
votes
3answers
146 views

Changing color on button click

I have an html button that when the user clicks the button it will change color from blue to red and back. Is there a better way to do this in jQuery? HTML/jQuery ...
3
votes
0answers
23 views

Create archive webpage for newsletters based on nested array

I am creating a webpage for my newsletter archives. The archives are divided by year (currently there is only 1, but there could be many), then by topic, before listing each newsletter. There will ...
5
votes
1answer
76 views

Single Page portfolio website

I have finished and launched my first website and would love some feedback/ideas for improvement. This is a single page website for the purpose of displaying my finished projects. I know that I have ...
3
votes
0answers
24 views

Fluid HTML email template

I created this as a template for our email marketing team to use when creating emails. For fluid/responsive behavior, I am using max-width and conditionals for clients that do not support it (e.g., ...
2
votes
0answers
38 views

Using Flask-SocketIO in conjunction with Flask-WTF / WTForms to provide realtime form validation feedback

I am working on a user login using Flask and the following extensions: Flask-Login, Flask-WTF, ...
2
votes
0answers
36 views

Created a game of Simon using HTML, CSS, and JavaScript

Here is the JS Fiddle: https://jsfiddle.net/4jo9hvpk/ The code is fully functional. Could someone point out any mistakes in style? Any redundancies? I want to work on making my code look better and ...
3
votes
1answer
29 views

Basic ul li elements in JavaScript listeners

I am learning JavaScript and I have written a code snippet. Can someone suggest some improvements? ...
1
vote
0answers
39 views

Printing many-to-many relationships in an HTML/bootstrap table

I need to print the many-to-many relation ship in my tablet. However, I don't know what to do for my case: I tried tons of ideas, however, I may have done something wrong because nothing worked. Here ...
1
vote
2answers
48 views

Website code for a client

This is for a client of mine: Enbridge Gas. I had to turn 2 .psd file into html and CSS. This client is my first real client by myself and I want to make sure my code is improved as much as possible. ...
2
votes
2answers
44 views

Retrieve data from json file and avoid HTML/JS tight coupling

I am retrieving data from a json object and even though code works I am not sure if I am following best practices. In particular some of the objects seems too deep (like value.metadata.connections....
5
votes
0answers
53 views

HTML page compiling LaTeX code to nice mathematics display - 2nd attempt

I have this page that allows a user to quickly compile \$\LaTeX\$ code into a mathematical display. Whenever the user compiles the code, that page also generates an URL from which it is possible to ...
3
votes
2answers
129 views

Form validation library

Background: After reading this thought provoking book I decided to write a small library as an exercise. ...
1
vote
1answer
43 views

Loading an animation with an Ajax request

I am not sure if this is the correct way to make an Ajax request and do the typical loading/processing GIF/animation while processing is happening and displaying the response. HTML: ...
1
vote
1answer
25 views

Sidebar menu to hide or expand parts of a form

I have some of my code that I have tried to improve on to make it cleaner and efficient and I would like some feedback to see if I am going in the right direction with what I am trying to do. I have ...
0
votes
0answers
14 views

Responsive Web form with Foundation for sites

I have made this web form for user registration. The requirement is that it can be used on different devices, respectively screen sizes. With you tinkering I was able to make this current version ...
3
votes
1answer
32 views

Displaying user selection in the browser

I have the following script that reads JSONified data from within a DIV, generates HTML with values using JavaScript, then sends them to another DIV. What I'd like to improve is to remove HTML from ...