Honest Opinions please |
|
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! |
|
|
|
Comments (39)
|
HP: 217 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |
|
||
| 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 |










