- Published:
- September 27, 2008 – 1:19 am
- Author:
- By Dave
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 [...]
Categories: Code Samples, Configurations, Joomla, PHP
Tagged: design, HTML, Joomla, templates, XML
- Published:
- July 19, 2008 – 3:38 pm
- Author:
- By Dave
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 [...]
Categories: Hardware, N800, Other Code
Tagged: AVI, encoding, Mediacoder, N800, transcoding, video, XML
- Published:
- March 6, 2008 – 12:31 pm
- Author:
- By Dave
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) [...]
Categories: Configurations, Linux
Tagged: apache, Apache server, content types, microsoft, mime, mime.types, office, web browser, web server, XML