Archive for the 'Development' Category

CSS: center background image in Firefox & Co.

Today just a short snippet.

To center a background image vertical and horizontal especially Mozilla Firefox need the attribute “fixed”:

body {
background-image: url(....);
background-position: center center;
background-attachment: fixed;
height: 100%;
}

Tested with: IE 6 – 8, Firefox 3.6, Safari 4

With this little trick, my day will be fine! Ole.

Aptana Studio 2.0 under Ubuntu 9.10

Hi Nerds :)

Today i solved a tricky Linux challenge.

I work with Ubuntu 9.10 (Karmic Koala) and love Aptana Studio for programming Websites and some stupid Code.

Continue reading ‘Aptana Studio 2.0 under Ubuntu 9.10′

Zimplit – a small, free Content-Management-System

Do you know ZIMPLIT?

zimplit

A really cool, small and fast CMS. You don’t need a database, just PHP on your server.

You can use your own templates and create a nice (mini)website. I used this nice CMS for my private testing website and i detected heavy traffic with “forget-password” demands. My email-box filled up :-(

Continue reading ‘Zimplit – a small, free Content-Management-System’

new Aptana version 1.5

Today just a short post:

new Aptana Studio IDE is available.

I have just downloaded the .exe file. Let’s see whats new …

greetz, Martin

fight Internet Explorer 6 – reloaded

I think the statement from Youtube was the starting signal :-)

Our last article and badBrowser Script are very frequently visited and today i found this:

IE6 No more / Samples

Continue reading ‘fight Internet Explorer 6 – reloaded’

Fight old Browsers – YouTube follows

Good news!

I just found several messages about YouTube and Internet Explorer 6 Support. Great.

They also use a small popup for User’s with old browsers.

I think this is the right way. Help those users, warn them and in a couple of month – STOP THE SUPPORT!

Continue reading ‘Fight old Browsers – YouTube follows’

Fight old Browsers – Warning with jQuery

Block the Internet Explorer 6 and other old browsers with a small Warning-div

Hi there,

in the last days we relaunched our website (www.team-noir.net). We used the CSS Framework YAML and create a small website (6 pages). But i spent 4 hours just for bugfixing the  fxxxx Internet Explorer 6.0 and 5.5

They don’t know variables heights or transparent png’s … certainly you know this!

I was so angry about loosing this time for old, silly and unsecure browers … :)

Continue reading ‘Fight old Browsers – Warning with jQuery’

Aptana IDE Webdevelopment

hey!

instead of  giving you TYPO3 hints and snippets i like to share my enthusiasm. Yesterday i found APTANA and started to work with. Amazing!

The hole IDE is nice to look at, good to work with and for now i discover so much features … WHOU.

I will continue posting here all the nice possibilities to work with.

Continue reading ‘Aptana IDE Webdevelopment’