Joomla Component Tutorial – Login Authentication From an External App
I wanted to give a quick and dirty tutorial on how to create a Joomla 2.5 component. I’m going to show you how to create a very quick Joomla MVC component...
I wanted to give a quick and dirty tutorial on how to create a Joomla 2.5 component. I’m going to show you how to create a very quick Joomla MVC component...
In a previous post I created a jQuery Form Validation Tutorial. Today I wanted to give a quick discussion on how to use jQuery validation with onblur or onfocus. Have you ever seen a form where there is some help text available inside a text box: It...
In this post I wanted to expand on the previous post dedicated to the introduction of jQuery validation. I wanted to expand on a couple of comments to extend this a bit further. Specifically: Style the input box with a red border on failure Allow you to add...
There are lots of ways to perform validation on your html forms but nothing is easier than using jQuery’s validation plug-in. I’ll take you through a small tutorial to help you understand how to make it work. Let’s take a look at what you can...
Have you ever experienced the "Invalid Token" error while looking at a Joomla built website? Well if you have, read on. I've seen two different sources of this error: 1. System cache 2. Issue with a field validation form It seems that when users try to log in when...
Even developers familiar with jQuery can get confused with the myriad of shortcuts available. There are many variations of doing the same thing which provides great flexibility for developers but can be confusing. All these variations can end-up throwing you off course, which can end...