The blog was down for ages! In fact the entire server was down. In actual fact it’s currently down and I’m writing this in reverse-retrospect (introspect?). I’m writing this before it’s back up in the pre (prespect?) in the prospect that it’s going to back up at some point.
The more unfortunate thing is that all my email goes through that same server. So I don’t get no email. Oh and get this: it’s due to a power failure in Los Angeles. It’s hot there and lots of Americans turned on their air conditioning units putting too much drain on the system. Time for another nuke-plant. The downside is old people have started croaking due to the heat.
Anyway, for those that know I’m a bit of a web-designer (and for those who don’t, you do now). So I’m working on a content management system. The main aims are for it to be easy to use and very easy for me to maintain. One of these ease of use ideas is in-page-editing. Like k2 when you are an admin and logged into the site a little pen icon will appear next to a publication, not like k2 clicking it will go into a javascript inline editor. Saving will be AJAX’d. The editor will only allow span type styles (bold, italic and custom styles). There will also be an AJAX ‘content block’ editor to add paragraphs, headings, images and lists. By separating these two modes of editing it becomes very easy to make the resulting content XHTML compliant, and it will be very easy to deal with internally.
So this having been the gameplan for today (not including two very dull lectures) I proceeded to attempt to discover how one goes ahead and programs a web based HTML editor. It was difficult, but I managed to gleam that it involves an iframe, and programmatically creating an entire document within it which, quite frankly, is disgusting.
So I spend many greasy (not really) hours slugging through javascript. This being my first official foray into this messy world I was unfortunately correct in my assumption that it blows chunks.
So some good news. In Safari I discovered quite by accident that pressing Apple-1 through however many bookmarks you have in your bookmark bar goes to that link. Funky. Apple-2 for me posts the current page to del.icio.us through a ‘bookmarklet’. Sweet.