PHP

Ajax notification messages MSN style

15

Hello everyone,

today i will discribe a simple way to do notification messages the same way that msn shows that you have a new message.

The CSS is not meant to be beautiful but just enought for you to understand and tweak it as you wish.

Note : This script uses jquery

You can see a demo here

(more…)

Share

Related Posts:

form submit via Hidden iframe (A.K.A Fake Ajax)

0

Today, I wanna share with you a way to submit forms using a ajax look & feel altought it’s not really ajax.

The question you might ask is :

why should I use this method instead of real ajax ?

Well they’re is numereous answer to that but one good reason it that is doesnt require any type of ajax libs and you can start using it even if you never used ajax before.

(more…)

Share

Related Posts:

Mysql Class for php5 using singleton

2

Hello again,

I thought i’ll share another one of my little personal scripts with you guys.

Here is the mysql class I use on most of my project, nothing fancy but does the work for what I need most of the time.

(more…)

Share

Related Posts:

Go to Top