i am sorry , i speak about programming but about read pages from internet , i want a app notify me that a page that i bookmark it, updated so app itself when i am online , download page
============
On Sat, 20 May 2006 21:58:54 +0430, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

That's not something you should do in your UI in my opinion.
Typically, a if you have pages that have dynamic content - even if
that content only changes once in a while - you should get it from
e.g. a database instead of hard coded. If you implement that, it's
easy to implement that whenever that page's contents (the db table or
wherever it comes from) changes, you send out a notificiation email.
And as for users viewing a page that gets stale while they still have
it in front of them... Personally, I think you shouldn't bother. Next
time they'll access that page it will show the current contents. If
you really want to display the change 'near realtime', you could
consider using AJAX that polls for changes, and replaces the contents
when there is anything new.

Eelco


do everyone know a way that easily i notified on update of bookmarked
pages and when i am online , my browser/a app automatically update staled
bookmarked page



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to