Search:

CMShelpers.com

Content Management System Helpers

Released Joomla 1.5.4

Today, the Joomla core team release Joomla 1.5.4, this is just a normal maintainance release. This version will fix several issues including some minor security issues, bug fixes and add more echancements.

Security Issues Fixed

  • Added security to file caching to prevent unauthorized access to cached pages
  • User Redirect Spam fix
  • htaccess global variable security fix when SEF is enabled

List of All the Bug Fixed

  • Major Cache overhaul, including unit testing for quality assurance
  • Router issues related to extending the router
  • Menu ordering issues when nested menus were used
  • Several Search component fixes, including the removal of HTML tags as possible search results
  • Menu permissions issues
  • Unpublished menu item issues, including fatal errors and allowing an unpublished menu item to be selected as default
  • Banners can handle Flash items
  • Polls and Latest and Most Popular articles listed in the Administrator now support GMT dates
  • Page titles now follow more consistent rules (see Page Title Parameters for more information)
  • Several OpenID improvements

If you’re using Joomla 1.5, it’s time for you to upgrade to Joomla 1.54. You can download it from here.

More infos are available on http://www.joomla.org

search terms:

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

08.Jul.08 Joomla Comments Off

The Basics Of Html Tagging

As a Web developer, you have a lot of options to your work. You can create a program that directly creates Web pages with a user-friendly interface, or create a hypertext markup language, usually as HTML.

To effectively create Web pages with HTML, you must know that certain codes or commands, as others would term. These codes are used as HTML tags. The tags function as an instruction for the browser to read and your web page the way you want it to show. There are different types of HTML tags that are used to change color, spacing, font, page attributes and other different things that you need to display in your side

HTML tags can be identified by their format, which is less than one () bracket. The element serves as the command to the browser. The browser reads the text within brackets and has the specified command. In order for HTML tags to work, you must remember that every day has to close. To do this, you need to do a backslash after less than clip into the last day. The most common and basic HTML tags, Web developers use as follows :,,,,,,,,. With this simple format, you can already see how HTML tags. When entering into an HTML document, it is advisable that you use a simple text editor such as Notepad, WordPad or Simple text, because the browser only text reads
(more…)

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

20.Mar.08 Programming Comment (1)