How I may help
Email me!
PerfTester Site Map List all pages on this site
Wilsonmar.com [Alt+I] About this site
Go to first topic
Tag
Go Search Go to Bottom of this page
Summer:
Logout!
Go to Top of this page.
Previous topic this page
Next topic this page

Set screen What Is Joomla?

    Joomla dynamically presents web pages in the format preferred by each unique visitoron this page. because it keeps content (words and pictures) in a database rather than as static files.

    Since formatting is handled by the CMS, content creators can type in text without the formatting codes previously needed to create HTML static pages.

    It was created as open sourceon this page using the PHP programming languageon this page

  1. Dynamic Formatting
  2. The internet has progressed beyond static web pages to a place where dynamic interchange occurs among people and computers.

    So websites need to maintain content simultanesously in many formats for both people and other computers to read.

    Different people need different formats: Color Preferences, High Contrast, Print, Mobile, etc. A sample of these options is at the top-right corner of this page.

    Different computers need different formats: xml feeds in rss 0.9, rss 1.0, atom 0.3, atom 2.0, rdf, opml, Google Sitemaps conformant XML, etc. A sample of these options is at the bottom of this page.

  3. Open Source
  4. Joomla is created by volunteers under project leader Andrew Eddie Programming source for the software on JoomlaForge (on SourceForge) is open for use and modification by anyone (but its use must be cited in products created from it). Enhancements made can be checked in to benefit everyone. Individuals can make a living from it by customizing, integrating and installing systems for specific customers, conducting training, and providing onging support to users (such as testing, which we specialize in).

    Several types of enhancements can be made

Set screen The Down Side

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Versions - History

forum.joomla.org

Go to Top of this page.
Previous topic this page
Next topic this page
Joomla Sites

Set screen Customizations of Joomla

Set screen Components for Joomla

  • Core Joomla is localized in many languages
  • JooMap displays a hierarchical list to show the Menu Structure, Content Categories, Sections and Virtuemart Categories. The new version also supports the generation of a Google Sitemaps conformant XML list.
  • Localization
  • Wikis -- __, the same backend as in Wikipedia, TikiWiki
  • Blogs -- WordPress
  • Shops -- os Commerce cart
  • SEO -- Open SEF converts internal URLs to external (Search Engine Friendly) english words. It's an extension, meaning it requirs no change to core Joomla code on the target server.
  • Photo/video Gallery

    The "Complete" set of third-party components, many of which were written under the GNU license by a community of developers working without direct pay.

    link manager JCE editor

Go to Top of this page.
Previous topic this page
Next topic this page
Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Installation

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Parts of a Joomla Page

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Menu Items

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Modules

Go to Top of this page.
Previous topic this page
Next topic this page
Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Categories

  • Latest News

 

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Contents

    Text and images displayed are "content" organized into sections and categories.

    Caution! When I use IE6 to edit, I get this error message and do not see text within input boxes.

    Reminder Images are specified between braces, such as: {mosimage}.

    Only the "Intro Text" is shown" on the front page (if the "Show on Front Page" is checked).

    When users click "Read More...", the "Main Text" is shown.

    An extra line is automatically added between input lines.

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen System Health Monitor

    A Joomla web site at my host consists of this folder:

    • .cpanel-datastore - for the PHP cpanel
    • .fantasticodata
    • .trash
    • etc
    • mail
    • public_ftp
    • public_html
    • tmp
    • www

    The root folder contains these files:

    • .bash_logout
    • .bash_profile
    • .bash_shrc
    • .emacs
    • .contactmail
    • .cpaddons_notify
    • .lastlogin
    • .dns
    • .bash_history

    The www folder contains these folders:

    • administrator
    • cache
    • components
    • editor
    • help
    • images
    • includes
    • language
    • mambots
    • media
    • modules
    • cgi-bin
    • templates
    • _mgxroot

    Notice that the robots.txt file names all these administrative folders to exclude.

    In the www folder is file "index.php". This is the page served up when only the domain name is typed into a browser.

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Templates

    Templates are stored in the www/templates/ folder.

    Joomla 1.0 comes with three templates.

    The templateDetails.xml file within each template folder contains a list of files associated with that template.

    Within each template folder is a index.php file.

    The images folder typically contains a logo.png image file.

    The template_thumbnail.png preview image must be 206 x 150 pixels.

    Caution! The directory name of the template must be the same as the name of the template in the templateDetails.xml file,

    Some templates also offer *.js Javascript files (such as clock.js within sg_joomla) for clients to download.

    Within each template folder's css folder, template_css.css contains CSS elements or a list of @import directives to retrieve a list of css files

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen CSS Files

Set screen Native Joomla Template Typography

    Joomla Standard Typography A new Joomla templates can display items like other templates if it references these element names:

    top -
    user4 -
    user5 -
    user6 -
    left -
    right -
    banner -
    user7 -
    user8 -
    user9 -

    Files for each template need to be packaged into a PSD file for installation on a Joomla administrator site "Upload File & Install".

    A demo site should be created for each template so that potential users can check it out.

    Different templates have different features:

    • LTR and RTL (Left to Right and Right to Left) by the Mitra Light template
    • Module positions
    • Windows Vista style
    • Optimized for editor view
    • Tested compatible with Firefox, Opera, Internet-Explorer browsers
    • Rounded fables in Firefox
    • AJAX techniques () from MamboAssistance.com

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Template Page Elements

    This table lists common <?php ... ?> statements inserted among html and css within template index.php files for core Joomla scripts to enjoy.

    Page Element PHP code Sample Value Notes
    <Title> echo $mosConfig_sitename; Welcome to ...
    - $mosConfig_lang english, german, french, etc.
    - $iso_client_lang english, german, french, etc.
    ISO __ culture echo _LANGUAGE; "zh-CN" for (Simplified) Chinese - China Within <html xmln="..." lang=...
    <meta content-type ... echo _ISO; utf-8
    template file name $cur_template;   Used within <link href="templates/...
    user logged on? if($my-id) { initEditor(); } non-zero if user is logged on
    page heading mosShowHead(); default meta name, robots, favicon Not needed.
    Base URL of site echo $mosConfig_live_site; http://www.wilsonian.net
      mosPathWay();  
      mosLoadModules ( 'user1', 0 );   Displays modules using tables with class=moduletable in a vertical column.
      mosLoadModules ( 'user1', 1 );   Horizontally display modules using tables with class=moduletable
      mosLoadModules ( 'user1', -1 );   Displays modules without a .moduletable titles.
    Joomla Flag mosLoadModules ( 'top', -2 );   Puts the module's title in a h3, all wrapped within <div class="module
      mosLoadModules ( 'right', -3 );   Puts the module's title in a h3, and adds several layers of divs to apply CSS techniques such as rounding corners.
      mosMainBody(); makes calls to com_content.
      include ("templates.php"); or include_once( $mosConfig_absolute_path .'/includes/footer.php');?>  

    webpage article Compass Design's Joomla Template Menu Tutorial

    My custom tags include:

    Page Element PHP code Sample Value Notes
    Page Description   This page contains ...
    Page Tags     For SEO. /td>

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Joomla Designers

  1. Robin Muilwijk

Go to Top of this page.
Previous topic this page
Next topic this page

    Set screen Plugins (Mambots)

    Mambot Name Type File
    MOS Image content mosimage
    Legacy Mambot Includer content legacybots
    Code support content moscode
    SEF content mossef
    MOS Rating content mosvote
    Email Cloaking content mosemailcloak
    GeSHi content geshi
    Load Module Positions content mosloadposition
    MOS Pagination content mospaging
    No WYSIWYG Editor editors none
    TinyMCE WYSIWYG Editor editors tinymce
    MOS Image Editor Button editors-xtd mosimage.btn
    MOS Pagebreak Editor Button editors-xtd mospage.btn
    Search Content search content.searchbot
    Search Weblinks search weblinks.searchbot
    Search Contacts search contacts.searchbot
    Search Categories search categories.searchbot
    Search Sections search sections.searchbot
    Search Newsfeeds search newsfeeds.searchbot

    Plugin files need to end with ".plugin.php" and placed in the Joomap plugin-directory at "/administrator/components/com_joomap/plugins/".

    .

    Plugins should automatically choose the default Joomla language from ___ which specifies a file such as "english.php" in folder "/administrator/components/com_joomap/language/".

Go to Top of this page.
Previous topic this page
Next topic this page

Set this at top of window. Joomla CSS tags (in Alphabetical order)

    #blockrandom
    #contact_email_copy
    #contact_text
    #emailForm
    #mod_login_password
    #mod_login_remember
    #mod_login_username
    #poll
    #search_ordering
    #search_searchword
    #searchphraseall
    #searchphraseany
    #searchphraseexact
    #voteid1,#voteid2....
    .adminform
    .article_seperator
    .back_button
    .blog
    .blog_more
    .blogsection
    .button
    .buttonheading
    .category
    .clr
    .componentheading
    .contact_email
    .content_rating
    .content_vote
    .contentdescription
    .contentheading
    .contentpagetitle
    .contentpane
    .contentpaneopen
    .contenttoc
    .createdate
    .fase4rdf
    .footer
    .frontpageheader
    .inputbox
    .latestnews
    .mainlevel
    .message
    .modifydate
    .module
    .moduletable
    .mostread
    .newsfeed
    .newsfeeddate
    .newsfeedheading
    .pagenav
    .pagenav_next
    .pagenav_prev
    .pagenavbar
    .pagenavcounter
    .pathway
    .polls
    .pollsborder
    .pollstableborder
    .readon
    .search
    .searchintro
    .sectionentry1
    .sectionentry2
    .sectionheader
    .sitetitle
    .small
    .smalldark
    .sublevel
    .syndicate
    .syndicate_text
    .text_area
    .toclink
    .weblinks
    .wrapper

Go to Top of this page.
Previous topic this page
Next topic this page

Set screen Administrator Menu Items

    webpage article demo.joomla.org every 60 minutes.

    Item Main Item Sub Item Sub Sub Item
    com_admin Home    
    com_config Site Global Configuration  
    com_languages Site Language Manager Site Languages
    com_media Site Media Manager  
    [] Site Preview In New Window
    com_admin / preview Site Preview Inline
    com_admin / preview2 Site Preview Inline with Positions
    com_statistics / searches Site Statistics Search Text
    com_templates Site Template Manager Site Templates, Administrator Templates
    com_templates / positions Site Template Manager Module Positions
    com_trash Site Trash Manager  
    com_users / view Site User Manager  
    com_menumanager Menu Menu Manager mainmenu, othermenu, topmenu, usermenu
    com_content Content Content by section News Items, Archives, Categories
    com_content Content Content by section Newsflashes
    com_content Content Content by section FAQs
    com_content Content All Content Items  
    com_typedcontent Content Static Content Manager  
    com_sections Content Section Manager  
    com_categories Content Category Manager  
    com_frontpage Content Frontpage Manager [Welcome to Joomla!, Newsflash1, etc.]
    com_content / showarchive Content Archive Manager  
    com_content / pageimp Content Page Impressions  
    com_banners Components Banners Manage Banners
    com_banners / listclients Components Banners Manage Clients
    com_contact Components Contacts Manage Contacts Data here is displayed in "Contact Us"
    categories Components Contacts Contact Categories
    com_massmail Components Mass Mail  
    com_newsfeeds Components News Feeds Manage News Feeds
    com_categories Components News Feeds Manage Categories
    com_poll Components Polls  
    com_syndicate Components Syndicate  
    com_weblinks Components Web Links Weblink Items
    categories Components Web Links Weblink Items
    com_modules Modules Site Modules  
    com_modules Modules Administrator Modules  
    com_mambots Mambots Site Mambots  
    com_installer Installers Templates - Site
    Templates - Admin
     
    com_installer Installers Languages [Package File]
    com_installer Installers Components, Modules, Mambots  
    com_messages Messages Inbox  
    com_messages Messages Configuration  
    Joomla.org System Version Check  
    com_admin / sysinfo System System Info  
    com_checkin System Global Checkin  
    com_admin / help Help    

Go to Top of this page.
Previous topic this page
Next topic this page

Set this at top of window. Resources

Go to Top of this page.
Previous topic this page
Next topic this page

Set this at top of window. Joomla Database

Set screen Tag, Bookmark, Syndicate

 

Bookmark this page:
 

Go to Top of this page.
Previous topic this page
Next topic this page
Performance Engineer Life Role Site Map On Performance and Capacity Management... Syndicate this list of links:

Feed Validity Checked RSS 2.0 XML feed
Feed Validity Checked Atom 1.0 XML feed

 

How I may help

Send a message with your email client program


Your rating of this page:
Low High




Your first name:

Your family name:

Your location (city, country):

Your Email address: 

  Top of Page Go to top of page
Previous topic this page

Human verify:
 
Please retype: