development
Alle Einträge mit dem Tag "development"
Webdevelopment und was vom Leben übrig bleibt
Alle Einträge mit dem Tag "development"
Donnerstag, 15. Juli 2010
WideImage is an object-oriented library for image manipulation. It requires PHP 5.2.x or 5.3.x with GD2 extension. It’s E_ALL + E_STRICT compliant and fairly well tested with Simpletest.<br />
The library focuses on ease of use of the most common image operations. It provides a simple and unified way to loading and saving images from/to files, strings, database, uploads and URL addresses. Supports the most common image formats.
The xmoovStream Server (formerly known as xmoov-php) is a centralized http streaming server written in PHP. It sits between your files and the world giving you control over many aspects of how your content is accessed. You can manage different kinds of content from different urls under a single installation.
Montag, 12. Juli 2010
Mittwoch, 2. Juni 2010
Freitag, 28. Mai 2010
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.
Montag, 12. April 2010
Grids are an invisible foundation that structure the websites we develop and design. This invisible foundation makes it possible for rapid development, concise code, and a much more organized layout.
Donnerstag, 1. April 2010
PHP comes with built-in support to read and write images in many formats using the GD library. However, it does not support the Photoshop image format: PSD.<br />
<br />
This class fill partly that void by reading Photoshop PSD image files and creating a GD image resource from the Photoshop image bitmaps.
Dienstag, 9. März 2010
Giving the user content that is relevant to the physical space they are in at the moment makes a lot of sense. We are creatures of habit. While we love the reach of the Internet, we also want to be able to find things in our local area easily: people to meet, cafes to frequent, interesting buildings and museums to learn about.
Donnerstag, 4. März 2010
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.