eScope Error Handler takes care about errors (usually 404) when something is missing at front end. Plugin takes "alias" from old URL and ask database of articles if this alias exists. If it does, plugin redirect user to this article. If not, plugin calls com_search and puts words from alias to search. User don't get error 404 anymore. Just relevant results.
This Joomla! module displays categories from Phoca Gallery component. It can display the first picture of gallery as thumbnail, category name, category description and few other features. For better understanding check demo. Set up choices and more information is in the documentation.
Escope PrettyPhoto can display images and Youtube videos inside nice lightbox called PrettyPhoto. It is module for Joomla 1.6, 1.7, 2.5.
GForm is great Joomla component for creating guestionaires with many steps. It was developed to work writh Google Drive Spreadsheet forms.
GitHub Repo plugin embeds any public GitHub repository into your Joomla content.
I quite usually need to use methods of Joomla's JIRI class. And I always switch JURI::base() with JURI::root() and I always have the problem how to get current URL. So I wrote this post to make...
After few years from last redesign of this website it became synonym for "user unfriendly". So I started to think about new redesign. Mainly new menu structure, new unified icons for my extensions...
I used to develop new components the way that I downloaded Hello World component from the bottom of MVC tutorial. Then I renamed it and edited all files to make it work with new name. It takes me a...
I developed a component this week (comming out soon to public) and we needed for a client module as well. I was struggling how to do it the easiest and fastest way. And that should be just load...
Accessible HTML isn´t really the coolest job while developing a new website. But it is usually just about sticking with pure HTML design. Read a few points from the lecture about accessible HTML....
This awesome Joomla plugin adds structured data (also called Rich Snippets or meta information) about your VirtueMart products. It generates this automatically from the actual products. The best benefit is that Google can display some of these information right in the search results.
EasyCalc is component for creating realtime calculators of any type. For example if you need to explain your customers how many time / money / gray hairs atc. they save by using your product / service, let them count it for their situation.