This tutorial shows how to show the sub menu items always. By default, only the top level menu items are displayed in the menu panel, when some one clicks on the top level menu item, the sub menu items are shown if any sub menu items exist. Follow these simple steps to show the sub menu items always.
Comments closedTutorials2learn Posts
Hiding the default menu from the default page in joomla
Comments closedThis article briefly explains how to submit HTML form using AJAX. This article is intended for Ajax beginners. The word AJAX is the short form of asynchronous JavaScript and XML. Ajax is widely used in modern websites, web applications, etc. In this article, we assume the basic knowledge of javaScript and HTML.
Comments closedThis article explains how to insert a module within the content in Joomla 1.5. This method is very much useful when we need to insert a particular module inside the post content. By default each module needs to be associated with the positions specified/available in a template.
Comments closedJavaScript is an Object Oriented Programming language (OOP). An Object is a special kind of data and acts like real –life objects. An object has properties and methods. A real-life example for object could be a music system. It has properties like, on, off, current volume, etc. The methods could be said as, turn on, turn off, increase volume, etc. Similarly, JavaScript objects do have properties and methods.
Comments closedThis article briefly explains the fundamentals of JavaScript. The basic characteristics, features, usage, etc. have been explained in simple terms. Topics like, What is JavaScript ?, How can we use the JavaScript ? , Where to place a JavaScript code ?, Characteristics of JavaScript, JavaScript variables, JavaScript operators, etc. are explained in a simple manner.
Comments closedThis article describes how to create a search application using Dreamweaver. This application makes use the Access database to store information and Active Server Pages to retrieve the data in it. This article is oriented to the intermediate Dreamweaver users. You need to have no ASP programming skills to build this application. All you want to possess is a simple programming logic.This tutorial has Only 2 pages.
The first page is a search form and the second one is a page which displays the search results.