Create form elements in E text editor
I was working with e – text editor which is my editor of choice, and decided to publish a look at how easy it is to set up a snippet to make your development time much quicker.
Just set up a snippet write the code that you want output, set the variables such as field name, [...]
Make a google weather plugin in Zend Framework
I’ve been experimenting with creating a few new handy plugins and view helpers to assist in rapid fire development with Zend Framework.
I came across a post recently which outlined how easy it is to output weather with php and Google Weather API
So I thought I would share how to create an easy to use view [...]
Prevent caching in internet explorer
I had the most frustrating experience recently, with a page inside an admin area calling cached pages on the results page.So my client would input a new entry, but it wouldnt show in their results window.I personally use firefox, and it looked good, but because the project was not finished, I had not got to [...]
