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

Archived entries for games

daily links

  • Free JavaScript Game Frameworks To Create A Web-Based Fun
    >As JavaScript-HTML5 development is getting more popular and browsers supporting new features are being utilized by more users everyday, -as expected- many new games are being developed with JavaScript.
    JavaScript-powered games are not only easier-to-develop for web developers but they are also the only cross-platform ones including desktop, web and mobile.
  • Installing Drupal 7 with drush
    This tutorial is a two-fer. You will learn how to install Drupal 7 using SSH and get a taste of Drush by seeing it in action. The first step is to install Drush. Then we use it to install Drupal…all using the command line. Look ma, no GUI!
  • A List Apart: Articles: Rapid Prototyping with Sinatra
    This article introduces Sinatra, a so-called “micro” web framework that helps you create real (albeit simple) web apps extremely fast, allowing you to prototype flows and behaviors that you may want to integrate into a final product. Sinatra is written in Ruby, but for our purposes we’ll use it as the “glue” between our HTML/CSS and the domain-specific Sinatra functions, so you won’t have to know much more than a few simple methods to get to “Hello world.” In this article, our example will be an extremely simple Twitter app that accepts two usernames and tells you if one user is following the other.
  • buzz.typo3.org: TYPO3 4.5 LTS: Prepared queries are the way to go!
    Prepared queries are now part of the TYPO3 database API. The API is mostly based on PDO’s method naming and currently supports SELECT queries. Read on to learn how to take advantage of this enhanced API for your own extensions.

daily links

  • Quick Tip: Display Elements Sequentially with jQuery | Nettuts+
    1. // Wrapping, self invoking function prevents globals
    2. (function() {
    3. // Hide the elements initially
    4. var lis = $('li').hide();
    5.
    6. // When some anchor tag is clicked. (Being super generic here)
    7. $('a').click(function() {
    8. var i = 0;
    9.
    10. // FadeIn each list item over 200 ms, and,
    11. // when finished, recursively call displayImages.
    12. // When eq(i) refers to an element that does not exist,
    13. // jQuery will return an empty object, and not continue
    14. // to fadeIn.
    15. (function displayImages() {
    16. lis.eq(i++).fadeIn(200, displayImages);
    17. })();
    18. });
    19. })();
  • Crafty- JavaScript Game Engine
    A lightweight, modular JavaScript game engine to easily produce high quality games.
    Includes a large variety of components such as animation, event management, redraw regions, collision detection, sprites and more.
  • World Leading Enterprise Mobile Web Site Builder, Mobile Advertising & Mobile Marketing Tools
    Wapple Canvas™ is a mobile site design and publishing platform that allows complete creative freedom using simple point & click and drag & drop controls.

daily links

  • TYPO3-Caretaker: about caretaker
    Caretaker is an observation system for TYPO3 providing the possibility to observe instances of TYPO3 from a central point. The system is based on a client-server architecture where everything is configured and monitored on a central server. Administrators are able to define a wide range of different tests and to assign them to all registered instances. The results are accumulated and displayed on the server.
  • TYPO3-Watchdog
    # Überwachung der TYPO3-Grundinstallationen und aller Erweiterungen bis hin zu Hinweisen auf Veränderungen.
    # Gesamtübersicht über alle möglichen Neuerungen ohne sich in Ihre Installationen einloggen zu müssen.
    # Information über Updates und Probleme in Ihren Systemen und TYPO3-Installationen.
    # Automatische Benachrichtigungen über alle Ereignisse.
  • iOS Advanced Programming: The Image picker
    In this tutorial we are going to grab the picked image or take a new one if the device has a camera and load it to an image view.
  • TYPO3 - the Enterprise Open Source CMS: Repository
    Mapping extension that connects to geocoding databases and Google Maps API.
  • TYPO3 - the Enterprise Open Source CMS: Repository
    The extension redirects old url via HTTP code 301 (Moved permanently) to new pages in TYPO3. Additionally it handles 404 redirections within TYPO3.
  • TYPO3 - the Enterprise Open Source CMS: Repository
    Arranges multiple contents into one content element with multiple columns, accordions, tabs, slider, slidedeck or easyAccordion (Sponsored by http://www.made-in-nature.de/typo3-agentur.html). This extension will also extend tt_news with two new lists.
  • Views data export | drupal.org
    This module is designed to provide a way to export large amounts of data from views. It provides a display plugin that can rendered progressively in a batch. Style plugins are included that support exporting in the following types:
    * CSV
    * Microsoft XLS
    * Microsoft Doc
    * Basic txt
    * Simple xml.
  • xc.js - Canvas Game Framework
    xc.js is a framework for HTML Canvas games in Javascript. It's simple and fun to use and you can even try it out right here in your browser.

Another World JS

Another World JS.

Another World (or, Out of This World) is a wonderful game developed by Eric Chahi and released in 1991. Here is my new pure Javascript implementation. No plugins, no ActiveX, no Flash. Just need a modern browser (Chrome, Safari, Firefox, Opera) and you’re good to go.

daily links



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.