Cinema Website Public Beta

Filed under: Projects — Eike @ September 18, 2009 9:34 am

Working for Panorama3000 (with design work by Peter Ibder) I did programming work for the Cinema at Hackesche Höfe in Berlin and we have now put up a public beta at hoefekino.de.

The site is done with Drupal, with some added Ajax stuff; much of the effort went into importing data from their ticket reservation system.  Most important module were (obviously) CCK and views, plus imagecache and a few utilities (Date module and the like).

The site uses jquery and especially the “stylish select” plugin by Scott Darby and  jScrollpane by Kevin Luck (and both plugins are a pleasure to use).

This is still a work in progress so there will be glitches, but I think this already looks quite nice. Feel free to comment if you spot any errors on the site.

    I think I’ve just about had it with Joomla

    Filed under: Joomla — Eike @ August 10, 2009 12:27 am

    Over the weekend I tried to implement a basic custon fields solution for Joomla. There a indeed a few add-ons for custom fields (k2 for example, or jSeblods Content Creation Kit) but they all do way more than I need/want, plus I don’t think they are good enough, interface-wise, for technically inexperienced users.

    I just wanted to add a few text fields to an article , depending on the selected category , and have a simple plugin to format them in the frontend.  How difficult coud that be? – after all, the necessary infrastructure of events and hooks and triggers is already in place. Or so I thought.

    Okay, so it was my own fault, I could have read the documentation more carefully; instead I had read some forum discussions where people made the same wrong assumptions as I did, namely that an onSave event would allow me  to do something as soon as an article is saved.

    It doesn’t. About the only thing it does is to return a small string of javascript that is somehow needed to store the contents of the WYSIWYG editor field, and it’s useless for anything else. There is no hook or event that allows any interaction with content data when it’s saved.  Which made me think.

    I started using Joomla – well, actually I started with Mambo 4.5.  Then I waited a year or so for the new and improved version (whatever it was to be called), instead Joomla forked of the Mambo project, and I switched.  Then I waited for what felt like another two years for Joomla 1.5.x and while I read about the new Codebase with MVC and everything that tied up the developers time for years I have to say I simply do not see where all the effort went. When I look at what I actually can do with the system Joomla is still stone age technology; pretty much all I can do is publish simple articles, provided they don’t need to look particularly nice and one category per article is enough and I don’t need proper user management or workflow or revisions and I can do without comments and trackbacks and all the other newfangled stuff on my “blog” (a misnomer if I’ve ever heard one)  layout.

    Yes, there are extensions, but Drupal with CCK and the views module could propably replace two-thirds of all Joomla extensions, plus you can do everything via a common interface instead of a plethora of home-grown component interfaces.

    So, Joomla was nice as long as there weren’t better alternatives, but when I look at the pace of development it’s always too little, too late. I will watch Joomla so I can maintain my module and retain a level of expertise for those clients who insist on Joomla (if any), but I won’t use it anymore if I can help it and I will not even try to develop any other extensions – why would I, when other systems do anything I need right out of the box.

      Wordpress Quickies

      Filed under: Projects — Eike @ August 4, 2009 4:06 pm

      One cannot do big projects all the time, so here two small Wordpress sites I did recently.

      One is vidicon.de – a small tv and film production companythat so far has done mostly documentarys and is now entering the market for (if that is the correct word) corporate video. I admit I don’t like the splash screen myself, plus they are not quite finished entering  their project data so some of the pages look a little empty, but I still think it’s nice that these days you can build a video site from scratch within two or three days. The site uses Wordpress and the More Fields-Plugin (probably the most useful of WP plugins).

      Exihibit B is a page for a golf tournament (German Golf Championship for girls, which takes place at the Golf- und Land-Club Berlin-Wannsee e.V.) which is also a test of sorts for a new design – with Panorama 3000 I’m working on their new website). The site uses no plugins except for Frank Bültges Adminize (Frank Bültge is one of the german Wordpress heroes, and adminize is a great plugin to strip the WP backend of all unnecessary and potentially confusing options).

      And soon I will be doing a Joomla projectagain, this time for the Centrum Judaicum in Berlin ( a museum in the building of the old synagogue at Oranienburger Strasse). This is good news for mod_placehere users, since I will probably have to revise and improve the module code for the project.

        Queens Museum of Arts

        Filed under: Projects — Eike @ July 28, 2009 11:53 pm

        So it looks I’m going international  – this evening we launched the new Website for the Queens Museum of Art. Planning + Design is by Mike Murphy / deSIGN EVOLution. We still have to work out some details, and anyway that’s a work in progress (to paraphrase Kurt Tucholsky, now that we’re finished moving in with the furniture it’s time to look for a new home – we soon will be starting with upgrades) but for the time being I think that looks rather nice. And of course that’s New York we’re talking about – this kind of project looks really neat on my Curriculum Vitae.

          Server Trouble

          Filed under: Uncategorized — Eike @ July 28, 2009 9:28 am

          The server went down overnight…  again. Within the next few weeks this site will move to a new server, so things should get somewhat more reliable .

            (Is there) A Custom fields solution for Joomla ?

            Filed under: Joomla — Eike @ July 25, 2009 2:58 pm

            One of Joomla biggest problems (and one the reasons I’m slowly moving away from Joomla) is that there is only one content type. If you need anything else than a basic article you have to find, or write, an extension  – not the most flexible way to handle content.

            Wordpress, which in it’s later incarnations works pretty well as a CMS solved a similar problem with a mechanism called “custom fields”. For any article you can store additional info as key/value pair in the database with the post id as an identifier. If you use a plugin like the fantastic “more fields“-plugin you can even define arbitrary content types with additional editor fields, dropdowns etc.

            I wonder if there is something similar for Joomla. I found two Summer of Code-Projects for custom content types that both seem to go nowhere (come to think of it, I can’t remember any Joomla related SOC project that produced a stable extension) and there is pages-and-items which, judging by  the raving reviews, seems to be a fantastic piece of software but which apparently breaks with the standard Joomla interface and introduces it’s own page-tree view (not a disadvantage of course, it just seems it’s a lot more than I need).

            I think it’s strange that Joomla did not introduce a custom fields mechanism with 1.5 – after all, the necessary infrastructure with hooks and triggers is already in place. So it should be possible to insert custom fields in the content manager, save key/value pairs with an onSave trigger and pull them from the database and format them according to a given templat (maybe with a component to create fields and templates?) with a plugin on display.

            This seems so straightforward that I can only think that either a (working and mainained) extension like this is already there and I didn’t see it or that items-and-pages is already the best possible solution and there is no need for a more simple extension ( I can exclude the possibility that nobody actually wants custom fields – I know a lot people who do).

            I would be quite interested in you opinion on the matter.

              Oops, I broke the blog

              Filed under: Miscellaneous — Eike @ July 20, 2009 2:42 pm

              It looks like I accidentally killed the template I used for this blog. Since this layout is hardly more ugly and confusing than my usual blog layout and since I don’t wan’t to spend time with cosmetics I think I’ll leave it at that (for the time being, I’m planning for a re-design in the near future). (Okay, so I put it back, sort of. Sue me)

                Back from vacation

                Filed under: Motorbike — Eike @ July 6, 2009 11:03 pm

                So I’m in Germany again…. I will probably write a few posts about my holiday, but what I can say right now that it convinced me again of the advantages of a European Union. To be able to travel hence and forth through five countries without having search for your passport at every border, that’s really something (I know this dates me but I can remember times when things haven’t been that easy).

                And there where mountains:

                fuersblog

                I like mountains.

                  I’m on vacation

                  Filed under: Joomla, Motorbike — Eike @ June 13, 2009 5:08 pm

                  Hi Joomla users, if I haven’t given you all the support you deserve than it was because Ive worked  to much and didn’t have time for anything else. Now me and my motorbike are visiting the Alps (oh, to see mountains again! – there are no mountains in Brandenburg) and when I’m back (which will be by end of the month) I think I’ll have enough energy to do all the things I promised for the module. See you in 15 days !

                    Sticky: Joomla Downloads

                    Filed under: Joomla — Eike @ June 3, 2009 9:22 am

                    Some people have complained that this site is hard to navigate, and it is (I will redecorate when and if I have time). Since you have come most likely to download the contentitem/placehere – module for Joomla I make a sticky post to the respective download pages.

                    Joomla 1.0.x- mod_contentitem

                    http://diebesteallerzeiten.de/blog/joomla-content-item-module/

                    Joomla 1.5.x mod_placehere (a.k.a mod contentitem for Joomla 1.5)

                    http://diebesteallerzeiten.de/blog/module-15/

                    Both pages offer links to current versions (scroll down to the last download link) and previous versions (not recommenend).

                    You find some info on how to use the 1.5 module here.

                      « Newer PostsOlder Posts »