Before learning how to override FOS, one should know what exactly FOS is and how it works! FOS is short for Friends Of Symfony. So now, before using FOSUserBundle, you should probably find more about what Symfony2 exactly is. Symfony2 Symfony2 is a flexible Framework for the development of PHP web application. Symfony2 can be used to build dynamic websites, …
Simple jQuery Slideshow with PHP Image Stripe
In this tutorial we will be making a simple jQuery Slideshow with the output image stripe from the last tutorial on PHP GD Library Image Stripe, Thereby making use of it in a real world application.
Image Stripe Using PHP GD Library
In this tutorial we will create an image stripe using PHP’s file handling capabilities and GD Library. It will read any number of images from a specified folder and join them all to create a single server side generated image stripe. This will provide the basics of File Handling and GD Graphics Library.