Showing posts with label CMS. Show all posts
Showing posts with label CMS. Show all posts

October 22, 2013

Uploading A WordPress Website From A Local To A Remote Installation

If you’re working on a local website for development and need to upload it either to go live or because you need to show a client or other team members your work, you’re going to need to upload your WordPress website. This is more complicated than moving from a sub-directory to the root directory, and involves moving three things: WordPress itself — you’ll need to install this in the new location; The database — which you can move using phpMyAdmin; Your theme files, uploads and plugins. 1. Turn Off Permalinks Turn off pretty permalinks in the “Permalinks” screen, which you’ll find in the...

September 7, 2013

Display Video Thumbnails With Drupal Media Module

The Media module is great for managing media files such as images and videos on a Drupal website. Today we discuss video handling, specifically how to display a video thumbnail. In this tutorial, you'll learn how to display a thumbnail for videos that are hosted on YouTube and Vimeo. Then, we'll look at how to change the video "preview" view mode. Getting Started Before we begin, download and install the following modules: Media (7.x-1.3) Media: YouTube Media: Vimeo Ctools Views If you use Drush, run the following command: $ drush dl media media_youtube media_vimeo ctools views Step...

August 24, 2013

Top 12 Free Content Management Systems (CMS)

Building websites by hand with all html/css pages was fine a couple years ago, but these days there are a ton of awesome Content Management System options out there that make our jobs as developers and website publishers SO much easier! So, What Exactly Is A Content Management System? According to Wikipedia, they describe a CMS as follows: A web content management system (WCMS or Web CMS) is a content management system (CMS) software, usually implemented as a Web application, for creating and managing HTML content. It is used to manage and control a large, dynamic collection of Web material...