Ext JS : Combining TreePanel with GridPanel 7

Ext JS : Combining TreePanel with GridPanel
TweetA while ago I needed to combine a tree widget with a grid widget loaded dynamically for every node with different data. I would like to present to you a simplified example of that model here. You can see the working example here: Live Demo Sources

GWT with MVP and Dependency Injection will blow your mind

GWT with MVP and Dependency Injection will blow your mind
TweetRecently I’ve seen this presentation about good practices in GWT. First of all I’m very impressed how Google makes an opportunity for all Java developers to create good looking AJAX applications. Reading this you’re literally minutes away from building a simple application in GWT that uses Model View Presenter architecture ( with mvp4g ), an ...

Symfony tutorial: How to make a gallery for admin-module 62

Symfony tutorial: How to make a gallery for admin-module
Tweet A while ago I’ve read this cool article by Will Linssen on sortable list in jQuery and this inspired me to take it to the next level which is Symfony. This is a tutorial how to make a for example product gallery in Symfony backend admin modules. For this I’m using Symfony 1.4, sfJqueryReloadedPlugin ...

How to optimize frontend in Symfony (CSS & JavaScript) 2

How to optimize frontend in Symfony (CSS & JavaScript)
Tweet What ? If you’re looking forward to optimize the frontend in your Symfony project or to introduce different CSS or JavaScript versions to each language in your application there’s a nice plugin that will help you with that. It’s called sfMinifyTSPlugin and it integrates Google’s minify library so you know it’s good stuff .

Symfony tutorial: rich date pickers with sfFormExtraPlugin 22

Symfony tutorial: rich date pickers with sfFormExtraPlugin
Tweet UPDATE: Please note this was written with jQuery 1.3.2 and jQueryUI 1.7.2. For solutions to problems with newer versions of both please see the comments section below. Step 1: We will be working with sfFormExtraPlugin and sfWidgetFormJQueryDate, so first of all you need to install the sfFromExtraPlugin itself: ./symfony plugin:install sfFormExtraPlugin