Read/Write An XML File Using CakePHP 1.3

Here’s a snippet that is sure to be quite useful for PHP programmers and web developers who often work with XML files. It’s a code to read/write an XML file by using CakePHP. Some of you might find a few lines a bit familiar, which is because parts of it are borrowed from the concept [...]

Continue Reading →

2012 Web Development and Tech Forecasts

AS we usher in 2012, the web development community has been coming up with several forecasts for the industry. Although most of this surrounds an influx of greater improvements in the technological frontier, it may also spell doom for some brands. The question is, how will these changes affect the entire tech landscape for users, [...]

Continue Reading →

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 upload crop 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 →

Page 1 of 3123»