<<option chkGenerateAnRssFeed>> GenerateAnRssFeed\n<<option chkOpenInNewWindow>> OpenLinksInNewWindow\n<<option chkToggleLinks>> Clicking on links to tiddlers that are already open causes them to close\n^^(override with Control or other modifier key)^^\n<<option chkHttpReadOnly>> HideEditingFeatures when viewed over HTTP\n<<option chkForceMinorUpdate>> Treat edits as MinorChanges by preserving date and time\n^^(override with Shift key when clicking 'done' or by pressing Ctrl-Shift-Enter^^\n<<option chkConfirmDelete>> ConfirmBeforeDeleting\nMaximum number of lines in a tiddler edit box: <<option txtMaxEditRows>>\nFolder name for backup files: <<option txtBackupFolder>>\n<<option chkInsertTabs>> Use tab key to insert tab characters instead of jumping to next field
I was born.\nI was educated.\nI work.\nI have not yet died.
Office: ~ED1744A\nDepartment: IT Services\nMailstop: 3NC1744A\nPhone: 206.527.3762\nEmail: sbayne@sccd.ctc.edu\n(The preferred contact method is email.)
Contact\nOfficeHours\nPictures\nBio
[[Contact]]\n[[Office Hours|OfficeHours]]\n[[Pictures]]\n[[Bio]]
<<closeAll>><<permaview>><<newTiddler>><<newJournal 'DD MMM YYYY'>><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel 'options »' 'Change TiddlyWiki advanced options'>>
As I am not an instructor, I do not have Office Hours as such. I am usually available for drop-ins.
<!--{{{-->\n<div id='header' class='header'>\n <div class='headerShadow'>\n <span class='searchBar' macro='search'></span>\n <span class='siteTitle' refresh='content' tiddler='SiteTitle'></span> \n <span class='siteTitle' refresh='content' tiddler='UserName'></span> \n <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n </div>\n</div>\n\n<div id='mainMenu'>\n <span refresh='content' tiddler='MainMenu'></span>\n</div>\n\n<div id='sidebar'>\n <div id='sidebarOptions' refresh='content' tiddler='MochaSideBarOptions'></div>\n </div>\n <div id='displayArea'>\n <div id='messageArea'></div>\n <div id='tiddlerDisplay'></div>\n</div>\n\n<div id='contentFooter' refresh='content' tiddler='contentFooter'></div>\n<!--}}}-->
Normally this would be where one would link a picture or two of the title character.
Notes that others might find helpful\n
NSCC People:
Sam Bayne
[[NSCC|http://www.northseattle.edu]]::[[Facweb|http://facweb.northseattle.edu]]::[[sbayne|http://facweb.northseattle.edu/sbayne]]
\n//{{{\n//This ensures that the footer sticks to the bottom of the screen when there are no tiddlers open. If that is not desirable, it can be deleted.\nfunction setFooter() {\n if (document.getElementById && document.getElementById("contentFooter") ) {\n var windowHeight=findWindowHeight();\n if (windowHeight>0) {\n var contentHeight= document.getElementById('mainMenu').offsetHeight + document.getElementById("header").offsetHeight + document.getElementById("contentFooter").offsetHeight;\n var menu= document.getElementById('mainMenu');\n if (windowHeight-(contentHeight)>=0) {\n menu.style.position='relative';\n menu.style.marginBottom=(windowHeight-(contentHeight))+'px';\n }\n else {\n menu.style.position='';\n menu.style.marginBottom='';\n }\n }\n }\n}\nwindow.onresize = function() {\n setFooter();\n}\n\nStory.prototype.refreshTiddler_footerhack=Story.prototype.refreshTiddler;\nStory.prototype.refreshTiddler = function (title,template,force)\n{ \nvar theTiddler = Story.prototype.refreshTiddler_footerhack.apply(this,arguments);\nsetFooter();\n return theTiddler;}\n\n//}}}
config.options.chkHttpReadOnly = true;