WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Refresh/ realtime.. latest topic's  Empty Refresh/ realtime.. latest topic's Sat Apr 21, 2012 8:21 pm

nutsonlizards


Registered Member
Registered Member
Well I got my latest topics to Refresh so my users don't need to Refresh there pages to see when someone posted . its using a simple Div refresh/load script which works really well what I would like to do next is to have a little pop up with the new posts info... like on Facebook Smile any hints or idea how this could be done would be great thx
Code:
<script>
var refreshId = setInterval(function()
{
    $('#container').fadeOut("slow").load('/forum #container').fadeIn("slow");
}, 90000);
</script>
<div id="container">
      Lastest Topics
  </div>




2Refresh/ realtime.. latest topic's  Empty Re: Refresh/ realtime.. latest topic's Sun Apr 22, 2012 10:38 am

ankillien

ankillien
Administrator
Administrator
Hi,

Can you please explain what kind of popup you want and where exactly?

3Refresh/ realtime.. latest topic's  Empty Re: Refresh/ realtime.. latest topic's Thu May 24, 2012 1:45 pm

samkallis


Banned Member
Banned Member
Additional Services

Many web design firms offer design, but do not provide other required services such as hosting and domain name registration. Ideally, your web

design company should be a full-service firm, offering at least basic hosting, domain registration and search engine optimization services

tailored to your needs. Research each firm to determine other key lines of business, so that any future expansion of your site will be seamless

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum