//
Blog
(current)
About
About Cygnus
(current)
About Ken
(current)
About Sans Souci
(current)
About the GSSR
(current)
Books
(current)
Search
(current)
Contact
(current)
The "Multi-Blog"
(current)
WELCOME TO KENSBLOG
COUNTDOWN TO WHEN THE NEW BOAT ARRIVES:
This site viewed this many times:
$(document).ready(function () { pageCounter_ctl19_ctl01_ctl00_displayOdometer('digital'); function pageCounter_ctl19_ctl01_ctl00_displayOdometer(thm) { var animate = 'true'; var pageCounter = 10336131; var initialValue = pageCounter; if (animate == 'true') { initialValue = 0; } var el = document.querySelector('#pageCounter-ctl19_ctl01_ctl00'); var od = new Odometer({ el: el, value: initialValue, theme: thm, format: '(,ddd)' }); if (animate == 'true') { $('#pageCounter-ctl19_ctl01_ctl00').text(pageCounter); } var hideBackground = 'false'; if (hideBackground == 'true') { } else { $('#pageCounterOuterWrapper-ctl19_ctl01_ctl00').addClass('talkspot-shaded'); } } })
"
0
DAYS
0
HOURS
0
MINUTES
0
SECONDS
$('document').ready(function() { 'use strict'; // We will get the "now" value from this variable var today = new Date(); // My target date is this month 30th 9.25pm var target = new Date(today); target.setYear(2020); target.setMonth(3); target.setDate(15); target.setHours(0,0,0); // Countdown start from yesterday var yesterday = new Date(today); yesterday.setDate(today.getDate() - 1); yesterday.setHours(0,0,0,0);; $('.countdown').final_countdown({ 'start': yesterday.getTime() / 1000, 'end': target.getTime() / 1000, 'now': today.getTime() / 1000, seconds: { borderColor: '#8ef58e', borderWidth: '9' }, minutes: { borderColor: '#ff8d72', borderWidth: '9' }, hours: { borderColor: '#69ccff', borderWidth: '9' }, days: { borderColor: '#ffd35c', borderWidth: '9' } }); });
Where we've cruised so far
(Stay tuned -- We're just getting started)
Aeolian Islands
Alaska
Bahamas
Balearic Islands
Bering Sea
Bermuda
Canada
Corsica
Costa Rica
Croatia
El Salvador
France
Greece
Guatemala
Hong Kong
Ibiza
Italy
Japan
Malta
Mexico
Pacific NW
Portugal
Sardinia
Siberia
Sicily
Spain
Taiwan
Turkey
And, more!
var backgroundPage = '4'; var backgroundList = [['1','/uploads/155608/pagetemplates/DesignCreated201906181855/images/48f9ed28-9a0f-4dcf-9a33-abd1abe83e6f.jpg'],['2','/uploads/155608/pagetemplates/DesignCreated201906181855/images/textures-011.jpg'],['3','/uploads/155608/pagetemplates/DesignCreated201906181855/images/textures-011.jpg'],['4','/uploads/155608/pagetemplates/DesignCreated201906181855/images/f665a464-88e8-4c3b-853a-d5922eba6994.jpg'],['5','/uploads/155608/pagetemplates/DesignCreated201906181855/images/b2e191b2-b85b-483c-90db-45113d17567f.jpg'],['6','/uploads/155608/pagetemplates/DesignCreated201906181855/images/bg6.jpg']]; $(document).ready(function () { App.init(); for (var i = 0; i < backgroundList.length; i++) { if (backgroundList[i][0] == backgroundPage) { $('#ts-background').css('background-image', 'url(' + backgroundList[i][1] + ')'); $('#ts-background').css('background-size', 'cover'); $('#ts-background').css('position', 'fixed'); $('#ts-background').css('height', '100%'); $('#ts-background').css('width', '100%'); $('#ts-background').css('z-index', '-100'); } } });
×
Modal Heading
function IsMarketingMessageOn() { var wrk = 0; return wrk == "1" ? true : false; } function returnLoginLink() { return "https://www.talkspot.com/aspx/Blob2/Admin/Signin/SecureSignin.aspx/rp/2792929/rs/www.kensblog.com/s/1"; } function returnRegisterLink() { return "https://www.talkspot.com/aspx/blob2/admin/signin/secureregister.aspx?tempkey="; } function raiseAsyncPostback() { //ff-bug #325 fix setTimeout(function () { __doPostBack("LinkButton_AsyncPostBack", ""); }, 1); } function getBlockOutColor() { return '#c0c0c0'; } function getSSLServer() { return 'www.talkspot.com'; } var allTagsStyle = 'border-box'; var publicMsgid = '2792929'; var publicHoaid = '155608' var publicJsVersion = '2019-09-11'; var publicIsResponsive = 'true'; var publicPageCount = (('1') * 1); var publicBlogEntryId = ''; var customer_email = ''; var customer_number = ''; var customer_avatar = '/images/Blobs/bbsPerson2.0.png?y=5728'; var customer_pending_comments = '0'; var customer_notifications = '0'; var public_hasSEOPriviledges = ''; var public_hasMailingListPriviledges = ''; var public_hasEditingPriviledges = ''; var public_domain_admin_link = ''; var public_domain_mail_link = ''; var my_editing = false; $(document).ready(function () { var public_isAdmin = 'false'; var public_isPreview = 'false' if (public_isPreview == 'false') { if (public_isAdmin == 'true') { my_editing = true; var publicJsVersion = '2019-09-11'; var fix = '/aspx/blob2/admin/blobpg'; var fix2 = '/blobPgJS.h'; if ($('#UnifyTemplate').length == 0) { fix2 = '/blobPgJS.b3.h'; } var fix3 = 'tml'; var fix4 = fix + fix2 + fix3; $('#tsMenuBlobpage').load(fix4 + '?x=' + publicJsVersion); } } if ($('#UnifyTemplate').length == 0) { $('body').find('div.input-group').find('input').css('box-sizing', 'border-box'); $('body').find('div.input-group').find('span.input-group-btn').attr('style', ''); $('body').find('div.input-group').find('span.input-group-btn').css('box-sizing', 'border-box'); } var $fxdTp; var $fxdBtm; if (my_editing == false) { if ($('.barWrapper').length > 0) { // new preview make it fit var tsmh = $('.barWrapper').outerHeight(); $fxdTp = $('body').find('nav.navbar.fixed-top'); if ($fxdTp.length > 0) { // re-parent the navbar to the of UnifyTemplate, thus // simulating fixed-top, no matter where the original // menu widget was placed this keeps page content // spacing correct without addtional resizing. $fxdTp.removeClass('fixed-top'); $('.barWrapper').append($fxdTp); $('#UnifyTemplate').prepend($('.barWrapper')).css('margin-top', tsmh + 'px'); } // a js widget
... when the page gets synced to B4..should be able to remove extra test. if ($fxdTp.length > 0 && $('#myVideo').length == 0) { var margin = $fxdTp.height() + ($fxdTp.css('padding-top').replace('px', '') * 1) * 2; $('#UnifyTemplate').css('padding-top', margin + 2); // + 2 is for border $('.ts-sidebar').css('margin-top', margin + 2); } } else { // adjust margins top/bottom template for fixed navbars // per ken, doesn't happen when editing. $fxdTp = $('body').find('nav.navbar.fixed-top'); // http://getpaid.talkspot.com, currently has bootstrap3 bits, bootslider (bootstrap3) loading from // a js widget
... when the page gets synced to B4..should be able to remove extra test. if ($fxdTp.length > 0 && $('#myVideo').length == 0) { var margin = $fxdTp.height() + ($fxdTp.css('padding-top').replace('px', '') * 1) * 2; $('#UnifyTemplate').css('padding-top', margin + 2); // + 2 is for border $('.ts-sidebar').css('margin-top', margin + 2); } $fxdBtm = $('body').find('nav.navbar.fixed-bottom'); if ($fxdBtm.length > 0) { var margin = $fxdBtm.height() + ($fxdBtm.css('padding-top').replace('px', '') * 1) * 2; $('#UnifyTemplate').css('padding-bottom', margin + 2); // + 2 is for border $('.ts-sidebar').css('margin-bottom', margin + 2); } // end fixed navbar } } else { setTimeout(function () { var tsmh = $('#ts-menu-main-btn-wrapper').height() $('#UnifyTemplate').css('margin-top', tsmh + 1); // any sidebars we want to nuke placement for editor $('#UnifyTemplate').removeClass('sidebar').removeClass('left').removeClass('right'); $('.ts-sidebar-btn').css('display', 'none'); $('.mnu-wrapper').find('.left').each(function () { $(this).removeClass('left').addClass('leftx'); }); $('.mnu-wrapper').find('.right').each(function () { $(this).removeClass('right').addClass('rightx'); }); }, 100); } if (IsMarketingMessageOn() == true) { var content; $.get('/aspx/_scripts/bootbox/_BoostrapAjax.html', function (data) { content = data; bootbox.dialog({ animate: false, size: "fullscreen", closeButton: true, message: content, title: "Modal title", buttons: { cancel: { label: "Cancel", className: "btn btn-secondary", callback: function () { bootbox.hideAll(); result = 0; } }, OK: { label: "Save", className: "btn btn-" + "primary", callback: function () { bootbox.hideAll(); } } } }).on('shown.bs.modal', function (e) { $("body").css('overflow', 'hidden'); }).on('hide.bs.modal', function (e) { }); }); } }); enableBackground("body"); // Log Off $('body').on('click', '.ts-logout', function (e) { e.preventDefault(); window.location.href = "/aspx/blob2/blobpage2.aspx?type=logoff"; });
//
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")); try { var pageTracker = _gat._getTracker("UA-5017509-10"); pageTracker._trackPageview(); } catch(err) {}