Updated: Feb 2021 In order to speed up your website, you need to do the following 10 things. This will not only help you pass the Google Page Speed test but also make your site load under 3 seconds and your scores will be very high with sites like Pingdom and WebPageTest. These are not…
As a designer, being able to style every HTML element with CSS is what I desire, and not having to use additional scripts to do it is an even bigger desire. We already have a good amount of control over text, paragraph fields and submit buttons, but not much control over other form elements. In an…
Someone notified me of a problem they were having testing a responsive site using Firefox. The site wasn’t shrinking in the browser window. The media queries were in place, but nothing but the horizontal bar kept coming up. However, my Firefox (16) worked fine along with my other browsers. I did some digging around and…
For some reason, my Micro Center branded SD card just stop working recently. I didn’t use it for more than 3 months before it failed. One day the data was inaccessible on the card, then it tells me to format it, but I couldn’t format it because it was (somehow) write protected, and then there…
It seems like only yesterday we as web developers overcame the challenges of developing for multiple screen sizes that another challenge comes along: high resolution screens. No longer does 72ppi based graphics look sharp on the new hi-res Apple products because of the density change — the pixels per inch (ppi) have been doubled. While it’s a…
In designing a website, there are other small details that one needs to consider, like the favicon, the social media thumbnail and the home screen touch icon for mobile devices. Here is the HTML I use: Social Media Thumbnail Instead of allowing social sites to grab whatever image they feel works best, why not just…