<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
        <title>Fish4Divers | Social Networking 4 Divers | Forums</title>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta http-equiv="pragma" content="no-cache" />
        <meta http-equiv="cache-control" content="no-cache" />
        <meta http-equiv="imagetoolbar" content="no" />

        <meta name="MSSmartTagsPreventParsing" content="true" />
        <meta name="distribution" content="GLOBAL" />
        <meta name="Language" content="en" />
        <meta name="No-Cache" content="True" />
        <meta name="copyright" content="2011 Fish 4 Divers" />
        <meta name="author" content="Iceberg Creative [http://www.icebergcreative.com/]" />


        <link rel='stylesheet' type='text/css' media='all' href='http://www.fish4divers.com/index.php?css=f4d/site_css.v.1295603044' />
        <script type="text/javascript" src="/js/common.js"></script>
        <script src="/mint/?js" type="text/javascript"></script>

	</head>

	<body >

		<div id="container">

			<!-- Mini Navigation -->
			<div id="header-mininav-container">
				<div class="floatright"><img src="/images/global/header-bubbles-left.gif" alt="" /></div>
				<div id="header-mininav"><a href="http://www.fish4divers.com/index.php">Home</a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/about/">About FISH 4 DIVERS</a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/contact/">Contact Us</a></div>
				<div class="floatright"><img src="/images/global/header-bubbles-right.gif" alt="" /></div>
				<div class="clear_both"></div>
			</div>
			<!-- WEBSITE -->
			<div id="site">
				<!-- Mast -->
				<div id="header-main">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" class="header">
						<tr class="header-top">
              <td rowspan="2" align="left" valign="top" class="header-logo"><a href="http://www.fish4divers.com/index.php"><img src="/images/global/logo.gif" alt="Fish 4 Divers" title="Fish 4 Divers" border="0" /></a></td>
                <td align="left" valign="middle" class="hearder-columna">Not a member? &nbsp;<a href="http://www.fish4divers.com/index.php/f4d/join/"><img src="/images/global/header-join.gif" alt="Join Now!" border="0" align="absmiddle" /></a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/features/">Membership Features</a></td>

							<td align="right" valign="middle" class="hearder-columnb">
                <div class="advert-banner">
                
  <a href="http://www.fish4divers.com/index.php/advertisers/"><img src="/images/ads/top_half_banner.png" alt="" style="margin:2px 0 2px 0;"/></a>


                </div>
                
								
              </td>
						</tr>
						<tr class="header-bottom">
							<td align="left" valign="middle" class="hearder-columna">
		            <div class='header-search-box'>
<form method="post" action="http://www.fish4divers.com/index.php"  enctype="multipart/form-data" >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="19" />
<input type="hidden" name="XID" value="cef20c72543746defcb2cbcd69768716a55e78cf" />
<input type="hidden" name="RP" value="search/results" />
<input type="hidden" name="NRP" value="" />
<input type="hidden" name="RES" value="" />
<input type="hidden" name="status" value="" />
<input type="hidden" name="weblog" value="reviews" />
<input type="hidden" name="search_in" value="" />
<input type="hidden" name="where" value="all" />
<input type="hidden" name="site_id" value="1" />
</div>



<input type="text" name="keywords" id="keywords" class="header-search-query" /><input value='submit' name="search" type="image" class="header-search" src="/images/global/header-search.gif" alt="Search" align="top" />

</form>
</div>
<div class='forgot-password'><a href="http://www.fish4divers.com/index.php/member/forgot_password/">Lost password?</a></div>
							</td>
							<td align="right" valign="middle" class="hearder-columnb">
							  <form method="post" action="http://www.fish4divers.com/index.php"  enctype="multipart/form-data" >
<div class='hiddenFields'>
<input type="hidden" name="XID" value="624dc26a40071d3292d34cfc6a27b63a30454101" />
<input type="hidden" name="ACT" value="9" />
<input type="hidden" name="RET" value="f4d/afterlogin" />
<input type="hidden" name="site_id" value="1" />
</div>



<script type="text/javascript">
	var cUsername = 'username';
	var cPassword = 'password';

	function setupLogin() {
		setTimeout("clearLogins();", 1000);
	}
	
	function clearLogins()
	{
		usernameExit();
		passwordExit();
	}
	
	function usernameEnter()
	{
		var un = document.getElementById('username');
		
		if (un.value == cUsername)
		{
			un.value = '';
		}
	}
	
	function usernameExit()
	{
		var un = document.getElementById('username');
		
		if (un.value == '')
		{
			un.value = cUsername;
		} 
	}
	
	function passwordEnter()
	{
		var pw = document.getElementById('password');
		
		if (pw.value == cPassword)
		{
			pw.value = '';		
			pw.type = 'password';	
		}
	}
	
	function passwordExit()
	{
		var pw = document.getElementById('password');
		
		if (pw.value == '')
		{
			pw.value = cPassword;	
			pw.type = 'text';	
		}
	}	
</script>

<img src="/images/global/header-login.gif" alt="Log In" align="absmiddle" />
<input name="username" type="text" class="header-username" id="username" value="" maxlength="32" size="25" onfocus="usernameEnter();" onblur="usernameExit();"/>
<input type="password" name="password" id="password" value="" maxlength="32" class="header-password"  size="25" onfocus="passwordEnter();" onblur="passwordExit();"/>
<input name="submit" type="image" src="/images/global/header-login-go.gif" alt="Go" align="top" />

<script type="text/javascript">
  window.onload = setupLogin();
  //setupLogin();
</script>

</form>
	
							</td>
						</tr>
				  </table>
				</div>

				<!-- Global Navigation -->
				<div id="menu-members">
					<!-- International/language selector. Take out if only launching with UK to begin with -->
					<div class="floatright" style="margin-top: 4px;">

					</div>
                                        <ul>
  <li><a href="http://www.fish4divers.com/index.php/member/search/"><img src="/images/global/menu/search-divers.jpg" alt="Meet other divers" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/forums/"><img src="/images/global/menu/forum.jpg" alt="Forum" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/directory/"><img src="/images/global/menu/dive-directory.jpg" alt="Diving Club Directory" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/reviews/"><img src="/images/global/menu/reviews.jpg" alt="Reviews" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/classifieds/"><img src="/images/global/menu/classifieds.jpg" alt="Classifieds" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/member/snapper/"><img src="/images/global/menu/snapper-gallery.jpg" alt="Snapper Gallery" border="0" /></a></li>
</ul>
                                        
				</div>
                                
				<div id="menu-base"></div>
				
				<!-- Call to Action -->
				<!-- Call to action -->

<div id="cta">

	<p>A social networking site for scuba divers. Meet like-minded people who share your passion for diving.<br /><a href="http://www.fish4divers.com/index.php/f4d/join/">Click here to join today. For free!!!</a></p>

</div>

				<!-- Content Area -->
				<div id="content">

<div id="content-left3col">
<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Forum</title>
    <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.fish4divers.com/index.php/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2011</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2011:12:20</id>


    <entry>
      <title>Merry Christmas to one and all x x</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/696/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.696</id>
      <published>2011-12-20T13:11:19Z</published>
      <updated></updated>
      <author><name>dawn</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="color:red;"></span>I would just like to wish all my friends on fish4divers a <i><b>Very Merry Christmas and a Happy New Year</b></i>. Sorry I haven&#8217;t been around but have been busy writing my book which I am very excited about. Hopefully it will raise awareness amongst the younger generation about marine conservation issues. Would love to hear from you guys an gals out there!!&nbsp;  <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>I love to ab dive and spear fish</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/693/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.693</id>
      <published>2011-11-11T18:26:18Z</published>
      <updated></updated>
      <author><name>tule</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi folks,
</p>
<p>
I am 58 years old and have been diving for 40 years since I went to the Navy Seals Dive School in the Phillipines in 1971.&nbsp; I was a Marine Recon Special Forces guy and one of the only non-Navy guys to ever get &#8220;Honorman&#8221; from a seals diving school.
</p>
<p>
I live in northern California and I dive many times a year on the north coast and made it to Hawaii this year for some of that sweet warm water high visability diving that we don&#8217;t have here in North California.&nbsp; I have made hundreds of open water dives in my day, but I truly enjoy free diving for spear fishing which is mostly what I do these days.&nbsp; Once in a while I do some spear fishing with buddies with tanks when they have a boat, which I don&#8217;t.&nbsp; I usually dive off the shore in the rocks and it is no less fun or productive than with a boat.&nbsp; I can stay out a lot longer and hunt till my heart is content.
</p>
<p>
Buddy diving on the north coast is almost impossible anyway.&nbsp; The water is so murky usually that when you go down and look away from your partner for a split second, you lose him or her.&nbsp; You spend all your time going up and down so me and my diving friends usually just dive alone, even if we are with others.&nbsp; Much of the time, I just overweight and once I am on the bottom, I set chum out, find myself a little nook to sit in , let the air out of my BC and sit down and wait!&nbsp; Lazy, isn&#8217;t it?&nbsp; Sometimes I hunt under the rocks but when the fis is 8 or ten feet, you have to do what you have to do.
</p>
<p>
I usually bring a zip lock of abalone guts from a campground cleaning station for chum and dump it there as the ling cod and cabazon really like it and it lasts and it makes the hunting good even the next day.&nbsp; Breaking sea urchins (uni) open is good for greenling and perch, but it is eaten up in a very short time.
</p>
<p>
When I am free diving  and spearfishing after ab diving, I put the guts on a ledge I can see from the surface at whatever depth that ends up being, and then another spot a ways away and yet another.&nbsp; Then I swim back and forth between them hunting and picking up rock crab.&nbsp; It takes at least 10 feet of vis or the only diving is abalone diving which is tough for the new guys.&nbsp; I like to dive at least 18 plus feet for ab as there isn&#8217;t much surge and they aren&#8217;t picked over because most divers like shallow water, especially in the heavy kelp beds.&nbsp; I have taken no less than 200 abalone divers on their first dive and I don&#8217;t mind teaching them.&nbsp; It got kind of old so finally I wrote two in depth articles on everything I could think of with my 40 years experience on the gear, how to weight and what to expect and now I force everyone to read them before I take them!&nbsp; I print ten copies out every time before I leave for the coast.&nbsp; If you guys want to read them, they are at <a href="http://www.fishnfools.com">http://www.fishnfools.com</a> in the blog section.&nbsp; One is on spear fishing and one on ab diving and they are as in depth as anything I have ever read, if I must say so myself.&nbsp; 
</p>
<p>
My biggest fish so far is  a 29 pound ling cod and I have speared a lot of them over 15 pounds.&nbsp; The stupidest thing I ever did diving is spearing a 12 foot octopus while freediving alone.&nbsp; I have come to learn that if they even have one leg on the ground or around kelp, and they get one or two on you, you are screwed.&nbsp; I now only take smaller ones or larger ones if I have tanks with plenty of air and a partner is nice.&nbsp; I also love to dig clams, get mussels, surf fish with a dip net, stream fish, perch fish, striper fish, sturgeon fish, and did I mention fish!&nbsp; I love to hunt ducks too.&nbsp; 
</p>
<p>
I have a wife of 32 years (Stacy) and 2 grown daughters, one just out and one in college. Going duck hunting with my nephew, who is a guide in Oregon, this weekend - again!&nbsp; This work thing sure interferes with my recreation!&nbsp; Nice to join you folks.&nbsp; Coop
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hello</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/689/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.689</id>
      <published>2011-07-28T21:49:00Z</published>
      <updated></updated>
      <author><name>Rebecca</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi
</p>
<p>
I&#8217;m new to the site and just wanted to say hi. I&#8217;ve been scuba diving for over 20 years and freediving for the last 2 years. I run a small freediving social club in Bristol. I also scuba with a couple of clubs here, going to Dorset, Devon and Cornwall in the summer. Interested if there are any other divers on here from the same area
</p>
<p>
Bex
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Salam</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/685/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.685</id>
      <published>2011-06-12T11:03:53Z</published>
      <updated></updated>
      <author><name>cooperscuba</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi everyone.
</p>
<p>
I live in Sharm el-Sheikh, am manager and owner of a dive center here and love photography.
</p>
<p>
Best wishes,
<br />
Sean
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>hello hallo</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/679/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.679</id>
      <published>2011-05-09T16:21:48Z</published>
      <updated></updated>
      <author><name>tricky</name></author>
      <content type="html">
      <![CDATA[
        <p>i have just joined this site ......and hope to increase my social circle....... and diving ....south east ..leybourne lakes etc are my local dive sites .... dive with anyone as long as they are qualified .....richard from thanet
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hi everyone</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/676/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.676</id>
      <published>2011-04-14T14:27:50Z</published>
      <updated></updated>
      <author><name>mantaray</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="font-size:14px;"></span><span style="color:blue;"></span>
<br />
Day to day I can be found diving the Mediterranean although I do get away to the Red Sea once in a while. Since the Med gets no colder than 12c there&#8217;s plenty going on in the winter but the summers, with water temps around 25c, are manic. We get visiting divers from around the world; mostly drawn by the Islas Medes Marine Reserve.
<br />
I spend most of my spring/summer months either sailing or helping out with local marine research projects (currently the Silmar Project) by diving to collect data &amp; monitor key species of flora &amp; fauna off the Costa Brava. It&#8217;s a really worthy project with EU support. The main aim of the group is to monitor the key species of the entire Iberian Peninsula thereby offering future generations a snapshot which in turn will offer a yardstick by which future trends &amp; variations can be measured. An added bonus is that whilst voluteering the time to dive with the Silmar guys the diving is free. Fun eh! There&#8217;s an English language coordinator based on the Costa Brava section, if anyone interested I&#8217;ll get the contact details &amp; post them.
</p>
<p>
Cheers one and all &amp; dive boldly!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hello Fellow Divers of the world.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/653/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.653</id>
      <published>2010-12-15T17:52:50Z</published>
      <updated></updated>
      <author><name>pclavero</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello Fellow Divers around the world.
</p>
<p>
My name is Paul and i am sure i have been here before as i do remember knowing a young(ish) man called Picto and a few ladies by the names of Dawn, Rosemary, Sue and so on. (Sorry if i missed your name).
</p>
<p>
I have been away for some time and decided that upon my return i would post a thread.
</p>
<p>
So here i am again.
</p>
<p>
Hopefully this time i can stay for good without any interuptions.
</p>
<p>
I look forward to reading the threads posted since my last visit which was some time ago.
</p>
<p>
Ill text you during the week big man.
<br />
Catch up on a few things which i seem to have missed.
</p>
<p>
Hope to speak and meet you all soon.
<br />
Lets arrange another social evening.
<br />
The last one was fantastic.
</p>
<p>
R&#8217;s
</p>
<p>
Paul. C
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hello fellow divers! ^_^</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/636/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.636</id>
      <published>2010-11-17T17:58:54Z</published>
      <updated></updated>
      <author><name>joel</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello Everyone. 
</p>
<p>
I&#8217;m Joel and I&#8217;m from Asia. I look forward to meeting all of you in my future dive trips. 
<br />
I&#8217;m a PADI AOW certified diver. Dived in the following countries:
</p>
<p>
Philippines
<br />
Malaysia
<br />
Thailand 
<br />
Guam
</p>
<p>
Hope to find a regular buddy. 
</p>
<p>
I&#8217;ve posted my plans for the next year on the link below. 
<br />
<a href="http://www.fish4divers.com/index.php/forums/viewthread/635/">http://www.fish4divers.com/index.php/forums/viewthread/635/</a>
</p>
<p>
Dive safe everyone! <img src="http://www.fish4divers.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>hello everyone</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/632/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.632</id>
      <published>2010-11-08T12:34:06Z</published>
      <updated></updated>
      <author><name>KTROSE</name></author>
      <content type="html">
      <![CDATA[
        <p>my name is Katy and I have really got the diving bug.&nbsp; Am always keen to meet new people and I dont have a regular dive buddy so would be nice to find one! <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Look forward to hearing/meeting you and hopefully can have lots of diving adventures in the future.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>The Adventures of Ashley David</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/474/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.474</id>
      <published>2010-02-17T20:13:53Z</published>
      <updated></updated>
      <author><name>ashthebebel</name></author>
      <content type="html">
      <![CDATA[
        <p>Not really quite sure where to start.. Except for,,,, i still reckon i should have made that jump from the boat to the jetty.. My hands have finally recovered from clasping on for dear life. For all those there,,, thanks for not coming to my rescue.. 
</p>
<p>
Thats all for now.. I&#8217;m a bit grumpy as i was awoken this morning (7am) buy the builders next door.. I did ask the to be quiet.. but they just ignored me can carried on.. the cheek of them&#8230;  bang bang bang,,, funny thing is, that by 8;15 they finished the banging and started on something else which was quiet&#8230; sods law.. or there just sods..&nbsp; 
</p>
<p>
These might get more interesting,, but who knows .. 
</p>
<p>
Looking forward to LIDS saturday  <img src="http://www.fish4divers.com/images/smileys/tongue_laugh.gif" width="19" height="19" alt="tongue laugh" style="border:0;" /> 
</p>
<p>
I&#8217;ll be back as Arney would say
</p>
      ]]>
      </content>
    </entry>


</feed>
<div class='adverts-body'>

</div>
</div>


					<div class="clear_both"></div>
				</div>

				<!-- Sign Off -->
				<div id="signoff">
					<p><a href="http://www.fish4divers.com/index.php/f4d/about/">About us</a> | <a href="http://www.fish4divers.com/index.php/f4d/terms/">Disclaimer &amp; terms of use</a> | <a href="http://www.fish4divers.com/index.php/f4d/contact/">Contact us</a> | <a href="http://www.fish4divers.com/index.php/advertisers/">Advertising Info</a></p>
					<p>&#169; <strong>2012 FISH 4 DIVERS</strong> | <a href="http://www.icebergcreative.com/" target="_blank" style="color: #008fe0;">Web Site & Graphic Design</a> by Iceberg Creative</p>
					<p><a href="http://www.facebook.com/group.php?gid=21166668231" title="Find Fish4Divers on Facebook"><img src="/images/global/facebook-follow.gif" alt="Find Fish 4 Divers on Facebook"></a></p>
                                        <p>Fish4Divers.com is a registered company in England and Wales.  No. 6665283.  22, Victoria Road, St Austell, PL25 4QD</p>
				</div>

			</div>

			<!-- SKYSCRAPER -->
			<div id="skyscraper">
      <div class="advert-banner">

<a href="http://www.rescuean.com/" target="_blank">
<img src="http://www.fish4divers.com/images/uploads/reviews/ce61661c271c01c1bae48606ec0f45c8.gif" width="120" height="600" alt="" title=""  />
</a>


</div>
			</div>
			<div class="clear_both"></div>

		</div>
<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
var pageTracker = _gat._getTracker(“UA-1643618-8”);
pageTracker._initData();
pageTracker._trackPageview();
</script>
	</body>
</html>
