Development.

Integrating WordPress with iMIS

Integrating WordPress with iMIS Association Management System: Strategies and Techniques In today’s digital age, it’s essential for associations and non-profit organizations to have an online presence that not only showcases their activities and initiatives but also provides a platform for members to interact and engage with each other. This is where integrating WordPress with iMIS […]

Advantages of WordPress VIP

WordPress is one of the most popular content management systems (CMS) in the world, and for good reason. It is easy to use, flexible, and has a huge community of users and developers who contribute to its development. However, for some large-scale and high-traffic websites, the regular version of WordPress may not be enough. This […]

On the Importance of ADA Compliance

Understanding The Americans with Disabilities Act (ADA) The Americans with Disabilities Act (ADA) is a civil rights law that prohibits discrimination against individuals with disabilities in all areas of public life, including websites. The ADA was enacted in 1990, and while it predates the widespread use of the internet, it is still relevant today as […]

Algolia Search vs. WordPress Native Search

We are often asked, “What are the advantages of algolia search over native WordPress?” What is Algolia Search Algolia is a search-as-a-service company that provides a search API and search infrastructure for websites and mobile applications. It is used by a wide range of companies and organizations, including e-commerce sites, media and publishing companies, and […]

Drupal to WordPress Migration Best Practices

The process of migrating from Drupal to WordPress can be a daunting task. Fortunately, there are a few simple steps that can make the transition smoother and faster. Step One: Export Content from Drupal The first step in the migration process is to export content from Drupal into a format that can be imported into […]

The Case for WordPress VIP

WordPress VIP is a premium hosting and support service offered by WordPress. It is specifically designed for large organizations and enterprises that require a high level of security, scalability, and performance for their websites. Is it the right fit for you? Here are some of the advantages of using WordPress VIP: Enhanced security: WordPress VIP […]

Digital Cartography: Making Maps in The Age Of the Internet

Have you ever wanted to build a map on the web? Learn how to using Leaflet.js

Game On: Using Gamification To Build Engagement

The American Society for Microbiology asked us to use our creative panache to add intrigue and dynamism to their annual conference. We responded by creating a game for the conference attendees: one that would introduce friendly competition, online engagement, and an underlying sense of urgency to the event.

WordPress with Node, React, and GraphQL — Part 3: The Schema

In this post, I’ll discuss in detail how the GraphQL schema works in conjunction with WordPress. I’ll be using Sequelize to connect to the WordPress database, so we won’t have to write any MYSQL queries.

WordPress with Node, React, and GraphQL — Part 2: The Setup

This article will discuss the basic setup of the project: setting up a Node server with Express, configuring Webpack with a bunch of goodies, and how the GraphQL server works.