Mcloide's resources library

All about PHP, Javascript, concepts and development

Posts Tagged ‘new’

Zend Framework 1.6 + Firebug + FirePHP = Cool Debug

Posted by mcloide on September 3, 2008

+ + =

I usually do not post a ping back, but this is so well explained that it’s worthed to take a look at. Christoph Dorn has just written a new post in his blog explaining a very cool debug feature from the new Zend Framework.

Try it Out!

You may be used to debugging your ZF code using Zend_Debug::dump() or even var_dump(). What do you have to loose trying these new components? They offer the big advantage of not dumping your debug data to the page. They allow you to debug applications with intricate designs as well as AJAX request that require clean JSON or XML responses.

Check it out: Christoph Dorn Blog

Posted in PHP, Zend, development, resources | Tagged: , , , , , , | Leave a Comment »

Google Chrome first impression

Posted by mcloide on September 2, 2008

I have just downloaded the Google Chrome browser and the first impression that I have is that it is insane fast. So to keep this short, some pros and cons.

 

Pros:

- Keep a visual history of the last links that you have been

- It’s insane fast

- Don’t have the menus up giving more space to browse

- I havent got any bugs so far

Cons:

- It’s not 100% CSS compliant, so you might need to check this browser as well when developing your websites

- The Chrome Inspector does not let you edit (Firebug still better)

Posted in CSS, resources | Tagged: , , , , | 3 Comments »