• Register

History

At the 1949 HYC annual meeting, the Board of Directors created a youth sailing program.  The first year of the Jr. Program was held during the summer of 1950.  Since then, the Hampton Yacht Club has fielded many fine teams of young sailors winning many Chesapeake Bay Yacht Racing Association junior club championships.  The first junior program building, the “Junior Shack”, was located on the current site of the Yacht Club.  A new building was constructed in 1975 and in 1997 was named in memory of long time racer, committee chair and junior supporter Tom Brady.  Outstanding junior members have become members of the US Sailing Team, gone on to compete in the Olympic trials, coach championship collegiate teams, qualify for US Bemis, Sears & Youth National Junior Championships, qualified for the North American & National Optimist Teams and have won numerous national sailing honors.  Many adult HYC members have come from the ranks of our outstanding Junior Program.  In 2000, the Jr. Program celebrated its 50th anniversary.  Now, junior sailing at HYC is practically a year round program (March thru November).

 

 

SmartNews.com

Profile Information

Application 0.000 seconds (+0.000); 0.65 MB (+0.651) - afterLoad
Application 0.038 seconds (+0.038); 3.04 MB (+2.387) - afterInitialise
Application 0.047 seconds (+0.009); 3.55 MB (+0.512) - afterRoute
Application 0.092 seconds (+0.045); 5.58 MB (+2.034) - afterDispatch
Application 0.149 seconds (+0.057); 6.19 MB (+0.609) - beforeRenderModule mod_random_image (Images)
Application 0.152 seconds (+0.003); 6.25 MB (+0.059) - afterRenderModule mod_random_image (Images)
Application 0.152 seconds (+0.000); 6.25 MB (-0.002) - beforeRenderModule mod_breadcrumbs (Breadcrumbs)
Application 0.155 seconds (+0.003); 6.27 MB (+0.019) - afterRenderModule mod_breadcrumbs (Breadcrumbs)
Application 0.155 seconds (+0.000); 6.27 MB (-0.003) - beforeRenderModule mod_login (Login Form)
Application 0.162 seconds (+0.007); 6.32 MB (+0.058) - afterRenderModule mod_login (Login Form)
Application 0.167 seconds (+0.005); 6.44 MB (+0.120) - afterRender

Memory Usage

6.46 MB (6,778,760 Bytes)

20 Queries Logged

  1. SELECT `data`
      FROM `igtac_session`
      WHERE `session_id` = 'qfalsenlv82ah481ruu0f545idcagiu6'
  2. DELETE
      FROM `igtac_session`
      WHERE `time` < 1329948931
  3. SELECT folder AS type, element AS name, params
      FROM igtac_extensions
      WHERE enabled >= 1
      AND type ='plugin'
      AND state >= 0
      AND access IN (1,1)
      ORDER BY ordering
  4. SELECT extension_id AS "id", element AS "option", params, enabled
      FROM igtac_extensions
      WHERE `type` = 'component'
      AND `element` = 'com_languages'
  5. SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
      FROM igtac_menu AS m
      LEFT JOIN igtac_extensions AS e
      ON m.component_id = e.extension_id
      WHERE m.published = 1
      AND m.parent_id > 0
      AND m.client_id = 0
      ORDER BY m.lft
  6. SELECT extension_id AS "id", element AS "option", params, enabled
      FROM igtac_extensions
      WHERE `type` = 'component'
      AND `element` = 'com_content'
  7. SELECT *
      FROM igtac_languages
      WHERE published=1
      ORDER BY ordering ASC
  8. SELECT id, home, template, s.params
      FROM igtac_template_styles as s
      LEFT JOIN igtac_extensions as e
      ON e.element=s.template
      AND e.type='template'
      AND e.client_id=s.client_id
      WHERE s.client_id = 0
      AND e.enabled = 1
  9. SELECT b.rules
      FROM igtac_assets AS a
      LEFT JOIN igtac_assets AS b
      ON b.lft <= a.lft
      AND b.rgt >= a.rgt
      WHERE a.name = 'com_content'
      ORDER BY b.lft
  10. SELECT extension_id AS "id", element AS "option", params, enabled
      FROM igtac_extensions
      WHERE `type` = 'component'
      AND `element` = 'com_users'
  11. SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count
      FROM igtac_content AS a
      LEFT JOIN igtac_categories AS c
      on c.id = a.catid
      LEFT JOIN igtac_users AS u
      on u.id = a.created_by
      LEFT JOIN igtac_contact_details AS contact
      on contact.user_id = a.created_by
      LEFT JOIN igtac_categories as parent
      ON parent.id = c.parent_id
      LEFT JOIN igtac_content_rating AS v
      ON a.id = v.content_id
      LEFT
      OUTER JOIN (SELECT cat.id as id
      FROM igtac_categories AS cat JOIN igtac_categories AS parent
      ON cat.lft BETWEEN parent.lft
      AND parent.rgt
      WHERE parent.extension = 'com_content'
      AND parent.published <= 0
      GROUP BY cat.id) AS badcats
      ON badcats.id = c.id
      WHERE a.id = 15
      AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-02-22 22:30:31')
      AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-02-22 22:30:31')
      AND (a.state = 1 OR a.state =2)
  12. SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug
      FROM igtac_categories as c
      LEFT JOIN igtac_categories AS s
      ON (s.lft <= c.lft
      AND s.rgt >= c.rgt) OR (s.lft > c.lft
      AND s.rgt < c.rgt)
      LEFT JOIN (SELECT cat.id as id
      FROM igtac_categories AS cat JOIN igtac_categories AS parent
      ON cat.lft BETWEEN parent.lft
      AND parent.rgt
      WHERE parent.extension = 'com_content'
      AND parent.published != 1
      GROUP BY cat.id) AS badcats
      ON badcats.id = c.id
      WHERE (c.extension='com_content' OR c.extension='system')
      AND c.access IN (1,1)
      AND c.published = 1
      AND s.id=7
      AND badcats.id is null
      GROUP BY c.id
      ORDER BY c.lft
  13. UPDATE igtac_content
      SET hits = hits + 1
      WHERE id = 15
  14. SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
      FROM igtac_modules AS m
      LEFT JOIN igtac_modules_menu AS mm
      ON mm.moduleid = m.id
      LEFT JOIN igtac_extensions AS e
      ON e.element = m.module
      AND e.client_id = m.client_id
      WHERE m.published = 1
      AND e.enabled = 1
      AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2012-02-22 22:30:31')
      AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-02-22 22:30:31')
      AND m.access IN (1,1)
      AND m.client_id = 0
      AND (mm.menuid = 149 OR mm.menuid <= 0)
      ORDER BY m.position, m.ordering
  15. SELECT home
      FROM igtac_menu
      WHERE id=149
  16. SELECT home
      FROM igtac_menu
      WHERE id=149
  17. SELECT created
      FROM igtac_content a
      ORDER BY created DESC
      LIMIT 1
  18. SELECT home
      FROM igtac_menu
      WHERE id=149
  19. SELECT home
      FROM igtac_menu
      WHERE id=149
  20. UPDATE `igtac_session`
      SET `data` = '__default|a:8:{s:15:\"session.counter\";i:8;s:19:\"session.timer.start\";i:1329949551;s:18:\"session.timer.last\";i:1329949808;s:17:\"session.timer.now\";i:1329949831;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"ae4e7fba2325d0dd7a1669ed77fe9a8c\";}', `time` = 1329949831
      WHERE `session_id` = 'qfalsenlv82ah481ruu0f545idcagiu6'

15 Query Types Logged, Sorted by Occurrences.

SELECT Tables:
  1. 4 × SELECT home FROM igtac_menu
  2. 3 × SELECT extension_id AS "id", element AS "option", params, enabled FROM igtac_extensions
  3. 1 × SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug FROM igtac_categories as c LEFT JOIN igtac_categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt) LEFT JOIN (SELECT cat.id as id FROM igtac_categories AS cat JOIN igtac_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
  4. 1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM igtac_modules AS m LEFT JOIN igtac_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN igtac_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
  5. 1 × SELECT created FROM igtac_content a
  6. 1 × SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count FROM igtac_content AS a LEFT JOIN igtac_categories AS c on c.id = a.catid LEFT JOIN igtac_users AS u on u.id = a.created_by LEFT JOIN igtac_contact_details AS contact on contact.user_id = a.created_by LEFT JOIN igtac_categories as parent ON parent.id = c.parent_id LEFT JOIN igtac_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM igtac_categories AS cat JOIN igtac_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
  7. 1 × SELECT id, home, template, s.params FROM igtac_template_styles as s LEFT JOIN igtac_extensions as e ON e.element=s.template AND e.type='template' AND e.client_id=s.client_id
  8. 1 × SELECT folder AS type, element AS name, params FROM igtac_extensions
  9. 1 × SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component FROM igtac_menu AS m LEFT JOIN igtac_extensions AS e ON m.component_id = e.extension_id
  10. 1 × SELECT * FROM igtac_languages
  11. 1 × SELECT `data` FROM `igtac_session`
  12. 1 × SELECT b.rules FROM igtac_assets AS a LEFT JOIN igtac_assets AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
OTHER Tables:
  1. 1 × UPDATE `igtac_session` SET `data` = '__default|a:8:{s:15:\"session.counter\";i:8;s:19:\"session.timer.start\";i:1329949551;s:18:\"session.timer.last\";i:1329949808;s:17:\"session.timer.now\";i:1329949831;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"ae4e7fba2325d0dd7a1669ed77fe9a8c\";}', `time` = 1329949831
  2. 1 × UPDATE igtac_content SET hits = hits + 1
  3. 1 × DELETE FROM `igtac_session`