i18n Again
01 May 2006
I've updated the Locale Package again, only some minor changes superficially, but with a significant performance improvement and adding a check for true static pages (those handled by the pages controller).
The todo list for the locale package is quite short:
- Add gettext support
- Add DB option
- Provide means of chosing which method of storage/retrieval...
Gallery & DownloadMe Function
25 Apr 2006
We are back from Marocco, and I thought that was a reasonable excuse to add a gallery to my site. I tried the one from the cake wiki, but found it a bit difficult to understand, so here's a real simple picture gallery.
I also thought I should get around to adding the download function while I was at it. This function will download the files which are currently in use, ...
Morocco
15 Apr 2006
Tomorrow, we're off for a week in Morocco.
I hope that I don't need to 18 toilet rolls that we are taking with us.
Blog Updates
15 Apr 2006
I figured it was about time I tried to spice up my blogs. So, I tried out the "Textile Helper":http://wiki.cakephp.org/docs:helpers:custom:textile, and all seems to be going swimmingly.
At least I hope it is, I haven't added a 'preview' function for when I'm adding a blog, and editing a blog seems to reset my rss feed so that my feedreader thinks every blog is an answer ...
Tutorials
01 Apr 2006
A brief note: I've been quite busy lately, but I hope to put in place a few bug fixes this weekend.
One of these fixes is to correct my contact form which, I now realise, isn't saving the text entered in the "From" box (technically the email is from me to me, but of course I want to know who presses the button). For those who contacted me recently with suggestions or...
Comments
29 Mar 2006
I received a question regarding why there is no possibility to add comments to my blogs. I'd reply personally but as my contact form (deliberately) doesn't force the user to supply an email address, I don't know who wrote it ;o). I know which part of the world you are aledgely in though (Gruezi).
The main reason is that I've been busy working on other projects recently...
RSS Feeds
22 Mar 2006
I've added RSS feeds to my site (or more accurately I've put a link to it on the home page, as it's been there since the site went live), and also incuded the possibility for a category filter.
Therefore
http://www.AD7six.com/rss will return the most recent blogs whereas
http://www.AD7six.com/rss/CakePHP will only return Blog entries which have the tag...
Has and belongs to Manything
22 Mar 2006
I thought I would test out a HABTM relationship
by adding categories to my blogs. At the moment this seems to work as Has and belongs to Many+, as categories are displayed as
being associated with all posts even if they don't actually have a link. I assume this is a simple error on my part which I
will correct shortly.