LiveReload with FTP
LiveReload is a way to have your code changes live refresh in your browser. E.g. When you save html/template or js files, your browser »
LiveReload is a way to have your code changes live refresh in your browser. E.g. When you save html/template or js files, your browser »
When REC moved to a responsive template, we also introduced the new concept of template inheritance & shadow files. Template inheritance might not be new if »
Last year I wrote up a wishlist of CSS features I'd love to see make there way into browsers, but it never got released. This year »
It's easy to forget some of the simplest CSS properties are secret super heroes. The property of the day for me is clear. Here's an example »
Want to skip to illustrated steps? There's multiple approaches to fixing mixed content, from using CSP to monitor in real time, plugins for specific platforms & »
mailto:[email protected] links in sites are pretty common place, but having this in the source code of the site means that email is going »
Unlike a new site, making changes to an existing site doesn't require a full "go live" procedure as such, but that doesn't mean it doesn't have »
To me there's a difference between these 2 topics, let me explain: Browser support is browsers you're willing to support. While browser testing is the act »