Finding the perfect complementary colours for your web design can be hard. Adobe Kuler will help you solve the problem and we love it.
You can access Adobe’s Kuler here http://kuler.adobe.com. It may be worth your while to register so that you can save your colour themes. If you need color inspiration, you can view Kuler [...]
How to publish pdf files online.
Xtremax Company Profile 2009
Quite often, in CMS driven websites, the thumbnail images to be shown on the listing page is very hard to be controlled to be the same size, especially for clients who do not have image processing knowledge. I discovered a easy workout which can automatically crop the images and add a nice border.
Fill in the blanks – where to start and how to do them
1. Entry Point
The entry point of each component is standard:
[COMPONENT_NAME].php
and for backend modules, it is also possible to use
admin.[COMPONENT_NAME].php
to be the entry point.
The purpose of the entry point is very simple, initiate the correct controller and execute the task. See below for [...]
Special Episode : How the magic is done (requested by james)
It is some times quite confusing to use Joomla MVC, as we are quite often not sure where are the related files are included and how the respective controller/ model/ view are found and invoked. This post is trying to answer that [...]
MVC architecture is one of the most common and popular architectures for software developments today, especially for web applications.
Then I come across the Joomla MVC architecture, the way Joomla use MVC is a little bit different from what I used to have in JAVA, and the most difficult part is there are some hidden “Magical” [...]