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

Archived entries for ajax

Drupal: Modal Node Edit Forms

Hier zeigt jemand wie man mit ctools modale Node Edit Formulare für Drupal 6 bauen kann:

Define the urls ajax/node/%node/edit and nojs/node/%node/edit. The idea is to use path similar to the normal drupal paths just prepended with what ctools modal needs. It needs are minor in that the url path must contain a string nojs and in this case a class attribute ctools-use-modal.

Drupal: Ajaxify Views and Panels

Ein sehr spannender Post von gizra führt durch die Konfiguration von Views, Panels und CTools zu einer Panel Ansicht die via Ajax Content nachläd.

CTools spielt hier eine wesentliche Rolle:

CTools introduces the concept of an ajax command. A command is a javascript function within the Drupal.CTools.AJAX.commands namespace, which can be invoked as an ajax response. The server-side callback returns an object representation of a command, and this object contains everything necessary to run the command on the client-side.

Da werde ich mich nach dem Urlaub wohl mal etwas genauer einlesen.

jQuery: Ajax Tips

Alexander Farkas beschreibt im t3n Magazon jQuery-Lösungen für typische Ajax-Probleme.

Da sind einige nette Code-Schnipsel bei, z.B.:

Einfaches Ajax-Fehlerlogging (das verwendete „setTimeout“ führt dazu, dass die Ausführung des übrigen Codes nicht durch „throw“ unterbrochen wird. )

$(document).ajaxError(function(e, xhr, opts, err){
	var status = (xhr || {}).status;
	xhr = null;
	setTimeout(function(){
		throw(e.type +' | '+ status +' | '+ opts.url);
	}, 0);
});

Create Your Own Stats Program

noupe erklärt How To Create Your Own Stats Program.

Sehr cooler Beitrag! Ich würde sowas zwar eher nicht produktiv einsetzen wollen, aber um zu verstehen wie Google Analytics, etc pp im Kern funktionieren ist das wunderbar.

Often times, webmasters use certain programs, such as Google Analytics or Awstats, to complete this job for them. These programs obtain a wide variety of information about visitors to a site. They find page views, visits, unique visitors, browsers, IP addresses, and much more. But how exactly is this accomplished? Follow along as we present a tutorial on how to create your own web statistics program using PHP, JavaScript, AJAX, and SQLite.

daily links

  • Wikidot - Free and Pro Wiki Hosting: Tour
    At the Wikidot.com publishing network we offer everyone a Site (your-site-name.wikidot.com) — a customizable place in the Internet where Users
  • can edit content, upload files, communicate and collaborate.

  • Mobify - Make your existing website mobile
    Mobify makes desktop sites appear on mobile as if they were designed for a small screen. In just minutes, create a mobile view of your website, improving its compatibility with thousands of devices.
  • Spy Products, Thermochromic ink pen - SHOMER-TEC
    The unique new Mossad Pen is an amazing breakthrough in covert ink technology. Its ink has the capability to quickly transform into a non-visible format. Your confidential written documents can disappear for high-security storage or during clandestine transport.
  • better-web-readability-project - Google Code
    The main purpose of this project is to contribute to better reading experience on the screen by using CSS typography library.
  • Big Cartel
    Simple Hosted Shop Solution. We don’t have a bunch of complicated features. We don’t make you setup your own server or have a merchant account. We don’t cost an arm and a leg, and we don’t take a cut of your sales.
  • Ajax Frameworks Decision Center - Athenz.com
    This objective of this decision center is to help you evaluate Ajax and RIA technologies for use in your organization.


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.