 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Symfony Blog: FireSymfony Installing and Configuring the Plugin
by Chris Cornutt September 11, 2009 @ 12:29:57
On the Symfony blog there's a new post following up on the previous article about the FireSymfony debugging plugin. Previously, they introduced the tool - this time they look at the actual installation and configuration.
In the previous post we went through the features provided by FireSymfony. In this post we are going to see how to install the Firefox Add On and the symfony plugin.
Installing the Symfony plugin is simple - a standard plugin:install command and a bit of tweaking on the factories.yml file to add it to the logging settings. The FireFox extension installs like normal - grab it from here and install like any other extension.
voice your opinion now!
firesymfony plugin firefox debug
Sameer Borate's Blog: Pushing xpi mime content from php
by Chris Cornutt May 20, 2009 @ 07:06:09
In this new post to his blog, Sameer shows how you can push content with the xpi content type out from your PHP scripts (for things like a Firefox toolbar/extension).
A couple of days back I created a Firefox toolbar for my blog as an experiment in learning XUL. Once installed on my blog I wanted Firefox to recognize it as an addon and install it rather than displaying a 'save/open' dialog.
Since his hosting provider (GoDaddy) didn't seem to work with adding it into an .htaccess file (an AddType for Apache), he had to force the download type with a few calls to header with the right content type, file size and file name to push it to the user.
voice your opinion now!
firefox extension apache addtype mime xpi
PHPClasses.org Blog: How large is the PHP market?
by Chris Cornutt May 13, 2009 @ 12:03:25
On the PHPClasses.org blog today Manuel Lemos has taken a look at how big the PHP market is - how many developers there are and what kind of tools those developers might be using.
Even knowing that only a fraction of the PHP developers in the world will come to a given PHP event, the more PHP developers there are, greater is the chance to have more developers coming to the event. Therefore the first big question is: how large is the PHP developer community world wide? This is a difficult question. Zend has been publishing rough estimates of the number of PHP developers that exist in the world.
According to some estimates, there's over five million PHP developers out there. The PHPClasses site has this tool that can help show the distribution of some of these in user groups. Manuel also shares some stats he's gathered off of his site - a growing trend for visitors to use Linux and OSX as compared to Windows and the predominance for developers to use Firefox over Internet Explorer.
Other tools mentioned include FirePHP, a Javascript Debugger.
voice your opinion now!
market developer usergroup tool firefox linux
NETTUTS.com: 10 Biggest Milestones in Web Development
by Chris Cornutt November 25, 2008 @ 11:15:25
NETTUTS.com has posted their top ten list of some of the largest milestones in web development - one of which is the release of PHP.
Some believe the progression of the great World Wide Web to be a travesty, others a godsend. Regardless, the Internet has evolved over the past few decades, and is in many ways better for the web developer. New technologies have come about that have made web development much easier to get started in, and ultimately more fun.
Here's a few from their list:
- Linus Torvalds Creates the Linux Kernel
- The Open Source Movement Officially Starts
- PayPal is Founded
- Firefox is Released
- and, of course, PHP is Released by Rasmus Lerdorf
voice your opinion now!
milestone development web linux opensource paypal firefox
Ivan Guardado's Blog: How to debug PHP code
by Chris Cornutt October 14, 2008 @ 08:44:17
Ivan Guardado has posted a recent tutorial looking at debugging your PHP code with the help of a popular tool - FirePHP (that interfaces with an equally popular Firefox extension, Firebug).
Nowadays, the code debugger is a tool that has almost all programing environments which allows you to watch the internal work of your applications and finding errors at run time for a easy way. The trouble is when you are working in a client-server architecture model, because from where you send the request (client) can not access the code hosted on the server.
He points out FirePHP as one that doesn't require this sort of installation. Included is a quick tutorial on getting it up and running for your development environment as well as the output formats and how to handle the output you want for debugging only.
voice your opinion now!
firephp firebug firefox extension debug browser
Developer Tutorials Blog: Learn regular expressions in PHP
by Chris Cornutt May 01, 2008 @ 08:48:05
On the Developer Tutorials blog, Akash Mehta offers some suggestions of resources and methods for learning how to use regular expressions in your PHP applications.
When it comes to quickly dealing with large blocks of data, batch processing operations or screen scraping, regular expressions are often the most effective solution. There's just one problem, though - learning them can be as hard as learning a new language altogether. Here's how to get off to a flying start.
He points you first in the direction of the preg_* functions then towards a few examples (like with mod_rewrite) and tools to help you understand how things match, like the regex tested extension for firefox and the regular expression cheat sheet on AddedBytes.com.
voice your opinion now!
learn regular expression preg firefox extension cheatsheet
Davey Shafik's Blog: Debugging from Firefox with xdebug and Komodo
by Chris Cornutt November 16, 2007 @ 12:03:00
Davey Shafik has shared a method he's come up with for debugging directly from Firefox with the help of xdebug and the Komodo IDE.
In an effort to switch away from Zend Studio I have been trying out Komodo (again) [...] One of the last barriers to switching, has been to emulate the Zend Studio Toolbar for Firefox (also available for IE) which lets you do lots of great things, from Profiling to Debugging every page. I personally use it mostly for debugging single pages, and forms, as well as for end to end PHP and AJAX debugging - so this was the feature I was mostly looking to emulate.
He found his way through a few small additions to his php.ini file that allow Komodo to connect directly to the remote server and make debugging as easy as adding "?XDEBUG_SESSION_START=1" to the URL of whatever page you're on. He's also made a bookmarklet that turns it on for you as well.
voice your opinion now!
debug firefox komodo xdebug bookmarklet debug firefox komodo xdebug bookmarklet
|
Community Events
Don't see your event here? Let us know!
|