First Design Feedback

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #18) by rvalkass on Jun 1 2008, 09:09 AM. (Line Breaks Removed)
Just to keep you posted, I've also downloaded and set up another plugin for Firefox to play your stream. It still doesn't work, so either there is something wrong with how Firefox is handling your stream, or your stream is incorrect/non-standard, so won't play.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Website Showcase

First Design Feedback

tractor
This is my first 'kinda good' design. Just wondering what you think.

http://www.unitedserverhosting.net/radio

It will expand slowly with links and other pages.

I am thinking something like

-Home
-Radio
-News
-Discussion
-Sponsors

Feedback please, I know that it isn't great, it is my first. But for its purpose it looks ok. biggrin.gif

Reply

gisellebebegirl
QUOTE(tractor @ May 28 2008, 05:11 AM) *
This is my first 'kinda good' design. Just wondering what you think.

http://www.unitedserverhosting.net/radio

It will expand slowly with links and other pages.

I am thinking something like

-Home
-Radio
-News
-Discussion
-Sponsors

Feedback please, I know that it isn't great, it is my first. But for its purpose it looks ok. biggrin.gif



i like the gray on purple you have going on, im just not so hot about the font you used for RADIO
its a bit too groovy for me haha, use a better font and it will look hotter

Reply

rvalkass
It looks OK, and should expand well into a full-scale site.

One thing I am slightly concerned about - there was nothing on the radio when I tried to play it. Is that just because the site is in production, and there is no-one broadcasting, or is there something wrong?

Reply

tractor
QUOTE(rvalkass @ May 28 2008, 08:47 AM) *
It looks OK, and should expand well into a full-scale site.

One thing I am slightly concerned about - there was nothing on the radio when I tried to play it. Is that just because the site is in production, and there is no-one broadcasting, or is there something wrong?


That was because my computer should have been broadcasting last night while I was sleeping but windows updates restarted it and it got restarted.

--

It is back up, and I have added sponsors and copyright | Disclaimer. News bar soon.

Reply

rvalkass
Still not playing unsure.gif

Also, the link to the disclaimer drops onto a new line below the copyright, so covers the purple border of the footer. Perhaps put the Disclaimer link on the right hand side of the footer, on the same line as the copyright.

Reply

Forbez
I love the current simplicity of it all. You go to the page, you open to a radio. You have the option of expanding to a huge audience. Everyone loves music, you can open up a discussions forums. Have shout-outs, requests and competitions where you announce the winner on the radio.

The layout of the site is fine, simple and nice looking. I'm listening to the music now, I like the music; upbeat music. Perhaps have messages in between songs. Give a name to the radio station and between every other song say "X Radio, <insert slogan>". Doesn't have to be your voice, could be a computer generated voice

The points you made, yes, go with that. Your gonna have to start recruiting a team though. Help with websites, with the radio and forums. The in's and out's would have to be up to you.

Reply

tractor
QUOTE(rvalkass @ May 29 2008, 04:15 AM) *
Still not playing unsure.gif

Also, the link to the disclaimer drops onto a new line below the copyright, so covers the purple border of the footer. Perhaps put the Disclaimer link on the right hand side of the footer, on the same line as the copyright.


May I ask witch browser you are using? It works fine for me with Mozilla Firefox and Internet Explore.

@Forbez

I hope and generating a request script soon that would be in a popup window that would then send to a admin panel.

As for names, I can't think of any.

Reply

AuronX
The only real advice I have is for the design. The concept of the site is great, and you seem to have some great things planned for it.

I think I would make the sponsors bar a bit wider, to accommadate for longer links later on, and to make it stand out a bit more from the other boxes. I would also bring it below the "Radio" banner, just to give the banner some emphasis for the visitor.

And for the boxes, I would add some text (most likely a different color), at the top that indicates what information the box contains. Just like you have in the sponsors bar.

Other than that, it looks really good for a first-time design. Great job. smile.gif

Reply

tractor
QUOTE(AuronX @ May 29 2008, 02:25 PM) *
The only real advice I have is for the design. The concept of the site is great, and you seem to have some great things planned for it.

I think I would make the sponsors bar a bit wider, to accommadate for longer links later on, and to make it stand out a bit more from the other boxes. I would also bring it below the "Radio" banner, just to give the banner some emphasis for the visitor.

And for the boxes, I would add some text (most likely a different color), at the top that indicates what information the box contains. Just like you have in the sponsors bar.

Other than that, it looks really good for a first-time design. Great job. smile.gif


Thanks for the feedback.

The only other thing is that if it gets big it will be bandwidth eating.

http://unitedserverhosting.net/radio/radio_02.jpg

It is all one image. huh.gif sad.gif

 

 

 


Reply

rvalkass
QUOTE(tractor @ May 29 2008, 08:58 PM) *
May I ask witch browser you are using? It works fine for me with Mozilla Firefox and Internet Explore.


CODE
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20061201 Firefox/2.0.0.14 (Linux Mint)


However, it does work in Konqueror:

CODE
Mozilla/5.0 (compatible; Konqueror/3.5; Linux 2.6.20-16-generic; X11; i686; en_GB) KHTML/3.5.6 (like Gecko) (Kubuntu package 4:3.5.6-0ubuntu14.3)

Reply

Latest Entries

rvalkass
Just to keep you posted, I've also downloaded and set up another plugin for Firefox to play your stream. It still doesn't work, so either there is something wrong with how Firefox is handling your stream, or your stream is incorrect/non-standard, so won't play.

Reply

tractor
QUOTE(etycto @ May 31 2008, 08:25 AM) *
the site itself looks realy nice and well done the black foreground and black ground goels well with the purple thing behind them. but the radio itself doesnt work for me but the site looks realy nice.


Linux also? I am currently working on the coding. I will post any updates.

Reply

etycto
the site itself looks realy nice and well done the black foreground and black ground goels well with the purple thing behind them. but the radio itself doesnt work for me but the site looks realy nice.

Reply

rvalkass
The HTML 4.01 Specification, which your code is set to use, doesn't actually define the embed element, so you can't technically use it. HTML 5, however, does define the embed object.

I'd go with the maximum that the standards specify:

CODE
<embed src='http://89.46.37.45:8500/' width='300' height='65' type='application/x-mplayer2'></embed>


I'm not sure what MIME type that is (application/x-mplayer2) and I couldn't find it on the list. The rest of the stuff you had in there is not in the standards and shouldn't be used.

However, that code still won't make it play in Firefox on Linux tongue.gif I have checked to make sure that MPlayer (the plugin Firefox loads to play the audio stream) will play that stream, and it will, so I guess there is still something in the code that it doesn't like.

Update: Turns out that application/x-mplayer2 is actually Microsoft's obscure, non-standard name for Windows Media Player files. Clever, name Windows Media Player after a major Linux audio player... Anyway, I checked and I can play other streams identified as application/x-mplayer2 so I assume there is something about that feed which is non-standard, so the plugin for Linux doesn't like it.

Reply

tractor
QUOTE(rvalkass @ May 30 2008, 12:17 PM) *
The problem might be something to do with the 21 coding errors on the radio page tongue.gif

http://validator.w3.org/check?uri=http%3A%...ine&group=0


Hmm, I just used bluevoda to do it. Hardly did anything by hand. How would you code this?

<embed
src='http://89.46.37.45:8500/' width='300'
height='65'
autostart='1' type='application/x-mplayer2'
pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'
transparentatstart='0'
animationatstart='1'
showcontrols='1'
autosize='0'
displaysize='0'
showtracker='0'
ShowStatusBar='1'></embed>

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : design, feedback

  1. My Minimalist Wordpress Theme
    I need feedback (7)
  2. Feedback On Webdesign ( Political Art Video Gallery )
    (5)
    Hello everyone, After a few months of work my new sitedesign is up. The page is mostly just a
    showcase for some Political Art I've been doing. I'm pretty excited about my new
    design. Although it isn't as "professional" as some of the other work i've done in the
    past, I wanted something more personal and artistic. Any feedback/criticism/comments you have would
    be much appreciated. -- Paolo Unger Dvorchik P.S. The artwork itself is still being updated, so
    don't worry about discussing that quite yet (unless you can't hold yourself back ;....
  3. Soccer Prediction Game Site
    I could do with some feedback please? (8)
    Hi Guys, I have recently signed up with qupis for a free hosting account to test out my site.
    It's based on the US Major League Soccer leagues, and is a prediction game. (I know it's a
    couple of weeks late, but i couldn't get it done in time unfortunately). If some of you could
    drop by, and cast your eye(s) over it, and post any feedback here, i would be most grateful. I
    don't mind whether it's good or bad, it will all help me try to improve the site in one way
    or another. If you can think of any features that would be useful or beneficial, please p....
  4. Can I Get Some Feedback?
    www.frusciante.net (6)
    Hi guys i'm just about to help redesign the site; www.frusciante.net Can u guys give me some
    feedback on the current site, let me know whats good, or bad about it. And if you have any ideas
    i'd really like to hear your opinion. Look forward to the feedback, Cheers.....
  5. Huge Software Download Site - Version 2
    Give us some feedback for our latest major changes and a few new thing (0)
    Hey Ladies and Gents! I wanted to sort of just make an announcement here - and get some
    feedback as well. After much fixing / design / coding / testing and refixing, the latest features
    have now been uploaded to the web site. There's been some serious changes made. We've
    listened to all of the feedback that came from earlier posts here; we modified some of our graphics
    - made some things faster - fixed a few bugs and now it is time to get some constructive criticism
    of the newer features. I am looking forward to some good critiques and some questions. I....
  6. Feedback For My Website
    (11)
    Hi, I have been working on my website for a long long time, and because Im so busy I dont have the
    time to make more content, I did change a little bit, and here and there put some content on how I
    want it to be. now I have vacation and work on it a few more times. Actually I was wondering If I
    can do something to make it better for the viewers. It used to load very slow, I hope I fixed that a
    bit with using little images. let me know what you think www.nanicheri.trap17.com ....
  7. I Would Like Some Feedback
    On My Site Please (8)
    Hey all, I just thought I would ask everyone there opinons on my website. I would like honesty good
    or bad. I am considering making some changes on my site to maybe another name of the site. If you
    have the time could you please check out my website and Forum and give me your feedback. Website:
    www.zaccynetwork.com Forum: www.zaccynetwork.com/forum Thank you all for you help with your
    opinons and advice on my site. Note: My site does not contain Warez, Cracks, Hacks or anything
    similar. This is a Community Network that I am setting up for people from all walks o....
  8. Dynamic Masterpiece Debut
    All feedback on my new site are welcome! (6)
    Hi folks, I just launched the Dynamic Masterpiece website and would like input from you on my
    idea and content. It's taken about ten weeks to develop from my first inspiration to what it
    looks like today. Thanks! DynamicMan....
  9. My Portfolio Site
    feedback please (17)
    Since i had my trap17 account i think i have been working on a dozen different sites...and guess
    what all unfinished..lol Anyway, to keep track of my little projects i started (and will be
    finishing!) my portfolio site I have created everything myself, no copied material
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Anyway, I would like to
    have some feedback http://www.online.trap17.com/home.php (i might make it my portal page for all
    the other sites) By The way, does anyone agree with me that the "content" (where all the content w....

    1. Looking for design, feedback

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for design, feedback

*MORE FROM TRAP17.COM*
advertisement



First Design Feedback



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE