Tag Archives: XML

Adding a Module Position in a Joomla 1.5 Template 1

Adding a module position in a Joomla 1.5 template is not as easy as it was in the 1.0 templates. It is a two step process:
1. Add code to template PHP file.
For example, this would go in the index.php file in the template folder – or if you are adding it in an include file.
<?php [...]

MediaCoder Profile for N800 Video Encoding 5

I use MediaCoder for most of my encoding/transcoding of video for playback on my PC and other devices. The N800 has a peculiar set of parameters for it’s video – if it doesn’t match up then it either won’t play back or will be very choppy.
I ended up selling the N800 but I thought I [...]

Microsoft Office 2007 New Formats and your Apache server 1

If you upload those new fancy-shmancy file formats to your web server – namely .docx, .pptx and .xlsx – and you are running Apache; chances are that your web server doesn’t know how to serve those files because they are unknown file formats. Your browser may try to download them as a .zip file (IE) [...]