A collection of our guides and helpfull posts
Tutorials by Popularity
Theming Drupal Blocks in a Zen Sub-theme
Adding block styles to your sub-theme are important for several reasons. My original objective behind learning to style blocks was to eliminate large titles and awkward spacing that was inherited from the parent style sheets, especially the H2 tag. Once I got a grasp on how easy it was to style individual blocks or groups of them I started to utilize this more. Blocks.css comes packaged in your sub-theme's CSS directory with many useful classes and ID's listed (commented with their purpose as well).
Taking a look at the page source you can see how styles are applied to blocks...Read full article...
Taxonomy and Views in Drupal - Create tag block per section page
Providing a quick way for visitors to find additional information they are interested in has been a major focus while working on this project. Requirements were few but critical to meet. The solution: Taxonomy linked key phrases to posts while Views provided a method of displaying the terms.Read full article...
Theming Drupal - Side by side blocks in page region
You can go far with Drupal, a Zen Subtheme, and a little CSS intuition. Sometimes it's necessary to place blocks side by side in a page region, but adding page regions isn't possible or practical, you can use the block.css file in your Zen Subtheme's CSS directory to work some magic.Read full article...
Custom Regions using Drupal and Zen Subthemes
Having the ability to layout each page according to your own specifications is a must when designing a web site. In Drupal development, creating custom page regions gives control over content areas to achieve a personalized look. I'll walk you through creating two regions that split the content area in half.
Prerequisites: A basic understanding of Drupal and how it works, a Drupal site that you have access to installing themes and a basic text editor.Read full article...
Theming Drupal Views in a Zen Subtheme
Take complete control of design and flow of information using Drupal Views and Zen Subthemes. Changing the appearance is crucial when changing a background and body text colors of a site that conflict with the default views styling. CSS properties can be added to a high level tag that affects many areas as well as to very finite areas of just one View.
When the views module outputs a view it wraps it in a div tag with class information. Zen uses views-styles.css in the CSS directory of your subtheme to style views.
One key element in styling views is that when a view is created you must use on lowercase letters and underscores, however when creating the class tag in the CSS document you must use hyphens in place of underscores.Read full article...
How to Provide Remote Support
The ability to connect to a users workstation from a distance and quickly solve the problem at hand has dramatically increased IT's coverage area. You no longer need a corporate IT budget and department behind you to offer remote assistance capabilities. Here's a few ways to get started...
Microsoft Remote Assistance (Free included with XP on)
MSRA offers a few options for offering or requesting help.Read full article...
Taking on the Network Rack full of Spaghetti Cabling
We've all seen the rack from hell, but not many have the courage (maybe blind ambition) to take on the project of making it right. The bravery pays off since any management in your department will be able to physically see the difference and it cuts down on future tasks the rack requires.Read full article...
