Archive for February, 2009

Extjs Form: Change Password

Friday, February 27th, 2009

In the previous tutorial: Login Extjs-Confirm Password , when a user has successfully logged in, then he will go to this page. In this page a user can change his password because there is a session id to identify its.

(more…)

Login Extjs: Confirm Password

Friday, February 27th, 2009

One way to secure our website from outside attack is to create a login form. In this section we will learn about how to make login form using extjs and php how to make a session to restrict the access . In this tutorial i will create login form have confirm password. I get inspiration from this website www.extjs.com.

(more…)

Extjs Tutorial: Download Theme Extjs

Thursday, February 26th, 2009

If you are a web designer with using framework extjs, and you want to change the theme with another theme such as the view below, you can download it on this site www.extjs.com

1. Olive theme

olive1

http://extjs.com/forum/showthread.php?p=74687

(more…)

Extjs Video Tutorial: Panel

Sunday, February 22nd, 2009

Now, I just want to give some examples of applications that make use of extjs,  i get this example from youtube,  I hope this example can be an inspiration for you, to build an application using the extjs framework.
(more…)

Tutorial Extjs: Download File

Saturday, February 21st, 2009

I think this tutorial is easy, and maybe many programmer alredy know how to make it.

Main point of this tutorial is how to get file id in the grid. After that, we call the name of the file that we will to download.

In this section, we use the database from the previous tutorial: Upload file and image using extjs, so here we will try to download a file that was saved in the previous tutorial: upload file and image using extjs

(more…)