jQuery Image Upload & Crop in CakePHP

Recently blogfreakz has featuring tutorial how to upload and crop mage with php, jquery and Image Area Select plugin. If you are using cakephp framework for your web developement, then this article is for you. Inspired by webmotionuk article, klagoggle.myopenid.com is sharing tutorial how to implement upload and crop image in cakephp. Incoming search terms [...]

Continue Reading →

Upload & Crop Image With PHP & jQuery

webmotionuk is sharing tutorial how to upload image and crop the image with php and jquery. This script allow us to upload of JPG, GIFs and PNG images. It use Image Area Select plugin by Michal Wojciechowski for selecting a rectangular area of an image. Incoming search terms for the article: jquery crop image jquery [...]

Continue Reading →

CakePHP ACL Plugin

The core of CakePHP contains a system to control access rights based on Access control list. This mechanism is very useful, but It’s not very easy to dive in the first time you try to use it. Moreover, CakePHP doesn’t provide out of the box an interface to configure the rights managed through ACL. This [...]

Continue Reading →

Sluggable Behavior - Generate Unique Slug In CakePHP

On the web, “slug” is a short text used in a URL to identify and describe a resource. Sluggable behavior is cakephp model behaviors that allow us to generate unique slug. Sluggable Behavior who created by eberfreitas is a simpler version of Mariano Iglesias’ Sluggable Behavior with a few add-ons. It’s basically the same thing [...]

Continue Reading →

CakePHP - jQuery Autocomplete Tutorial

In this tutorial, i will show you how to implement jQuery UI’s autocomplete widget in cakephp. The script in this tutorial is copy paste from tutorialzine article “A Simple Movie Search App w/ jQuery UI” . We are using a MySql database containing a users table. When you start typing a user name in the [...]

Continue Reading →

How to Authenticate Users With Facebook Graph In CakePHP

Facebook Graph API, drastically simplify the way developers read and write data to Facebook. It presents a simple, consistent view of the Facebook social graph, uniformly representing objects in the graph (e.g., people, photos, events, and pages) and the connections between them (e.g., friend relationships, shared content, and photo tags). Incoming search terms for the [...]

Continue Reading →

Introducing FansBattle

FansBattle is online application that allow us to battle our facebook fans page based on the number of the fans. The most facebook fans is the winner. To add your facebook fan page on FansBattle is very easy, you just need to input your facebook fan page url, that’s all, your fan page detail and [...]

Continue Reading →

Bulk Record Update In Cakephp

In this tutorial I will demonstrate to you how to updating multiple record in cakephp. We are using cakephp 1.3.4 and jQuery 1.4. We’ll use jQuery to select the items which we will update. This behavior is similar as we see in gmail, where we can choose any items that we will update. To do [...]

Continue Reading →

VaM Cart - Free CakePHP Based Shopping Cart

Vam Cart is free shoping Cart built with CakepPHP framework. It is easy to implement. To installing this shoping cart, just copy files to your server from VaM Cart archive - http://vamcart.googlecode.com/files/vamcart.zip and Open VaM Cart in browser - http://example/vamcart. If install script not started automatically, start installation manually - http://example/vamcart/install Incoming search terms for [...]

Continue Reading →

CakePHP Search Plugin

The CakePHP search plugin allow us to make any kind of data searchable, i.e. allow us to implement robust searching rapidily. Search plugin is an easy way to include search into your application. Incoming search terms for the article: cakephp search cakephp search plugin search cakephp cakephp searchable search in cakephp Search Plugin CakePHP cakephp [...]

Continue Reading →

Page 1 of 3123»