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

Archived entries for cake

Lecker Kekse

Bei the Bakery gab es heute eine Menge neuer schöner Dinge für CakePHP:

MySQL collation behavior

Whenever you write multilangual apps you have to deal with many many problems. One of them is setting a proper collation for order by SQL statements so that results are ordered properly. The following behavior adds a proper collation to every SQL statement based on current localization

jQuery autocomplete Helper

Filter Out Unnecessary Recursive Relationships

Add a small function to your AppModel to filter out those recursive relationships that are unnecessary for a particular controller action.

Open Flash Chart Helper

Open Flash Chart (http://teethgrinder.co.uk/open-flash-chart/) is a nice solution to drawing charts from data on your applications. This helper makes using Open Flash Chart with CakePHP simple.

Image Resizer / Crop

A handy-dandy resize, crop component to be used in controllers rather than view.

Video On-Demand Site mit CakePHP

IBMs DeveloperWorks startet eine dreiteilige Serie mit dem Titel: Setting up your own on-demand video site with PHP. (kostenlose Registrierung erforderlich)

Das Ganze basiert auf CakePHP.

In Part 1 of a three-part series on creating an on-demand video site with PHP, we begin by looking at the different flavors of digital video and their particular nuances. When creating video for the Web, the overarching issue you need to keep in mind is whether you want your video to be small and easy to download or whether you want it to be the best quality possible. We’ll also look at converting your video to the Flash Video (FLV) format and examine some options for streaming. There’s not a lot of coding to be done at this stage, but we do have to get the framework installed and set up the database.

SEO Techniques with CakePHP

Nate Abele beschreibt auf c7y Advanced URL Routing and SEO Techniques with CakePHP.

Ein sehr cooler Tips steht ganz am Ende:

One other common SEO trick which is not utilized in the site is to customize the delimiter used to separate the path elements. For example, you can make Cake respond to URLs like /posts-view-my_post_slug, by simply adding the following to config/bootstrap.php:

$_GET['url'] = str_replace('-', '/', $_GET['url']); 

File Upload in CakePHP

Von Keith Medlin gibt es ein schönes CakePHP File Upload Tutorial.

CakePHP snippets

gigapromoters hat eine Liste von 10 CakePHP snippets und Helpern zusammengestellt, unter anderem:

Lightbox Effect Helper

Google Map Helper

jQuery Helper

GeoCoding



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.