Alex Tech Adventures The webs best tutorials!

Development

Creating Menus with CSS & JavaScript

Hello, on this tutorial I will show you how we can create menus with CSS and some JavaScript.
Last Updated ( Wednesday, 26 August 2009 12:03 ) Read more...
 

Pagination with Zend_Paginator

When you have lots of data to be displayed, you may want to break it down into multiple pages. Zend_Paginator helps to break down large data set into smaller chunks for easier viewing experience while paginatorControll view helper is used to create controlls to navigate through those "chunks".
Last Updated ( Monday, 24 August 2009 13:21 ) Read more...
 

Modular application

When your site has multiple functionality, like user services and administration, you may want to break them into separate modules. This way you can have library/books/list and admin/book/edit or generally speaking module/controller/action. Addition of module to the URI can be a challenge as modules are outside of the general MVC. Instead, each module has its own independent MVC. In this video I show how to set up such modular structure as well as applying familiar concepts, such as layout and ACL, to this new paradigm.

 

Last Updated ( Sunday, 23 August 2009 22:34 ) Read more...
 

HTML div as reusable block

In the previous entry I showed how to use <div> as a reusable block to make an unobtrusive popup wizard.  Problem with that entry is that it has too much concepts and one may miss out the advantage of this one particular technique so i am dedicating an entry just for it.

Read more...
 

HTML div as a reusable block with unobtrusive popup wizard

The other day a good friend of mine asked me to create a simple three step wizard in AJAX so that it does not reload the page and the whole process feels seamless and smooth. At first i thought, yeah thats easy enough; just change innerHTML property of a div as the user clicks nextwhere the content can be taken from a backend PHP page that keeps track of and records the process. But then he said he wants it in a popup and an unobtrusive one at that. What this means, is that the popup wizard should not be in a separate new window. So in essence its notactually a popup but instead an illusionary effect where the page goes dark while some section is being highlighted making the user thinks that something just popuped up in front of him. Again, easy enough to do withjQuery and there is a wonderfull tutorial on how to do just that.

Last Updated ( Friday, 21 August 2009 22:15 ) Read more...
 
Page 2 of 4
You are here: Home Development

Statistics

Members : 659
Content : 42
Web Links : 1
Content View Hits : 89020

Poll

Interested in TinyBrowser and TinyMce plugin for ZF?
 

Who's Online

We have 42 guests online