Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for

Views in Code

There is a module for that zeigt wie man seine Views unter Versions Kontrolle halten kann.

Petition gegen ELENA

Bis zum 2. März kann man die Online-Petition zur Aufhebung des elektronischen Entgeltnachweises ELENA mitzeichnen.

Leider akzeptiert das blödsinnige System mein Passwort nicht mehr. Jedes mal wenn ich mir eine Online-Petition ansehe habe ich das Gefühl dass da wird absichtlich ein möglichst mieses System verwendet damit keiner mitmacht.

EnhanceJS

Mal wieder ein spannendes Projekt von der Filament Group: EnhanceJS.

EnhanceJS is a new JavaScript framework (a single 2.5kb JavaScript file once minified/gzipped) that that automates a series of browser tests to ensure that advanced CSS and JavaScript features will render properly before they’re loaded to the page, enabling you to build advanced, modern websites without introducing accessibility problems for people on browsers that aren’t capable of supporting all advanced features. It’s designed to be easily integrated into a standard progressive enhancement workflow: just construct the page using standard, functional HTML, and reference any advanced CSS and JavaScript files using EnhanceJS to ensure they’re only delivered to browsers capable of understanding them.

Im Einsatz könnte das in etwa so aussehen:

<script type="text/javascript" src="enhance.js"></script>
<script type="text/javascript">
	enhance({
		loadStyles: [
			'css/enhancements.css'
		],
		loadScripts: [
			'js/jquery.min.js',
			'js/enhancements.js'
		]
	});
</script>

Videoplayer: NonverBlaster:hover

Audio und Video Player gibt es zwar wie Sand am Meer, aber da man immer mal einen braucht hier der Hinweis auf NonverBlaster:hover.

The NonverBlaster:hover is a mod of my Flash-based Video-Player »NonverBlaster«. It was developed for the IT-news portal golem.de.

WebFonts von FontShop

Eine gute Nachricht für WebdesignerInnen:

(FontShop is) selling web licenses to hundreds of fonts from their FontFont library in WOFF and EOT format. And, we’re excited to announce that if you buy any of these fonts from FontShop, you can use it with your Typekit account.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.