Skip navigation.

exploreopera

| Help

Sign up | Help

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "web development"

Updated CSS font matching list

, , , ...

I updated my Linux-Mac-Windows CSS font matching list to support Redhat's Liberation fonts. Now i have to add this to CSSdev for Gimp too.

Read more...

OpenLaszlo 4.1 with AJAX/ DHTML support

, , , ...

OpenLaszlo a premier open-source platform for rich internet applications is released as version 4.1. This version brings new features like:
* full support for DHTML/Ajax
* Preliminary support for SWF9 is included
* Over 800 bug fixes
* Significantly improved documentation suite
More about this release can be found in the release announcement of the Open Laszlo Blog.

Browsers, Browsers, Browsers

, , , ...

CSS font matching with Vista

, , , ...

Looking around the web about an update for my Linux-Mac-Windows CSS font matching list i found the interesting post "Are Vista Fonts Ready for the Web?". Windows Vista shipped with new screen optimized fonts that are only available there and it seems at the moment there aren't equal fonts on the other platforms available.

CSSdev 0.5 sneak

, , , ...

Whoo-hoo Gimp 2.5.1 rocks and is a real good graphical source for CSSdev. Here is a little sneak preview of the layered image in Gimp 2.5.1 and the output off CSSdev 0.5 (just CSS and XHTML, noch graphics, no joke, no recoding after):

Those haven't Gimp 2.5.x running yet grab a Debian/ Ubuntu Deb archive of Gimp 2.5.0 or Gimp 2.5.1 now.

CSSdev for Gimp 0.4 update

, , , ...

I'm on it to make the first version of CSSdev really feature rich in its basic features. In 0.4 i added support for font style and font weight for the default font (and later it can be used for text layers too).

» Read more...

CSSdev for Gimp 0.3

, , , ...

This is a small bugfix release of CSSdev for GIMP, clipping works now perfect and non-webfonts as the default font gets alternative font faces too.
After getting a Debian/ Ubuntu Deb archive of Gimp 2.5.0 and an update to Gimp 2.5.1 i figured out new possibilities in the upcoming Gimp version. So in future i can support text layers well - that will make CSSdev much more awesome :smile:

» Read more...

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:

Hand Draw'n Styled Webdesign

, , , ...

Another inspiring part of Smashing Magazine: Hand-Drawing Style In Modern Web Design. The first part of it can be found here.
For those that stayed more on layouts and print check out the article Beautiful Brochures and Booklets.

CSSdev update

, , , ...

Who-Hoo i get - CSSdev now supports the CSS property "clip" using Gimp layer masks. This was hard to code to make it working with white or black masks - but it works :smile:

» Read more...

Firefox download day

, , , ...

...is today! 6.5 milliones of downloads so far and it can be more with your help! Go on help to start a world record now - download your copy of Firefox 3!

CSSdev for Gimp

, , , ...

So here comes my announced and awaited script "CSSdev for Gimp" that is a remastered and more feature rich Python implementation of the old and buggy Gimp2CSS. After a hacking session at area42 this is a first cool working version was available. Meanwhile i updated this script various times and added more features. The major goals for the future are adding support for floating design and nested layers.

Read more...

Browser days

, , ,

Today Opera released Opera 9.5. This version includes a new rendering engine, a preview of the developer tool Dragon Fly, a lot of supported CSS3 features and it allows blogging of content.
On 17th of June Firefox 3 final will hit the streets, this day you could help starting the worldwide download record.

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.

Firefox 3.0 RC2 available

, , ,

The Mozilla project published the 2nd release candidate of Firefox 3.0. Since the RC1 (that will available in Hardy soon) there are just bugfixes and improvements. So if no new errors will appear, this version could become the final. Once it is published you can help starting a worldwide download record.
If you didn't discovered all goodies of Firefox 3 yet then it's time for read more about the "Top 10 Firefox 3 Features".
Besides the announcement of the Mozilla project Opera 9.5 reaches the beta 2 state and will be available as a final soon too. The beta 1 of the Internet Explorer 8 is freely available and Microsoft announced the beta 2 for August this year.

CSS Compatibility and Internet Explorer

, , , ...

Well the different Internet Explorer versions and their interpretation of the CSS standards can drive you crazy. So this overview at MSDN about the CSS compatibility may help you staying cool :smile: IE 5 up to IE 8 are listed.

Daily inspiration

, , , ...

When i start developing a new website design for our customers at first i make a little tour to see what's going on at the lazy web. To getting some cool input i visit:
* Smashing Magazine
* CSS Mania
* Surfstation
* K10K
* Designpicks

...and of course using Google to see how others are presented at the web acting in the same business as th customer.
What are your inspirational sources? Tell me :smile:

Web Developer now compatible with Firefox 3

, , , ...

Besides ySlow and Firebug another good addon for web development in Firefox ist Web Developer. Version 1.1.6 is now working with Firefox 3. A german version is available at erweiterungen.de other languages are available on the website of Web Developer.
Happy coding! :smile:

Wine 1.0 RC1

, , , ...

Wine 1.0 RC1 is now available for download. After 15 years of development it is planed to publish Wine on the 6th of June as final. Help the Wine project finding bugs and getting 1.0 stable.
Here is a short howto:

* Make sure Wine 1.0 RC1 and your favorite Windows app are installed
* Open a terminal and start your application with
env WINEPREFIX="~/.wine" wine "C:\Path\To\Your\app.exe"
* Check the output in the terminal and copy it per action via Ctrl+C into a text editor
(an example http://www.neeneenee.de/wine_photoline1451.txt)
* Go to the Wine bugtracker create a account or login
* First make sure the bug isn't submited yet
* If the bug exist create a comment and append a link to your textfile of the output

If you do not have any Wine experience check out my post "Getting your Windows app running on Linux in a easy way". You can tweak the Wine GUI too to give it a more Ubuntu styled look.

Clipboard management applets

, , , ...

Developing websites is a lot of copy and paste work too but sometimes you loose the code in the clipboard by copying another code line. There are two clipboard applets for the Gnome desktop to fix this problem Glipper and Parcellite.
First i trieb Glipper but it crashes on restart, now i'm using Parcellite which runs very smooth and is a ncie tiny tool.
Glipper is in the sources of Ubuntu, a Deb package of Parcellite can grabed at Getdeb.