You are here:
  • Narrow screen resolution
  • Wide screen resolution
  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • green color
  • blue color

Search

Search Keyword application
Total 11 results found. Search for [ application ] with Google
Results 1 - 11 of 11

1. Code autocomplete for array objects (foreach)

(PHP/Gotchas) ...ends Zend_Db_Table_Abstract, and you assign that every row will be object of class User (which implements your application logic). Somewhere in code you will have: $usersList = $users->fetchAll...
Saturday, 06 February 2010

2. MySQL Performance Tips

(PHP/Performance) ...r, and overall MySQL server performance optimization to speed up your webpages, whether it is a Zend Framework application or any different in PHP. SQL queries refactoring It is always advisable t...
Thursday, 01 October 2009

3. Smartycode Project Hosting

(Services/Project Hosting) ...has built its own platform for hosting web development projects. It’s built up on a stack of open source applications, configured for ultimate development experience. Your team will be provided ...
Saturday, 05 September 2009

4. Lighten the load for Zend Framework Application - Part I

(PHP/Performance) This is one of the series of articles devoted to different aspects of optimizing a web application powered by Zend Framework, for best performance. In part 1, we take a look at the server requiremen
Wednesday, 13 May 2009

5. Serving XHTML in Zend Framework App

(PHP/Performance) ...s[1]; if ((float) $xhtml_q >= (float) $html_q) { $this->_mime = 'application/xhtml+xml'; } } } else { ...
Wednesday, 22 April 2009

6. Enable your Zend Framework App with Conditional GET! (Make it green)

(PHP/Performance) In this article I'll show you a simple approach to enable your Zend Framework application saving lots of precious bandwidth, and thus, making it more end-users friendly, and save on bandwidth costs.
Tuesday, 10 February 2009

7. Debugging your ZF application with Firebug

(PHP/Debugging) Debugging your application using Firebug can be a handy substitute for using Zend_Debug::dump(). In this tutorial we are going to show you, how you can create an action helper for dumping your php va
Sunday, 08 February 2009

8. Enable your Zend Framework App with Conditional GET! (Make it green)

(Comments) ... taken the todo's text from W3C specs :) What is means here, is that "if we set response code somewhere in the application to i.e. 404 or 500, these should not be handled by conditional get". Example ...
Friday, 26 February 2010

9. Serving XHTML in Zend Framework App

(Comments) ...orrect XHTML, there will always be something wrong or badly inserted tag if you use WYSIWYG in your app. With "application/xhtml+xml" browser will display errors. In addition to this post you should w...
Saturday, 25 April 2009

10. Serving XHTML in Zend Framework App

(Comments) Thanks. Added Opera to the list. I belive Opera has a long history of support for XHTML but only recent versions indicate prefferance for XHTML over HTML in the Accept header. :) Forgot to enable com
Friday, 24 April 2009

11. Serving XHTML in Zend Framework App

(Comments) Opera also sends Accept header with application/xhtml+xml ps. why doesn't your comment form submit when I press enter in the input boxes?
Thursday, 23 April 2009