Home Register Login 
Worth Reading?

Honest Opinions please

 APSense Site Review and Website Help
Hi!
I am looking for some honest feedback on my site healthyfishies
(you do not have to register to look)

Healthyfishies is a health and wellness community where people can come and share openly about disease, natural cures, organics, green information and more by blogging, writing articles and posting in the forum.

What I am asking feedback for is --

1) does the site work? generally speaking, does it convey adequately what the site is about?
2) do the banners seem distracting from the main purpose of the site?
3) Is it asthetically pleasing or too drab or overdone?
4) Is it BORING or does it convey some fun aspects-- I dont want a stuffy site.
5) Is it welcoming ?
6) Is it easy to manuever around to find the information you seek?
7) anything else you wish to add :)


The forum

1) is it pleasing to the eye? or too distracting?
2) is it well balanced as far as the sections?
3) Is it easy to find your way around?
4) anything else you wish to add :)


constructive criticism is more than welcome

thanks friends :-)







edited..


Your Community for Sharing Health, Wellness & More!

 Add to my watchlist    Top It   del.icio.us  digg  Furl  BlinkList  Ma.gnolia  Reddit  YahooMyWeb

Comments (39)


HP: 217
View Apsense Business Center (A.B.C)
indrit - May 28 2008 07:59 Report Unrelated Comment
Nice design, but the left sidebar seem to have a problem when displaying "blogs out of the fishbowl",it is being displayed too low( from ff2). I don't know whats that javascript code about, maybe you could tell more.

I have a group about webmasters talk.
You are invited to join.

http://www.apsense.com/group/104194
Money Making Opportunities


HP: 11
View Apsense Business Center (A.B.C)
Shanni Sullivan - Einer - May 28 2008 00:52 Report Unrelated Comment
I Think It Looks Very Informative, Yes Inviting & Welcoming. Looks Like You've Done A Great Job And Care About The Work You Do.
mompowereddreams.com
mywahmteam.info


HP: 39
View Apsense Business Center (A.B.C)
MKWeb - Nov 23 2007 08:54 Report Unrelated Comment
Thanks OC,
I can't take credit for that code, it came from Dynamic Dive. As for browsers, Opera doesn't see it at all so you cannot block them if they are using that.
MKWeb
Learn Here
Earn Here


HP: 38
View Apsense Business Center (A.B.C)
The Old Coot - Nov 23 2007 03:50 Report Unrelated Comment
I had over-looked the fact that there are many different browsers out the and I believe FireFox does not 'see' this bit of code. I'm going to have to check all my sites to ensure they are protected.

Thanks to MKWeb for the FF + IE version.
The Old Coot


HP: 39
View Apsense Business Center (A.B.C)
MKWeb - Nov 22 2007 22:56 Report Unrelated Comment
You can change the message between the " and " in this string

var message="Function Disabled!";

to whatever you want, so instead of saying "Function Disabled!"

It could say "STOP Potential Thief!!"
MKWeb
Learn Here
Earn Here


HP: 34
View Apsense Business Center (A.B.C)
fishie - Nov 22 2007 21:04 Report Unrelated Comment
That's what I was trying to ask, but the words got in the way - ROFLOL!!

Thanks sweets.
Your Community for Sharing Health, Wellness & More!


HP: 39
View Apsense Business Center (A.B.C)
MKWeb - Nov 22 2007 20:25 Report Unrelated Comment
Hi Fishie,
Simply add the following code to the <BODY> section of your web page. This should be located in the Header or Template.html\php file.
MKWeb
Learn Here
Earn Here


HP: 34
View Apsense Business Center (A.B.C)
fishie - Nov 22 2007 20:17 Report Unrelated Comment
Thanks to both of you...sadly, neither of them are working for me :(

Cootsy, maybe it is working on IE, I was using FF-- could that by why?

Mark, that looks like I need to use it on the entire site for it to work, not just a page html ? Like to change the template html?


Your Community for Sharing Health, Wellness & More!


HP: 39
View Apsense Business Center (A.B.C)
MKWeb - Nov 22 2007 19:10 Report Unrelated Comment
Try this one. It works on both IE and Firefox.

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>


MKWeb
Learn Here
Earn Here


HP: 38
View Apsense Business Center (A.B.C)
The Old Coot - Nov 22 2007 16:26 Report Unrelated Comment
Sorry about that fishie - this does work

<SCRIPT language=JavaScript><!--
function click() {
if (event.button==2) {
alert('Copy Prohibited. Violations WILL be Prosecuted!')
}
}
document.onmousedown=click
//--></SCRIPT>

The Old Coot


 

Add your comment

Join Group


©2005-2007 Apsense.com - a GOT Team Productions, LLC company