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

Latest Entries

YQL Toolbox

Chris Heilmann hat in der Hackday Toolbox code samples zusammengestellt die unter anderem auf folgende Fragen Antwort geben:

  • How do I use YQL from JavaScript or PHP?
  • How do I display information I received from YQL with PHP or JavaScript?
  • How do I get the location of the user and how do I analyse content for geographical locations?
  • How do I access oAuth authenticated information of Yahoo?

Mobile Web Optimization Guide

Bei dev.Opera gibt es den Mobile Web Optimization Guide von Bruce Lawson.

This article provides an overview of three different strategies to make your websites work across all devices. We’ll call them “mobile-aware” websites, as they’re not specifically for mobile sites, but they will work on mobile, as well as across different alternative browsing devices. These strategies are not mutually exclusive; you can mix and match as your project, budget and sanity allows.

daily links

  • Mozbar - Google Chrome extension gallery
    SEO Toolbar Highlights
    - Easy access to SEOmoz link metrics while you surf the web
    - An analyze Page overlay, exposing metrics and page elements
    - A SERP overlay with detailed link metrics
    - Simple highlighting of nofollowed links.
    - Quick access to powerful tools.
    SEO-Friendly Features
    - Page Elements tab displays on-page SEO factors including title tag, meta description, and header tags, and will even highlight duplicate tag usage.
    - Page Attributes tab shows broad data, including meta robots and rel="canonical" usage, IP address, and on–page link information.
    - Our SERP Overlay lets you evaluate the link profiles of all of the pages in a search engine result page.
    - The Analyze Page overlay exposes tons of great SEO metrics.
    - The Link Data tab displays tons of link metrics for the page & domain. PRO members (http://www.seomoz.org/gopro) a get expanded link data information!
    - Easy highlighting of no–followed links.

commerce:SEO

Ich habe gerade einen weiteren xt:Commerce Fork gefunden der einen sehr guten ersten Eindruck macht: commerce:SEO.

Einige Features:

  • Die neue Version commerce:SEO v2 Plus läuft komplett in HTML5 und UTF8.
  • Cache System für Javascripte + CSS: Erhöhen Sie die Performance.
  • Der Boxenmanager bietet die Möglichkeit, neue Boxen mit Hilfe der Datenbank einfach anzulegen, zu befüllen, zu deaktivieren oder zu verschieben.
  • ALLE Bilder haben Alternativtexte die Sie selber bestimmen können, auch Multilingual.
  • Youtube und Flash Unterstützung

Insgesamt macht der Shop einen sehr modernen Eindruck und auch das Backend ist deutlich aufgeräumter.

CSS: text-shadow und box-shadow

Nett:

All browsers that support the CSS text-shadow and box-shadow properties also support the new CSS3 RGBa syntax. Which means you can safely combine them today.

That’s handy, because it means no worrying about matching a precise hex colour shadow to a specific hex colour background. Instead just let the browser blend. An example:

p {
 text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}


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.