Tag: CMS

PayPal options and Expression Engine’s Simple Commerce Module

Recently I had to add basic shopping cart functionality to a site that had been built with Expression Engine (my CMS of choice). “No problem,” I thought; I can use the Simple Commerce Module (SCM), which as the names suggests, is ideally suited to simple ecommerce requirements, and which I had used before on other EE sites.

More on PayPal options and Expression Engine’s Simple Commerce Module

The Ultimate Web Design Gallery Resource

In case you haven’t noticed lately, there a LOT of web design galleries out there. I’d always kept bookmarks for the galleries I’d come across but recently while looking at one I noticed links to a lot of galleries that I hadn’t heard of before. So I thought it might be worthwhile to investigate just how many there were out there. I came across a few blog posts with links to galleries but rather than just adding to the list and then publishing it, I thought I’d do a bit more investigation and analysis.

More on The Ultimate Web Design Gallery Resource

TinyMCE problem with Expression Engine in Firefox

I just encountered a problem installing the TinyMCE editor on an install of Expression Engine – all the files were uploaded correctly and the extension to get it working in Expression Engine was uploaded and properly activated, but the editor wouldn’t appear in Firefox 2 (other browsers were fine).

I found the solution to the problem at Tis How I Code. There’s also some further discussion of the issue on the Moxiecode forum.

‘No input file specified’ problem

If you’ve installed Expression Engine but find you get a ‘No input file specified’ error message on anything but the home page of the site, chances are it’s because your server doesn’t support the path_info server variable.

More on ‘No input file specified’ problem

Content negotiation

Content-Negotiation is a mechanism defined in the HTTP specification that makes possible to serve different “versions” of a document (or more generally of a resource) at the same URL, so that user agents can choose which version fit their capacities the best. W3C

More on Content negotiation

User-defined accesskeys

This site enables users to define their own accesskeys. The PHP script that does the work comes courtesy of Dan Champion at Blether. Dan’s article on how to use the script is fairly straight-foward except that when combined with a Wordpress site, a couple of modifications are required.

More on User-defined accesskeys