Flameweb offers a variety of free resources which are displayed on this page.
Featured Resources
Jquery minMaxSlider
The minMaxSlider is a Jquery plugin which makes it very easy to create forms that use minimum and maximum input fields in sync with a slider.
Googlemap Custom Markers Tutorial
This tutorial examines how to add custom markers to Googlemaps.
Using PHP to update Twitter
This code allows you to use PHP to update your twitter account.
A PHP class for bit.ly
This class allows you to generate short url's from bit.ly
Other Resources
Symfony Doctrine Gotcha - Debugging m-m models
Wednesday 24th August, 2011
I recently came across a Symfony Doctrine gotcha which I couldn't find an answer from online. My problem was adding a new many to many relationship to an existing object and encountering the dreaded 'Unknown record property / related component' Symfony error.

Accessing other database connections in Symfony
Wednesday 27th July, 2011
Some cookbook code to access other databases within a Symfony 1.4 project using Doctrine.

Configuring Symfony Forms with Request/Object Variables
Sunday 6th March, 2011
In this article we provide a method for passing request/object variables into a form in order to pre-configure it based on that input. This goes beyond default values and is intended for linked form fields which should display different things based on the values selected by users.

Configuring Symfony generator sort filter
Tuesday 7th December, 2010
Symfony is a great open source PHP framework that we have been using a lot lately. However, the documentation can be a bit sketchy sometimes so here is how to configure the sort option in the Symfony admin generator.
