News Feed
Sections

News Archive
feed this:

ProDevTips Blog:
Extending Zend DB Table
June 20, 2008 @ 09:44:58

On the ProDevTips blog, there's a new post showing how to bend the Zend_Db table component of the Zend Framework to your will and customize parts of it for your application.

For some time now I've been working on an administrative backend system. I quickly found the need to extend DB Table with more stuff than needed when I extended the Zend Framework, it's mostly convenience functions designed to reduce repetitive code snippets.

He illustrates with some of the custom override functions he's made including versions of updateOne, exists, fetchOne and fetchSomething.

0 comments voice your opinion now!
extend zenddb component zendframework table customize



Daniel O'Connor's Blog:
How to customise PHP_CodeSniffer
June 13, 2008 @ 11:11:36

Daniel O'Connor has posted a quick guide to customizing your installation of the PHP_CodeSniffer PEAR package to match the coding standard you'd like.

PHP_CodeSniffer is a PEAR package which detects potential coding problems and enforces your style guide. The default is the PEAR coding standard, but you can easily change that.

His method requires the creation of a custom "FooCodingStandard.php" (named whatever you'd like, of course) that contains a class/method defining the "sniffs" you'd like to use for your standard. Use "pfm" to make it into a package and install it to your system - you'll be all set.

0 comments voice your opinion now!
customize pear package phpcodesniffer sniff standard


Community News:
Yahoo! Launches SearchMonkey (Search Platform)
May 23, 2008 @ 12:09:40

At the Developer Tutorials blog mentions, a new offering from Yahoo! is making it simple to "spice up" the results for your site when someone searches for it - Yahoo! Searchmonkey. It's a PHP-based platform for creating an application that's returned inline with the search results.

Rasmus Lerdorf has an example of the potential output for a search returning a restaurant's name, links to its menu/wine list, reviews and a link to make a reservation.

There's lots of fun things to do with this tool - check out the developer page for more information and grab the developer tool to jump in and get started building your own custom result.

0 comments voice your opinion now!
yahoo searchmonkey platform customize search result


DeveloperTutorials.com:
WordPress Customization
January 15, 2008 @ 08:48:00

The Developer Tutorials website has posted an article with a sort of beginner's guide to working with WordPress and its customization.

WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. [...] WordPress is what you use when you want to work with your blogging software, not fight it.

They briefly mention how to use the administrative interface for the tool, but focus mainly on the templating system. They talk about the structure of the themes and how to create your own inside it. There's even parts detailing the specific sections (like the header, the posts section and the sidebars).

1 comment voice your opinion now!
wordpress customize template tutorial header sidebar post wordpress customize template tutorial header sidebar post


Micah Carrick's Blog:
Customizing gedit as a Web Developer's IDE
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.

0 comments voice your opinion now!
ide gedit customize development environment ide gedit customize development environment


PHPKitchen:
PHP Gets a Respectable Shell At Last
May 08, 2006 @ 06:49:19

On PHPKitchen today, Demian Turner has posted this interesting item about an improved "PHP shell" that has been developed by Jan Kneschke.

For the last few years I've been trying to build the considerable patience required to use the default shell available in PHP. If you have any parse errors, it dies, and of course you have to keep typing "

Jan's version is a considerable improvement, and although it doesn't yet handle up-arrow for previous LOC or back-arrow in case you type your parentheses first and want to fill in the variables after, it's a welcome relief to work with. I'm sure it will delay the capitulation when you give up and create a stupid file and request it in a browser just to test some little PHP detail.

You can check out the details here or just download the files directly from here

0 comments voice your opinion now!
php shell interactive functionality better readline customize internals php shell interactive functionality better readline customize internals


Performancing.com:
HOW TO - Customize WordPress (Part 2)
December 19, 2005 @ 07:19:46

Via Adam Trachtenburg's site today, there's part two of a series over on Performancing.com about customizing Wordpress.

As promised in Part One of How To Customize WordPress, this time I thought I would attempt to see how simple it can be to tweak an existing WordPress template using some CSS.

A lot of the more frequently used existing blog templates have only a 2 Column design, and are quite narrow at that so trying to get some whitespace and an extra column into one of them is the challenge I set myself.

She talks about some tools she's using to make the changes (all cross-platform) and dives right in, using the WebDev Toolbar to locate items and their IDs to make updating them easy. From there's it's all CSS and HTML updates in the rest of this lengthy tutorial...

0 comments voice your opinion now!
php customize wordpress part two php customize wordpress part two



Community Events











Don't see your event here?
Let us know!


security example database PHP5 ajax zendframework book developer conference code releases job package mysql PEAR zend framework cakephp release application

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework