Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Hits to the web site

  • 17-06-2001 11:35pm
    #1
    Registered Users, Registered Users 2 Posts: 12,309 ✭✭✭✭


    Just to let you know that, after a very busy start, the hits to the web site have gone down ever-so-slightly, and it's currently racking up over 2,000 hits a week. For a web site barely 4 weeks old that hasn't had standard advertising or marketing to promote it, that's pretty damn good!

    Oh- and for those who are still wondering (like a certain individual on the IIU mailing list was before!) what the URL for the IrelandOffline.com web site is... it's... er... http://irelandoffline.com smile.gif

    Bard
    Does exactly what it says on the tin.


Comments

  • Registered Users, Registered Users 2 Posts: 12,309 ✭✭✭✭Bard


    By the way - we've had over 10,000 hits to the site to date. It may not seem like a huge number but remember those factors again- very young site... not heavily promoted...

    those hits are due to skyrocket, I'm sure, as the committee has much good work yet to do ... and show the world smile.gif

    Bard
    Does exactly what it says on the tin.


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Hits or page views? What about users?

    adam


  • Registered Users, Registered Users 2 Posts: 166,026 ✭✭✭✭LegacyUser


    it would be cool to get a breakdown of page views by domain (and user agent?)

    it would also be cool to find out how many internal isp/telco ips have accessed it, but i dont know of a clearcut way to seperate em from dialups.


  • Registered Users, Registered Users 2 Posts: 19,608 ✭✭✭✭sceptre


    That's great.

    And don't forget many regular visitors probably just occasionally drop into the IrelandOffline page, going directly to the forum instead.


  • Registered Users, Registered Users 2 Posts: 166,026 ✭✭✭✭LegacyUser


    That's great news especially for a site so new"


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 166,026 ✭✭✭✭LegacyUser


    Dear Niall,

    Congrats on the enccouraging site stats.
    I dont like to interfere with a "webmaster @ work" but heres just a suggestion based on the original stats re: Browser percentages.
    This cool mouseover coloured scrollbar would look really cool on the forum page especially because the scrollbar is in the centre of the page. Its totally customisable and works in IE.5+ and downgraades seeminglesly in all others. You can easily change the colours to suit those of the website and I'm using it on my site in development. The difference w/ this is that it has a mouseover effect and not simple just a different colour. See what you think!


    Just place this somewhere in the body....

    +++++++++++

    <script language="JavaScript1.2">
    <!--

    //onMouseover Scrollbar effect- by Svetlin Staev (thewebmonster@altavista.com)
    //Submitted to Dynamic Drive
    //Visit http://www.dynamicdrive.com for this script

    /*
    [IE 5.5 Scrollbars colorer]
    */
    function scrollBar(line,face,theme)
    {
    if (!line||!face)
    {
    line=null;
    face=null;
    switch(theme) // Predefined themes
    {
    case "blue":
    var line="#78AAFF";
    var face="#EBF5FF";
    break;
    case "orange":
    var line="#FBBB37";
    var face="#FFF9DF";
    break;
    case "red":
    var line="#FF7979";
    var face="#FFE3DD";
    break;
    case "green":
    var line="#00C600";
    var face="#D1EED0";
    break;
    case "neo":
    var line="silver";
    var face="orange";
    break;
    }
    }

    with(document.body.style)
    {
    scrollbarDarkShadowColor=line;
    scrollbar3dLightColor=line;
    scrollbarArrowColor="#cccccc";
    scrollbarBaseColor=face;
    scrollbarFaceColor=face;
    scrollbarHighlightColor=face;
    scrollbarShadowColor=face;
    scrollbarTrackColor="#336699";
    }
    }

    /*
    [Pointer coordinates catcher]
    */
    function colorBar(){
    var w = document.body.clientWidth;
    var h = document.body.clientHeight;
    var x = event.clientX;
    var y = event.clientY;
    if(x>w) scrollBar('white','#336699'); // Your colors
    else scrollBar(null,null,"neo"); // A predefined theme
    }

    if (document.all){
    scrollBar(null,null,"neo");
    document.onmousemove=colorBar;
    }
    //-->
    </script>


    ++++++++++++


    Just a suggestion for you to consider. I'd be interested to hear a response.

    80p.


    80project.com


Advertisement