November, 2013

article thumbnail

Expanding the Cloud: Enabling Globally Distributed Applications and Disaster Recovery

All Things Distributed

'As I discussed in my re:Invent keynote earlier this month, I am now happy to announce the immediate availability of Amazon RDS Cross Region Read Replicas , which is another important enhancement for our customers using or planning to use multiple AWS Regions to deploy their applications. Cross Region Read Replicas are available for MySQL 5.6 and enable you to maintain a nearly up-to-date copy of your master database in a different AWS Region.

Cloud 147
article thumbnail

Why we need responsive images: part deux

Tim Kadlec

* Big fat disclaimer: The stats below come from tests on Chrome and IE11, because their developer tools expose this sort of information. The impact on other browsers may be less…or more.*. Way back in June, I wrote a post about the need for responsive images. The post discussed the topic from the typical point of view: the impact on page weight.

Testing 45
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Long Term Web Semantics

Alex Russell

Something irks me about the phrase “semantic HTML” The intent is clear enough — using HTML in ways that are readable, using plain language to describe things. But that’s not what “semantic” means. We might as well be saying “well written” or “copy edited” They’d be closer fits. What we describe today as “unsemantic markup” isn’t really; there is actual meaning to end-users, but it is conveyed with long-winded mar

article thumbnail

Governing IT Investments

The Agile Manager

In the previous blog , we looked at common misconceptions of IT governance. We also looked at how corporate governance works to better understand what governance is and is not. In this blog, we'll look at how we can implement more comprehensive governance in tech projects. For corporate tech investments, the top most governing body is the firm's investment committee.

article thumbnail

New weekly emails

Speed Curve

I've redesigned the weekly email reports to provide more trending information so you can compare week on week performance improvements. They're nice simple visualizations for forwarding around your whole team. Let me know what you'd like to see added to these emails.

article thumbnail

AWS re:Invent 2013

All Things Distributed

'Today we are kicking off AWS re:Invent 2013. Over the course of the next three days, we will host more than 200 sessions, training bootcamps, and hands on labs taught by expert AWS staff as well as dozens of our customers. This year’s conference kicks off with a keynote address by AWS Senior Vice President Andy Jassy, followed by my keynote on Thursday morning.

AWS 99
article thumbnail

Avoiding the 300ms click delay, accessibly

Tim Kadlec

On touch devices, a click event has a 300ms delay before firing. The reason for this the delay is that browsers need that buffer to make sure you aren’t going to double-tap on anything. The result is that if you use click events blindly, that delay creates a noticeable lag as users interact with elements on your page. There has been a Google + post by Rick Byers floating around the last few days claiming the best way to deal with the delay was to eliminate the double-tap zoom altogether.