Skip navigation.

Log in | Sign up

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "typo3"

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:

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.

T3CON'08 is over

, , , ...

The 4th international TYPO3 conference is over now. After Sebastian and me finished our DEV talk (we were the first one) we could enjoy meeting the community, discussing ideas, listen to other interesting talks and celebrate funny evenings. Now i'm a little bit outpowered need a lot of sleep. Special thanks to new organizers for moving the T3CON'08 to Berlin. Soon it will possible order a DVD of the talks.

A lot of pictures of the T3CON08 can be found at Typo3 Blogger or at Flickr.

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 Conference in Berlin

, , , ...

This year the 4th. international TYPO3 Conference will took place in Berlin (Germany). From now on up to the 15th. July you can get an early bird ticket. A call for papers has started too. Last year i had a workshop at the T3CON'07 in Karlsruhe presenting SweeTS. Now the T3CON'08 is at my home town and of course i will be there again :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.

Scripting time

, , , ...

After my talk "Website Requirements Today" at the TYPO3 Security Day here in Berlin is over its time for me to relax a little bit. Then i will start update/ finish a lot of my scripts (Nautilus Thumbnailer, gEdit Language Reference plugin) and my new one Supor Killor.
At area42 we started to complete a new version of the BS Exporter for Blender X3D/VRML. This version will add amazing new features and will support the new partcile engine of Blender 2.46 too.

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.

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.

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:

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:

SweeTS - delicious TypoScript Development 1.11

, , , ...

My talk at the T3CON'07 is over and so i published the new version of SweeTS that makes developing TYPO3 websites much easier :smile:

TYPO3 and T3CON 2007

, , , ...

From 22th to 22nd September the 3rd international TYPO3 conference took place in Karlsruhe(Germany).
Guess what - yes, my tutorial about the upcoming release of SweeTS is accepted!
BTW: TYPO3 4.1.2 and 4.0.7 are out including bug and security fixes.

Typo3 RTE and Firefox 2.0.0.3

, , , ...

Again there is a problem using the actual Firefox 2.0.0.3 and the eich text editor (RTE) of Typo3. All about this is arrived in the bugtrackers of Typo3 and Firefox. People that installed the update of Firefox shouödd check out this solution here to get the RTE of Typo3 working again.

New T3N is out!

, , , ...

The next issue of the TYPO3 and Open Source magazine T3N is out. Here at area42 we wrote an article too, so check out page 51 and 65 :smile: