-
Write your own Pinterest like Image Gallery using jQuery Wookmark and Symfony2
This article provides a quick tutorial on how to write your own Pinterest like Image Gallery using the jQuery Wookmark Plugin and Symfony2. Assuming you already created a Symfony2 Bundle
-
Identifying bottlenecks in your PHP scripts, using XDebug and KCacheGrind
This entry focuses on how to identify slow parts of your scripts using the PHP/Xdebug profiling feature along with KCacheGrind for profile data visualisation. Xdebug is a PHP extension
-
FreeBSD Git Server Granular User Permissions using File System Access Control Lists (ACLs)
Previously I wrote about how to create a multi user git server on FreeBSD using standard UNIX file permissions, allowing users that belong to the same group to read and
-
Symfony2: Folder Structure
This entry describes the Symfony2 directory structure; providing a broad understanding of how a project is structured, and laying the ground for file system level security and customization. Below are
-
Part 3: Real-Time Browser to Browser Communication, ExtJS Based Chat Application Using Node.Js and Socket.Io
In the previous entries, found here and here, I wrote about how to enable browser to server communication, using Node.Js and Socket.Io and how to emit events and