 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
ServerGrove Blog: How to customize the error pages in Symfony2
by Chris Cornutt October 28, 2010 @ 13:25:34
On the ServerGrove blog there's a new post showing you how to customize those default error pages that show up in a Symfony2 application when an exception is thrown.
The framework produces a very detailed report when in the development environment. However, when you put the application in the production server, you will need to display a user friendly page. Creating a custom page is actually simple. All you need to do is define a controller/action pair that will generate the response. You can either use an existing controller or create one specifically to handle errors.
They include a sample "lean" controller to just handle the output for the exceptions as well as a template to go with it that just has a basic customized message and a status code for the exception. Using it is simple - just add an "exception_listener" setting to your configuration file to point at the new controller.
voice your opinion now!
customize tutorial error output symfony2
Symfony Blog: New in symfony 1.2 Customize the Web Debug Toolbar
by Chris Cornutt August 27, 2008 @ 08:49:50
The Symfony blog points out a handy feature included with the latest release of the framework - a web debugging toolbar that gives you a quick summary of the stats for the current page.
The symfony web debug toolbar is one of the developer best friend. It is always conveniently accessible in the browser when using the development environment. It gives you everything you need to know about the current page and ease the debugging of your applications. Until now, all the information available in this toolbar were hardcoded. But as of symfony 1.2, the web debug toolbar is entirely configurable.
The toolbar contains information like: the version of the framework you're using, cache information, logging, memory usage and the execution time of the page. They also include a bit on how to customize your toolbar, adding and removing panels from the bar as well as changing up the look with styles.
voice your opinion now!
symfony framework debug toolbar customize
Micah Carrick's Blog: Customizing gedit as a Web Developer's IDE
by Chris Cornutt October 31, 2007 @ 09:37:00
Vinu Thomas has linked to an article from Micah Carrick talking about the customization of the gedit IDE to be more useful for web developers.
As a web developer and programmer, I prefer to use a powerful text editor over WYSIWYG software. I write code using HTML/XHTML, CSS, Javascript, PHP, MySQL, Ruby, etc. The standard text editor that comes with GNOME is much more powerful than you may know. This article is written to illustrate how you can configure gedit for use as a powerful, stable web developer's text editor.
The article is broken up into a few different sections - a list of the features the gedit has to offer, some of the preferences that you can customize, a description of the plugin system and a listing of some of the external tools (plugins) that can be added for additional functionality.
voice your opinion now!
ide gedit customize development environment ide gedit customize development environment
|
Community Events
Don't see your event here? Let us know!
|