Dagu on November 5th, 2009

As we know, Joomla is one of the best CMS in the world. It often uses to make websites. You can make a great website fast. You don’t need to know PHP or HTML to use it. You only need to understand Joomla. I started using Joomla from version 1.13. The Joomla is very great, [...]

Continue reading about Joomla in the Future

Dagu on November 10th, 2008

A few CMSs need PHP library which is not activated as default. For example, in installation an e-commerce named magento (www.magentocommerce.com), needs a few PHP extensions. Usually, a good CMS checks system requirements before installation begins. Image below is an example for system requirements checking on Magento Installation. We could use phpinfo() function to view [...]

Continue reading about Load PHP Extension

Dagu on December 19th, 2007

Case study: We would like to provide pdf files to be downloaded by visitors, but the file location is hidden. Visitors can download file with URL given only. Programming language used is PHP. Analysis: We could make a link directly to the file location. Example: <a href=”myebook.pdf”>Download MyEbook</a> What happen if the link above clicked? [...]

Continue reading about Avoid Direct Download