Problem This works, but I would like suggestions to improve it. For one I think the get posts shouldn’t have […]
Tag: twitter-bootstrap
Bootstrap CSS Container Layout
Problem I’ve always been used to write my own CSS but I decided to give a go to twitter-bootstrap and […]
“Pill” with thumbnail and link
Problem I’m currently trying to display a list of movies with this pill-like elements. The code below works but I […]
Excerpt from a grocery shopping site using SASS [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
CSS Grid and Bootstrap 4
Problem First time posting in Code Review! I have started learning front-end development to complement my UI design skillset and […]
Responsive buttons for post navigation
Problem I have tried to make two buttons to be used for post navigation below each post on a blog: […]
Bootstrap pagination
Problem Here is my bootstrap pagination code. Maybe it can be simplified. const pagination = { pre: 0, curr: 1, […]
PHP contact form using PHPMailer and Google Recaptcha
Problem My company is designing a new site, and because I’m currently on bench I’ve been tasked with writing any […]
Display and search through a JSON’s items in Vue.js
Problem I have put together this small application that displays a “Users” JSON in an HTML5 table. I use Bootstrap […]
Activating image and video carousels
Problem I am using this jQuery code to get two carousels working in bootstrap, and it’s working for me. $(‘#image-gallery-carousel’).carousel({ […]