Mugo Web main content.
-

Improving website performance as a money-saving (and money-making) exercise

I recently did a performance review for a server setup running more than 200 websites. The infrastructure is hosted at Amazon Web Services (AWS). It contains multiple web servers behind multiple Varnish caching servers, uses Relational Database Service (RDS) for database storage, and uses Elastic File System (EFS) for storing assets like content images and documents. There were several areas of performance optimization to be done, which was a good development exercise and resulted in an improved user experience. Most importantly, though, the results also saved bandwidth; reduced the number of servers, number of CPUs, and amount of RAM required; and saved money! A faster site also improves SEO, which will drive more visitors / customers to your site, and will increase conversions.

LEARN MORE
meet your match

Meet your match: How to choose the right web development partner

Building a relationship with a web development partner can be a lot like dating. In the early days of your relationship, you’ll be talking to your web developer frequently, getting to know their strengths and weaknesses, and hoping they’ll be reliable, trustworthy, and ultimately live up to your expectations.

LEARN MORE
The way you're choosing your CMS is probably wrong

Why the way you’re choosing your CMS is wrong

We’re often asked which content management system we would recommend for small businesses, non-profits, enterprise clients, magazines, book publishers, etc. We’ve written a lot about our favourite content management system (eZ Publish / eZ Platform), which we’ve used for countless sites of various sizes and levels of complexity in a wide variety of sectors.

But we know there are a lot of content management systems that you’ll likely consider when launching or redoing your website, and we understand that every organization wants to ensure they get the best fit for their particular vertical and needs.

LEARN MORE
-

Auto-posting content to social media channels with OneAll

We recently used OneAll to develop a feature that allows user generated content to be created, submitted for review, published, and then automatically posted to the creator's social media channels without additional effort on their part. Here's how we accomplished this.

LEARN MORE
Door in a dark room, ajar. Light coming from beyond the door.

ReaderBound: Behind the scenes benefits for book publishers

ReaderBound is a powerful website platform that helps publishers easily showcase and sell their books online.

It combines sophisticated content management and e-commerce solutions, client support, website hosting, and maintenance into one convenient package.

We often explain the ReaderBound benefits in terms of what it enables you to do. However, one of its key benefits is what it takes off your plate: a number of site maintenance worries.

LEARN MORE
Digital innovation for publications

How to innovate digitally with your magazine publication

Whether you're a B2B publication such as Habitat Magazine or a B2C publication such as The Christian Science Monitor, you've likely been facing challenges around advertising, the erosion of print dollars, and intense competition for reader attention (both in print and digital) for years. To stay competitive and be able to thrive, you need to innovate digitally. Carol Ott, Publisher and Editor-in-Chief of Habitat Magazine, states that "without digital, we would no longer be in business". Is your digital platform and website enabling or hindering you?

LEARN MORE
CS homepage

Christian Science Monitor changes online publishing model, boosts subscriptions

Words like innovation and digital transformation tend to be sprinkled liberally in discussions about digital publishing and online revenue models these days. But stories about publishers that have actually implemented new digital strategies resulting in positive revenue streams are not nearly as common. One of our clients, The Christian Science Monitor, however, has done just that, reinventing itself online to better resonate with its readers, and generating a critical new stream of subscriber revenue.

LEARN MORE
Image showing a Facebook Instant Article

Integrating Facebook Instant Articles into eZ Publish / eZ Platform

Facebook's solution to speed up mobile web page loading is called Facebook Instant Articles (FBIA), and it's only available to Facebook app users. Here's a look at how to integrate FBIA into eZ Publish / eZ Platform.

LEARN MORE
Alberta Gymnastics Federation Insurance Claim Portal

How an insurance claims web app can enhance your business

Giving association members the ability to submit insurance claims online saves time and money for the Alberta Gymnastics Federation. Here we'll take a look at the insurance claims submission web app we built in eZ Publish / eZ Platform. 

LEARN MORE
-

How to send customized emails to tens of thousands of users with Bronto and eZ Platform

In an effort to engage its audience, our client, FindaTopDoc, wanted to integrate a custom Q&A platform into its site. They chose Oracle + Bronto as the accompanying marketing automation tool. Here we outline how we integrated Bronto with eZ Platform to build a robust Q&A and newsletter system with the capacity to send customized e-mails to tens of thousands of users.

LEARN MORE
content is king

Why content is critical to your business

The content business used to be the exclusive purview of media outlets, book, and magazine publishers. But today, the maxim “everyone is a publisher” has become more relevant than ever, particularly online, where audiences are not only wary of ads, they may not ever see them.

LEARN MORE
-

Infrastructure as Code: provisioning and configuration management with Vagrant, Terraform, and Ansible

Intended audience: technical managers, senior developers

Agile developers must constantly strike a balance between building solutions for a known existing case and building solutions that can scale to handle unknown future cases. On the one hand, Agile philosophy encourages us to build and iterate as necessary: Move Fast and Break Things. On the other, various programming best practices encourage us to build in an extensible and modular way from the start: Do One Thing and Do It Well. On smaller projects, these two goals can be achieved simultaneously; but on larger projects – especially given time and budget constraints – it is sometimes necessary to prioritize one over the other. 

Project managers and full-stack developers face such choices almost immediately, during the initial development, staging, and deployment phases. For instance, a project may begin with a narrow scope and require only a single developer’s time. In this case, it often makes sense to forgo provisioning a dedicated development virtual machine (VM) or staging server, and instead, to use generic or shared environments. But as the scope of the project grows, for instance with caching or proxy layers, it often makes sense to implement better development, staging, and production parity.

LEARN MORE