dojo

Proper Layer files when using Dojo with Zend Framework - Matthew...

Planet PHP  Fri, 09/05/2008 - 08:30

During my Dojo and ZF webinar on Wednesday, Pete Higgins of Dojo fame noted that I could do something different and better on one of my slides.

This particular item had to do with how I was consuming custom Dojo build layers within my code.

I contacted him afterwards to find out what he suggested, and did a little playing of my own, and discovered some more Dojo and javascript beauty in the process.



 

Speaking at php|works - Matthew Weier O'Phinney

Planet PHP  Thu, 09/04/2008 - 08:00

I'm pleased to announce I've been selected to speak at php|works in Atlanta this November.

I'll be presenting my talk on Dojo and Zend Framework, demonstrating how to quickly and easily create rich and dynamic UIs using the various integration points with Dojo functionality provided by Zend Framework.



 

Using dijit.Editor with Zend Framework - Matthew Weier O'Phinney

Planet PHP  Thu, 08/28/2008 - 10:50

We're getting ready to release Zend Framework 1.6.0. However, one important Dijit had to be omitted from the release as I was not able to get it working in time: dijit.Editor.

This dijit is important as it provides an out-of-the-box WYSIWYG editor that you can use with your forms.

Unfortunately, actually using it with forms is pretty tricky -- Dojo actually ends up storing content outside the form, which means you need to create a handler that pulls the content into a hidden element when saving.



 

Internationalizing Web Applications Using Dojo

Linux Today  Fri, 08/08/2008 - 01:00

IBM Developerworks: "The mother tongue of most of the people in the world is not English. It might be a widely used language like Chinese or French, or a rarely used language like the Bask language or Yiddish.

These people, regardless of their English skills, may be potential clients; the only problem is how to reach them...In this article, discover a way to perform native language support in the context of Web sites and Web applications using the i18n feature of the Dojo toolkit."



 

Zend Developer Zone: Zend Framework 1.6 Release Candidate 1 now ...

PHPDeveloper.org  Tue, 07/22/2008 - 14:42

According to this new post on the Zend Developer Zone (from Wil Sinclair) the latest Release Candidate for the upcoming Zend Framework 1.6 release has been posted - Release Candidate 1.



 

Community News: Zend and Dojo Partnership for Ajax in the Zend F...

PHPDeveloper.org  Wed, 05/21/2008 - 16:17

In his keynote this morning Andi Gutmans announced some other big news (see here for the other announcement) at the php|tek conference currently being held in Chicago - that Zend and the Dojo framework were teaming up to provide an "out-of-the-box" Ajax solution included with the Zend Framework.

Several members of the community have already blogged about it including:



 

Dojo + Zend Framework - Wolfram Kriesing

Planet PHP  Wed, 05/21/2008 - 11:00

Yeah, this is really really good news, for both worlds.

I was following Zend Framework loosely but from a lot of friends in this scene I have heard that it is the rising star and quasi industry standard of PHP frameworks.

And now the logical next step to join forces with dojo is just right.

For those that have doubts, you can use any other JavaScript toolkit with it too, but why would you want :-).



 

Zend Framework Dojo Integration - Matthew Weier O'Phinney

Planet PHP  Wed, 05/21/2008 - 09:57

I'm pleased to announce that Zend Framework will be partnering with Dojo Toolkit to deliver out-of-the-box Ajax and rich user interfaces for sites developed in Zend Framework.



 

XHR request signatures and Dojo - Lars Strojny

Planet PHP  Mon, 03/24/2008 - 18:34

Recently I discussed Zend Framework’s XHR integration.

As a result of my research I’ve filed a bug to let Dojo send the X-Requested-With-header per default.

A patch has landed in Dojo and will be part of the 1.1 release.