is there a way to make active Notifications icon in the menu bar as facebook Notifications. if yes how we can do it ?
thanks in advanced
54 person view this, and no one know f t is possible to do it !!!
No, not even you… Please be serious, in IT nothing is impossible. But this is not standard behaviour of the scriptcase objects so out-of-the-box it will not be possible. Can it be done? I think so. You need small images containing the number of notifications. Then an image which you replace by the correct numbered image. You will need a lot of javascript/ajax and the next question will be how to do that I guess. And that’s something I don’t know. But you could start looking at the sections here that uses javascript and call that from php.
Dear MR.Albert
first of all thank you for your answer.
because in IT nothing is impossible, i wrote this thread
there are expert gentleman like might know or did it before or giving some hints like you did to guide us.
again thank you for reply
You can do it using any jquery plugin for notifications like:
http://www.jqueryrain.com/demo/jquery-notification-plugin/
http://demos.9lessons.info/jnotification/
Then for basic a software with low usage: use AJAX
For high usage better use: pubnub or pusher
[QUOTE=hirambq;33659]You can do it using any jquery plugin for notifications like:
http://www.jqueryrain.com/demo/jquery-notification-plugin/
http://demos.9lessons.info/jnotification/
Then for basic a software with low usage: use AJAX
For high usage better use: pubnub or pusher[/QUOTE]
Correct, this would be the best one.
I tried a lot of stuff before and did actually something similar or even better than I required that time, I remember spending long nights on it to finish it the way I wanted.
But this one that hirambq offered seems much better and more elegant… although it is more hard to do as well.
Thank you for all the information above.
i will try to do it . if i succeed i will post it here
regards