<!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="df5b12c48ad356005d1cd247297f950839e1bb39" />
<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="3937c9dde3d956d6cd362533acdd6e4ee2601e4d" />
<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>2010-09-27T20:06:57Z</updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2010:11:26</id>


    <entry>
      <title>Meedhupparu, Maldives and Dive Point dive centre</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/619/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.619</id>
      <published>2010-09-16T21:25:27Z</published>
      <updated>2010-09-27T20:06:57Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
Left for the Maldives on Tuesday night flying with Emirates the flight was full but the seats in economy were roomy with enough space to stretch out legs. left Heathrow for Dubai 45 minutes late which meant that instead of having a stroll around Dubai airport (to the bar) instead I just had time to get to the other end of the terminal before the gate closed as the last call for the Male flight was called. This Emirates flight was only a quarter full at best so loads of room for all. 
</p>
<p>
Got to Male its always a great view as you fly in and see some of the islands below you realise that it was worth the long journey to get here. I would recommend that you wear shorts and sandals or flip flops as it is hot and a little humid when you arrive I changed before landing so was a lot cooler than some who were in jeans etc. Through customs etc and I have to say its way better and more organised than when I was last here mind you that was about 9 years ago. Everything was simple then a minibus across the island to the sea plane terminal which was just a hut last time but is now a large building with all amenities so if like me there is an hour’s wait for the plane its enjoyable sitting in a comfy chair under the shade with a lovely cool breeze while watching the other sea planes taking off and landing. The flight itself was 35 minutes and is fantastic as you fly over some of the islands and reefs plus looking at the blue, green and turquoise waters below it really is an amazing sight. Don’t forget the ear plugs as it is a little noisy though and have your camera at hand. 
</p>
<p>
Arrived at Meedhuppuru and first impression is paradise its 5 hours ahead of the UK and its 30 degrees lovely. Checked in etc shown to room fantastic big room, air con, tv, safe, mini bar, patio with two comfy chairs and two sun loungers. The bathroom area is part  inside with toilet, two sinks and enclosed shower and part is roofless and has an open air shower still private though as nobody can see you. Patio is straight onto sand and sea is about 20 meters from bungalow. I decided to go all inclusive as it makes life easier and you don’t end up with a surprise bill when you come to check out so I can have that extra beer lol The main restaurant is large and there is a good selection of food. 
</p>
<p>
I have just checked in with the dive centre and taken all my gear there and will get the first dive in this afternoon hopefully. Nitrox is available and free to Nitrox qualified divers which is a plus as it saves me having to reset my computer. (or find a small child to show me how to do it) lol     
</p>
<p>
First dive: Meedhupparu House Reef
</p>
<p>
16th Sept 10
</p>
<p>
54 mins  Max depth 14m Bottom temp 29 degrees
</p>
<p>
It has been a while since I last dived so need to do a check dive. Kitted up with another pair of divers who had also not dived for a while. A giant step of the pier and into the glorious warm blue water and settle on the bottom in a couple of meters depth to complete flooded mask, regulator recovery and out of air drills. All good needed a bit more weight than the 8 kg I had (must cut back on the frothy coffee and cheesecake lol). Then follow the pier to the end and down the wall a bit and follow it along. Lots of fish about names escape me at the moment (still thinking of cheesecake  <img src="http://www.fish4divers.com/images/smileys/tongue_rolleye.gif" width="19" height="19" alt="tongue rolleye" style="border:0;" /> ) turn round and back to the start exit via the steps. A nice easy dive with a very slight current to get into the swing of it again my new split fins are great and seem easier than my previous ones but more on that tomorrow. 
</p>
<p>
Two boat dives tomorrow so will post a message here in the evenning if I can.
</p>
<p>
Have to go now and have a massage  <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />  Just met a fellow fish4diver as well can you guess who  <img src="http://www.fish4divers.com/images/smileys/question.gif" width="19" height="19" alt="question" style="border:0;" /> 
</p>
<p>
Shaun ( Fish4divers Maldives correspondent)
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Who did you book your Maldives holiday with &#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/337/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.337</id>
      <published>2009-11-24T07:32:33Z</published>
      <updated>2010-09-13T04:04:45Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all 
</p>
<p>
I am looking at going to the Maldives April/May next year and was wondering what Dive Company or travel agent you had used to book your holiday or were planning to use. 
</p>
<p>
Who offers the best deals and of course the best bargain&#8217;s. 
</p>
<p>
Many thanks
<br />
 
<br />
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hi &#45; looking for info about diving in the Maldives in November</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/231/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.231</id>
      <published>2009-07-29T18:49:57Z</published>
      <updated>2009-07-29T19:37:00Z</updated>
      <author><name>jane.slatter</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="color:pink;"></span><span style="font-size:16px;"></span>Hi,
</p>
<p>
I have just signed up to Fish4Divers - picked up the leaflet at LIDS earlier this year.
</p>
<p>
My husband and I fancy diving in the Maldives this November - it is a special birthday present for me - probably 2weeks - part liveaboard and part hotel diving holiday.
</p>
<p>
Has anyone got any good experiences of diving in the Maldives that they could share with us please?
</p>
<p>
I look forward to getting to know some more divers on this website.
</p>
<p>
My nick name is Pinky because most of my clothes and dive gear is pink - if you have dived with me you will probably remember me!
</p>
<p>
Cheers!
<br />
Jane (Pinky) Slatter
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Safari &amp;amp; Scuba in Africa</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/182/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.182</id>
      <published>2009-06-08T06:45:18Z</published>
      <updated></updated>
      <author><name>Karen Holladay</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi there!
</p>
<p>
I&#8217;m planning a small group &#8220;Safari plus Scuba&#8221; ‘adventure’ in South Africa for July 2010. The idea is really to get a nice balance between land and marine safaris as it would be a shame to go all the way to South Africa and only do the dive side, yet also a pity not to dive Sodwana Bay which is considered one of the world’s premier dive sites. Most land-based tours don’t include anything for divers and most dive tours seem to do very little on land&#8230;
</p>
<p>
We&#8217;re going to Kruger National Park, Sodwana Bay and Hluhluwe Game Reserve from 18-28 July 2010 (excludes flight days) and would love to have anyone else interested join us. Please email me for full details: Karen_holladay at hotmail dot com.
</p>
<p>
Happy Diving!
</p>
<p>
Karen. <img src="http://www.fish4divers.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Dive in S.A</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/123/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.123</id>
      <published>2009-04-11T21:53:23Z</published>
      <updated></updated>
      <author><name>Dive Tour S.A</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="font-size:14px;"></span>Dive Tour S.A is offering diving packages to Soth Africa, weather you are qualified or not, not matter as we will train you if need be, we will take you to some of the best dive spots on the southern continent. For more info visit us at: <a href="http://www.divetour-sa.com">http://www.divetour-sa.com</a>
</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>
