equestrian

programming

Alle Einträge mit dem Tag "programming"

The-M-Project – HTML5 JavaScript framework

Auf jQuery mobile basierendes Javascript Framework, um mobile Webseiten für iOS, Android, Blackberry und Palm webOS zu erstellen.

Professionelle Softwareentwicklung mit PHP 5

Objektorientierung. Entwurfsmuster. Modellierung. Fortgeschrittene Datenbankprogrammierung.Sebastian Bergmann<br />
Text und Abbildungen dieser HTML-Dateien sind der Inhalt des Buchs "Professionelle Softwareentwicklung mit PHP 5" (dpunkt.verlag, ISBN 3-89864-229-1) und urheberrechtlich geschützt.1. Auflage 2005. Aktualisiert am 15.01.2009.

Google Code Blog: Google Analytics Launches Asynchronous Tracking

Today we're excited to announce our new Google Analytics Asynchronous Tracking Code snippet as an alternative way to track your websites! It provides the following benefits:<br />
- Faster tracking code load times for your web pages due to improved browser execution<br />
- Enhanced data collection & accuracy<br />
- Elimination of tracking errors from dependencies when the JavaScript hasn't fully loaded

iTunes & App Store Affiliate Tools – Search API

The iTunes Store Web Service Search API allows you to place search fields in your website to search for content within the iTunes Store. You can search for a variety of iTunes Store content; including movies, podcasts, music, music videos, audiobooks, and TV shows. You can also call an ID-based lookup request to create mappings between your content library and the iTunes Store content library. Terms and conditions apply.

20+ Open Source iPhone Applications To Learn From

Unter anderem WordPress, Last.fm und MobileSynth

PHP UTF-8 cheatsheet – developer.loftdigital.com

There are a number of great articles online about UTF-8 and how it works – Joel Spolski's comes to mind – but very few about how to actually get it working with PHP and iron out all the bugs. So, here to save you the time we put in, is a quick cheatsheet and info about a few common issues.

myCodeTools : Quick Resources for Web Developers

mycodetools is about software libraries and tools which will help web developers build great looking and functional web applications in an easy manner.

core-plot – Project Hosting on Google Code

Core Plot is a plotting framework for Mac OS X and iPhone OS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.

How To Chose The Best XML Parser for Your iPhone Project

TBXML ist der schnellste, libxml2 der effizienteste.

UIKeyboardTypeNumberPad and the missing "return" key

If you have ever written an iPhone app that requires numeric input, then you surely know about the UIKeyboardTypeNumberPad. And if you have ever used that flavor of the iPhone's keyboard, then you surely know that it lacks one very important feature: The UIKeyboardTypeNumberPad does not have a "return" key.