+ Reply to Thread
Results 1 to 34 of 34

Thread: Ok, Might as well jump in and get a critique or three...
      
   

  1. #1
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Red face Ok, Might as well jump in and get a critique or three...

    First site, using Vodahost. Nice hosting package by the way. Ok, guys and gals, critiques are in full order. I'll appreciate any comments, good or bad.

    Oh yea, it's at http://behindthetruth.info

    Thanks all.

    PS. It's still being built BTW... Some links might not work yet.

  2. #2
    pemdas21 is offline Special Status
    Join Date
    May 2006
    Posts
    247

    Default Re: Ok, Might as well jump in and get a critique or three...

    A little to flashy and hard to read for me... Looks interesting though. You may want to put this code in though to disable right click on the page (so that people can't do certian things)

    Code:
      <script>
      var isNS = (navigator.appName == "Netscape") ? 1 : 0;
      if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
      function mischandler(){
      return false;
      }
      function mousehandler(e){
      var myevent = (isNS) ? e : event;
      var eventbutton = (isNS) ? myevent.which : myevent.button;
      if((eventbutton==2)||(eventbutton==3)) return false;
      }
      document.oncontextmenu = mischandler;
      document.onmousedown = mousehandler;
      document.onmouseup = mousehandler;
      </script>

  3. #3
    Mr. Pure's Avatar
    Mr. Pure is offline Sergeant
    Join Date
    Jun 2006
    Location
    Salem, NJ
    Posts
    36

    Default Re: Ok, Might as well jump in and get a critique or three...

    Interesting site! What a wide range of information! I like your home page background, but found the information a bit too cluttered....almost information overload. But overall I like it---good job so far.

  4. #4
    Dream Lady's Avatar
    Dream Lady is offline Major General
    Join Date
    Feb 2006
    Location
    Colorado, USA
    Posts
    2,037

    Default Re: Ok, Might as well jump in and get a critique or three...

    Interesting site, only I can't really figure out what it is about. Most of your links don't work. I am assuming there is only 1 page since there is no navigation bar. It seems like you may have some interesting topics, but I can't click on them. A little more tweeking is due I think! Good Luck!
    Cindy
    Cindy Smentowski

  5. #5
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Red face Re: Ok, Might as well jump in and get a critique or three...

    Thanks to both replies. I'm working on it of course. Good ideas and concepts. I put the script in but did not notice it working. I probably goofed it up (entered it wrong or something)

  6. #6
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Default Re: Ok, Might as well jump in and get a critique or three...

    I know that some of the links don't work yet, and I'm busy getting the files in place from my other site, so it takes a little time to get it all done, of course. Right now, you would be able to click on The Book Store, and the Unexplained Pic. Thanks again for the good replies eveyone.

  7. #7
    beegud2's Avatar
    beegud2 is offline Major General
    Join Date
    Apr 2006
    Location
    Jamaica
    Posts
    2,156

    Default Re: Ok, Might as well jump in and get a critique or three...

    Sorry but I'm getting url cannot be found on netscape 8.1 and a page cannot be displayed on IE.
    Beezz
    [SIGPIC][/SIGPIC]


    ___________________
    http://www.beezworld.com

    http://www.bzzybeezwordz.blogspot.com


  8. #8
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Ok, Might as well jump in and get a critique or three...

    I see your page at all. Sorry I will try later
    Sharon Chajin

  9. #9
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Question Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by pemdas21
    A little to flashy and hard to read for me... Looks interesting though. You may want to put this code in though to disable right click on the page (so that people can't do certian things)

    Code:
      <script>
      var isNS = (navigator.appName == "Netscape") ? 1 : 0;
      if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
      function mischandler(){
      return false;
      }
      function mousehandler(e){
      var myevent = (isNS) ? e : event;
      var eventbutton = (isNS) ? myevent.which : myevent.button;
      if((eventbutton==2)||(eventbutton==3)) return false;
      }
      document.oncontextmenu = mischandler;
      document.onmousedown = mousehandler;
      document.onmouseup = mousehandler;
      </script>


    I tried the code above, and it did nothing except disable my pages. Even I couldn't find the page, along with several others. I took it back out, and now the page works fine. I dont' know what that was all about, but that's what happened.

  10. #10
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Ok, Might as well jump in and get a critique or three...

    Your page wont come up.

  11. #11
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Red face Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by bill2006
    Your page wont come up.
    It should now... If not, please let me know again?

    Thanks Bill,

  12. #12
    beegud2's Avatar
    beegud2 is offline Major General
    Join Date
    Apr 2006
    Location
    Jamaica
    Posts
    2,156

    Default Re: Ok, Might as well jump in and get a critique or three...

    still not there ...sorry
    Beezz
    [SIGPIC][/SIGPIC]


    ___________________
    http://www.beezworld.com

    http://www.bzzybeezwordz.blogspot.com


  13. #13
    pemdas21 is offline Special Status
    Join Date
    May 2006
    Posts
    247

    Default Re: Ok, Might as well jump in and get a critique or three...

    all that code would do would disable the right click. What browser are you using?

  14. #14
    choco777's Avatar
    choco777 is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Comalcalco, Tabasco, Mexico
    Posts
    1,526

    Default Re: Ok, Might as well jump in and get a critique or three...

    Keep getting URL not valid. FF and IE

  15. #15
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,222

    Default Re: Ok, Might as well jump in and get a critique or three...

    I tried a ".com" to the link listed at top (rather than ".info") and got to a site, but I'm not sure it's yours....."truth/lies" make sense??
    If yours IS the ".info" you have to do something about what you published...get a 505 - page cannot be displayed, NOT the typical 404 - page not found....check the periods and commas in your Titles, for instance....or no capitalizing the "i" in index....simples, right?

    I'll try again when issue is resolved....
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  16. #16
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Question Re: Ok, Might as well jump in and get a critique or three...

    One of the problems is that the http://behindthetruth.info does work (at least for me) if I add the index.html to the above address like this:
    http://behindthetruth.info/index.html I can't seem to find a way to break out of that. I've made some improvements (so he says) to the site, but if you can't see it - guess you can't offer an opinion... and I'd like to hear them.

  17. #17
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Ok, Might as well jump in and get a critique or three...

    Hi,
    http://behindthetruth.info/index.html works for me in IE6.
    Some thoughts:
    -The "Home" on Nav Bar doesn't work - cannot display page.
    -Nav Bar or linked words on other pages would help users return to Index or Home page or other pages.
    -Your two links don't work: http://www.mymangosteen.com/distributors/BobS and http://www.mangosteenexperiences.com

    Couple of other links don't work.

  18. #18
    Marc Sanders's Avatar
    Marc Sanders is offline Second Lieutenant
    Join Date
    Mar 2006
    Location
    UK, Southampton
    Posts
    103

    Default Re: Ok, Might as well jump in and get a critique or three...

    Errm, your site is a little wierd, not too sure I get it?

    But it looks ok on a good note!

    The second link works as it shows the index.html
    You might want to consider changing the page name and relaunching it as just www.index.html then ensure the page name is in properties...?
    Marc Sanders

    Currently working on: www.fakeitbikinistore.co.uk
    Messenger: tealc_of_chulak********.com

    My philosophy: keep your friends close, enemies closer.....!

  19. #19
    lawnman777's Avatar
    lawnman777 is offline First Sergeant
    Join Date
    Mar 2006
    Location
    statesboro Georgia
    Posts
    83

    Default Re: Ok, Might as well jump in and get a critique or three...

    you forgot the www. in your post

  20. #20
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,222

    Default Re: Ok, Might as well jump in and get a critique or three...

    RIGHT.....

    You need to re-publish your page with correct titles: as "index" (the html is added for you automatically....and this presupposes you re-saved the 'home' page in BV ALSO as "index" only)

    Then, go back and change your page linking system to return/point to www.behindthetruth.info/index.html....then we can all try getting around in your site normally.

    >> Double check your Bookstore page...is displaying in a format you didn't intend....
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  21. #21
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Smile Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by Vasili
    RIGHT.....

    You need to re-publish your page with correct titles: as "index" (the html is added for you automatically....and this presupposes you re-saved the 'home' page in BV ALSO as "index" only)

    Then, go back and change your page linking system to return/point to www.behindthetruth.info/index.html....then we can all try getting around in your site normally.

    >> Double check your Bookstore page...is displaying in a format you didn't intend....
    Ok, I did know the .html is added by the program, and I did save it as index.bv also, so I'm ok so far.

    I'll check on the other two things. Changing the pointing is not hard, and I'll have to look at the Bookstore page to see what you mean. Thank you very much.

    I appreciate all the help people on this site are offering.

  22. #22
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Smile Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by bill2006
    Hi,
    http://behindthetruth.info/index.html works for me in IE6.
    Some thoughts:
    -The "Home" on Nav Bar doesn't work - cannot display page.
    -Nav Bar or linked words on other pages would help users return to Index or Home page or other pages.
    -Your two links don't work: http://www.mymangosteen.com/distributors/BobS and http://www.mangosteenexperiences.com

    Couple of other links don't work.
    Thanks Bill, I'll get those things fixed quite soon.

    Appreciate the feedback, as always.

    Bob

  23. #23
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Lightbulb Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by lawnman777
    you forgot the www. in your post
    Actually, it works either way. I've tried both ways, just to confirm that. I do thank you for the feedback.

  24. #24
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Thumbs up Re: Ok, Might as well jump in and get a critique or three...

    Ok, the problem has been fixed. VodaHost fixed it by a select switch or something, I don't know what, but now it works the way it is supposed to work. Now I can build the site, and people can look at it.

    Thanks guys/gals for all the assistance, and I'll still be looking for suggestions, comments, etc...

  25. #25
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Smile Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by beegud2
    Sorry but I'm getting url cannot be found on netscape 8.1 and a page cannot be displayed on IE.
    You might try it now and let me know? Think it's fixed. Looked at one of your sites too. Nice job there.

  26. #26
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Default Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by Vasili
    I tried a ".com" to the link listed at top (rather than ".info") and got to a site, but I'm not sure it's yours....."truth/lies" make sense??
    If yours IS the ".info" you have to do something about what you published...get a 505 - page cannot be displayed, NOT the typical 404 - page not found....check the periods and commas in your Titles, for instance....or no capitalizing the "i" in index....simples, right?

    I'll try again when issue is resolved....
    It seems to be fixed now. If you have time, you might take a look.
    Thanks

  27. #27
    Sallee is offline Private
    Join Date
    Jun 2006
    Location
    Arizona
    Posts
    4

    Smile Re: Ok, Might as well jump in and get a critique or three...

    You have created quite an interesting site with some good information. I'm seeing it in Internet Explorer, Windows XP Professional, DSL (don't know whether all this makes any difference or not). Most of the links are working. You've put in a lot of work with your graphics -- good job. However, your text would stand out better if you lightened the background of the Home Page -- could you do this and still get the mysterious night effect? Congratulations on your efforts.
    Sallee

  28. #28
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Ok, Might as well jump in and get a critique or three...

    OK your links work now, nice job.

    Some of your pages (Book Store and Stories) are centered others are not. For user presentation consider keeping all similar.

  29. #29
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Smile Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by bill2006
    OK your links work now, nice job.

    Some of your pages (Book Store and Stories) are centered others are not. For user presentation consider keeping all similar.
    Thanks Bill,
    I'm working on that kind of things today, and a lot of other stuff to come.

  30. #30
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Smile Re: Ok, Might as well jump in and get a critique or three...

    Well, I've done some work on my site, hopefully improved it some, and would like to ask for second opinions on it, when and if you have time.

    Thanks all.

    http://behindthetruth.info
    Manuscript Editing, typing.

  31. #31
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Ok, Might as well jump in and get a critique or three...

    Pretty weird stuff
    Sharon Chajin

  32. #32
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Smile Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by SChajin
    Pretty weird stuff
    Thank you for your comment.

  33. #33
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Ok, Might as well jump in and get a critique or three...

    Hi,
    None of the links (except Home) on this page http://behindthetruth.info/links.html work.

  34. #34
    Spiritsoul is offline Staff Sergeant
    Join Date
    Jun 2006
    Location
    Grants Pass, Oregon
    Posts
    42

    Talking Re: Ok, Might as well jump in and get a critique or three...

    Quote Originally Posted by bill2006
    Hi,
    None of the links (except Home) on this page http://behindthetruth.info/links.html work.
    Hey thanks Bill. How did I miss that one. Great feedback.

    Bob

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49