Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP-Coding-Practices.com:
PHP Code-Beautifier Tool
May 03, 2007 @ 12:54:00

On PHP-Coding-Practices.com, there's a new post pointing out a code beautification tool Tim dug up the (aptly named) "PHP Code Beautifier".

Today I discovered a good tool for beautifying existing PHP Code. It works via a web interface. You can either upload a script or directly input it. The code is beautified according to the PHP PEAR Standard Requirements. It does not change or debug your code in any way.

He lists the things it can do for you and your code including setting indents to four spaces, uses the "one true brace" style for function definitions, and removes spaces between things like function calls, parenthesis and beginning of argument list.

You can check out the application and get information on more of the updates it will make on the project's homepage.

tagged: beautifier download pear standard beautifier download pear standard

Link:

PHP-Coding-Practices.com:
PHP Code-Beautifier Tool
May 03, 2007 @ 12:54:00

On PHP-Coding-Practices.com, there's a new post pointing out a code beautification tool Tim dug up the (aptly named) "PHP Code Beautifier".

Today I discovered a good tool for beautifying existing PHP Code. It works via a web interface. You can either upload a script or directly input it. The code is beautified according to the PHP PEAR Standard Requirements. It does not change or debug your code in any way.

He lists the things it can do for you and your code including setting indents to four spaces, uses the "one true brace" style for function definitions, and removes spaces between things like function calls, parenthesis and beginning of argument list.

You can check out the application and get information on more of the updates it will make on the project's homepage.

tagged: beautifier download pear standard beautifier download pear standard

Link:

Ryan Malesevich's Blog:
WP Plugins: Adsense Beautifier
Sep 14, 2006 @ 18:31:33

Ryan Malesevich is back today with a look at another handy WordPress plugin - Adsense Beautifier.

I'm here to let you guys in on a little secret. From what I hear, if you’re using Google Adsense, if you add images next to the ads it helps through with your click through rate. And a better click through rate means higher revenues. Now, I've never done it but I hear it works out pretty well. So how exactly would you go about doing that? You could do it manually, but where is the fun in that?

He talks about what the plugin does - generate the Adsense code for you, without having to go back to Google each time. It supports most of the syles that Google offers currently, but a few are left out. It also helps arrange the ads to make it easier to place them on the page.

Installation is easy, and complete details on the plugin can be found on the project homepage.

tagged: wordpress plugin adsense beautifier wordpress plugin adsense beautifier

Link:

Ryan Malesevich's Blog:
WP Plugins: Adsense Beautifier
Sep 14, 2006 @ 18:31:33

Ryan Malesevich is back today with a look at another handy WordPress plugin - Adsense Beautifier.

I'm here to let you guys in on a little secret. From what I hear, if you’re using Google Adsense, if you add images next to the ads it helps through with your click through rate. And a better click through rate means higher revenues. Now, I've never done it but I hear it works out pretty well. So how exactly would you go about doing that? You could do it manually, but where is the fun in that?

He talks about what the plugin does - generate the Adsense code for you, without having to go back to Google each time. It supports most of the syles that Google offers currently, but a few are left out. It also helps arrange the ads to make it easier to place them on the page.

Installation is easy, and complete details on the plugin can be found on the project homepage.

tagged: wordpress plugin adsense beautifier wordpress plugin adsense beautifier

Link:


Trending Topics: