— WHAT IS A COMMUNITY MANAGER? A Community Manager is the face of a company, managing communications in both directions. This digital-savvy employee is responsible for all communications, public relations, social media, events, and content creation, among other things. It’s a Web 2.0 communications role, incorporating online tools and in-person networking to create relationships and ultimately build the company’s brand, both online and off. — COMMUNITY MANAGER FUNCTIONS. Working alongside the social media manager to generate new ideas for social content to drive communications. Planning social content and maintaining the content calendar ensuring social media content is regular, relevant and engaging. Writing engaging copy forRead More →

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL.  It is, by far, the most popular CMS used by approximately 75 million websites. WordPress is free to install, deploy, and upgrade. Thousands of plugins and templates power a flexible and simple interface, which reduces development costs and deployment time. There are many reasons why we can say that wordpress is a good tool:  1. Is the most popular CMS in the world WordPress holds the largest CMS market share by far, and currently accounts for over a quarter of all websites. As a result, many users are already familiar with the WordPress CMS, requiring less staff trainingRead More →

There are many types of dropdown menus, but in this post we will explain how to create the most basic. 1. HTML Use any element to open the dropdown menu, <button>, <a> or <p> element. Use a container element (like <div>) to create the dropdown menu and add the dropdown links inside it. Wrap a <div> element around the button and the <div> to position the dropdown menu correctly with CSS. 2. CSS The following structure is one of the main possibilities that is related to the previous HTML.  Basic Dropdown:  Create a dropdown box that appears when the user moves the mouse over anRead More →