Do you offer access to FFMPEG on your servers?
FFMPEG is a server-side application that compresses and encodes video as it is uploaded. If you have ever used a Youtube or Google Videos you will notice that you do not have to worry about...
How do I Embed a Quicktime Video on One of My Pages?
The old method for embedding Quicktime video on your web page was as follows:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.appl...
How do I Embed a Windows Media Video on One of my Pages?
The method for embedding a Windows Media video file on your web page is as follows
(replace all attribute values shown in braces with your own values; the '[0|1]' attribute values in th...
How do I Embed a Flash Video in one of My Pages?
The method for embedding a Flash video file in your web page depends on which Flash format you are using. Flash video objects may be encoded in either .swf or .flv format. If you encode yo...
How do I stream or add an audio file to my site?
Streaming is a term that is frequently misused to describe deploying any media on the web. Authentic streaming requires the use of a streaming server dedicated to serving media files, freq...
How do I set up an audio or video podcast on my site?
Audio or Video podcasting involves creating the audio or video media you are offering, and then updating an RSS (or Atom) feed with information about your media file. RSS (version 1.0 and 2...
Location of programs on servers
sendmail - /usr/lib/sendmail
perl - /usr/bin/perl
mysql - /usr/local/mysql/bin/mysql
Command-line implementation of PHP - /usr/local/bin/php
php.ini - not use...
Typical Shell Commands
When you are logged in to your account via ssh, everything is done by passing text commands to the command line. Here is a list of the absolute most basic Linux / UNIX commands and their u...
Overview of SSH
SSH is a protocol used to connect to servers remotely. In general, Unix / Linux operating systems (like the one we have on our servers) operate via a text-based command line as opposed to a...
My Permalinks are not working in WordPress?
If you enable "pretty" permalinks in WordPress, you also have to put a .htaccess file in place in the wordpress folder for these SEO friendly URLs to work correctly.
If your wordpres...
How to combat comment spam in your blog.
Comment spam is a regular occurrence in blogs. Typically, spammers will insert their website links into your blog in an effort to create as many external links as possible, which in turn ca...
WordPress Plugin - How To Configure Akismet
Akismet Used by millions, Akismet is quite possibly the best way in the world to protect your blog from comment and trackback spam. It keeps your site protected from spam even while you sleep. Plugi...
WordPress Plugin - How To Configure Google Analyticator
Google Analyticator Google Analyticator adds the necessary JavaScript code to enable Google Analytics tracking on any WordPress blog. This eliminates the need to edit your template code to begin trac...
WordPress Plugin - How To Configure Limit Login Attempts
Limit Login Attempts By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with...
WordPress Plugin - How To Configure Rename wp-login.php
Rename wp-login.php Rename wp-login.php is a plugin that helps prevent brute force attacks targeted specifically to wp-login.php. The module works by changing the login URL. The wp-admin directory...
WordPress Plugin - How To Configure WordPress SEO
WordPress SEO Plugin homepage: https://wordpress.org/plugins/wordpress-seo/ 1. From the WordPress dashboard, navigate to Plugins > Installed Plugins. 2. Find “WordPress SEO”...
WordPress Plugin - How To Configure WP Super Cache
WP Super Cache Plugin homepage: https://wordpress.org/plugins/wp-super-cache/ 1. From the WordPress dashboard, navigate to Plugins > Installed Plugins. 2. Find “WP Super Cache” and click A...
WordPress Plugin - How To Configure a CDN using WP Super Cache
WP Super Cache - Content Delivery Network (CDN) Leveraging a Content Delivery Network (CDN) can significantly speed up your WordPress site. Our CDN service allows your
images (photos) to be distri...
WordPress Plugin - How To Configure & Use ShopSite
The ShopSite plugin for WordPress allows to you to easily add products, including 'Add to Cart' buttons, to any page or blog post. Products are displayed using the same templates assigned to the embe...