Modern web browsers do a pretty decent job translating the HTML, CSS, and JavaScript that comprise the web into the graphic pages we know and love. Something a lot of people don’t know is that our browsers also come with the ability to take a look under the hood, so to speak. If you’ve read…
Category: Web Development
What is an E-commerce Payment Gateway?
Setting up an E-commerce solution online has been relatively common for retailers over the past 8-10 years. From clothing and electronics, to jewelry and food, practically anything can be purchased online at this point. There are 2 ways in which credit cards can be accepted on a website: Using your own Merchant Account This option…
The Benefits of Semantic Markup
As a developer when creating a website it is important to think not only of the content being displayed on page but also the structure behind it. Making sure your HTML is valid and functional is one thing, but by using the correct tags you can help give your content more significance to browsers and search…
10 Ways I Minimize Pain Points as a Web Developer
There are always ways to improve your workflow and increase productivity. Pain points are anything in your workflow that can be removed or improved upon. We must isolate the stress point and work to find a resolution. Below are a list of ten pain points and ways that I have learned to mitigate their effects:…