Tags
.htaccess /usr/local/ AdWords Assests bin CMS Content Management Systems Creating new page Creating Themes SilverStripe DNS ESL firewall HTTP Images Installing Korea Korean Learning Guitar Links Linux New page Type open ports page type Port number ports President Elect Obama President Obama Protocol rpm Scalextric SEO SilverStripe SilverStripe 2.1 Slot Cars Tags tar TCP themes Time Magazine cover Todays Laptop and NoteBook Specials voip wamp server wget wowza wowzamedia server
Category Archives: CMS
.htaccess File – Modx friendly URLs
# Vital components of your .htaccess file RewriteEngine On RewriteBase / # Force “www.yourdomain.com” instead of just “yourdomain.com” RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com [NC] RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L] # The Friendly URLs part RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d … Continue reading
CMS TEST
The official definition of enterprise content management was created by the Association for Information and Image Management (AIIM) International, the worldwide association for enterprise content management, in the year 2000. The abbreviation ECM has been reinterpreted and redefined many times … Continue reading
Posted in CMS, Web Development
Leave a comment
SilverStripe – Creating a new page type
Creating a new page type Earlier we stated that every page in a SilverStripe site has a page type, and that SilverStripe will look for a template corresponding to the page type. Therefore, the first step to get the homepage … Continue reading
Posted in CMS, SilverStripe, Web Development
Tagged Creating new page, New page Type, page type, SilverStripe
Leave a comment
SilverStripe – Creating Themes
You should ensure your templates are well structured, modular and commented so it’s easy for other people to customise them. Templates should not contain text inside images and all images provided must be open source and not break any copyright … Continue reading
Posted in CMS, SilverStripe, Web Development
Tagged Creating Themes SilverStripe, themes
Leave a comment
SilverStripe – Installing 2.1 Themes
Simply unpack the contents of the zip file into your /themes directory in your silverstripe project Change to theme by putting the following line in your ./mysite/_config.php: SSViewer::set_theme(“themename”); Visit your homepage, ensuring you flush the cache (append ?flush=1 to the … Continue reading
Posted in CMS, SilverStripe, Web Development
Tagged Installing, SilverStripe 2.1, themes
Leave a comment
SilverStripe/Tip – Image location conventions
There are two places where you should keep images within SilverStripe: tutorial/images/ – Only designer can access and manage images. assets/ – Content author can upload and manage using SilverStripe. Each of these folders can naturally have subfolders to better … Continue reading
Posted in CMS, Web Development
Tagged Assests, CMS, Content Management Systems, Images, SilverStripe, Tags
Leave a comment
Mambo Quick Start Guide – CMS
The following is a brief introduction to the Mambo Content Management System. Use this guide to quickly get to grips with the basic operation of Mambo, and as a reminder of how to achieve common tasks. Once you get the … Continue reading
Posted in CMS, Web Development
Leave a comment