Default front page

Syndicate content

Joomla - Template: Making Basic Template Use Dreamweaver CS3

Joomla Template Step By Step Tutorial: If we are lazy, we can use Dreamweaver to help us write XHTML code. We can use template page that exist at Dreamweaver feature. In this post, we will talk how to make Joomla template use Dreamweaver CS3. But, before continue; please understand about module's and component's position at here. Better, if you read this post too.

Tutorial:Creating a basic Joomla! template

Introduction

The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed.

TinyFCK

TinyFCK - TinyMCE with FCKEditor file manager

There are two big open source rich text editors:

Some people prefer the first, some other the second, but there’s a problem for who likes to use TinyMCE: it lacks of a free file manager/uploader.

What we actually need is to have a TinyMCE installation with a free file manager/uploader, thus we take it from FCKEditor.

Joomla: Tutorial - Creating a submenu

Example Data

In our example, we will create a menu called "Pets". It will have two top-level menu items called "Dogs" and "Cats". Under Dogs, we will have "Collies" and "Greyhounds". Under Cats we will have "Tabbies" and "Siamese". So the structure of the Pets menu will be as follows:

  • Dogs
    • Collies
    • Greyhounds
  • Cats
    • Tabbies
    • Siamese

Step by Step Enable View Post Access Counter on Drupal

The step by step below show how you can enable post access counter on Drupal cms.  The view post access counter as the name implies show the hit or view read count statistic for each Drupal page or post... this include the forums.  The view post access counter module comes with default Drupal cms system installation... so you do not need to install any extra module to track page views for every page on  the system.  Please note that the page counter configuration below tested on Drupal 6.13 version.

Cut & Paste Plus Size image viewer

Description: Plus Size Image Viewer automatically adds a caption beneath the images of your choice that when clicked on launches a "plus size" version of the image. The enlarged image can be a different image from the original, so the former is loaded only on demand when requested. FYI, this script is inspired by a similar image viewer seen on some pages of WSJ.

Jquery lightbox - Pirobox V.1.2.1

Pirobox V.1.2.1

  • The script weight has decreased by 40%, now weighs only 15KB, (9KB Minified)
  • There is a choice between three different styles (shadow,white or black)
  • Slideshow option
  • Multiple image set option
  • PngFix for Internet Explorer 6
  • Keyboard navigation: Right arrow [next], Left arrow [prev], ESC [close]
  • Previoue and Next buttons outside or inside the imageBox.
  • Broken Link Check
  • Automatic repositioning of the image in the browser window
  • Browser compatibility = FireFox 2+, Opera9.5+, Chrome, Safari (Mac/Windows),IE 6+

div layer over a flash movie help

Just wanted to clear up a few misconceptions about placing Flash content in front of or behind other html content.
The original poster was on the right track, z-indexing is how you place the Flash content in front of or behind other html content. What was missing was that z-indexing only work with elements that have a declared position (position:absolute or relative, etc.). When attempting to position Flash content, create a holder <div> for the Flash, give it a background color, width and height dimensions the same as your Flash content, and get that <div> positioned correctly before adding the Flash content.

Learn CSS Positioning in Ten Steps

Relationship:

http://www.barelyfitz.com/screencast/html-training/css/positioning/

Learn CSS Positioning in Ten Steps

This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.

PNG Transparency Fix in IE6

What is this?

This is a IE5.5+ "behavior" that automatically adds near-native PNG support to MSIE 5.5 and 6.0 without any changes to the HTML document itself. Supported features include:

Syndicate content