Musings of ErisDS
ErisDS

Wordpress Pods CMS PluginHave you ever needed to build a website which fit into the “Posts and Page” paradigm of Wordpress 95%, but also needed one or two bits of extra content? I often need to build sites that have a quote/testimonial or banner image tied to individual pages & displayed in the template separately to "the_content()". This is fine in Wordpress as long as it remains a one-to-one relationship as it can easily be achieved with custom fields (and check out the More Fields plugin for handling this), but achieving a one-to-many or many-to-many relationship in Wordpress requires some more dramatic extension.

I’ve already filed a report on the Apple website & am about to go phone them for help. I’m not expecting much & I’m getting seriously frustrated. Maybe it’s only on Windows 7, but the iPhone syncing progress seems to have some serious flaws.

These functions and hooks let you customise the output of the_excerpt() template tag. Just copy and paste into the functions.php file in your theme. This works for both posts and pages.

If one of Microsoft, Apple or Google was definitely going to reach “Buy & Large” (think Wall-e) style global domination – which would you rather?

I’ve just signed up to Project52. Originally intended as a small group of friends supporting each other to reach their goals, there are now over 700 members and I’m really interested to see how this develops into a workable system.

Last year I promised to write once a week and failed, so I’m hoping this might spur me on to achieve that goal this year. The intention is that a tracking system will be created to monitor progress of group members. If the system works (once it goes live) I’ll also be purchasing a mug as a daily reminder – I just wish they did one in purple!

For 2010 I pledge to stay on top of the game.

To keep my house clean and tidy, to remember all the bills and paper work and have them done on time, to lose weight and exercise, to be organised with birthdays, Christmas and other important dates and to use my free time wisely so that I may achieve my goals.

Short, honest and to the point. The last 5 months have been an epic fail for me in terms of my mid-year resolutions and personal goals. I’m not going to go back through them or explain the multitude of things that had to take priority this year. Suffice to say, I did not achieve what I intended and that needs to change.

It’s now been over a month since my last post to this blog. I had promised not to ever let it get longer than 10 days but this past month has been an exceptional circumstance. I’ve had a few enquiries regarding part 3 of my YUI articles, so this post is just a quick update to say it’s still on it’s way!

This past week and a half I have “moved home” in more ways than one. Not only have I had to move EVERYTHING out of the house we bought 8 months ago so that electricians can re-wire the entire place, but I have also moved this blog to a new home with PeartreeUK. The result is I have been unbelievably busy, have no electricity at home (or sofa, or bed) and the 3rd part of my YUI: Javascript Carousel series has been delayed.

Web Hosting is a minefield…

Seeing the web hosting feature in the latest edition of .net Magazine has confirmed my feelings about the web hosting industry: it’s a minefield. A completely over saturated market of small-fry & big brands, most of which you will never have heard of unless you’ve heard a horror story or two. In my experience it doesn’t seem to matter where you turn, something unexpected goes wrong.

..last weekend I decided to finally sort out my hosting life. With all my resold accounts still hanging around on slowly-slowly-Surpass, and my blog on clunky-Clook, I’ve turned back to the one place I know I’ll get what I pay for – PearTreeUK. They may be relatively small, but there’s nothing like being able to get hold of an intelligent human being whenever you need one! Having kept my original account open as a test bed, I have now upgraded to a reseller with them.

YUI Carousel Example  2Welcome to Part 2 of my YUI Carousel series. If you haven’t read it, Part 1 is here. Part 2 uses class names to setup multiple carousel instances, and also drops the YUI CSS in favour of writing your own custom css. The final Part 3 will show you how to write your own completely custom navigation for the carousel.

If you haven’t already read the first part of this tutorial, I suggest that you do. If you want to follow along, then please setup your workspace with a basic HTML file and somewhere to put Javascript, CSS & images now, the demonstration page is here . I’ll be using the same images as last time, same rules apply!

Carousel 1Welcome to my first JavaScript related post! I’m currently in the process of both learning *proper* JavaScript and trying to get to grips with the YUI framework. If you have suggestions for how to improve the following code I’d love to hear them.

The YUI Carousel widget is currently in Beta, and the navigation that it generates is very basic and, unlike the rest of the YUI framework, doesn’t have the necessary CSS hooks to style it properly. This may change with the release of YUI 3.0, but the Carousel widget isn’t included yet. So for the time being this three-part series will show you how to setup a Carousel & build custom navigation.