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 all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Telly.ie

Options
  • 29-11-2010 10:58am
    #1
    Registered Users Posts: 100 ✭✭


    Dunno if I posted this (my site) here before but here it is http://telly.ie
    Watch WMV streams from a few news channels and music, entertainment and some sport.

    Feedback welcome but I'm looking for new feeds (WMV or flash) so PM me if you have any.

    Also the TV screen looks warped in a few versions of Firefox when it's using Windows Media 10 (I think). I anybody knows how to fix this I'd be forever grateful


Comments

  • Closed Accounts Posts: 53 ✭✭ryaner012


    cheers, yeah it's not bad, not sure about the remote control mouse pointer.

    but goood stuff


  • Registered Users Posts: 1,829 ✭✭✭lil_lisa


    I would consider a new logo. The telly.ie one you have seems very outdated. Maybe consider moving the entire page into the center as opposed to the left side and move it down from the extreme top of the page too.

    Also, to make things easier on yourself, I would consider placing your CSS code and javascript into separate files and then calling the file itself. This way if you want to make a second page it will be much easier to do it and you won't have to copy all the code over.

    You can do the CSS file by calling:

    <link rel="stylesheet" type="text/css" href="/main.css" />

    main.css being your CSS file name.

    And your javascript by calling:

    <script type="text/javascript" src="file.js">

    file.js being your javascript file name.


Advertisement