Archive for the ‘Joomla’ Category

Joomla Expose Configuration

Thursday, July 24th, 2008

Expose 4 Configuration  If you are familiar with Joomla, you might have heard of Expose.  Well, if you would like to use it out-of-the-box, it will be great.  Trouble is, sometimes you just need to do some touch-ups to fit into your Joomla template.  And then you get into problems.  Suddenly, you come face to face with a monstrous configuration file with no idea of where to start.

Well, being really desperate, I slowly dissected the file and got the following 8 sections, with 2 no idea sections.

  • Gallery
  • Main Panel
  • Image
  • Image Strip
  • Image Info
  • Album List
  • Album Info
  • Image Description

(more…)

Content Management for Microsites

Wednesday, April 23rd, 2008

One of the problems I face recently is to segregate the website so that different people have access to different segments of the website.

image

Recently, a CMS we are supposed to build has the following configuration. The full site has to be managed by the main office, while a small microsite is to be managed by the Thailand branch office. The Thailand folks are not permitted to amend the contents in the main site but have full authority over their own contents. The main office will have full access across the entire website, including the Thailand microsite.

Found something which seems to solve the problem! Will get my girls to look into it.

image

Using Windows Live Writer to Post to Joomla

Friday, April 18th, 2008

After a lot of trial and error. Sort of finally get it working. Tada!

image

The above image is a snippet of the Joomla contentI just posted using Windows Live Writer. Configuration to get it working:

  • Joomla 1.5
  • XML-RPC – metaWeblog API (enabled)
  • XML-RPC – Joomla (enabled)
  • All the other XML-RPC (disabled)
  • image

    This is absolutely amazing. Imagine all my customers being able to do things like Cut and Paste and very quickly dump all their info online. Cool!

Survey Component in Joomla

Wednesday, April 16th, 2008

Hmmm.. today just got hit by a customer which require a Survey Component in Joomla. Well, actually, a survey sounds too complicated… as a survey is generally multi-page with an analysis engine behind it.

What a customer really needed is some kind of dynamically manageable forms. So after doing some kind of simple component research, decided to to try out RSForms.

image

Why RS Form? Well honestly, it is because it has the greatest number of votes and reviews at http://extensions.joomla.org/ . Really dun have much time to waste on crappy components.

image

So here goes. Did a simple installation on my Joomla 1.5 instance at http://xtremax.com/joomla_1_5 and got

image

And within 10 minutes, created a form like:

image

image

Difference Betweeen Drupal and Joomla

Wednesday, April 16th, 2008

Was really thinking about this for a long time…. after all, both are pretty famous content management frameworks by now. However, since Joomla seemed to be more popular at the point of time when I needed a CMS engine…. I just chose it as the platform to work on…. However, just recently, my brother was telling me about how his really good student claimed that Drupal was a much better system than Joomla… and how he advocated porting an existing Joomla customised solution to Drupal,,,, so I guess…. I just had to take a look.

Honestly, I do not know much about Drupal… till this point. I mean…. how much can I know… when i just read a single e-book that is more like a basic usual manual. But anyway, below are some observed differences.

Pro Drupal (this list contains all the Pro Drupal Points)

Superior User and Roles Management.

Well, it seems that Drupal has better Authorisation and Authentication based on roles. For one, you are able to add customised roles to Drupal and start assigning Permissions based on those role. That is something which I do not see in Joomla. In fact, Joomla basically has 2 sets of roles, i.e. front end and backend roles… and users seem to be pretty much stuck with that. Anything more fine-grained will require some components…. which seem to distort the Joomla framework.

Taxonomy based Content

Not exactly sure if this can be called an advantage yet, as it seems very confusing to a beginner like me. But it does boast several advantages like having unlimited number of sections. For Joomla, It seems that content is limited to a 3 level hierarchy. That is a limitation especially for more extensive site maps… (But of course… there are always clever work arounds….)

Another way of looking at it… the Sitemap depends more on the Menu Structure which can be easily defined in both Joomla and Drupal… and can have minimal correlation with Joomla’s sections and categories…

Taxonomy seems to be a neat way of allowing content tagging and easy navigation. Allows easy navigation to related articles instead of way of defining the site map.

Triggers and Actions

It implements some kind of Event Based architecture. It allows code snippets to be triggered based on some events.

Cool Ajax Configuration Interface

I like a nifty feature that Drupal has. It allows drag and drop on the webpage. This allows easy customisation of hierarchy structure. Very cool.

Pro Joomla

Installation can be done via packaged zip files

I was looking around at the Drupal modules… and it seemed that the only way installation can be done is directly unzipping all the codes in a module directory. It does not allow a person to simply upload a zip file to install the module.

This installation process is very important… for custom component development companies… as it allows a neat hand-off of project codes.

Opinions

Hmmm… having so it seems that Drupal happens to be the more flexible system. Well, can’t really say too much about it… until I get my hands dirty and starting looking at the codes. Till then…. :P

Will be looking into:

image

Learning Drupal 6 Module Development

Joomla 1.5 n Drupal

Tuesday, April 15th, 2008

Well after seeing Windows Live Writer seemless integration with WordPress…. I did start to get excited about the possibilities of its integration with CMS systems like Joomla and Drupal.

Imagine the flexibility of data entry it will give my clients… if they are able to type their contents on an offline editor and effortlessly publish its contents onto the CMS system.

Well, not sure about Drupal, but Joomla’s integration with WLW still has someway to go. (no time to check out Drupal yet) It seems to be able to publish mainly html articles… with no support for images. Hmmm… this is not exactly good enough for me yet. Guess I just got to monitor it.

Okay… will work more on this tomorrow. Good nights!