Posts Tagged ‘MODx’
Monday, March 9th, 2009
The other day I wanted to try out jQuery Galleria, it didn’t work out of the box with jQuery 1.3.2. Galleria is using the old style @ syntax which doesn’t work anymore. You basically have to go through the whole plugin and replace lines like this:... Read More
Tags: galleria, Javascript, jquery, MODx, PHP
Posted in CMS, MODx, PHP | No Comments »
Wednesday, March 4th, 2009
After using the stuff in the prior tutorial on the site I’m working on at the moment I quickly realized that I needed to be able to use chunks as templates, just like Ditto, to handle repetitive stuff. It doesn’t make sense having duplicate HTML all over the place.... Read More
Tags: CMS, MODx, multi language
Posted in CMS, MODx, PHP | No Comments »
Monday, February 23rd, 2009
Although it’s fairly easy to create a multi-lingual site with chunks and template variables alone it’s hardly ideal, to say the least. For most pages there will be a lot of unused template variables, the manager area will start to look like a mess. ... Read More
Tags: CMS, MODx, multi language, PHP
Posted in CMS, MODx, PHP | No Comments »
Sunday, October 12th, 2008
I’m currently setting up a Swedish site for a friend, this time I changed site language in the backend to Swedish and utf8. The database collation is set to utf8 too, and the charset line in the config file looks like this: $database_connection_charset = ‘utf8′;... Read More
Tags: MODx, utf8, wayfinder
Posted in CMS, MODx | No Comments »
Thursday, October 2nd, 2008
This tutorial will demonstrate how a multilingual blog in MODx can be created. It is a combination of the prior tutorial and the multi lingual site tutorial at the MODx wiki. Both are required reading if you want to understand what is happening here.... Read More
Tags: CMS, ditto, MODx, multi language, wayfinder
Posted in CMS, MODx | No Comments »
Wednesday, September 17th, 2008
I just went through the MODx blogging tutorial for real, with the intent of actually creating the exact same blog functionality myself. I ran into some problems with friendly/pretty URLs and this is a description of how I solved them.... Read More
Tags: MODx, taglinks
Posted in CMS, MODx | No Comments »
Monday, August 25th, 2008
Tags: ajax, css, html, Javascript, jquery, json, MODx
Posted in Ajax, CMS, HTML + CSS, Javascript, MODx, jQuery | No Comments »
Sunday, August 3rd, 2008
Yesterday I discovered that the flash banner wouldn’t load on www.asiandivingvacation.com, I suppose the crossdomain xml didn’t work like I expected it to.... Read More
Tags: a2 hosting, apache, htaccess, MODx, mod_rewrite
Posted in CMS, MODx | 3 Comments »
Saturday, July 12th, 2008
If you are new to MODx you might want to check out the newbie MODx tutorial before you continue.
... Read More
Tags: jquery, jquery flash, MODx
Posted in CMS, Javascript, MODx, jQuery | No Comments »
Sunday, July 6th, 2008
I’ve begun creating a site for a friend of mine who will sell diving, Asian Diving Vacation (please don’t bitch about the way it looks at this point, it’s a work in progress, the only reason I’m linking to it at this point is because there is also a lot of bitching about demos going on, so here you go demo freaks) . I’m using MODx because it simply rocks for the purpose, we don’t need any strange modules that would require something from the giant repositories of Drupal or Joomla.... Read More
Tags: css, html, Javascript, jquery, MODx, treeview, wayfinder, yaml
Posted in CMS, HTML + CSS, Javascript, MODx, jQuery | No Comments »