Adding an Event Calendar to your Joomla! Site using JEvents
Event calendars are essential for many websites. For example, your company website may contain one event calendar to display the events. Showing event information through a calendar helps visitors to view your schedule easier. A good calendar application also helps you to schedule your work. This article by Suhreed Sarkar, author of Joomla! 1.5 Top Extensions Cookbook, shows you how to add an event calendar to your Joomla! site using JEvents.
Read Adding an Event Calendar to your Joomla! Site using JEvents in fullInstalling and Configuring Jobs! and Managing Sections, Categories, and Articles using Joomla!
Joomla! has earned a reputation of being one of the most powerful CMS programs around, as its core team emerged from another popular open source Content Management System (CMS) program called Mambo. Joomla! was downloaded more than 2.5 million times within the first year of its release. It has over 200,000 community users and contributors. Although Joomla! is so popular, building jobsites with Joomla! is a new concept.
The previous article explained the installation and configuration of Joomla! 1.5.
This article by Santonu Kumar Dhar, author of the book Building job sites with Joomla!, explains:
- Managing sections, categories, and articles
- Managing extensions
- Installing and configuring Jobs!
- Adding modules
Installing and Configuring Joomla! 1.5
Joomla! has earned a reputation of being one of the most powerful CMS programs around, as its core team emerged from another popular open source Content Management System (CMS) program called Mambo. Joomla! was downloaded more than 2.5 million times within the first year of its release. It has over 200,000 community users and contributors. Although Joomla! is so popular, building jobsites with Joomla! is a new concept.
To build a jobsite, you need to use a jobs and recruitment extension (such as Jobs!, Jobline!, or JS Jobs) in your Joomla! website. We will use the Jobs! extension because it provides all of the functionalities that a professional jobsite should have. It provides graphical user interface for administrator, employer, and jobseeker. Before we start how to develop a jobsite with Joomla!, we need to install and configure Joomla! 1.5 and Jobs! extension along with all of its modules.
This article by Santonu Kumar Dhar, author of the book Building job sites with Joomla!, explains:
- Prerequisites for installation of Joomla! 1.5 and Jobs!
- Setting up a local server environment
- Uploading installation packages and files to server
- Creating database and user for the database
- Installing and configuring Joomla! 1.5
Adding Advanced Form Features using ChronoForms
Joomla! is a fantastic way to create a dynamic CMS. Now, you want to go to the next step and interact with your users. Forms are the way you ask questions and get replies. ChronoForms is the extension that lets you do that and this article tells you how.
In this article by Bob Janes, author of the book ChronoForms 3.1 for Joomla! site Cookbook , we will cover:
- Using PHP to create "select" drop-downs
- Using Ajax to look up e-mail addresses
- Get information from a DB table to include in your form
- Show a form in a smoothbox
This article gives you recipes for some typical advanced form features—we encourage you to adopt and adapt to the ideas here to meet your particular needs.
Read Adding Advanced Form Features using ChronoForms in fullUsing ChronoForms to add More Features to your Joomla! Form
Joomla! is a fantastic way to create a dynamic CMS. Now, you want to go to the next step and interact with your users. Forms are the way you ask questions and get replies. ChronoForms is the extension that lets you do that and this article tells you how.
In the previous article we covered:
- Adding a validated checkbox
- Adding an "other" box to a drop-down
- Sending an SMS message on submission
- Signing up to a newsletter service
- Adding a conversion-tracking script
In this article by Bob Janes, author of the book ChronoForms 3.1 for Joomla! site Cookbook , we will cover the following features:
- Showing a YouTube video
- Adding a bar-code to a for m e-mail
- Adding a character counter to a textarea
- Creating a "double drop-down"
Styling your Joomla! form using ChronoForms
Joomla! is a fantastic way to create a dynamic CMS. Now, you want to go to the next step and interact with your users. Forms are the way you ask questions and get replies. ChronoForms is the extension that lets you do that and this article tells you how.
In this article by Bob Janes, author of the book ChronoForms 3.1 for Joomla! site Cookbook , we will cover:
- Using ChronoForms default style
- Switching styles with "Transform Form"
- Adding your own CSS styling
- Putting several inputs in one line
- Adding your own HTML
Adding Features to your Joomla! Form using ChronoForms
Joomla! is a fantastic way to create a dynamic CMS. Now, you want to go to the next step and interact with your users. Forms are the way you ask questions and get replies. ChronoForms is the extension that lets you do that and this article tells you how.
In this article by Bob Janes, author of the book ChronoForms 3.1 for Joomla! site Cookbook , we will cover:
- Adding a validated checkbox
- Adding an "other" box to a drop-down
- Sending an SMS message on submission
- Signing up to a newsletter service
- Adding a conversion-tracking script
Making a Better Form using JavaScript
Joomla! is well known as a great content management system (CMS). There are many sites using it throughout the world, some of them having great features that impress their visitors.
In the previous article we learnt the basics of Joomla! module creation and also created a "Send us a question" module.
In this article by Jose Argudo Blanco, author of the book Joomla! 1.5 JavaScript jQuery, we are going to add some new features to our little module. These features are intended to make a better form, such as avoiding a full page reload by sending the form using AJAX or checking that some text has been introduced before sending it. All these are good features, though not every form needs to make use of these features. It's up to us to decide when to implement them.
Read Making a Better Form using JavaScript in fullThe Basics of Joomla! Module Creation and Creating a "Send us a question" Module
To date, Joomla! has been well known as a great content management system (CMS). There are many sites using it throughout the world, some of them having great features that impress their visitors. Most of the time, these appealing and powerful features work thanks to JavaScript.
In this article by Jose Argudo Blanco, author of the book Joomla! 1.5 JavaScript jQuery, we will:
- Learn the basics of Joomla! module creation
- Create a "Send us a question" module
Removing Unnecessary jQuery Loads
In this article by Jose Argudo Blanco, author of the book Joomla! 1.5 JavaScript jQuery, we will see how to make fewer jQuery library loads.
In this article, we are going to do lots of modifications to our site, but some things have to be taken into account before making these changes.
Read Removing Unnecessary jQuery Loads in full

