News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Padraic Brady's Blog:
ZF Blog App - Part 4 Design with Blueprint CSS & Zend_Layout
0 comments :: posted Wednesday April 30, 2008 @ 10:21:43
voice your opinion now!

Padraic Brady has posted part four today detailing his development process for a piece of blogging software with the Zend Framework. This part focuses on the design stage of the application.

In this article we're going to take a stab at setting up a default blog style, using some filler content, and finally capturing the design with a Zend_View template to be consumed by Zend_Layout as a common HTML Layout for the entire future blog.

He uses the Blueprint CSS framework for his projects, a simple system that helps you lay out pages it a bit more sensible fashion without having to worry about the underlying CSS so much. He shows how to integrate the library into his project and gives some sample HTML to style with it. Then, with a little help from the Zend_Layout component, he splits it up into a layout that can be used over the entire website (code included).

tagged with: zendframework blueprint css zendlayout tutorial design template blog


Vinu Thomas' Blog:
Replace print_r and var_dump with Krumo
0 comments :: posted Wednesday April 09, 2008 @ 14:44:31
voice your opinion now!

Vinu Thomas has proposed a replacement for the usual var_dump or print_r sort of debugging developers tend to do - Krumo.

To put it simply, Krumo is a replacement for print_r() and var_dump(). By definition Krumo is a debugging tool (now for PHP5 only), which displays structured information about any PHP variable [...] it does the same job, but it presents the information beautified using CSS and DHTML.

It also supports output of other data in a "pretty format" like backtraces, included files and a listing of all constants. You can check out a demo of it in action here.

tagged with: krumo printf vardump replace sourceforge css html pretty

Tiffany Brown's Blog:
Turn text files into pull down menus
0 comments :: posted Wednesday February 27, 2008 @ 09:35:00
voice your opinion now!

Tiffany Brown shares a quick function she whipped up to create dropdown menus from the contents of a newline separated text file (or files).

I developed this PHP function for a project I'm working on. I'm posting it here in case I need it again, or in case you find it handy.

The function turns each line into an option tag making defining custom menus based on the contents of dynamically-given text files easy.

This could also be easily adapted to create navigations menus at the top of your pages with a few modifications to the HTML tags being used and some CSS to change the look of the list.

tagged with: text file dropdown menu form element navigation css

PHPBuilder.com:
Review Rapid PHP 2007
0 comments :: posted Friday July 20, 2007 @ 11:18:00
voice your opinion now!

PHPBuilder.com has a review posted today of a piece of PHP development software - RapidPHP 2007:

Of the many editors available for creating (X)HTML, CSS, JavaScript, and PHP pages, several combine a few different yet compatible languages. Some include support and a few manage to make it work seamlessly. RapidPHP 2007 belongs in the latter category.

They walk through the list of features (including a PHP syntax checker) and include a screenshot of the PHP function hints in action. The reviewer also talks about the support for other languages it has - the (X)HTML editor and CSS style sheet editor.

tagged with: rapidphp editor review css xhtml function hint rapidphp editor review css xhtml function hint


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

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