Monday, June 18, 2012

SEO Tips to be a top competitor

In a search engine, the competition for the most attention is endless! With an astounding number of companies and individuals using a website for personal interests or to run a business, Search Engine Optimization becomes imperative. Below mentioned are some tips from a well-noted SEO Company UK that will help you in generating good traffic to your website.

TIP NO 1: Unique and interesting content is the heartbeat of SEO. Content that has no useful and viewer-attracting information, yet loads of keywords cannot gain visibility and will lose its value in search engine. Hence, the success or failure of a good SEO lies in content.
TIP NO 2: It is very important that your website is updated with useful and relevant information. When your site is added with new content regularly, it will increase the number of visitors accessing your site and ensures your existing customers remain loyal to your site improving your ranking.
TIP NO 3: Choosing of a popular phrase and proper keyword is of utmost important since it is the factor that generates page views. Keep in mind that using very popular keywords might be tempting; however they receive huge competition from the online global market. It is also preferred if the keywords are in the title tag of the page.
TIP NO 4: The easy readability of your HTML page helps the search engine bots as well as screen readers to have better access and improve the ranking of your page. Also there is an option of using the keywords in the URL in case it doesn’t fit in with the content or title tag.
TIP NO 5: It is advised not to use too many keywords in the content since they are an easy turn off for a reader. Use links to place your keywords since they stand out the most in the web page.
TIP NO 6: Trading or buying external links on an external site is a good way to build business; however, too many cross-links can be recognized as a spam by a search engine bot. Hence be careful!
TIP NO 7: Inbound links from a reputable site is considered valuable. If the sites represent government institutes or universities or schools, it will get a good exposure to different people. It is also wise to choose a site that has similarity to your site for relevance and viewer readability.
TIP NO 8: Keep your site alive for a longer duration with good updates and attractive content. Also, providing the readers a chance to submit views, queries and feedback, will ensure your site is organically rich and hence has good visibility in search engine results.
About the Author:
Kate Ford is Tech writer from the UK. Catch her @thetechlegend on Twitter


Monday, June 11, 2012

WordPress - Fatal error: Allowed memory size of bytes exhausted



If you get a WordPress Fatal Error message similar to: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in wp-admin/includes/theme.php on line 81 then this tutorial is for you. We've helped several of our students with similar issues so we decided to write a tutorial to hopefully help someone else out as well.

Background Information About Memory Limit

Memory limit sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server.
In most cases if you get a memory limit error it's due to a faulty addon. If you're at 32 or 64 M, that should be more than enough. If you set it to 128 M, and it's still getting the error, then you for sure know it's a faulty addon. So the key question is what addon did you install prior to this?

Things to Try

Here are some things to try in this order:
1. Try adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '128M');
2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 128M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
3. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M
4. Talk to your host.

Plugin for Keeping Track of Memory Usage

You can use TPC! Memory Usage to keep track of the memory usage in WordPress:
http://wordpress.org/extend/plugins/tpc-memory-usage/

Wednesday, April 4, 2012

How to Use WordPress SEO by Yoast


How to Use WordPress SEO by Yoast

November 15, 2011 | Written by Ed Andrea
yoastThis is a getting started guide for people who want to optimize their WordPress sites for search engines. WordPress SEO by Yoast is one of the most popular of all WordPress SEO plugins, having been downloaded over 670,000 times since it's launch early in 2011.

In this tutorial we're going to introduce you to the WordPress SEO plugin and also show you how to choose settings that will work successfully.

Step 1. Install the WordPress SEO by Yoast Plugin

tutuploadsStep_1._install_the_plugin.png
  1. Go to Dashboard
  2. Plugins
  3. Add New
  4. Search for WordPress SEO by Yoast
  5. Click Install Now
tutuploadsmedia_1321380940434.png
After you activate the plug-in, you will see a new menu section on the Dashboard for managing your SEO.

Step 2. Go to the SEO Dashboard

tutuploadsStep_2._Go_to_the_SEO_Dashboard.png
Yoast WordPress is pretty cool in that it really won't let you make a mistake. It will warn you and give you a quick Fix it button, so you can start off on the right foot. If you see this message, click Fix It.

Step 3. Set your Permalinks

tutuploadsStep_3._Set_your_Permalinks.png
The Fix It button takes you to your Permalinks Settings page. Choose one of the options that includes %postname% in your permalinks. Alternately you can create a custom structure, and for SEO purposes you want to make sure your hostname is included in the link.
Be sure to save your changes and then go back to the SEO Dashboard.

Step 4. General Settings

tutuploadsStep_4._General_Settings.png
This plugin adds a new panel to your post and page editing screens, that allows you to edit the SEO features. The general settings will show or hide parts of the panel.
I checked the meta keywords tag, but you don' t really need to. No search engines actually use keywords any more. They make a nice note for developers when they are working on the coding of the pages.
If you're really new at SEO you might want to disable the Advanced part of the SEO meta box, so you can do no harm.
Generally if you don't check anything in this section you'll be OK.

Step 5. Verify Your Site with Webmaster Tools

tutuploadsStep_5._Verify_your_site_with_webmaster_tools..png
Google, Yahoo! and Bing have tools for monitoring traffic. They also allow you to submit your site to the search engine, and submit a sitemap. So it's good if you have visited these sites and created an account, and gone through the verification process.
The field titles are links to the services, so just click on the field titles and you can complete this process. When you sign up you are given a choice of verification method. Use a meta tag or download a file that you then place in your home directory. If you choose the meta tag method, you simply copy the meta tag into the appropriate field.
If you're already verified and have used the download method, you don't have to do anything here. Or if you find the meta tag method confusing, use the download method instead.

Step 6. Set the Page Titles

tutuploadsStep_6._Set_the_page_titles..png
Your choice on this section depends on your template. When in doubt, click Force rewrite titles.
To check the title tag in your template to see if it matches:
Go to Appearance > Editor > choose header.php from the right column.ook at the code and search for the
If you don't feel comfortable doing that, click Force rewrite titles, which will be the easiest thing to do. Changing that simple tag sounds easy, but below is the code for the title tag in the 2011 theme. The tag, and how to change it isn't always obvious. Only change this if you really know what you're doing.
tutuploadsmedia_1321384972616.png
Some themes will work perfectly with this plugin. Others would need modification or the "Force" method.

Step 7. Set the Title Templates for Singular Pages

tutuploadsStep_7._Set_the_title_templates_for_singular_pages_-_a_st.png
You can create two types of templates here, static and dynamic. To create a static template, type in exactly what you want. You might want to use a static template on the home page or a landing page. It depends on your SEO objectives.

Step 8. Create Dynamic Title Templates

tutuploadsStep_8._Create_dynamic_title_templates.png
Dynamic templates are created from the page and post entries themselves, and will change as you change content. A long list of variables is included at the bottom of the page, in a panel titled "Help on Title Settings" to help you build your variable templates. You will want to consult this before creating the templates.

Post, page and attachment templates

tutuploadsPost__page_and_attachment_templates.png
Here are some examples of common setups. Go through the entire section and set up templates for each type.
Note that you can also combine text and variables in the same field. The "-" in the title template field is text so it's easier to read on the site.
You could also do something like this:
%%title%% - Brought to you by %%name%%, SEO Expert

Category template

tutuploadsCategory_template.png
Instead of including the excerpt or caption, we are getting the meta description from the category description. If you haven't written descriptions for all the categories, this is a good reason to get into the habit. Take your time and write good descriptions and use good SEO practices.

Post tag template

tutuploadsPost_tag_template.png

Author Archives template

tutuploadsAuthor_Archives_template.png

Date Archives template

tutuploadsDate_Archives_template.png
If you leave any section blank, there is a default template that will be used. The Date Archives default template is perfectly adequate, so we can skip this one.

Search pages template

tutuploadsSearch_pages_template.png

404 error page template

tutuploads404_error_page_template.png
You can combine static text with variables.
Also note that all these templates can be overwritten when you create the post or page. These are now the defaults, and if you don't specify anything when you create the entry, these templates supply the tags.

Step 9. Indexation

tutuploadsStep_9_ecb6fd86c90a057d6cfb363aed2c49e2.png
The first thing you see at the top of the Indexation section is a checkbox to toggle the verbose explanations of each of the settings below. Check it and the advice disappears, un check it and it all the descriptions come back. That's all it does.

Facebook OpenGraph

tutuploadsFacebook_OpenGraph.png
You get this information from Facebook. If you don't have any idea what this is it won't hurt to leave it blank. Before you fill it in, learn all you need from Facebook's documentation.

Indexation Rules

tutuploadsIndexation_Rules.png
These are the suggested settings for the No Index Rules. You've may be familiar with nofollow rules in robots.txt files. This isn't like that. These rules do not stop a spider from following links on the page, they just won't index that particular page, but the will follow the links to other pages that do need to be indexed.
There's no reason for a search engine to index a registration page, a search page, a shopping cart page or other pages of a similar kind.

Nofollow Settings

tutuploadsNofollow_Settings.png
You will want to restrict some pages with nofollow. A searchbot spends only so much time on a site with each visit, following links on unnecessary pages dilutes your page strength for the important pages. So check all the boxes in this section.

Archive Settings

tutuploadsArchive_Settings.png
If you are running a single author blog, you can disable the author archives. If you have a multi-author blog, don't check it.
Don't disable the data-based archives unless you don't show the archives on your site at all. If you check this it will completely disable the archives and they will not be viewable by the public.

Robots Settings

tutuploadsRobots_Settings.png
Don't mess with this unless you are a total expert. If you're a novice skip it entirely.

Clean up settings

tutuploadsClean_up_settings.png
Most of the cleanup is handled by default functions of the plug-in. These are the only optional choices you get to make. You might consider checking the second and third boxes if you use a remote editor or Windows Live Writer. Other than that nothing here needs to be checked.

Step 10. The XML Sitemap

tutuploadsStep_10_957e56607955c0c8ba2d28e1dfd625c7.png
Check the box to make all the options visible.
tutuploadsmedia_1321392007213.png
By default, the plug-in does everything for you. Optionally you can have it submit your sitemap to Yahoo! and Ask.com as well as Google and Bing. If you have webmaster accounts there, check the boxes.
The rest of the form is about things you don't want to include on site maps. If you're a beginner and the site is small, you don't need to worry about excluding anything. You need to study up on sitemaps as you get more experienced./
You don't need any other XML sitemap plugins if you are using this one.

Step 11. Adjust the Yoast Permalinks settings

tutuploadsStep_11._Adjust_the_Yoast_Permalinks_settings.png
We already set the basic WordPress Permalinks. These settings only concern the permalinks created by the Yoast plug-in.
Strip the category base.
By default WP adds /category/ inside each permalink it creates. Checking this stops that from happening. The only time using this could be a problem is if a category name and a title might be the same. If you don't have a specific reason for preventing this, don't check the box.
Enforce a trailing slash on all category tag URL's
You probably want this to happen. So check this box.
Redirect attachment URL's to parent post URL
Check this one. Word press essentially creates a new post for the image, search engines may find the url to the image only post. This will redirect them back to the parent page so the full page gets indexed and followed.
Redirect Ugly URL's
Sometimes people link to shortened urls or feedburner links. This redirects those links to your main URL
tutuploadsmedia_1321393873093.png
You don't need to do anything in these two sections for now. When you've fully explored SEO and are a pro at Google Webmaster and Analytics tools, you can revisit these section.

Step 12. Using Breadcrumbs

tutuploadsStep_12._Using_Breadcrumbs.png
Breadcrumbs are great for navigation and for SEO. Your theme needs to support breadcrumbs though. If it does, you can add some configuration to the breadcrumb section.
Use ASCII in the separator field. For example > will put a "greater than" bracket between each breadcrumb link like this
Home > Category > Subcategory. You can use any separator you want.
tutuploadsmedia_1321398070802.png
If you know about modifying themes, the author includes a code snippet you can use here to add breadcrumbs to a theme.

Step 13. Foil Scrapers

tutuploadsStep_13._Foil_Scrapers.png
I don't mean spatulas for cleaning thin sheets of metal, I mean take the advantage away from data thieves.
People can take your original material and have it appear on their site as if it is their own. This feature will make sure you get a link back to your site, and the the material is properly credited to you.
You can actually get pretty creative here. You could put advertisements and affiliate links in here and generate some income as well.
The plugin uses variables to allow you to create a template. You can mix html, text and variables in the same message.

Step 14. Import and Export

tutuploadsStep_14._Import_and_Export.png
As a beginner, you don't need this section, but once you've got a winning formula, you might want to duplicate it on other sites. Or if you've done some SEO with other plugins and are changing plugins, you might want to pull the settings into this plug-in.
Unless it applies to you, you don't need to do anything here.

You're finished! You can now add SEO features to each page and post

tutuploadsThat_s_it__you_re_set_up_-_Add_SEO_to_each_page_and_post.png
Now there is a new section in your editing page that lets you set up SEO for each individual article. If you are putting this into an existing blog, you could have a big job ahead of you, but it won't be so bad if you're new and just adding content and optimizing as you go along.
This is a getting started guide, and is meant to help you get this feature installed and working right away. There is an entire industry based just on SEO and a lot more to learn. As you keep learning, you'll be able to come back here and make decisions to fine tune your performance.

9 Essential Wordpress Plugins..!!


WordPress has nearly 20,000 plugins, which is both a blessing and a curse for beginners.
On the one hand, it's wonderful that so many developers have produced so much free software. On the other hand, it can be really hard to find the good plugins when there are so many to sort through.
We often get asked for our favorite plugins and so here's a list of some of the favorites used by the staff.

1. Ultimate TinyMCE Editor

tutuploadsmedia_1333444021073.png
The basic editor works OK, but most people just want more! There's one that seems to be more complete than most and adds the whole ball of wax in one shot.
Ultimate TinyMCE will expand the default array of buttons in the visual tinymce editor, giving you the power to visually create your pages and posts. No need for mucking about in HTML and CSS.
Features:
  • No need to learn the languages of HTML and CSS (although the basics can certainly help) when creating your pages/posts.
  • Easily manipulate your fonts, font sizes, colors, styles, and css from a graphical user interface.
  • Shortcodes Manager - Now all your shortcodes are available in a handy dropdown box.
  • Google Maps Integration makes it easy for you to insert a Google Map anywhere in your content.
  • Create tables through a graphical interface (much like microsoft excel) to display your data.
  • Insert YouTube videos by simply copying and pasting the share url.
  • Graphical Image Mapping to make your images more exciting.
  • Enable PHP text widgets, allowing even further control of how your content is displayed.
  • Use shortcodes to insert column breaks. This is a VERY cool feature. You can break any content area into up to six separate columns.
  • Ultimate Tinymce will add more than 30 new buttons and features to your visual editor.
  • Accompanying this plugin is a huge contextual help system, designed to help provide specific information, screenshots, and examples for each feature.
Visit the official plugin page: Ultimate TinyMCE.

2. Front-end Editor

tutuploadsmedia_1333444373197.png
Front-end Editor is a plugin that lets you make changes to your content directly from your site while viewing the page or post.. No need to load the admin backend just to correct a typo. Quick changes are a breeze. Tired of clicking back and forth? Try this.
Features:
  • Saves as many trips to the backend as possible
  • Compatible with any theme, out of the box
  • Light and fast
Visit the official plugin page: Front-end Editor.

3. Akismet

tutuploadsmedia_1333444901230.png
Askimet is the spam protection service WordPress. Akismet is free for personal sites, but not so for commercial sites. However It's a long time favorite because it really works. Akismet checks your comments against the Akismet web service to see if they look like spam or not. It will automatically block spam comments.
Visit the official plugin page: Akismet.

4. W3 Total Cache

tutuploadsmedia_1333445504146.png
W3 Total Cache improves the user experience of your site by improving your server performance, caching every aspect of your site, reducing the download times and providing transparent content delivery network (CDN) integration.
Features:
  • At least 10x improvement in overall site performance (Grade A in YSlow or significant Google Page Speed improvements) when fully configured
  • Improved conversion rates and "site performance" which affect your site's rank on Google.com
  • "Instant" subsequent page views: browser caching
  • Optimized progressive render: pages start rendering quickly
  • Reduced page load time: increased visitor time on site; visitors view more pages
  • Improved web server performance; sustain high traffic periods
  • Up to 80% bandwidth savings via minify and HTTP compression of HTML, CSS, JavaScript and feeds
Over 1 million downloads. I guess we're not the only ones who like this.
Visit the official plugin page: W3 Total Cache.

5. Broken Links Checker

tutuploadsmedia_1333446034297.png
This is a great way to make sure everything is working smootly on your site. An email from a client saying they found a broken link can be quite embarrassing. This plugin lets you be the hero.
Features:
  • Monitors links in your posts, pages, comments, the blogroll, and custom fields (optional).
  • Detects links that don't work, missing images and redirects.
  • Notifies you either via the Dashboard or by email.
  • Makes broken links display differently in posts (optional).
  • Prevents search engines from following broken links (optional).
  • You can search and filter links by URL, anchor text and so on.
  • Links can be edited directly from the plugin's page, without manually updating each post.
  • Highly configurable.
Visit the plugin page: Broken Link Checker.

6. Revision Control

tutuploadsmedia_1333446709618.png
Revision Control is a plugin for WordPress which gives the user more control over the Revision functionality. You can compare the current version with a previous version. Restore from a single click to revert. Very good if you have submissions from users or admins that make a lot of mistakes.
The plugin allows the user to set a site-global setting (Settings -> Revisions) for pages/posts to enable/disable/limit the number of revisions which are saved for the page/post. The user may change this setting on a per-page/post basis from the Revisions Meta box.
The plugin also allows the deletion of specific revisions via the Revisions post metabox.
Visit the official plugin page: Revision Control.

7. Widget Context

tutuploadsmedia_1333447532559.png
Display widgets only on certain pages, posts or any other section of your website. One of WordPress's frustrations is that every page has the same widgets. With this you can define the widget placement to certain menu items or categories.
An extra control is added to your widget editor, which let's you easily place the widgets with some radio buttons and checkboxes. We happen to have a tutorial that will help you with this:http://www.ostraining.com/blog/wordpress/widget-context/.
Visit the official plugin page: Widget Context.

8. EZPZ One Click Backup

tutuploadsmedia_1333448835868.png
EZPZ One Click Backup, is a very easy way to do a complete backup of your entire WordPress site. In fact it's so easy to use there are no required user settings, everything is automatic. Just one click and presto, you'll have a complete backup stored on your server. One more click and you can download the entire backup to your own computer. Trying to move a site from one server to another EZPZ OCB might be a good solution.
  • EZPZ OCB now features a "One-Stop" control panel with status indicators and better cross-browser compatibility. (Tested on Firefox 3.5+, IE 9, Chrome, Safari 5.1 [windows version], Opera 11, and Flock 2.6. It is compatible with IE 9 but earlier versions may have some display quirks during Manual backups however the backups are NOT affected.)
  • EZPZ OCB also stores up to 10 backups on the server.
  • With EZPZ Easy Restore restoring your site is a simple two step process.
  • EZPZ OCB can automatically upload your backups to your Dropbox account or any FTP server.
Visit the official plugin page: EZPZ One Click Backup.

9. SEO by Yoast

tutuploadsmedia_1333449008525.png
This is really the Swiss Army Knife of SEO for WordPress. Once it's setup, all the controls are on a single section of your editing window. It really does everything.
Features:
  • Snippet preview
  • Page Analysis
  • Technical WordPress Search Engine Optimization
  • Meta & Link Elements
  • XML Sitemaps
  • RSS Optimization
  • Breadcrumbs
  • Edit your .htaccess and robots.txt file
  • Facebook OpenGraph
  • Multi-Site Compatible
  • Import & Export functionality
  • Import functionality for other WordPress SEO plugins

Friday, March 2, 2012

Why Your Clients Need a Mobile Joomla Site and How to Sell it To Them


Developing a mobile Joomla website for each of your clients is not only critical to the success of that client’s goals but also an excellent source of additional revenue. As a development firm, it is your job to educate your clients on the critical importance in having a mobile website to achieve their future goals. In this post we will be looking at why your clients need a mobile Joomla site and how you can use this information to complete the sale.

Joomla Mobile WebsitesJoomla Mobile Websites

Selling Point #1 – There will be one mobile device for every person on the planet by 2015.

In order to educate your clients, you must first explain the exponential growth the mobile market is experiencing. With the advance of technology, the growth of the smart phone and introduction of the mobile tablet, we have seen an unbelievable explosion in growth of mobile device sales and usage.
Currently, we are on pace to more than double the number of global smartphone users from 2010-2013 with over 31% of Americans owning a smartphone today.
These statistics also do not take into account the ever-growing tablet market which by 2013 is expected to make up nearly 21% of the mobile market. It’s time to accept the mobile market and see it as an opportunity for business growth. 

Selling Point #2 – 95% of smartphone users have searched locally for information.

Once you’ve established that mobile is growing, you will the explain the vast majority of mobile users search locally for business information. One of the most staggering statistics is that over 50% of local searches are performed on a mobile device and by 2013, more people will use their mobile phones than PC’s to get online.
61% of mobile users who find a business while searching end up calling the business. Additionally, 59% of mobile users end up stopping into the business and 50% of the people who found the business via mobile search end up converting to a purchasing customer. These are some pretty compelling statistics that clearly illustrate the importance of being visible in mobile search.

Selling Point #3 – If mobile users are not happy with a website, 40% of them will then go to a competitor

At this point, your client may see the value in the mobile audience, however, they might have convinced themselves that their current standard website is good enough. It’s not.
In this fast paced world 60% of mobile users expect a website to load on their mobile device in under three seconds. In the event it takes longer, a whopping 78% of visitors will try to load your website one more time before leaving. Once they have left, 40% of mobile users turn to a competitor’s mobile website. After their bad experience on your mobile website, 57% of the visitors will not recommend your business to other’s on mobile.
It’s pretty clear that the user experience that we work so hard for on a PC website needs to be carried over to mobile in order to keep customers happy and gain new business. 

Steps to Take After Making the Sale

Once you have sold your client on a mobile website, not it’s time to let the magic happen. There are a few ways to go about creating a mobile Joomla website. If your development firm has the knowledge and time to build it yourself, this is the obvious solution.
For many smaller developers, they do not have the know-how or time to work on a mobile project. In this case, there are many Joomla web development companies who you can sub-contract the work to. Find a qualified & experienced Joomla web development firm and have them quote out the project. Then return a quote to your client with a sufficient markup to keep you satisfied.
Lastly, if neither of these options sounds appealing, Mobile Joomla is an extension used to build a fairly basic site. Additionally, some templates have built in basic mobile sites such as the new Yootheme templates. Typically these end up being fairly basic in nature, but offer some sort of solution.

Take Action!

Although this article is not meant to be a step-by-step guide for selling mobile websites, the above information should arm you with the necessary data to help educate your clients on the importance of having a mobile Joomla website.
How do you approach selling mobile Joomla websites to your clients? Please comment with any ideas, questions or additional information to help drive discussion.
* Statistics from this article were pulled from forrester.com, IDC.com and howtogomo.com

Monday, December 26, 2011

Online Joomla Training Course

Joomla CMS is an Excellent Content Management System. Joomla can be used by Programmers and Non Programmers. Joomla Training is provided by 5+ years experience professional.

Web Trainings offers Professional Online Joomla Training. We provide complete training of Joomla 1.5 Version and provide overview of Joomla 1.6 and Joomla 1.7. Our Joomla Experts will provide you Complete indepth training in Joomla 1.5. We Provide both theory and practical oriented Sessions. In Joomla training we teach about Joomla installation, content management, Joomla template designing, Joomla Extensions and Joomla Live Project Scenario.

Online Joomla Training Content

Introduction to CMS (Module 1)
  • Introduction to CMS
  • Structure of CMS
  • Types of CMS (Files & Database)
  • Introduction to Joomla
  • Advantages of using Joomla
  • Features of Joomla CMS
  • Joomla Versions (1.0 & 1.5)
Content Management in Joomla (Module 5)
  • Section Manager
  • Category Manager
  • Creating Articles in Joomla (Editors)
  • Article Parameters in Joomla
  • Archive Manager
  • Front Page Manager
  • Article Trash
Joomla Installation (Module 2)
  • Installation of XAMPP
  • Joomla Installation Requirements
  • Installing Joomla on Local System
  • Installing Joomla on Windows
  • Installing Joomla in Linux
  • Commons Errors in Installation
Menu Management in Joomla (Module 6)
  • Creating Menu in Joomla
  • Menu types in Joomla
  • Menu Parameters
  • Menu Trash
  • Menu Modules
Joomla Terminology and Concepts (Module 3)
  • Joomla Frontend and Backend
  • Menus, Articles, Sections, Categories
  • Extensions in Joomla (Frontend & Backend)
  • Modules, Components & Plug-ins
Joomla Modules (Module 7)
  • Install and Uninstall Modules
  • Module Manager
  • Default Joomla Modules
  • Module Positions & Parameters
Joomla Admin Settings (Module 4)
  • Global Configuration Settings  
  • User Management in Joomla
  • Managing Media with Media Manager
Components and Plugins (Module 8)
  • Using Components
  • Banners, Contact, News Feed
  • Polls, Search and Web Links
  • Plug-in Manager
Joomla Template Design (Module 9)
  • Introduction to Joomla Templates
  • Template Manager
  • Installing Joomla Templates
  • Customizing Joomla Template
  • User positions in Joomla
  • Custom Joomla Template
  • Adding Styles to Joomla Template
  • Common Errors in Templates
Extensions in Joomla (Module 10)
  • Ecommerce with Virtue Mart
  • SEO Extensions in Joomla
  • Language Manager (Multi Language Site)
  • Security and Backup Extensions
  • Premium Extensions in Joomla

Online Joomla Training Fees

Duration15 Hours
Training Cost$199
Demo SessionYes
RequiredSkype,Teamviewer Or WebEx