HTML5 (Hyper Text Markup Language, version 5) is an umbrella term for recent web technologies. It is also the latest iteration of HTML, and became a W3C Recommendation in October 2014, introducing new elements and APIs.
-1
votes
0answers
67 views
Asynchronously Load Google Fonts from Joomla [closed]
Is there a better way to write this code, because there are many things in the Header and maybe there is a better way to write something or maybe it contains bugs I missed... :)
Details
This code is ...
1
vote
0answers
22 views
Making a website for practice that searches sites, some embedded and some external
I have been reading up on various code and using it to make this web page for practice. I've learned a lot so far, but I've got a long way to go. So basically, my wife was sick of having to go to a ...
3
votes
1answer
39 views
Graphing a linear equation using javascript and html
I'm open to any feedback even if it's just a quick browsing over to get a quick opinion of my code.
As part of a job interview process I was given a coding challenge to complete. The challenge was ...
0
votes
0answers
28 views
TODO using localStorage API and Vanilla JS
As an introduction to the localStorage API I decided to build a TODO list application. My DOM skills are not strong and I would appreciate any suggestions on how ...
1
vote
0answers
39 views
Drawing a board for the board game GO (HTML canvas)
I am working on a GO game in JavaScript and drawing the board is important to be efficient because it gets ran multiple times a second. As when the user moves their mouse, it will simulate where their ...
0
votes
0answers
40 views
An Mp3 player using React and Redux and the HTML5 web audio API
I built a simple MP3 player with React and now I would like to incorporate Redux to the app as it is getting larger and I feel Redux will help it to be more organized and efficient.
I was wondering ...
4
votes
0answers
59 views
Simon in Javascript
This is a game of Simon using plain Javascript. I would welcome any comments, suggestions,
insights or ideas for improvement. One choice that I made was to have the player's turn
compare values ...
0
votes
0answers
17 views
Adding support for SRT tracks using a big class
I created a plugin/module that adds support for SRT tracks to html5 video players. The code is written in ES2015 but transpiled into ES5, and I'm trying to avoid any polyfills or external code.
I'm ...
1
vote
1answer
55 views
Angular 2 Component conditionally displaying a list of elements from an array
This Angular component displays a list of polls that are fetched from the server and has a slide toggle giving the authenticated user the option to display all polls or just the ones that the user has ...
1
vote
0answers
54 views
jQuery/HTML5 Finance Calculator
I have created a simple jQuery based finance calculator.
Just to make it easy to read I will list below all the functionality and validation it has.
Functionalities:
Ability to enter the amount ...
2
votes
1answer
55 views
Random gradient header generator
I made a header generator that creates a linear gradient of two random colors from its top left to its bottom right.
Please tell me about everything I could do better, but especially how to calculate ...
1
vote
0answers
31 views
Simultaneous search with Google and Bing, remember the last engine
A proof of concept app to run the same query on both Google and Bing. For instance, if one of the engines takes too long on a slow connection or the results are not satisfactory, the same query can be ...
3
votes
1answer
120 views
Frogger HTML5 JavaScript Canvas Game using Object Oriented Design
I created a Frogger game using JavaScript and HTML5. The game runs fine, but that might be because the complexity is so low. I'm looking for ways to improve the code.
Some aspects of this game are ...
3
votes
1answer
80 views
Write the HTML markup for several of (profile picture + message heading + message)
I was asked to write the HTML markup and CSS like the following:
User's profile picture on the left
his message heading
his message content
I was so concerned with how to correctly make it displayed ...
0
votes
0answers
50 views
HTML custom video player
I have recently created my first open source project.
It's and HTML custom video player. Code can be found in the github repo.
...
2
votes
1answer
49 views
Move all Bootstrap .clearfix according to prepended div and layout
I am using the Bootstrap class .clearfix after every second(or third) <div> to keep each row starting at the same height ...
0
votes
0answers
23 views
Off Canvas Menu and Content Panels with Transitions
Any and all feedback appreciated but I'd especially like suggestions pertaining to:
Naming of classes
CSS code organization
Possible performance improvements
Alternative approaches
There also seems ...
3
votes
1answer
82 views
JavaScript implementation of Conway's Game Of Life With HTML5 Canvas
I've implemented Conway's Game Of Life with pure JavaScript and HTML5 Canvas. I'm not very good at JS patterns, so are there any ideas on how I can improve this code?
For Online demo refer to this ...
1
vote
0answers
54 views
Pomodoro Countdown Clock
I would appreciate feedback on this Pomodoro Clock. I tried to use straight
Javascript for the logic instead of JQuery and I would be interested in any observations of
where that was a good or bad ...
7
votes
1answer
149 views
Create a dynamic growing pyramid
In connection with a job application I have to progress the following task:
Create a dynamic growing pyramid. The structure has to be sorted
alphabetically (concerning the inserted values).
...
5
votes
2answers
73 views
HTML + CSS Weblog
I'd like to get my code reviewed. What I have is a simple Weblog consisting of HTML and CSS. I'd like you to pinpoint mistakes (smelly code and so on) and how to improve my code. Opinionated responses ...
1
vote
0answers
55 views
Generating hundreds of css clases
I have elements that are generated dynamically on the screen. I have bars and diamonds.
The problem is I have hundreds of different types of bars or diamonds that need to be rendered on the screen. ...
1
vote
0answers
69 views
Grid Navigation : Drawing flow through html5 canvas grid
An additional question regarding this : previous topic. Thankyou to @Blindman67 for all the help thus far.
The goal is to have a large pixelmap broken up into sections determined by user define-able ...
6
votes
2answers
155 views
First HTML5 Canvas Game Puzzle 15
This is my first game made using canvas, currently it works well but I know my JavaScript could be better as I am still learning. What improvements can I make on the structure of my JavaScript?
<...
3
votes
1answer
115 views
My grade calculator with special weighting
My school has a special 65% formal 35% informal weighting, so I made something to find what your grade would be if you added or ...
2
votes
1answer
47 views
Website to Track Project's Progress
This ASP.NET MVC website is for my professor to track my progress on my Checkers app. This is the first time I have build an ASP.NET website entirely on my own, and I would like a review to make sure ...
4
votes
1answer
65 views
George Washington Carver tribute page
Yeah, it's another person wandering through from freeCodeCamp. Sorry.
That aside, I've got a tribute page to George Washington Carver, developed as a project for the above. I'm generally happy with ...
0
votes
1answer
28 views
Matching of values through user input
I'm attempting to make a program that will take user input and match it to one of multiple predetermined values. I'm wondering if there's a more efficient way to do this, or if there's any way that I ...
1
vote
1answer
60 views
Bootstrap responsive layout
I'm creating a responsive page with bootstrap. I tested my code with my browser (Firefox and Chrome) and it works. Is the code clean or is there a better way to code it?
...
5
votes
2answers
130 views
Transform a Japanese word to furigana
I developed a script to transform a Japanese word in Furigana thanks to the jisho website. But the code is very ugly, especially the extractHiraganaFromHTML and <...
1
vote
1answer
52 views
Control element with JavaScript and SASS: move options between two select-elements
Who has to use enterprise software like for example Microsoft Access knows that control: There a two select lists. The one list offers possible options. With a button you can add one or multiple ...
4
votes
0answers
34 views
Polyfill for a legacy system: Attach “labels” to their corresponding checkboxes
I had to do some maintenance programming on a legacy software recently.
Most of the system's logic is done with Java and PL SQL.
The Java creates some special kind of XML. These XML is then ...
3
votes
2answers
123 views
SQL LIKE search in Angular filter objects
I made this AngularJS 1.x filter, to search using a the same SQL LIKE syntax. Right now only the percentage symbol (%) is ...
2
votes
2answers
69 views
Register page for website
I've been working on a simple forum website as a toy project, to start learning PHP and SQL. I've implemented all of the functionality I want, but I thought I'd run the code by the Code Review ...
5
votes
1answer
86 views
Fitting multiple images in a given width
I was looking for a function which would take the overall width, max height, min height parameters as the input and fit multiple images in the given overall width adjusting their width.
For an ...
3
votes
2answers
68 views
Information about a nightclub in semantic HTML
Could anybody have a look at my HTML code and tell if it's build upon the correct semantic way using the right tags, and not using unnecessary divs?
I'm still not sure if there any divs in my code ...
0
votes
1answer
84 views
Grid Overlay For Browser Using HTML5 Canvas
I wanted to create a grid overlay for my browser that I can use when building websites. I decided on HTML5 canvas because it allows me to create lots of lines without adding loads of elements to the ...
3
votes
1answer
58 views
Structuring basic client side / serverside email form
I've been more than likely doing this entirely wrong for quite awhile and would like to correct that.
With the code review I would like to get critiqued on everything. This includes:
JQuery syntax/...
7
votes
1answer
178 views
Karma Sutra game
I have created a simple Javascript game and want some second opinions on the code. How can it be done more efficiently for example?
Please see the code below, plus a link to a live working version on ...
1
vote
0answers
64 views
Clear and redraw the whole Canvas
This is a simple circular progress with Canvas. Is there any way to make it shorter and easier to read? Another concept for a better performance? I guess clear and re-draw the whole canvas in every ...
3
votes
1answer
123 views
Use local storage event
I use the following code which is working OK to register and emit event for local storage on the browser. It will be great if you can give me some ideas on how to improve it for production use since I'...
0
votes
1answer
187 views
HTML5 Local Storage toggle and save multiple classes
I put together a code will allow me to toggle a class and save it in local storage.
Now I need to add 2 more classes to be toggled and be saved in the same manner.
I don't know how to iterate ...
1
vote
1answer
73 views
JavaScript function for to create HTML-elements
I have written this function for creating complete HTML-elements including arbitrary attributes and inner HTML.
I want to keep and reuse it. Therefore I have tried to document the usage well.
I ...
5
votes
1answer
278 views
HTML and jQuery audio player
I had a task to create simple audio player. So far I managed to do functionalities and all that is needed. Other part of same task was to make it semantic and modular.
I read some blog posts and ...
4
votes
1answer
58 views
Place div's of different heights in a responsive parent div
Can somebody help me with optimizing this code? I'd like to have some control about placement. Masonry doesn't do the job in that way.
What I have done now is to create some sets of columns. For ...
2
votes
1answer
82 views
Displaying multiple Google Maps markers on a Visualforce page
I hope this is the right board for this. I am a novice programmer and I am trying to learn how to write better code. I have a visualforce page with a very long Javascript script in the middle of it to ...
3
votes
1answer
440 views
HTML5 Pac-Man game [closed]
I'm testing my game using Firefox, and it's slow whenever it's in fullscreen. If I resize the browser to take up half the screen, it'll scale the image down and run fine. Game also runs fine in Chrome ...
3
votes
2answers
32 views
Vertical Menu with multiple filters and search options - Need help making it Semantic
Recently I started focussing on semantic HTML. And strangely I still find it quite hard. Could you guys please check this file and give me some tips on what I can do better? Also Is it bad to use the "...
0
votes
1answer
28 views
File listing layout
I am designing a very basic file listing layout in HTML and CSS. Although its working but I would like to know if the following code could be improved upon so that its more good and follows the best ...
3
votes
2answers
191 views
Simple landing page markup with basic HTML
I'm writing the HTML for this website:
And this is the HTML I made:
...