Skip navigation.

Log in | Sign up

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "cms"

T3UXW09 is over

, , ,

The first TYPO3 User eXperience Week is over. A lot of interesting projects that will improve the usability of TYPO3 will come. I wish i could be there :frown:
A short summery can be found at the TYPO3 news website.

A modern, cool TYPO3 Backend

, , , ...

At familie redlich :systeme we do not care only about SEO and a perfect Typo3-based website, we care much about the customers needs and business workflow too. So developed an in-house standard that features anything needed for TYPO3 editors.
Besides the typical features like versioning, workspaces, groups, workflows and a perfect rich text editor - our websites ships now with a cool, clean, easy to use backend skin:

Compared with the admin standard TYPO3 interface this is a big step forward for editors using TYPO3 CMS. These screens illustrates again that TYPO3 can be very user friendly when it is setted up by pros :smile:

Gnome Color Management

, , , ...

The Gnome Color Management project has now it's own website. GNOME Color Manager is a session framework for the GNOME desktop environment that makes it easy to manage, install and generate color profiles. They integrated ArgyllCMS for calibrating devices. A lot of the progress and the details can be found on Richard Hughes blog too.

Typo3 5.0: A radical new Interface

, , , ...

There is so much tech talk about the long run of the upcoming Typo3 5.0. Now the first time screenies of the new interface of the content management system are available. They are a radical break and they look promising. Check out the article at the T3N.

dispcalGUI a interface for Argyll CMS

, , , ...

I wrote some posts about simple color calibration, of course there are color management systems available for Linux too. One of them is the open source color management system Argyll CMS. dispcalGUI is a GUI frontend for several utilities (specifically dispcal, dispread, colprof and dispwin) of it. Using all together it allows you to calibrate and profile your display using a measurement device (of course Argyll CMS did a lot more).

Meet me at the T3CON!

, , , ...

Just 3 days then the international TYPO3 conference T3CON'08 will take place here in Berlin. Together with Sebastian Böttger i have a talk about the DEV3 - TYPO3 Enterprise Development project. It's quite nice to meet the community face to face :smile: May we meet us there!

Typo3 Backend Workaround for Firefox 3

, , , ...

Last week i wrote a post about updates of the CMS Typo3 4.2x and 4.1x to fix security issues and problems of the Backend with Firefox 3. Not any Typo3 installation can be updated in time and i found a workaround how to use the backend of older Typo3 versions with Firefox 3:
* Login at the Typo3 Backend
* At the section "Web" klick on module "Page"
* The backend bug appears in FF3 - the first frame is missing
* press now the back button of FF3
* use now your Typo3 in the normal way :smile:

Typo3 4.x series updates

, , , ...

Today the TYPO3 project releases updates for the 4.0x, 4.1x and 4.2x series to work with Firefox 3. Besides that some security issues were fixed. TYPO3 is an open source, feature rich, content management system and framework built on PHP. Using SweeTS - delicious TypoScript development is an easy way developing TYPO3 websites.

Typo3 4.2 released

, , , ...

The final of Typo3 4.2 is released today. At area42 we will start any new Typo3 project with it because this new stable brunch comes with over 650 improvements and a cool new backend interface for a much better usability! Typo3 4.2 requires now PHP 5.2 or higher. Try it out its a great step forward! If you find a bug submit it on the bug tracker.

Typo3 4.2 RC2

, , , ...

The 2nd release candidate of Typo3 4.2 hit the streets. Besides 23 bugfixes there are again improvements polishing the interface. Typo3 4.2 requires PHP 5.2 or higher. Try it out its a great step forward! If you find a bug submit it on the bug tracker.

tyClipse + FLOW3DE = DEV3 - TYPO3 Enterprise Development

, , , ...

Together with Sebastian Böttger from Cross Content Media here at area42 we started a month ago the tyClipse project which aimed a TYPO3 Enterprise Development solution on Eclipse.
Now we joined our forces with the FLOW3DE project to create together a bigger solution for TYPO3 4, TYPO3 5 and the new Framework FLOW3: DEV3 :smile:
Sebastian will present this project at the TYPO3 Developer Days 2008 (T3DD08) too.

Joomly 1.5.2 update

, , , ...

The Joomla community has released version 1.5.2 which is a normal maintenance update. Joomla is besides Typo3 and Drupal one of the very popular open source content management system.

Typo3 4.2 RC1

, , , ...

At the moment a lot of people are at the T3Board and having there a lot of fun. Last evening one big event of the party there was the publishing of the release candidate 2 of the content management system Typo3 4.2.
Besides new features and more API hooks this version brings a much cleaner backend interface to all users :smile:. Check out the Twitter channel of the T3board too. As i read a bug auction started and the developers are on heavy coding there for free beer :smile:

SweeTS - the next steps

, , , ...

I'm working on the next version of SweeTS. This time i'm focused on new features like code operations (cleaning, formating etc.).
SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the content management system (CMS) TYPO3.
Another question is how to structure a better code explorer. About that i started a poll at the Typo3 Forum.net.

Long time no post...

, , , ...

...i was very busy the last days. I had a talk at the T3AK'08 and at area42 i have to finish SweeTS 1.20. SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the content management system (CMS) TYPO3.
Besides that i launched the tyClipse project that will bring TYPO3 and TypoScript development to Eclipse.

Drupal 6 is out

, , , ...

After one year of development Drupal, one of the big open source content management systems, are out as 6.0:
* Support for OpenID
* more speed
* more translation
* totally CSS driven
* usability improvements
* security and maintainability advancements

If you like to check it out online visit OpenSourceCMS. There you can text the new Joomla 1.5 too.

A better workflow for SweeTS - delicious TypoScript Development

, , , ...

I updated the instructions about "Using SweeTS" at the bottom of the SweeTS webpage. It contains now helpful informations about getting off the template caching and how to get *.ts files edited in the backend of Typo3.

To get *.ts files edited in the backend of Typo3 you must allow editing of files and add this line to your "typo3conf/localconf.php"
$TYPO3_CONF_VARS['SYS']['textfile_ext'] = 'txt,html,htm,css,inc,php,php3,tmpl,js,sql,ts';

Add this into your user TSconfig field in the backend at Tools > Useradmin:
admPanel.override.tsdebug.forceTemplateParsing = 1

So while you are logged in into the backend (may over the browser sidebar) you don't have
to clear the cache.
These and other new hints will improve your workflow so much - check it out! :smile:

Joomly 1.5 is final

, , , ...

After 2 year's of development Joomla 1.5 reaches the final version. This is a complete new version of the open source content management system which brings a lot of new features and an improved workflow. Read the 1.5 Overview for details. A online demo will be back soon.

DrupalCon Boston 2008

, , , ...

After last year the conference of the content management system Drupal, the DrupalCon, took place in Spain, this year the Drupal Association announced it for 2008 in Boston.

SweeTS - delicious TypoScript Development 1.15

, , , ...

I started with SweeTS 1.15 directly on the way back from the T3CON'07 when i was influenced by all the nice feedback. Overall new links, more macros and some bugfixes.
I go on with porting SweeTS to Linux/ gEdit too but i still looking for somebody doing the XML RPC job for Typo3 (as a extension) and for gEdit (as a Python plugin). If you are interested please drop me a line.
Again SweeTS makes developing TYPO3 websites much easier :smile: