WordPress Widgets

Widgets are an integral part of any WordPress theme, and their locations and options change depending the theme structure. Widgets are small pieces of functionality (PHP code) that can be placed in widget locations within a theme. Widgets can be simple text (a text widget can contain hand-coded HTML or PHP), or ‘WYSIWYG’ functions with…

Configuring WordPress – Basic Structure and Menus

Populating the WordPress website, adding pages, posts, categories and setting up menus. Pages are static pages that can be edited, but generally remain the same. Pages do not get archived, once edited the old content is overwritten. Posts are texts that are displayed in a post template ‘page’.  They are saved in chronological order and (depending…

WordPress – CMS – Basics and More

Gone are the days when a website could get away using simple static HTML code. With the ever increasing use of  ‘alternate media’ websites now need to be responsive for a good viewer experience. They also need to be dynamic, easily managed (often by multiple contributors), SEO optimized,  and regularly updated. This calls for a CMS installation….

|

October 15, 2013 DACS SIG meeting subject: Google Analytics

When it comes to Search Engine Optimizing, knowing how a site is performing is critical. One of the top tools these days is Google Analytics. This free software is constantly evolving and offering more information – which can be quite a challenge to decipher. Let’s go over the initial setup, and then dive into an…

| |

May 2013, Divs, Floats and Clears

Using CSS and Div’s for layout. Div’s contain the information to layout the site, but making them behave in a predictable manor is not always easy. Floats are used to control positioning, (left or right) but multiple elements will need to be “cleared” to line up correctly. http://www.sitepoint.com/using-css-grid-layout-and-blend-5-to-build-a-game/ http://960.gs/ http://unsemantic.com/ http://caniuse.com/css-grid http://designfestival.com/design-organized-websites-rapidly-with-960-grid/ http://layouts.ironmyers.com/ http://css-tricks.com/all-about-floats/ http://www.quirksmode.org/css/clearing.html