Posts Tagged ‘howto

Howto make a simple progress bar in PHP

If you are looking for a Progress Bar in PHP. Here is a simple one.

In some situations you might need to display a progress bar. There are many methods for doing this, using php, or/and JavaScript, CSS, Ajax, and more. I will give you an example with pure html and css to display to a user the step they are before finish to feed a form for example.

This progress bar can show tip for progress % or a step by step message.
See use cases at the bottom of the page.

progressbar use case

Continue reading “Howto make a simple progress bar in PHP” »

Tags : , , , ,

Joomla : How to show Menu to Guest Only

This is a simple tutorial on how to show a Menu Item only to Guest user on Joomla. Because actually, it’s not include in the basic ACL of Joomla.

We have to hack a little the Administration component of the Menu and the Module Mainmenu but it’s simple to do. It’s not fully tested so if you have a best solution or find error, post it in the comment.
Continue reading “Joomla : How to show Menu to Guest Only” »

Tags : , , ,

Autocomplete field with Zend Framework and Dojo

In this exemple, we will se how to create an autocomplete field with Zend Framework and Dojo in the ZF MVC environment. We will use the QueryReadStore Dojo component to load new data when input value change.

Continue reading “Autocomplete field with Zend Framework and Dojo” »

Tags : , , , , , , , , , , ,