<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
<<option chkGenerateAnRssFeed>> GenerateAnRssFeed
<<option chkOpenInNewWindow>> OpenLinksInNewWindow
<<option chkSaveEmptyTemplate>> SaveEmptyTemplate
<<option chkToggleLinks>> Clicking on links to tiddlers that are already open causes them to close
^^(override with Control or other modifier key)^^
<<option chkHttpReadOnly>> HideEditingFeatures when viewed over HTTP
<<option chkForceMinorUpdate>> Treat edits as MinorChanges by preserving date and time
^^(override with Shift key when clicking 'done' or by pressing Ctrl-Shift-Enter^^
<<option chkConfirmDelete>> ConfirmBeforeDeleting
Maximum number of lines in a tiddler edit box: <<option txtMaxEditRows>>
Folder name for backup files: <<option txtBackupFolder>>
#多讀聖經的其中一個好方法,下載一些聖經軟件︰[[e-Sword|http://www.e-sword.net/]]、[[Bible Discovery|http://www.bible-discovery.com/]]、[[The Word|http://www.theword.net/]]。
#手機的聖經軟件︰我用的Android手機,共有五個聖經軟件,各有特色,包括︰
##[[YouVersion|http://zh-cn.youversion.com/]] - 有免費的NIV、NASB、AMP等。
##[[CadreBible|http://cadrebible.com/]] - 有Commentary和字典,最大特點,可以將筆記與[[EverNote|www.evernote.com]]同步。
##[[OliveTree BibleReader|http://www.olivetree.com/]] - 除了聖經,有大量屬靈書藉。
##[[Lifove Bible]] - Search經文的功能非常好。
##[[BibleDiscovery]] - 有很多參考資料,找字根字義很方便。
[[Biblical Decision Making|http://www.biblebb.com/files/MAC/SC03-1055CDNotes.htm]]
[[最新消息]]
[[主頁]]
[[教會]]
[[洗禮]]
| Type | Characteristic Role | Ego Fixation | Holy Idea | Basic Fear | Basic Desire | Temptation | Vice/Passion | Virtue | Stress | Security |
|1|Reformer|Resentment|Perfection|Corruptness, evil|Goodness, integrity, balance|hypocrisy, hypercriticism|Anger|Right action|4|7|
|2|Helper|Flattery|Freedom|Unworthiness of love|Unconditional Love|Manipulativeness|Vainglory|Altruism|8|4|
|3|Achiever|Vanity|Hope|Worthlessness|Value to others|Pleasing everybody|Deceit|Truthfulness|9|6|
|4|Individualist|Melancholy|Origin|Commonness|Uniqueness, authenticity|Self-castigation, withdrawl|Envy|Equanimity|2|1|
|5|Investigator|Stinginess|Omniscience|Uselessness, helplessness|Competency|Overthinking|Avarice|Detachment|7|8|
|6|Loyalist|Cowardice|Faith|Isolation and vulnerability|Safety|Suspiciousness|Fear|Courage|3|9|
|7|Enthusiast|Planning|Work|Boredom|Experience of life|Moving too fast|Gluttony|Sobriety|1|5|
|8|Challenger|Vengeance|Truth|Loss of control|Self-protection, autonomy|Self-sufficiency|Lust|Magnanimity|5|2|
|9|Peacemaker|Indolence, self-forgetting|Love|Loss, annihilation|Stability, peace of mind|Giving in|Indifference|Serenity|6|3|
#下載 - [[FireFox|http://www.moztw.org/firefox/]]
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
#[[HotPotatoes下載|http://hotpot.uvic.ca/]]
#[[線上測驗網頁教學影片說明檔|http://teacher.gdps.tpc.edu.tw/teach_swf/hot6/hot6index.htm]]
#[[HotPotatoes互動練習大本營|http://www.hkedcity.net/iworld/index.phtml?iworld_id=117]]

[[主頁]]
[[最新消息]]
[[有關我們]] 
[[小組]]
[[教會舊事回顧]]
[[磐石睦鄰中心|http://www.laddermission.hk/home/community/service/ps/]]
----
<<tag 講道>>
<<tag 啟發>>
<<tag 分享>>
<<tag 傳福音>>
<<tag 門徒訓練>>
[[為子女的祈禱]]
[[祈禱會]]
[[背經]]
----
[[見證]]
[[網上聽道]]
<<tag 屬靈工具箱>>
[[教會電腦軟件]]
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
#[[NVU下載|http://nvu.com/index.html]]
#[[NVU論壇|http://forum.nvudev.org/]]
#Highly effective churches rely upon strategic leadership.
#Highly effective churches are organized to facilitate highly effective ministry.
#Highly effective churches emphasize developing significant relationships within the congregation.
#Highly effective churches invest themselves in genuine worship.
#Highly effective churches engage in strategic evangelism.
#Highly effective churches get their people involved in systematic theological growth.
#Highly effective churches utilize holistic stewardship practices.
#Highly effective churches serve the needy people in their community.
#Highly effective churches equip families to minister to themselves. 
#下載 - [[OpenOffice|http://www.openoffice.org/]]
#元件介紹
##[[Writer|http://zh.openoffice.org/products/writer_t.html]]
##[[Calc|http://zh.openoffice.org/products/calc_t.html]]
##[[Impress|http://zh.openoffice.org/products/impress_t.html]]
##[[Base|http://zh.openoffice.org/products/base_t.html]]
##[[Draw|http://zh.openoffice.org/products/draw_t.html]]
##[[Math|http://zh.openoffice.org/products/math_t.html]]
#網上資源
##[[OpenOfficeTraining|http://openoffice.blogs.com/openoffice/2006/03/make_your_organ.html]]
##[[OpenOffice中文計劃|http://zh.openoffice.org/]]
##[[OpenOffice中文拼點包|http://www.linqi.org/ooopdb/]]
##[[OpenOfficeMarco|http://www.ooomacros.org/]]
#PortableApplication
##[[Portable OpenOffice|http://portableapps.com/apps/office/suites/portable_openoffice]]
#OpenSong是一個可以處理大量詩歌的免費軟件.
#下載
##先下載和安裝 - [[OpenSong|http://www.opensong.org/]]
##將教會的歌放在Songs的檔.
#使用法
##當投影時,按數字可以跳到所需要的投影片.
##當投影時,按W可以將畫面變為白色.
##當投影時,按K可以將畫面變為黑色.
[img[http://img70.imageshack.us/img70/8286/rainbow2oy5.jpg]]
可攜軟件(PortableApplication)是安裝在USB記憶棒上的電腦軟件.你隨身攜帶這些軟件和個人資料,可在任可電腦上使用這些軟件.

很多免費的電腦軟件都是可攜軟件:
*[[Portable Firefox|http://portableapps.com/apps/internet/browsers/portable_firefox]]
*[[Portable NVU|http://portableapps.com/apps/development/web_editors/portable_nvu]]
*[[Portable OpenOffice|http://portableapps.com/apps/office/suites/portable_openoffice]]
*[[Portable FileZilla|http://portableapps.com/apps/internet/ftp/portable_filezilla]]
PowerWorship與PowerPoint一同使用,從一個歌詞的資料庫裏,建立投影片.

PowerWorship可以在這裏下載: http://www.powerworship.com/

PowerWorship所用的詩歌資料可在這裏下載: [[教會詩歌|http://www.punshekchurch.org/PowerWorship/Songs.rar]]

http://www.scribus.net/index.php
http://wiki.scribus.net/index.php/Main_Page
 [[青衣]][[長安邨]][[安江樓]]地下
[[基督教磐石教會]]
[[基督教磐石教會]]
<html>
<table border=0 cellspace=7>
<tr>
<th colspan=5><h2>基督教磐石教會的歷史</h2>
<tr>
<td>1996年
<td><br>
<td>基督教磐石教會於1996年成立.
</table>
</html>

|!th1111111111|!th2222222222|
|>| colspan |
| rowspan |left|
|~| right|
|bgcolor(#a0ffa0):colored| center |
|caption|c
#The conviction to lead
#Leading is believing
#
The Ease of Decision Making By John MacArthur, Jr
  
||!Question|!Principle|!Verse|
|1|Will it be spiritually profitable ? (benefits..)|Principle of Expedience|1Cor6:12a|
|2|Will it build me up ? (strengthen, cultivate self-control..)|Principle of Edification|1Cor10:23;1Cor9:24|
|3|Will it slow me down in the spiritual race? (in a race, lay aside the weights..)|Principle of Excess|Heb12:1|
|4|Will it bring me into bondage ? (nothing to master, take control of me..)|Principle of Enslavement|1Cor6:12b|
|5|Will it hypocritically cover my SIN ? (cover up your lustful desire, motive, evil intent..)|Principle of Equivocation|1Pet2:16|
|6|Will it encroach the sovereignty of Christ in my life ? (violate the lordship of Christ, your conscience..)|Principle of Encroachment|Rom14:22|
|7|Will it help Christian by its example ? (a stumbling block..)|	Principle of Example|1Cor8:9|
|8|Will it lead others to Christ ?|Principle of Evangelism|1Cor9:23|
|9|Will it be consistent with Christ likeness ? (Would Christ do it?)|Principle of Emulation|1John2:6|
|10|Will it glorify God?|Principle of Exaltation|1Cor10:31|

Conclusion:- Turning Hard Decision EASY…
*[[中文版TiddlyWiki論壇|http://groups.google.com/group/PrinceTiddlyWiki?lnk=li]]
*[[使用TiddlyWiki|http://www.punshekchurch.org/tutor/tutor.html]]
*[[使用教學中文版|http://web.nlhs.tyc.edu.tw/~lss/wiki/TiddlyWikiTutorialTW.html#]]
*[[A customization cookbook|http://www.checkettsweb.com/]]
* [[Osmosoft|http://www.osmosoft.com]], my personal ==blog==TiddlyWiki
* [[TiddlyForge|http://www.tiddlyforge.net]], an independent news site from DevonJones
* [[TiddlyWiki discussion forum|http://groups.google.com/group/TiddlyWiki]] and [[developer discussion forum|http://groups.google.com/group/TiddlyWikiDev]]
* [[TiddlyWiki 101|http://www.line56.com/articles/default.asp?articleID=7270&TopicID=5]], an introductory article from line56.com
* EricShulman's rebranded and improved plugin collection now at http://www.tiddlytools.com
* A new PHP-based ServerSide from coolcold at http://sourceforge.net/projects/cctiddly/
* An adaptation from PeterJipson designed as [[a notepad for scientists|http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html]], integrating a what-you-see-is-what-you-get editor where one can easily type mathematical formulas (displayed with MathML) and produce 2D cartesian, parametric and polar graphs (displayed with SVG). It is also the first TiddlyWiki adaptation I've seen that includes a WYSIWYG editor: a TiddlyWiki for those who find the  'wiki' aspects icky...
* A new version of JeremySheeley's [[ReminderMacros|http://www.geocities.com/allredfaq/reminderMacros.html]]
* EricShulman's [[tweak|http://www.elsdesign.com/tiddlywiki/#SystemTweaks2.0]] to allow quick searching and replacing within an open edit area
* RussLipton's [[TiddlyWorks|http://russlipton.com/tiddlyworks.html]] documentation project
* JackyKo's new [[server version|http://tiddlywiki.onmyweb.net/]] of TiddlyWiki
* BradleyMeck's [[CollapsableTiddlers|http://gensoft.revhost.net/Collapse.html]]
* TimMorgan's [[ZiddlyWiki Forums|http://ziddlywiki.org/forum]] that brings discussions to ZiddlyWiki, his TiddlyWiki serverside adaptation
* UdoBorkowski's ingenious [[PartTiddlerPlugin|http://tiddlywiki.abego-software.de/#PartTiddlerPlugin]] that allows a tiddler to be divided up into separately addressable parts (presumably making it a NanoContent system!)
* BrianDewey's TiddlyRSS that saves all data in RSS format with simple sharing extensions and caching, providing a belt-and-braces collaboration platform. (Currently it's not fully compatible with Firefox)
* speth's [[HaloscanMacro|http://end.com/~speth/HaloscanMacro.html]] that uses the free Haloscan service to provide conventional comment and trackback support to TiddlyWiki
* ChristineH's [[TiddlyTracks|http://www.tentacle.net/~psifi/tiddlytracks/]], an elegant new task/to-do/GTD tool
/***
Contains the stuff you need to use Tiddlyspot
Note you must also have UploadPlugin installed
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'punshekchurch';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[Welcome to Tiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[Welcome to Tiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'Welcome to Tiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki Guides|http://tiddlywikiguides.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n"),

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<<br>>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[announcements|http://announce.tiddlyspot.com/]], [[blog|http://tiddlyspot.com/blog/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n"),

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 02/06/2017 16:05:35 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 02/06/2017 16:22:27 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 02/06/2017 20:03:01 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 02/06/2017 22:10:56 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 03/06/2017 09:48:10 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 03/06/2017 10:02:48 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 03/06/2017 16:31:17 | YourName | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 06/06/2017 16:20:44 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 06/06/2017 16:32:24 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
| 06/06/2017 18:06:51 | TMW | [[/|http://punshekchurch.tiddlyspot.com/]] | [[store.cgi|http://punshekchurch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://punshekchurch.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}

/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.0|
|''Date:''|May 5, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (#3125)|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 0,
	date: new Date("May 5, 2007"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0 (#3125)'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	refreshOptions: function(listWrapper) {
		var uploadOpts = [
			"txtUploadUserName",
			"pasUploadPassword",
			"txtUploadStoreUrl",
			"txtUploadDir",
			"txtUploadFilename",
			"txtUploadBackupDir",
			"chkUploadLog",
			"txtUploadLogMaxLine",
			]
		var opts = [];
		for(i=0; i<uploadOpts.length; i++) {
			var opt = {};
			opts.push()
			opt.option = "";
			n = uploadOpts[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
}

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,null,null,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		bidix.upload.httpUpload(rssUploadParams,convertUnicodeToUTF8(generateRss()),callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == httpStatus.NotFound)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


/* don't want this for tiddlyspot sites

// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");

*/


//}}}
WPS的版面設計與MS Office 2003相似,因此學習WPS比較容易。

#下載 - [[WPS|http://www.wps.cn/]]
#下載 - [[e-Sword|http://www.e-sword.net/]]

[img[http://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Logos.gif/220px-Logos.gif]]

邏各斯(Logos,古希臘語:λόγος)是古希臘哲學及神學的術語,乃西方哲學的核心概念。邏各斯的概念早見於波斯、古印度和古埃及,後引進自猶太教和基督教。邏各斯在哲學表示支配世界萬物的規律性或原理;在神學則表示上帝的旨意或話語。在西方哲學史上,邏各斯是最早關於規律性的哲學範疇。

Rhema (ῥῆμα in Greek) literally means an "utterance" or "thing said" in Greek.[1] It is a word that signifies the action of utterance.[2]
!羅馬書5:19
@@5:19@@    因 一 人 的 悖 逆 、 眾 人 成 為 罪 人 、 照 樣 、 因 一 人 的 順 從 、 眾 人 也 成 為 義 了 。
 

''重點:''
#神照著祂的形像造我們,所以很想把救恩給我們,恢復我們與祂的關係。
#基督徒的生命是「為他者」。
!撒母耳記上3:1-21
@@3:1@@    童 子 撒 母 耳 在 以 利 面 前 事 奉 耶 和 華 。 ''當 那 些 日 子 、 耶 和 華 的 言 語 稀 少 、 不 常 有 默 示 。''  
@@3:2@@    一 日 以 利 睡 臥 在 自 己 的 地 方 . 他 眼 目 昏 花 、 看 不 分 明 .  
@@3:3@@      神 的 燈 在   神 耶 和 華 殿 內 約 櫃 那 裡 、 還 沒 有 熄 滅 、 撒 母 耳 已 經 睡 了 。  
@@3:4@@    耶 和 華 呼 喚 撒 母 耳 . 撒 母 耳 說 、 我 在 這 裡 。  
@@3:5@@    就 跑 到 以 利 那 裡 說 、 你 呼 喚 我 、 我 在 這 裡 . 以 利 回 答 說 、 我 沒 有 呼 喚 你 、 你 去 睡 罷 . 他 就 去 睡 了 。  
@@3:6@@    耶 和 華 又 呼 喚 撒 母 耳 . 撒 母 耳 起 來 、 到 以 利 那 裡 說 、 你 呼 喚 我 、 我 在 這 裡 . 以 利 回 答 說 、 我 的 兒 、 我 沒 有 呼 喚 你 、 你 去 睡 罷 。  
@@3:7@@    ''那 時 撒 母 耳 還 未 認 識 耶 和 華 、 也 未 得 耶 和 華 的 默 示 。  ''
@@3:8@@    耶 和 華 第 三 次 呼 喚 撒 母 耳 . 撒 母 耳 起 來 、 到 以 利 那 裡 說 、 你 又 呼 喚 我 、 我 在 這 裡 . 以 利 纔 明 白 是 耶 和 華 呼 喚 童 子 。  
@@3:9@@    因 此 、 以 利 對 撒 母 耳 說 、 你 仍 去 睡 罷 . 若 再 呼 喚 你 、 你 就 說 、 耶 和 華 阿 、 請 說 、 僕 人 敬 聽 . 撒 母 耳 就 去 仍 睡 在 原 處 。  
@@3:10@@    耶 和 華 又 來 站 著 、 像 前 三 次 呼 喚 說 、 撒 母 耳 阿 、 撒 母 耳 阿 . 撒 母 耳 回 答 說 、 請 說 、 僕 人 敬 聽 。  
@@3:11@@    耶 和 華 對 撒 母 耳 說 、 我 在 以 色 列 中 必 行 一 件 事 、 叫 聽 見 的 人 都 必 耳 鳴 。  
@@3:12@@    我 指 著 以 利 家 所 說 的 話 、 到 了 時 候 我 必 始 終 應 驗 在 以 利 身 上 。  
@@3:13@@    我 曾 告 訴 他 必 永 遠 降 罰 與 他 的 家 、 因 他 知 道 兒 子 作 孽 、 自 招 咒 詛 、 卻 不 禁 止 他 們 。  
@@3:14@@    所 以 我 向 以 利 家 起 誓 說 、 以 利 家 的 罪 孽 、 雖 獻 祭 奉 禮 物 、 永 不 能 得 贖 去 。  
@@3:15@@    撒 母 耳 睡 到 天 亮 、 就 開 了 耶 和 華 的 殿 門 、 不 敢 將 默 示 告 訴 以 利 。  
@@3:16@@    以 利 呼 喚 撒 母 耳 說 、 我 兒 撒 母 耳 阿 、 撒 母 耳 回 答 說 、 我 在 這 裡 。  
@@3:17@@    以 利 說 、 耶 和 華 對 你 說 甚 麼 、 你 不 要 向 我 隱 瞞 . 你 若 將   神 對 你 所 說 的 隱 瞞 一 句 、 願 他 重 重 的 降 罰 與 你 。  
@@3:18@@    撒 母 耳 就 把 一 切 話 都 告 訴 了 以 利 、 並 沒 有 隱 瞞 . 以 利 說 、 這 是 出 於 耶 和 華 、 願 他 憑 自 己 的 意 旨 而 行 。  
@@3:19@@    撒 母 耳 長 大 了 、 耶 和 華 與 他 同 在 、 使 他 所 說 的 話 、 一 句 都 不 落 空 。  
@@3:20@@    從 但 到 別 是 巴 所 有 的 以 色 列 人 、 都 知 道 耶 和 華 立 撒 母 耳 為 先 知 。  
@@3:21@@    耶 和 華 又 在 示 羅 顯 現 、 因 為 耶 和 華 將 自 己 的 話 默 示 撒 母 耳 、 撒 母 耳 就 把 這 話 傳 遍 以 色 列 地 。  


''重點''

一. 背景:沒有神話語的年代 (3:1)
1. 因為不認識耶和華
2. 因為不尊重神的話
3. 要復興,就需要有神的話

二. 先決條件
1. 一個健康的生命 (2:26)
2. 在神同在的狀態中 (3:1-3)

三. 學習聽神的聲音 (3:4-10)
1. 神會說話 (3:7)
2. 認得神的說話(申18:20-22)
a. 不會違背真理
b. 不按己意說話
c. 需按說話的結果來印証
3. 學習回應神的呼喚

四. 從聽主聲音到成為先知 
1. 在安全的環境中學習釋放信息 (3:15-18)
2. 經過神和人的確認 (3:19-21)

五. 結語:你不一定要作先知,但你不能沒有神的話
#基本要求
#課程內容
#檢證要求
*主啊,我禱告求你使(孩子的名字)能活在持續的寬恕中,將你那深厚的寬恕指教他,好讓他能自由地寬恕他人。願他明瞭:原諒別人並不是認可別人的行為是對的,相反的,這是在釋放自己。
*主啊,你的話語說:「愛弟兄的,就是住在光明中,在他並沒有絆跌的緣由。惟獨恨弟兄的,是在黑暗裡,且在黑暗裡行,也不知道往哪裡去,因為黑暗叫他眼睛瞎了。」(約壹二10-11)我禱告我的孩子也能如此,願他永遠行在愛與寬恕的光明中,使他能夠原諒家人、朋友,也原諒其他所有人。教導他放手把過去交給你,使他能繼續向前享受你為他所預備的一切。不要讓他內心懷藏著憎恨、苦毒、憤怒,幫助他在這些感覺一產生之時就立刻交託給你。
*我禱告他能原諒自己多次的失敗,願他不因為這個世界及生活中的遭遇而責怪你,主。我依據你的話來禱告,求你使他能愛他的仇敵,為咒詛他的人祝福,善待那些恨他的人,並為那些恨他、逼迫他的人禱告,好使他全然享受你所賜的福(參太五44-45)。我奉耶穌的名祈求你使他能豐豐滿滿活在你的寬恕中,並從寬恕中得到全然的釋放。
中級組適合十二至十六歲的青少年參加,提供各項專章訓練及步操訓練。
!馬太福音7:13-14
@@7:13@@    你 們 要 進 窄 門 . 因 為 引 到 滅 亡 、 那 門 是 寬 的 、 路 是 大 的 、 進 去 的 人 也 多 。  
@@7:14@@    ''引 到 永 生 、 那 門 是 窄 的 、 路 是 小 的 、 找 著 的 人 也 少 。''


''重點:''
#以上的話是耶穌登山寶訓的內容之一
#耶穌渴想我們作一個對我們自己有益的選擇,進窄門還是闊門?  
[[主頁]] [[最新消息]] [[有關我們]] [[小組]] [[教會舊事回顧]]
----
<<tag 講道>> <<tag 啟發>> <<tag 分享>> <<tag 傳福音>> <<tag 神學>>
----
[[為子女的祈禱]] [[祈禱會]] [[背經]]
!約翰福音6:1-13
@@6:1@@    這 事 以 後 、 耶 穌 渡 過 加 利 利 海 、 就 是 提 比 哩 亞 海 。  
@@6:2@@    有 許 多 人 、 因 為 看 見 他 在 病 人 身 上 所 行 的 神 蹟 、 就 跟 隨 他 。  
@@6:3@@    耶 穌 上 了 山 、 和 門 徒 一 同 坐 在 那 裡 。  
@@6:4@@    那 時 猶 太 人 的 逾 越 節 近 了 。  
@@6:5@@    耶 穌 舉 目 看 見 許 多 人 來 、 就 對 腓 力 說 、 我 們 從 那 裡 買 餅 叫 這 些 人 喫 呢 。  
@@6:6@@    他 說 這 話 、 是 要 ''試 驗 腓 力 . 他 自 己 原 知 道 要 怎 樣 行'' 。  
@@6:7@@    腓 力 回 答 說 、 就 是 二 十 兩 銀 子 的 餅 、 叫 他 們 各 人 喫 一 點 、 也 是 不 夠 的 。  
@@6:8@@    有 一 個 門 徒 、 就 是 西 門 彼 得 的 兄 弟 安 得 烈 、 對 耶 穌 說 、  
@@6:9@@    在 這 裡 有 一 個 孩 童 、 帶 著 五 個 大 麥 餅 、 兩 條 魚 . 只 是 分 給 這 許 多 人 、 還 算 甚 麼 呢 。  
@@6:10@@    耶 穌 說 、 你 們 叫 眾 人 坐 下 。 原 來 那 地 方 的 草 多 、 眾 人 就 坐 下 、 數 目 約 有 五 千 。  
@@6:11@@    耶 穌 拿 起 餅 來 、 祝 謝 了 、 就 分 給 那 坐 著 的 人 . 分 魚 也 是 這 樣 、 都 隨 著 他 們 所 要 的 。  
@@6:12@@    他 們 喫 飽 了 、 耶 穌 對 門 徒 說 、 把 剩 下 的 零 碎 、 收 拾 起 來 、 免 得 有 蹧 蹋 的 。  
@@6:13@@    他 們 便 將 那 五 個 大 麥 餅 的 零 碎 、 就 是 眾 人 喫 了 剩 下 的 、 收 拾 起 來 、 裝 滿 了 十 二 個 籃 子 。  


''重點:''
#在耶穌試驗腓力的信心時,可以看到,我們很多時會先用自己的方法去解決問題,不行的時候,才去禱告。
#我們每人也有五餅二魚,若我們都不拿出來,那麼神蹟就不會發生。
[[電影]]之於人生
[[讀書]]
![[馬太福音五章38-48節]]

如何過健全的生活︰
#殘缺的生命 - 黑白分明的生命︰
##無情的人 - 以眼還眼、以牙還牙。
##被動的人 - 別人對我好,我才對人好。
##不快樂的人。
#改變的方法
##停一停、想一想。
##要誠實面對。
##甘心多走一里。
##願意付出。
#過善惡分明的生活。
##為敵人禱告。
##神祝福好人及壞人。
##以健全的生活作見證。
從網上可以下載大量免費的電腦軟件,使用這些軟件沒有任何版權上的問題,可以隨時複製和傳送,也無須付出大量金錢.

學習使用這些免費的電腦軟件,需要時間,一旦掌握這些軟件後,有以下的好處:
#教會無須花錢買軟件.
#教會無須用盜版軟件.
#可以推廣免費軟件,幫助基層教會和基層社區多用電腦.
#根植於社區
#全新的感受
|31/12 - 01/01/2005 |教會領導退修營|
|26/12/2004|第九屆洗禮:梁偉諾,王金麗|
|24/12/2004|平安夜佈道|
|08 - 10/2004|1. 陳麗燕姊妹成為教會傳道人。2. 10月尾基督少年軍導師訓導營。|
|15-17/07/2004|青少年退修營|
|01/07/2004|豐盛人生嘉年華  |
|19/06/2004|西貢釣墨魚|
|16/05/2004|三福報道事工開始|
|16/04/2004|雷婉芳姊妹安息禮拜|
|08/04/2004|耶穌受難紀念聚會|
|01/02/2004|成人小組今日開始,逢第1及第3個主日的下午,每次將訂立主題,並以查經和傳福音為主要的內容。|
|21/12/2003|第八屆洗禮:黃韶華。入會禮:陳鎧琳,陳嘉穎,黃韻詩,陳仲明,伍俊傑,謝瓊蘭|
|22/11/2003|我心繫『印』心 - 來為印度教徒祈禱分享會|
|18/10/2003|磐石教會、青田堂、循道衛理青衣堂聯合聖經比賽。我們教會勇奪亞軍|
|05/10/2003|梅窩旅行|
|13/09/2003|西貢遊船河|
|31/08/2003|傳道人李楊佳退職|
|16/08/2003|福音晚會|
|10/08/2003|太平山遠足|
|09/08/2003|街頭佈道|
|13/07/2003|教會釣墨魚|
|13/07/2003|傳道人李楊佳宣佈退職,另有方向|
|11/07/2003|皇仁舊生會中學佈 道會|

將你的故事和分享電郵給我,我的電郵buzzwiki at yahoo dot com.
同工包括[[陳麗燕]]傳道、[[王首文]]傳道及[[湯恩予]]弟兄。
!撒母耳記上 1:1-20
@@1:1@@    以 法 蓮 山 地 的 拉 瑪 瑣 非 、 有 一 個 以 法 蓮 人 、 名 叫 以 利 加 拿 、 是 蘇 弗 的 玄 孫 、 託 戶 的 曾 孫 、 以 利 戶 的 孫 子 、 耶 羅 罕 的 兒 子 。  
@@1:2@@    他 有 兩 個 妻 、 一 名 哈 拿 、 一 名 毗 尼 拿 、 毗 尼 拿 有 兒 女 、 哈 拿 沒 有 兒 女 。  
@@1:3@@    這 人 每 年 從 本 城 上 到 示 羅 、 敬 拜 祭 祀 萬 軍 之 耶 和 華 . 在 那 裡 有 以 利 的 兩 個 兒 子 、 何 弗 尼 、 非 尼 哈 、 當 耶 和 華 的 祭 司 。  
@@1:4@@    以 利 加 拿 每 逢 獻 祭 的 日 子 、 將 祭 肉 分 給 他 的 妻 毗 尼 拿 和 毗 尼 拿 所 生 的 兒 女 。  
@@1:5@@    給 哈 拿 的 卻 是 雙 分 、 因 為 他 愛 哈 拿.'' 無 奈 耶 和 華 不 使 哈 拿 生 育 ''。  
@@1:6@@    毗 尼 拿 見 耶 和 華 不 使 哈 拿 生 育 、 就 作 他 的 對 頭 、 大 大 激 動 他 、 要 使 他 生 氣 。  
@@1:7@@    每 年 上 到 耶 和 華 殿 的 時 候 、 以 利 加 拿 都 以 雙 分 給 哈 拿 . 毗 尼 拿 仍 是 激 動 他 、 以 致 他 哭 泣 不 喫 飯 。  
@@1:8@@    他 丈 夫 以 利 加 拿 對 他 說 、 哈 拿 阿 、 你 為 何 哭 泣 、 不 喫 飯 、 心 裡 愁 悶 呢 . 有 我 不 比 十 個 兒 子 還 好 麼 。  
@@1:9@@    他 們 在 示 羅 喫 喝 完 了 、 哈 拿 就 站 起 來 。 祭 司 以 利 、 在 耶 和 華 殿 的 門 框 旁 邊 坐 在 自 己 的 位 上 。  
@@1:10@@    ''哈 拿 心 裡 愁 苦 、 就 痛 痛 哭 泣 、 祈 禱 耶 和 華'' .  
@@1:11@@    許 願 說 、 萬 軍 之 耶 和 華 阿 、 ''你 若 垂 顧 婢 女 的 苦 情 、 眷 念 不 忘 婢 女 、 賜 我 一 個 兒 子 、 我 必 使 他 終 身 歸 與 耶 和 華 、 不 用 剃 頭 刀 剃 他 的 頭 。''  
@@1:12@@    哈 拿 在 耶 和 華 面 前 不 住 的 祈 禱 、 以 利 定 睛 看 他 的 嘴 。  
@@1:13@@    原 來 哈 拿 心 中 默 禱 、 只 動 嘴 唇 不 出 聲 音 、 因 此 以 利 以 為 他 喝 醉 了 。  
@@1:14@@    以 利 對 他 說 、 你 要 醉 到 幾 時 呢 、 你 不 應 該 喝 酒 。  
@@1:15@@    哈 拿 回 答 說 、 主 阿 、 不 是 這 樣 、 我 是 心 裡 愁 苦 的 婦 人 、 清 酒 濃 酒 都 沒 有 喝 、 但 在 耶 和 華 面 前 傾 心 吐 意 。  
@@1:16@@    不 要 將 婢 女 看 作 不 正 經 的 女 子 . 我 因 被 人 激 動 愁 苦 太 多 、 所 以 祈 求 到 如 今 。  
@@1:17@@    以 利 說 、 你 可 以 平 平 安 安 的 回 去 、 願 以 色 列 的   神 允 准 你 向 他 所 求 的 。  
@@1:18@@    哈 拿 說 、 願 婢 女 在 你 眼 前 蒙 恩 . 於 是 婦 人 走 去 喫 飯 、 面 上 再 不 帶 愁 容 了 。  
@@1:19@@    次 日 清 早 他 們 起 來 、 在 耶 和 華 面 前 敬 拜 、 就 回 拉 瑪 、 到 了 家 裡 、 以 利 加 拿 和 妻 哈 拿 同 房 、'' 耶 和 華 顧 念 哈 拿'' 、  
@@1:20@@    ''哈 拿 就 懷 孕 . 日 期 滿 足 生 了 一 個 兒 子 、 給 他 起 名 叫 撒 母 耳 ''、 說 、 這 是 我 從 耶 和 華 那 裡 求 來 的 。  


''重點:''
#那時候,嫁娶及生育對一個婦人來說是很重要的,故哈拿非常渴望得到一個兒子。
#''無奈耶和華不使哈拿生育'',因耶和華等候哈拿的回應。
#因哈拿的禱告,將兒子終身歸予耶和華,切合神的心意,神便賜她兒子。
#神對撤母耳的心意:
##就是讓他成為住在聖殿中的孩子;
##成為拿細耳人;
##成為一個聽神說話的人。
#對應耶穌的教導:你們要先求''祂的國和祂的義'',這些東西都要加給你們了。
#基督教:沉悶、捏造和可有可無?
#耶穌是誰?
#耶穌為甚麼死?
#怎樣確定自己信了主?
#為甚麼要讀聖經?怎樣讀聖經?
#為甚麼要禱告?怎樣禱告?
#神怎樣指引我們?
#聖靈是誰? (啟發營 / 退修日)
#聖靈有甚麼工作? (啟發營 / 退修日)
#怎樣被聖靈充滿? (啟發營 / 退修日)
#怎樣抵擋邪惡?
#為甚麼要傳福音?怎樣傳福音?
#神今天還醫治人嗎?
#教會是甚麼?
#如何活得更精彩?
2006年8月25至26日的啟發營.
#禱告 / 組長和助手的行政會議
#晚餐 - 絕大部分啟發教會、團體都在課前設聚餐時間,由小食至大型晚餐不等。一般參加者都會與自己小組的組員(約12人)一起吃喝。
#歡迎儀式
##報告
##書藉介紹
##說個[[笑話]]
#敬拜 - 唱些輕鬆的新歌,通常以結他伴奏。
#講座 - [[啟發專題]]講座是啟發的核心,帶出基督教信仰要義。
#茶點及小組討論 - 新朋友在啟發最享受的就是小組時間。這個環節讓大家隨意發問有關聖經的道理,更可討論當晚的講題。這也是我們認識朋友的好機會,在毫無壓力的輕鬆環境下互相啟發。
#散會
''A''NYONE INTERESTED. 啟發信仰 老少皆宜
''L''EARNING AND LAUGHTER . 學無止境 歡笑滿堂
''P''ASTA AND PUDDING. 圍桌共膳 建立情誼
''H''ELPING ONE ANOTHER. 互助互勉 切磋求知
''A''SK ANYTHING. 自由發問 各抒己見
#[[啟發精神]]
#[[啟發程序]]
#[[啟發專題]]
#百科全書
##[[Wikipedia|http://en.wikipedia.org/wiki/Main_Page]]
##[[維基百科全書|http://zh.wikipedia.org/wiki/%E9%A6%96%E9%A1%B5]]
#圖書館
##[[香港共公圖書館|http://www.hkpl.gov.hk/]]
#網站
##[[Useful Information|http://www.incompetech.com/]]
##[[Examination|http://examination.tiddlyspot.com/]]
##[[九型人格|http://9type.tiddlyspot.com/]]
##[[Robot|http://robot.tiddlyspot.com/]]
*主啊,你在聖經中說要我們照著你所分給每個人信心的大小,看得合乎中道(參羅十二3)。 
*我禱告求你看顧那已種在(孩子的名字)心中的信心,並使這信心倍增。願神話語的真理在他心中堅立,使信心日益增長,並引導他生命的方向。當他仰望你,向你 尋求真理、引導,並改變自己更加像你的時候,幫助他隨時信賴你。
*我禱告他能凡事仰望你,並知道他永遠都有盼望。願他的信心成為所望之事的實底,未見之事的 確據(參來十一1)。我禱告他有足夠剛強的信心,使他能被提昇,超越所處的環境與限制。將信心灌注在他裡面,使他深信萬事都互相效力(參羅八28)。
*我禱告他的信心堅強,願他與你的關係真的是他自己的,而不是從我或別人身上延伸出來的。當我離開這個世界的時候,我要欣慰地知道他堅定的信心將使他「堅固,不可搖動,常常竭力多作主工」(林前十五58)。
*當他活在信心中的時候,願他擁有你愛的心懷,即一顆願意順從你的帶領而付出自己與財物的心懷,並將這愛流向他人。願他明白:愛心的付出實際上是以信心回報你,而他永遠都不會因此而失去什麼。
以下是一些關於執事的參考資料:

(一) 執事事奉的主要職責。
執事,意即僕人(參  西1:7,4:7),主要專責行政事務工作(徒6:1-6),或執行長老們的吩咐。

(二) 執事的選立。
執事可經由按立(參 提前3:8-14),或由會眾選舉出來(徒6:3)。執事腓利後來成為傳道人,顯示執事非終身制(參 徒6:5,21:8)。 
#開會日期
##2011.01.02
##2011.02.06
##2011.03.06
##2011.04.03
#崗位
|姓名|主要崗位|次要崗位|
|[[MK]]|堂主任||
|[[麗燕]]|堂副主任||
|[[Tong]]|主席||
|[[Ken]]|文書||
|[[Kit]]|財務|憐憫佈道|
|[[Mic]]|敬拜|(牧養)|
|[[好]]|禱告|財務|
|[[Vito]]|牧養||
|[[Pi]]|憐憫佈道|敬拜|
|[[Ceci]]|牧養|憐憫佈道|
*主啊,我為(孩子的名字)禱告,使他不斷地渴望更多認識你。願他渴慕你的同在,渴慕花時間向你禱告、讚美、敬拜。教導他靠信心而活,被聖靈引導,隨時能行出你要他去行的事。
*願他能清楚察覺聖靈在他內心的豐滿,好使他一感空虛時便能立刻來到你面前被更新、復原。
*我禱告使他的心在你以外沒有任何變節效忠的對象。願他所做的每件事情、每個抉擇,都表現出他對你及你道路所存最深的尊敬和愛意。幫助他了解行為所導致的後果,明白情慾的下場就是生命死亡。願他不要自以為有智慧,而要「敬畏耶和華,遠離惡事」(箴三7)。
*我禱告使他成為值得信賴、可靠、有責任感、心懷慈悲、靈敏度高、有愛心、願意付出的人。拯救他脫離一切的驕傲、閒懶、怠情、自私、肉體的情慾。我禱告使他願意對神的事物說「是」、對情慾的事物說「不」。
*我禱告使他永遠願意在教會中,並在崇拜、禱告、教導方面充滿能力的教會中成為積極勤奮的一員。當他學習研讀你的話語時,把你的律例寫在他的意念與心靈中。當他在學習禱告時,願他也學會傾聽你的聲音。願他心中永遠都有一團聖靈的烈火,永遠渴慕著神的事物。
基督教磐石教會於2005年7月正式成立基督少年軍第204分隊,現時暫時停辨。

基督少年軍的宗旨:
於青少年人之間,擴展基督的國度,同時促進服從、虔誠、紀律及自愛等良好行為,以達成基督化的人格。

基督少年軍的格言:
「我們有這指望,如同靈魂的錨,又堅固,又牢靠。」(希伯來書6:19)
地點:
*[[青衣]][[長安邨]][[安江樓]]
#自卑還是自大遠離神?
#自卑是無能力和無用的感覺。
#自卑的口頭語,我不能,我不配。自卑源於低自專,常被否定,也自我否定。
#自卑的表現:
##情緒低落
##過度怕羞
##拒交朋友
##專注力差
##疑神疑鬼
##追求表揚
##貶低他人
##自暴自棄
##避開競爭
##表達力差
##誇大挫折
#自卑的惡習 -
##不願負責任。
##自卑比自大更難改變。
##容易沈溺。
##靈的低沈。
#路加福音 18:14 我告訴你們、這人回家去、比那人倒算為義了.因為凡自高的、必降為卑.自卑的、必升為高。
##法利賽人的禱告,自言自語,對像不是神,並與別人比較。生命没有改變。
##稅吏的禱告,不敢望神,捶胸禱告,深度的禱告。求神開恩,没有與別人比較,只去找神的憐憫。
##自卑的人需要被提升,自大的人與神為敵,自卑的人與神隔離,就算被神用,仍是用自己的能力。
#認罪
##與人比較而非與神比較。
##自我否定及自責,在神前求憐憫。
#Mal 3:10  萬軍之耶和華說:你們要將當納的十分之一全然送入倉庫,使我家有糧,以此試試我,是否為你們敞開天上的窗戶,傾福與你們,甚至無處可容。
#2Co 8:2  就是他們在患難中受大試煉的時候,仍有滿足的快樂,在極窮之間還格外顯出他們樂捐的厚恩。
#2Co 9:7  各人要隨本心所酌定的,不要作難,不要勉強,因為捐得樂意的人是神所喜愛的。
#Heb 13:16  只是不可忘記行善和捐輸的事;因為這樣的祭,是神所喜悅的。
#分享传福音过程中的困难、困惑和挑战
##面对类似“宗教都是一样的”,不知如何有效回答;
##觉得从音乐上沟通比较容易;
##缺乏对《圣经》知识上的完全装备,不能回答很多别人的问题;
##自己亲人最难传福音(往往因为自己的行为不够好);
##有些人就是要挑战和拒绝福音;
##有人觉得信主是崇尚洋教;挑战!
##缺乏知识和传福音的流程
##不是很难,“不知为不知“的诚实态度;
##需要时常关心人,建立关系为先;
##没有信心,不够勇气;
##面对所谓“高智商、高学历”人员,总无好的办法去说服;
##不是太难,每个人的经历都不一样,时间也不一样”
#总结只有两类:
##80%以上的人觉得缺乏能力和信心去传;
##少数人觉得不太难,但没有提到我们的神!
#结论:传福音真正是靠神在做工,而不是我们自己,当我们靠着神的时候,就有信心了;反之,我们会很累,很失望,神也很难来使用我们!
#若不是带着爱,福音是传不出去的!!
## 基督和基督教的区别:
###基督是神,而基督教多为一种信仰;
###基督是自有永有的,基督教只有2000多年的历史
###基督是绝对圣洁的;而基督教是有一群罪人组成的
###基督就是真理,唯一;而基督教有许多人为的派别和教系
## 要与周围的人传福音,首先要表明自己的身份:相信上帝(基督耶稣),是神的孩子
##传播福音的能力和权柄,神已经都赐给我们了(马太福音):
### 不断祷告求神继续赐给我们传福音的能力;
### 真正有“福音”的负担,持续为“福音的对象”祷告,求神拯救他们;
### 世俗的能力(学识、地位、影响力、金钱等)根本不重要,神会安排合适的人和“完美的方法”.
## 平时个人的行为、观点和价值观的表现,可以带来传福音的机会(因为有不同,就会有好奇的人的询问!):
###敢于利用各种合适的机会谈论福音;
###积极乐观的情绪和个人真实的见证;
### 不做让人跌倒和羞辱神的事情。
##传福音的方式注意点:
###永远不要与人争辩,我们也无法回答、完美解释他们所有的问题;
###但涉及真理时,要将真理的观点表明清楚,立场坚定鲜明;
###对方都是还没有接受福音的人,所以要少用理论和说教的口气,少用或不用《圣经》的术语;
###耐心、倾听和持续关心他人,多理解包容和爱!
###任何沟通和谈话前,先祷告,求神给能力和智慧。
##虽然神拣选的人已定,我们所做的一切就是为荣耀神,讨神的喜悦!不过分看重结果!因为神只在乎我们为他做了什么,而且是否忠心,是否功利?
##关于传福音的结果:
###许多人很在乎传福音的结果:成功或不成功!既然一切的果效在神那里,所以我们当将一切的荣耀都归给我们的主耶稣,切不可与神“争功”!
###结论:若不是带着爱,神的就不会将爱子献给我们这些罪人,被钉十字架,用宝血洗尽我们一切的罪和不义;若不是带着爱,这福音是传不出去的!正因为神带着爱,而且他的门徒保罗、约翰等都带着爱,所以福音传到今天!
###约3:16“神爱世人,甚至将他的独生子赐给他们,叫一切信他的,不至灭亡,反得永生”!
#所以今天分享的中心词就是:神+爱=福音就传出去了!
[[信與不信|http://occr.christiantimes.org.hk/art_0009.htm]]
*主啊,我禱告(孩子的名字)能選擇使用榮耀你的言詞,用聖靈和真理充滿他的心,使他口中滿溢出生命而非死亡的言語。
*我禱告使他不要和任何可憎、污穢的言語產 生關係,倘若他口中冒出任何這一類的話語,就讓這些話語像口中的砂礫般被無情地吐掉。幫助他傾聽自己,好使他不說出草率或粗心的話。
*使他不陷在自己話語的網羅裡。你曾應許過:「謹守口與舌的,就保守自己免受災難。」(箴廿一23) 幫助他謹守口舌、遠避災禍。你的話語說:「生死在舌頭的權下,喜愛它的,必吃它所結的果子。」(箴十八21)
*願他說出充滿生命而非死亡的言語,願他能快快 的聽、慢慢的說,好使他的言語常常調和著恩典。
*裝備他在任何情況都知道以什麼方式、在什麼時機、向別人說什麼話,使他永遠都能說出充滿希望、祝福、鼓勵和 生命的話語,並立定心志不以口舌犯罪。

*主啊,我禱告求你賜給(孩子的名字)一顆渴望順服你的心,使他渴慕花時間與你同處、讀你的話語、向你禱告,並傾聽你的聲音。
*用你的真光照亮他內心任何正生根 的祕密或看不見的叛逆,好使之能被辨明並被毀掉。
*主啊,我禱告我的孩子不把自己交付給驕傲、自私和叛逆。我要靠著你藉耶穌之名所賜給我的權柄「抗拒魔鬼的 詭計」,並抵擋一切的偶像、叛逆、固執、無禮;這些在孩子的生命中將無立錐之地。
*你的話語教導說:「你們作兒女的,要凡事聽從父母,因為這是主所喜悅的。」(西三20)我禱告求你讓孩子的心轉向父母,能孝敬並聽從父母。
*將他的心轉向你,好使他所行的一切都在你眼前蒙喜悅。願他學習辨認並面對自己內心的自大與叛逆,為罪感到不安,也願意認罪悔改。
*幫助他以一顆甜美、謙卑的靈行在順服的道路上。
*主啊,除非你對他的計畫是持守單身,否則我要禱告求你為(孩子的名字)預備一位理想的婚姻伴侶,求你在適當的時刻差派一位合適的伴侶,並清楚地引領他,使他 知道誰是那一位。
*我禱告我的孩子在面對婚姻的抉擇時能完全順服,並得聽你的聲音,使他所做的決定是依據你所說的話語,而不是肉體的愛慕。我禱告他能專心仰 賴你,不倚靠自己的聰明;在他一切所行的事上都認定你,你就必指引他的路(參箴三5-6)。
*主啊,如果他對一位很不合適的人產生了感情,我禱告求你能切斷這份感情。幫助他明白除非你是婚姻的中心,否則婚姻便無法持續;除非得到你的祝福,否則這婚姻就不會蒙福。因為你的話語說:「若不是耶和華建造房屋,建造的人就枉然勞力。」(詩一二七1)我禱告求你能建造孩子的婚姻,使他們的家因此被建立起來。
*當 他真的找到理想的結婚對象時,我禱告這個人是你忠誠敬虔的僕人,能愛你並活出你的心意,也能像是我自己的孩子一般,並能時時成為家中其他人的祝福。一旦孩 子結了婚,我祈求你讓他的未來不發生離婚的事端,願他們不遭受任何精神、情緒、或身體方面的凌虐,相反的,使他們在精神、感情、身體各方面合而為一,永無 隔閡。
*我禱告求你拯救他們脫離一切會破壞他們婚姻關係的離婚、分居、或絕裂。賜給他們堅定的決心,願意彼此忠誠,並清除一切不忠的誘惑。
*願他擁有一個人生的伴侶,也是最親密的朋友。願他們在人生的每一天當中都能彼此忠誠、互相憐愛、善解人意、細心敏銳、互敬互重、充滿情意、寬恕扶持、關心相愛。
*主啊,我禱告求你賜給(孩子的名字)智慧、洞察力和啟示的恩賜,幫助他全心信賴你,不依恃自己的聰明,在所行的一切事上感謝你。
*使他聽見你清楚的指引,明白該走哪一條道路(參箴三5- 6),幫助他能分辨善惡,並敏銳於聖靈所說:這是正路,你要行在其中(參賽三十21)的聲音。我知道他生命中的許多快樂都有賴於是否擁有智慧與洞察力,而 這些快樂也正是你在經上所說的長壽、財富、認可、保護、歡樂、滿足與幸福。
*我很希望他能擁有一切,但一切都要是來自你所賜予的祝福。聖經上說:「敬畏耶和 華是智慧的開端;認識至聖者便是聰明。」(箴九10)
*願他做一切決定時都能轉向你,好使他不做出拙劣的決定。幫助他明白,所有智慧和知識的寶藏都隱藏在你的裡面,而當我們向你祈求時,你便白白地賜下。
*當他向你尋求智慧和洞察力的時候,主啊,求你慷慨地將這一切傾倒在他身上,好使他行經的一切路徑都充滿了平安與活力。
*青年區
*職青區
*婦女區
*男人組
[[教會氣氛]]
[[小組教會的反思|http://www.julia4christ.org/Faith/JFsmall_group.htm]]
[[淺析細胞小組教會|http://www.fhl.net/21/2k0924-2.htm]]
[[SmallGroups.Com|http://smallgroups.com/]]
[[基華小學校園電視|http://webtv.keiwa.edu.hk/]]
[[天主教總堂區學校 - 校園小記者|http://www.cms.edu.hk/index.php?option=com_content&view=article&id=213&Itemid=251&lang=zh]]
[[慈航學校 - 校園小記者|http://www.chihong.edu.hk/custompage/openiniframe.aspx?ct=custompage&webpageid=51&nnnid=84]]
[[校園小記者|http://www.ied.edu.hk/creative/sharing/ideas/chi04/]]
[[浸信會天虹小學 - 校園電台|http://www.rainbow.edu.hk/category/%E6%A0%A1%E5%9C%92%E9%9B%BB%E5%8F%B0/]]
[[科大校園人文廣播電台|http://ihome.ust.hk/~su_radio/]]

*主啊,我把(孩子的名字)帶到你面前。
*打開他的心,帶領他真知道你一切的真理。
*你說過:「你若口裡認那穌為主,心裡信神叫衪從死裡復活,就必得救。」(羅十9) 
*我禱告求你使我的孩子有那種信心,願他稱你為他的救主,被你的聖靈充滿,使他的生命能完全地承認妳,永遠選擇跟從你及你的道路。
*幫助他完全相信耶穌為他捨命,使他現在就擁有豐盛及永恆的生命,幫助他理解你赦罪之恩的完全,使他不活在愧疚與譴責中。
*我禱告他能活出豐盛的生命,不斷地更認識你,擁有屬靈的悟 性,行出你所喜悅的生活方式,你在聖經中說過你會將你的聖靈傾倒在我的後裔身上(參賽四十四3),我禱告你今天也將你的靈傾倒在(孩子的名字)身上。
*我奉耶穌的名禱告使他一生都不再懷疑、不再偏離你為他預備的道路。

*主啊,因為你在聖經中指教我們要彼此代禱使我們得醫治,所以我要為(孩子的名字)的醫治和健康禱告。我求你使疾病和軟弱在他的生命中沒有立足之地、也沒有權勢。倘若他身體哪裡有疾病、痛苦或軟弱,主啊,我禱告求你用你醫治的大能觸摸他,使他能完全恢復健康。
*拯救他脫離一切可能臨到的死亡或傷害。我特別祈求你醫治(指明某種特定的問題)。如果我們需要找醫生,主啊,我求你指明我們應該找誰。賜給那位醫生智慧和完備的知識,能清楚明白最合適的醫療步驟。
*主啊,謝謝你為我們受苦並受死,使我們可以得醫治。我要求享有醫治的產業,因為那是你在聖經中的應許,也是為一切信的人所預備的。我仰望你保守我的孩子一生健康、得蒙醫治、健全完整。
*主啊,我禱告使(孩子的名字)能感受到愛與接納。
*你深愛我們,甚至差你的兒子為我們死(參約三16)。 
*我求你拯救他脫離仇敵種在他心中、並使他產生懷疑的任何謊言。
*耶穌說:「我愛你們,正如父愛我一樣;你們要常在我的愛裡。」(約十五9)主啊,幫助(孩子的名字)常在你的愛裡。幫助他接納這愛。
*我也求你幫助我能像你一樣毫無條件地愛這孩子,使我以他能理解的方式向他表明這愛。
*我禱告我們全家人都能愛他、接納他,願他也能喜愛別人。能在愛中以合宜的方式向外界接觸。
*使他完全了解你對他深闊的愛,使他成為你的器皿,讓你的愛能藉著這個器皿流向他人。奉耶穌的名 祈求。阿們。
!Proverbs 23:7 
For as he thinks in his heart, so is he . . .(因為他心怎樣思量,他為人就是怎樣。)

10 High Performance Attitudes that Successful People Posses
#They believe that their attitude is a choice.
#They believe that their attitude will determine their entire approach to life.
#Their attitude at the beginning of a task will effect its outcome more than anything else.
#They believe that the higher you go in any organization of value, the better the attitude you will find.
#They believe that you are where you are and what you are because of the dominating attitudes that occupy your mind. (We are what we think).
#They believe that before we can achieve the kind of life we want, we must think, act, walk and talk like the person we wish to become.
#They believe that attitude is the major difference between success and failure. Your attitude is your greatest asset or liability. You are only an attitude away from success or failure.
#They believe that their attitude is their greatest asset in problem solving.
#They believe that the attitude of the leader will become the attitude of the people.
#They believe that their attitude, not their circumstances, give them fulfillment and success.
#主日上午08:30至09:30 - 清潔
#主日上午09:30至11:00 - 祈禱
#主日上午11:00至11:00 - 準備
#主日上午11:00至11:30 - 敬拜
#主日上午11:30至12:30 - 訊息及報告
#真理篇
##基督徒的自由
###不是人的自由
###不受情慾的影響
####姦淫(sexual immorality) - 放縱肉體
####污穢(impurity) - 不潔之物
####邪蕩(debauchery) - 隨時快樂
####拜偶像(idolatry) - 取代神的事物
####嫉妒(envy) - 不滿而不快
##與神的關係
###神是妒邪的神
#實踐篇
##如何開始?
##如何溝通?
*主啊,我禱告求你今天就將聖靈澆灌在(孩子的名字)身上,膏抹他,使他成為你呼召他去成為的人;願這孩子能依照這句話去做,使他永不偏離你的呼召。
*拯 救他脫離魔鬼一切邪惡的詭計,這詭計將奪去他的生命,偷去他的獨特性與天賦,危害你對他所定的道路,毀去你對他的創造。
*願他除了你以外不跟從任何人,卻使 別人能隨著他進入你的國度。幫助他能夠完全明白他在耶穌裡的權柄,同時又保留一顆順服與謙卑的靈。願聖靈那仁愛、喜樂、和平、忍耐、恩慈、良善、信實、溫 柔、節制的果子每天都在他內心增長(參加五22)。
*願他在你裡面找到自己的身分,看自己是你的器皿,並知道他在你 裡面是完全的。教導他將你視為他未來的指望。
*願他明白是你「救了我們,以聖召召我們,不是按我們的行為,乃是按衪的旨意和恩典;這恩典是萬古之先,在基督 耶穌裡賜給我們的」(提後一9)。願他能完全忠誠做你要他成為的人,使他能在信心與聖靈的無懼中天天成長。
*主啊,我知道照你心意養育孩子是一件我本能所不及的事,我知道我需要你幫助我。
*我要與你同工,並親自蒙受你的恩賜:即智慧、洞察力、啟示與引導。
*我也需要你的力量、忍耐及你豐盛的慈愛湧流貫穿我,教導我如何以你愛的方式去愛人。
*我懇求你在我裡面動工。幫助我能公義、正直地活在你面前。
*將你的法則指教我,使我能順服你的誡命,行你眼中所喜悅的事情。成為一個敬虔的榜樣。
*賜我必備的技巧知道如何溝通、教導、並撫育孩子,使我能成為合你心意的父母。
*教導我如何禱告,並真正為這孩子的生命代求。
*主啊,你在聖經中說:「你們禱告,無論求什麼,只要信,就必得著。」(太廿一22)我奉耶穌的名祈求你增添我的信心,使我相信你在我的禱告中去引導我的孩子。
[[回應詩歌|http://www.youtube.com/watch?v=mlSwiVdbpPI]]
![[路加福音十章1-20節]]

先鋒特質︰精銳、勇敢,是先頭部隊︰
#行動迅速︰1~4節
##當主要去一個地方,先會差遣人,去預備一切的人就是先鋒。
##他們會先經歷主的臨在,要彰顯主的國。
##如羊羔進入狼群﹕要快和有目標性。
##不要帶錢…不要帶鞋,是叫我們要專心不能分心。
##在路上也不要問人的安,即不耽延, 因為神的時間很快。
#宣告神國︰5~10節
##不是憑己力去解決別人困難。
##只需要宣告神國臨到這地方,便得着平安。
##福音能力和醫治出現。
#掌握權柄︰17~20節
##先鋒的權柄像閃電一樣,即時改變。
##因我們在靈界中有權柄,在於我們的身份,因名字記錄上。
##因着相信執着權柄時,不因環境惡劣、情況差,只要信心宣告,事必成就。
#結語︰10~11節
##不要因服事中的挫敗或傷痕,而被影響,反要將之如塵土擦去。
##磐石教會有先鋒的恩膏,要向未識之民宣告神國降臨在這地方。

*主啊,你在聖經中說過:「善人給子孫遺留產業。」(箴十三22) 我禱告求你使我留下給孩子的產業是一份獎賞--在你面前有敬虔的生活和清潔的良心。
*為了確保孩子能得到這種獎賞,我祈求無論我裡面有任何來自家庭遺傳的捆 綁,現在都奉耶穌的名使我脫離捆綁得蒙拯救。我向你承認我家庭的罪,即使我不曉得它們是些什麼,但我知道你曉得。我向你祈求赦免與重建,也向你承認自己的 罪。
*我祈求你的赦免,因我知道聖經說:『我們若認自己的罪,神是信實的,是公義的,必要赦免我們的罪,洗淨我們一切的不義。』(約壹一9)我知道認罪並得 潔淨之後,便會消除那將罪的苦果繼續傳給下一代的可能性。
*耶穌說:「我已經給你們權柄……勝過仇敵一切的能力。」(路十19) 若是仇敵想用過去對付我們家庭的任何作為來侵犯(孩子的名字)的生命,我現在就藉著耶穌所賜的能力和權柄將這一切一一擊破。
*我特別明確地為(指名某些你看 見在自己或家人身上,而你卻不願意傳給孩子的東西)禱告,若我們生命中有任何不符合你旨意的事物,我都把它當作罪惡而拒絕。
天父,謝謝你,你『叫我們能與眾聖徒在光明中同得基業』(西一12)。我禱告求你使我的孩子不從屬世的家庭中承繼任何捆綁,而是可以『承受那創世以來為你們所預備的國』(太廿五34)。耶穌,謝謝你,因為在你裡面舊事已過,一切都是新的了。
*主啊,我禱告求你保守(孩子的名字)一生都能在性方面純潔。賜他一顆願意在這方面行事正確的心,讓純潔在他的性情中生根。
*開啟他的眼目認識你話語的真理,幫 助他看見:婚外性關係絕對不是他所需要的那種有承諾、能永續、並毫無條件的愛情。不要讓淫亂所破碎的心靈造成他個性上的傷痕和情緒上的傷害。
*我禱告他不會有婚前的性關係,也不與配偶以外的人發生性關係。我禱告使同性戀永遠不在他的內心生根,甚至沒有任何向他表明的機會。
*保守他遠離任何心懷邪惡企 圖的人,或把那個人從他的生活中拿走;保護他不遇上任何的性折磨或強暴;轉移他的眼目不去看那玷污世界的淫亂,使他了解:無論是誰「與世俗為友就是與神為 敵」(雅四4 )。
*主啊,願他渴慕你的讚許,不容許他生命中有任何時刻干犯淫亂的罪,拯救他脫離任何淫慾的試探,不使他在這方面跌倒。在他內心裝置聖靈的警鈴,以致每當他跨越了你所畫定的界線時,警鈴就發出刺耳閃亮的警示。
*主啊,我禱告求你充滿(孩子的名字),使他心中對你的愛遠遠超過對其他任何人、事、物的愛。
*幫助他尊重、敬畏你的律法,並明瞭律法的存在是為著他的益處。願他清楚地看見:當人不順服你的律法時,生命便徒然無用。把你的話藏在他心裡,好使他不再被罪吸引。
*我禱告他能逃離一切的罪惡、不純、邪惡的意念、言語和行為,使他能親近一切純正而神聖的事物。讓基督在他裡面成形,使他願意尋求你聖靈的大能,幫助他行事正確。
*你說過:「清心的人有福了!因為他們必得見神。」(太五8)願那清潔而渴慕聖潔的心能表現在他一切所行的事上,同時也彰顯在他的外表上。我禱告使他的衣著髮型、身體面容的打扮都能反映出他對你的敬畏、並渴望能榮耀你。
*若他在何處偏離聖潔的道路,帶領他悔改,並用你潔淨的大能在他的內心和生命中動工。賜他悟性能明瞭,純正的生命會帶來完整與祝福,而這祝福中最大的賞賜乃是能看見你。
*主啊,謝謝你,因你在聖經上應許說,當我們向你呼求時,你便要拯救我們。我代表(孩子的名字)來到你面前,祈求你拯救他脫離一切在他生命中會形成營壘的邪惡。
*雖然我不知道他需要在何事上得著釋放,你卻全都知道。我奉耶穌的名祈求你能在他生命任何有需要的時刻施行拯救的大工。
*我知道『我們雖然在血氣中行事, 卻不憑著血氣爭戰。我們爭戰的兵器本不是屬血氣的,乃是在神面前有能力,可以攻破堅固的營壘,將各樣的計謀,各樣攔阻人認識神的那些自高之事,一概攻破 了。』(林後十3-5)
*賜我智慧和啟示使我能了解他。我知道仇敵在他身上有一些我無法看見的運作勢力,所以主啊。當我心靈深處對他產生不安、攪擾或憂慮的感覺時,指示我如何禱告,點明任何我無法看清的事情,照亮一切隱藏的事。如果我需要採取任何行動,我倚靠你來指示我。
*主啊,我今天把(孩子的名字)放在你的手中,當罪想生根立足的時候,求你引導保護他,讓他知罪悔悟。當撒旦想在他心中立足時,堅固他,使他爭戰有力,使他對 仇敵的侵犯具有高度的靈敏度。
*當困難來臨時,願他投靠你,把你當作他的營寨和避難所。我依據你的話語宣告:主必救他脫離諸般的兇惡,也必救他進他的天國 (參提後四18)。
#指出危機 催生改革
#建立認同 領導聯盟
#建構支持 遠景策略
#深入溝通 解釋藍圖
#拆牆鬆綁 充足授權
#營造戰利 增強信心
#鞏固戰果 深化改革
#塑造有利 持續文化
*主啊,我奉耶穌的名來到你面前將(孩子的名字)交給你。
*我深信惟有你知道什麼對他明確才是最好的,惟有你才知道他的需要。
*我放手把他交在你的照顧與保護中,我會全心全意地為他禱告,我會為每一件所想到、或是你放在我心中的事情代禱。
*教導我如何禱告,指引我要禱告什麼,幫助我在禱告時不把自己的意願強加進去,而是讓我能在禱告中說:願你的旨意成就在他的生命中。
*謝謝你讓我在扶養他的事上與你同工,使我不必孤軍奮鬥。
*幫助我不要懼怕可能會發生的危險,而是存著喜樂平安的心知道你正在掌權。
*我要凡事仰賴你,今天我就要把孩子交託給你,放手把他交在你的手中。
[[Worship|http://v.youku.com/v_show/id_XMjk5MjIyMTcy.html]]
[img[https://media.catch.com/v2/media/dist/AIADAMBQGAYDAMBQGAYDAMBQGAYDAMBRMJTDGMJVMU2GKNLBGFSGKZJVGNTDGZTFGY3TKOJQGAYTCMTD6727AOI4HRQ7M===/25PS7IDGGT5VWFV7XRO3LLQHZJSHMV2MAMOTFUY=?size=medium]]
*教會
**[[Faith Community Baptist Church|http://www.fcbc.org.sg/]]
*基督教機構
**[[美蹤廣播電台|http://www.footprintradio.org/]]
**[[香港三福|http://www.ee3.org.hk/]]
**[[基督少年軍204分隊|http://bb204.tiddlyspot.com/]]
*出版社
**[[宣道出版社|http://www.cap.org.hk/index2.php]]
*行山及旅行
**[[香港自助旅行者|http://www.hkba-travel.org/]]
**[[香港行山網|http://www.hiking.com.hk/]]
**[[大家行山樂|http://www.hktraveler.com/]]
**[[香港自然網|http://www.hknature.net/chi/ecology/index.html]]
**[[山樂會|http://www.climbup.org/main.php]]
**[[Hong Kong Adventurer|http://hkadventurer.com/]]
**[[山野之人|http://www.night-eagle.com/]]
**[[香港山水|http://www.naturehk.com/]]
**[[自然之友|http://hk.geocities.com/jiyinfriend/]]
**[[綠洲|http://www.oasistrek.com/]]
**[[Hong Kong Hiker|http://www.hkhiker.org/hik/main/main_home.asp?lang=C&id=1&baseid=1]]
**[[柴娃娃旅行隊|http://www.hkcww.org/]]
**[[大本營|http://www.hk-basecamp.net/index.php]]
日期︰2011年11月6日
地點︰[[天水園綠田圍|http://www.yl.hk/green/]]
集合地點及時間︰教會/上午9時15分
#好想你成功:我們信仰精采和吸引人的地方就在於成全別人,因此我們追求建立別人,正面積極協助別人達成神所賦予他的人生異象。
#成日掛住你:肢體本相連,苦樂應共享;記掛其他肢體,操練為組員禱告祈求,這種保謢、守望的氣氛使我們見面時可以自然地問候,輕鬆地分享,關顧人亦學習讓人關顧。
#去傳福音啦:教會是從事宣教事業的唯一受托者,所以我們不傳福音就有禍了。透過[[三福]]的佈道裝備,我們佈道和裝備他人佈道,叫我們整體佈道的熱烈產生火焰!
#全靠大老闆:無論是生活的供應、異象的賜予、有果效的事奉,以至生命的存留,全因三一神,因此唯有祂才是我們的大老闆。教會群體要學習不依靠自己,或靠其他的當權者,全然靠祂,全心靠祂,活得超然!
#一切冇有怕:我們要破除都市人的特色:因為怕改變、失控、混亂,因而追求控制、秩序、穩定,其實背後是怕失敗。除非我們相信失敗是通向成功的一種重要經歷,否則我們就不會願意冒險;因此我們要操練彈性,能勇敢迎向改變,夠膽嘗試冒險!
#你郁我又郁:生命是在互動中產生影響,彼此積極的互動及刺激下顯出的亮麗、豐富,散發出各自各有的姿采,這是我們實踐彼此激勵、勉勵行善的動感,使教會群體更豐盈美麗。
#預埋我一份:消極心態和「不能」思想是成長的阻礙。我們決心成為積極的一群:積極地參與、積極地成長、積極地發展恩賜、積極地祝福別人 - 以信心活出一個積極的人生,在美善的事上不「執輸」、在神國中不「蝕底」、榮耀神當仁不讓、打擊魔鬼不甘為後!
#鍾意同你玩:我們應該非常認真地作基督的門徒,並且可以為信仰犧牲,只要看見主就喜樂了。一個群體的吸引力,其中一個元素是歡樂,喜樂也是這世界最需要的藥方,因此我們要決心破除嚴肅和拘謹,認真地讓歡樂重現,讓教會不再沉悶。
#講心果一句:人際關係最重要是相愛,相愛的基礎是坦誠分享。深信聖靈在我們中間,真誠坦率的分享會引發真誠的相愛,用愛講真話:是建立人的真話,亦是指出錯處的愛心真話。
#點都係恩典:我們深信主是美善的,我們的好處不在祂以外。故此人生種種際遇皆是主祝福的化身,苦難也有正面的意義。所以我們決定以凡事謝恩的態度看生命的種種變化,操練不輕易埋怨。
目標:
*認識教會
*學習真理
*擴寛視野
原則:
*簡潔易用
*不斷更新
*不個人化
#2010.12.05   聯合教會[[洗禮]]慶典。
#2010.12.12   教會旅行日,地點是粉嶺香薰園。
#2010.12.19   教會與天梯飛鷹學員於青衣長安邨舉辦第一次流動嘉年華。
#2010.12.24   教會聖誕聚餐及於長安/長發邨佈佳音。
#2010.12.26   召開會員大會,新一屆[[執事會]][[執事]]誕生。
#2010.12.31   教會領袖於沙田靈基營跨年退修。
#2011.01.04   [[青衣磐石睦鄰中心]]裝修工程正式動工。
#2011.02.06   [[朱浩權]]傳道的講道,有關[[哈拿婦人的禱告]]。
#2011.02.13   [[朱浩權]]傳道的講道,[[神家敗落史]]。
#2011.02.20   [[陳麗燕]]傳道的講道,[[五餅二魚的神蹟]]。
#2011.02.27   [[朱浩權]]傳道的講道,[[一個先知的誕生]]。
#2011.03.06   [[鄧美琴]]牧師的講道,[[主啊!我要進窄門]]。
#2011.03.06   請繼續為肢體的身體禱告;另外也為水務署可以盡快為睦鄰中心提供用水禱告。
#2011.03.06   磐石教會將於03月27日主日遷往睦鄰中心進行崇拜。
#2011.03.13   [[朱浩權]]傳道的講道,[[榮耀離開以色列]]。
#2011.03.13   下主日會安排將教會的剩餘物資搬往睦鄰中心,鼓勵弟兄姊妹幫忙。
#2011.03.20   [[徐炳富]]傳道的講道,[[一個人的價值]]。
#2011.03.20   下主日教會搬遷至長安安江樓崇拜。
#2011.03.27   [[朱浩權]]傳道的講道,[[約書亞記第五章]]。
#2011.03.27   2011年5月7日為天梯三間睦鄰中心賣旗籌款,請弟兄姊妹踴躍參與。
#基本的原則:
##不用盜版軟件。
##採用[[免費的軟件]]。
##不斷學習和使用新軟件。
#主要的軟件:
##[[OpenOffice]] - 可代替MS Office。
##[[OpenSong]] - 處理教會詩歌。
##[[e-Sword]] - 查經工具。
##[[NVU]] - 可代替Dreamweaver / Frontpage。
##[[Linux]] - 取替Window。
##[[TiddlyWiki]] - 筆記簿及網頁。
##[[FireFox]] - 溜灠器。
#聖經軟件︰
##[[e-Sword|http://www.e-sword.net/]]
##[[Bible Discovery|http://www.bible-discovery.com/]]
##[[The Word|http://www.theword.net/]]
#其他軟件:
##[[PortableApplication]] - 可攜軟件。
##[[HotPotatoes]] - 製作網上學習。
##[[Scribus]] - 排版軟件。
 沒有難事 – 如何作敬虔的決定 By John MacArthur, Jr
 
||!思考問題|!原則|!經文|
|1|有助靈性增益嗎?|Principle of Expedience|林前6:12a|
|2|有助啟發、建立品格嗎?| 建立的原則 |林前10:23;林前 9:24|
|3|有否過度、過份、成為負累呢?| 過份的原則 |來12:1|
|4|有成為它的奴隸嗎?| 奴隸的原則 |林前6:12b|
|5|有遮蓋罪、含糊不清、蒙混自己、別人嗎?|Principle of Equivocation|彼前2:16|
|6|有超出正當、神的主權嗎?|Principle of Encroachment|羅14:22|
|7|有助別人、作好榜樣嗎?| 榜樣的原則 |林前8:9|
|8|有助福音廣傳嗎?| 福音的原則 |林前9:23|
|9|有效法基督嗎?| 法效的原則 |約一2:6|
|10|有讓神得榮耀呢?| 榮耀的原則 |林前10:31|
[[辨別時刻]] - [[明陣]][[labyrinth]]是否[[新紀元]]?

*當很多教會在推行以明陣作為默想的方法,認為明陣有助於禱告、點想、提升靈命或合一等時,我們要問︰明陣(labyrinth)是否新紀元?有没有聖經根據?
*最有名的名陣在法國的夏爾特主教座堂,以往在天主教堂內的明陣,近年流行於教會和新紀元。明陣有至少3500年歷史,很多古代的異教也有使用明陣作祭祀之用,美國的霍比族印弟安人(Hopi Indians)以明陣作為地母(Mother Earth)的表代,北歐的海岸有不少石砌明陣用作保護漁民。
*到中世紀,天主教會將明陣加入教堂內,有幾個喻意︰到神前彎曲的路、得救或啟示的奧秘、或回聖地之路。
*現今推行明陣的組織包括明陣協會及Veriditas等,認為明陣有以下三重經驗︰釋放purgation (releasing),光照illumination (receiving),及回歸union (returning)。釋放即由起點到中心,這一段路需要開放心靈,光照即在明陣中心,在這裏接受啟示,回歸即由中心到出口,於這裏與神連結、或與其他神明或醫治的力量。
*明陣(作為禱告或點想)有沒有聖經真理的基礎?沒有,因為︰
**基督徒以心靈和真理到神前(約4:24、腓3:3),明陣強調以感觀去經歷神。基督徒應以心去敬拜和親近神,不是通過點蠟燭、下跪、或行圈等。
**禱告不是儀式(ritual)。
**基督徒應有「基督的心」(林前2:16),無需以行明陣來尋求啟示,強調神秘主義使我們跌入諾斯底主義或新紀元的思想裏,因為「你們從那聖者受了恩膏,並且知道這一切的事。」(約壹2:20)
**基督徒求告神,神就在身邊(詩145:18),任何儀式包明陣不能叫我們更接近神。耶穌是道路(約14:6),只需要悔改和信心就足夠(徒20:21)。
**聖經足夠我們過聖潔的生活(提後3:15-17),於聖經之外追求神秘主義的經歷,並非神的心意。
*明陣源出於異教(pagan),天主教吸收了,今天又再流行,但保羅的警告︰「你們要謹慎,恐怕有人用他的道理和虛空的妄言,不照著基督,乃照人間的遺傳和世上的小學就把們擄去。」(歌2:8)
#[[兒暑]]將於2017年7月24日至8月11日舉行....
#新[[同工]]將於2017年6月上任....
#今年的[[浸禮]]定於2017年6月4日上午十時….
我們的[[異象]]是路加福音4:18-19: 

*主的靈在我身上,因為他用膏膏我,叫我傳福音給貧窮的人;差遣我報告:被擄的得釋放,瞎眼的得看見,叫那受壓制的得自由,報告神悅納人的禧年。

聚會時間:
*[[祈禱會]]:主日上午10:15至10:45.
*主日[[慶典]]:主日上午11:00至12:30.
 

!撒母耳記上4:1-22
@@4:1@@    以 色 列 人 出 去 與 非 利 士 人 打 仗 、 安 營 在 以 便 以 謝 、 非 利 士 人 安 營 在 亞 弗 。  
@@4:2@@    非 利 士 人 向 以 色 列 人 擺 陣 . 兩 軍 交 戰 的 時 候 、 以 色 列 人 敗 在 非 利 士 人 面 前 、 非 利 士 人 在 戰 場 上 殺 了 他 們 的 軍 兵 、 約 有 四 千 人 。  
@@4:3@@    ''百 姓 回 到 營 裡 、 以 色 列 的 長 老 說 、 耶 和 華 今 日 為 何 使 我 們 敗 在 非 利 士 人 面 前 呢 . 我 們 不 如 將 耶 和 華 的 約 櫃 、 從 示 羅 抬 到 我 們 這 裡 來 、 好 在 我 們 中 間 救 我 們 脫 離 敵 人 的 手 。''  
@@4:4@@    於 是 百 姓 打 發 人 到 示 羅 、 從 那 裡 將 坐 在 二 基 路 伯 上 萬 軍 之 耶 和 華 的 約 櫃 抬 來 . 以 利 的 兩 個 兒 子 何 弗 尼 、 非 尼 哈 、 與   神 的 約 櫃 同 來 。  
@@4:5@@    耶 和 華 的 約 櫃 到 了 營 中 、 以 色 列 眾 人 就 大 聲 歡 呼 、 地 便 震 動 。  
@@4:6@@    非 利 士 人 聽 見 歡 呼 的 聲 音 、 就 說 、 在 希 伯 來 人 營 裡 大 聲 歡 呼 、 是 甚 麼 緣 故 呢 . 隨 後 就 知 道 耶 和 華 的 約 櫃 到 了 營 中 。  
@@4:7@@    非 利 士 人 就 懼 怕 起 來 、 說 、 有 神 到 了 他 們 營 中 . 又 說 、 我 們 有 禍 了 . 向 來 不 曾 有 這 樣 的 事 。  
@@4:8@@    我 們 有 禍 了 、 誰 能 救 我 們 脫 離 這 些 大 能 之 神 的 手 呢 . 從 前 在 曠 野 用 各 樣 災 殃 擊 打 埃 及 人 的 、 就 是 這 些 神 。  
@@4:9@@    非 利 士 人 哪 、 你 們 要 剛 強 、 要 作 大 丈 夫 、 免 得 作 希 伯 來 人 的 奴 僕 、 如 同 他 們 作 你 們 的 奴 僕 一 樣 . 你 們 要 作 大 丈 夫 與 他 們 爭 戰 。  
@@4:10@@    非 利 士 人 和 以 色 列 人 打 仗 . 以 色 列 人 敗 了 、 各 向 各 家 奔 逃 . 被 殺 的 人 甚 多 、 以 色 列 的 步 兵 仆 倒 了 三 萬 。  
@@4:11@@      ''神 的 約 櫃 被 擄 去 . 以 利 的 兩 個 兒 子 何 弗 尼 、 非 尼 哈 、 也 都 被 殺 了 。''  
@@4:12@@    當 日 有 一 個 便 雅 憫 人 從 陣 上 逃 跑 、 衣 服 撕 裂 、 頭 蒙 灰 塵 、 來 到 示 羅 。  
@@4:13@@    到 了 的 時 候 、 以 利 正 在 道 旁 坐 在 自 己 的 位 上 觀 望 、 為   神 的 約 櫃 心 裡 擔 憂 . 那 人 進 城 報 信 、 合 城 的 人 就 都 呼 喊 起 來 。  
@@4:14@@    以 利 聽 見 呼 喊 的 聲 音 就 問 說 、 這 喧 嚷 是 甚 麼 緣 故 呢 . 那 人 急 忙 來 報 信 給 以 利 。  
@@4:15@@    那 時 以 利 九 十 八 歲 了 、 眼 目 發 直 、 不 能 看 見 。  
@@4:16@@    那 人 對 以 利 說 、 我 是 從 陣 上 來 的 、 今 日 我 從 陣 上 逃 回 . 以 利 說 、 我 兒 、 事 情 怎 樣 。  
@@4:17@@    報 信 的 回 答 說 、 以 色 列 人 在 非 利 士 人 面 前 逃 跑 、 民 中 被 殺 的 甚 多 . 你 的 兩 個 兒 子 何 弗 尼 、 非 尼 哈 也 都 死 了 、 並 且   神 的 約 櫃 被 擄 去 。  
@@4:18@@    他 一 提   神 的 約 櫃 、 ''以 利'' 就 從 他 的 位 上 往 後 跌 倒 、 在 門 旁 折 斷 頸 項 而 死 、 因 為 他 年 紀 老 邁 、 ''身 體 沉 重'' 。 以 利 作 以 色 列 的 士 師 四 十 年 。  
@@4:19@@    以 利 的 兒 婦 非 尼 哈 的 妻 懷 孕 將 到 產 期 、 他 聽 見   神 的 約 櫃 被 擄 去 、 公 公 和 丈 夫 都 死 了 、 就 猛 然 疼 痛 、 曲 身 生 產 。  
@@4:20@@    將 要 死 的 時 候 、 旁 邊 站 著 的 婦 人 們 對 他 說 、 不 要 怕 、 你 生 了 男 孩 子 了 . 他 卻 不 回 答 、 也 不 放 在 心 上 。  
@@4:21@@    他 給 孩 子 起 名 叫 以 迦 博 、 說 、 ''榮 耀 離 開 以 色 列 了'' . 這 是 因   神 的 約 櫃 被 擄 去 、 又 因 他 公 公 和 丈 夫 都 死 了 。  
@@4:22@@    他 又 說 、 榮 耀 離 開 以 色 列 、 因 為   神 的 約 櫃 被 擄 去 了 。  


''重點:''
#以色列人不明白什麼是榮耀。
##約櫃是神和人相聚的地方。
##令約櫃神聖的地方是神的榮光。
#主的同在可分三個層次:
##住在我們心裡;
##奉耶穌基督的名聚集或禱告;
##可感覺到的。
#榮耀離開的原因:
##以色列人騎劫主的同在;
##以色列人將約櫃視作其他偶像一樣;
##榮耀一早就不在會幕裡,因以色列人早前犯了許多的罪,蔑視約櫃。
#榮耀同在的原因:
##謙卑;
##痛悔;
##因主的話而顫驚的人。
[img[https://catch.com/v2/media/dist/AIADAMBQGAYDAMBQGAYDAMBQGAYDAMBRGQ3DSY3EME2GGZTDGUYGIZRXGMZDEYZRG5RGIYRQGAYDEN3BU7JMLL6KWQE2U===/U72YYYQLQGHKGOQXJDMAPGGUJKTR5DQCKRPD5SA=?size=medium]]
*全時間同工
*主啊,我禱告(孩子的名字)能深摯敬畏你和你的道路。
*願他把你的話語珍藏在他內心,尋求聰明如同搜尋金銀一般。
*賜他良善的心思、受教的靈、和學習能力。
*在他內心注入渴慕,使他渴慕得到知識和技能,願他能在學習過程中享受樂趣。
*最重要的是,我禱告他能接受你的教導,因為經上說:當我們的孩子接受你的教導時,他 們就必得享平安。
*你也說過:「敬畏耶和華是知識的開端;愚妄人藐視智慧和訓誨。」(箴一7)願他永遠不愚妄也不棄絕學習,相反的,願他向你尋求所需的知識。
*我禱告他能敬重父母的智慧,願意接受父母的教導。
*願他也渴望受教於每一位你帶進他生命中的老師。
*主啊,求你親自精選每一位老師,願他們都是敬虔的人,也很容 易成為他學習的對象。
*除去他生命中任何有邪惡影響力、或帶來不良學習經驗的老師,讓他與老師們相處融洽、溝通良好。
*使他的學習途徑平穩,也不因任何事物而有壓力或內心掙扎。
*使他的頭腦運作順暢,具有清晰的思路和組織力、良好的記憶力、和強烈的學習能力。
#[[成為禱告的父母]]
#[[放手把孩子交在神手中]]
#[[穩妥保護不受傷害]]
#[[感受被愛與接納]]
#[[建造永生的未來]]
#[[尊敬父母抵擋叛逆]]
#[[維護良好的家庭關係]]
#[[結交敬虔的朋友]]
#[[培養對神的渴慕]]
#[[成為合神心意的人]]
#[[跟隨真理拒絕謊言]]
#[[得蒙醫治享受健康]]
#[[願意合宜地照顧身體]]
#[[灌輸學習的意願]]
#[[辨明神所賜的天賦才能]]
#[[學習說有生命的話]]
#[[持守對聖潔與純正的喜愛]]
#[[為孩子的房間徹底禱告]]
#[[脫離懼怕得享自由]]
#[[領受一顆謹守的心]]
#[[讓主的喜樂進入內心]]
#[[打破家庭遺傳的捆綁]]
#[[遠避煙酒藥物及其他習癮]]
#[[拒絕淫亂]]
#[[尋得理想的伴侶]]
#[[不再懷怨]]
#[[過悔改的生活]]
#[[擊敗邪惡的營壘]]
#[[尋求智慧與洞察力]]
#[[在信心中成長]]
*主啊,我邀請你的聖靈住進這間屬於(孩子名字)的屋子裡。
*你是主宰天地的主,我要宣告你也是主宰這間屋子的主。
*用你的光和生命來滿溢它,除去一切想強住進來 的黑暗,讓這間屋子裡不再有任何懼怕、沮喪、憤怒、疑惑、焦慮、叛逆、憎恨(指名任何你看見孩子身上所表現出來的東西)的靈。
*我禱告求你讓一切不是出於你 的東西都不再進入這個房間裡,如果有任何不該在裡面的東西,請指明我把它拿掉。
*以你的愛、平安和喜樂充滿這個房間。
*我禱告求你使我的孩子會像大衛那樣說:「我要存完全的心行在我家中。邪僻的事,我都不擺在我眼前。」(詩一○一2-3)
*主啊,我禱告求你使這個房間成為神聖的居所,成為聖潔以榮耀你名。
*找兩三人以上同心合意禱告.
*禱告者必須先自潔.
*為家庭環境,屬靈氣氛和家人禱告:
**代表家族拜偶像的罪,認罪主前.
**為家族能離棄偶像(或黑暗權勢)禱告
**為家庭屬靈氣氛和家人生命禱告.
**奉主名捆綁,斥責,趕除撒旦,黑暗,偶像,屬血氣,一切屬惡者權勢,全面離開我家族的屬靈氣氛,環境和家.
**歡迎並宣告求主掌權 - 主啊!我代表我家族,歡迎救恩的主,平安的王,和平的君,至高者,權柄的主 - 耶穌基督進到我家來,並求耶穌作我家族,家人唯一的主,唯一的王,唯一的神,掌權在屬靈氣氛,環境,家人心中.
**奉主名祝福,主的救恩要臨到我的全家族中,大小都要聽到福音,眼睛得開,從黑暗歸向光明,從撒旦權下歸向真神,個個都要悔改歸正,使罪得釋放,同得基督基業,又被聖靈充滿,成為宣教器皿,全家族充滿聖靈的和平,平安,美善,豐盛救恩的美福.
**為這個家族和家人感謝讚美神.
**求主的寶血潔淨,保護禱告者和家人,身心靈平安,喜樂,健康,四境山入都平安.
#香港營舍
##[[香港教育城 - 戶外教育營之營舍資料|http://www.hkedcity.net/iclub_files/a/1/96/webpage/features/edcamps/z03.htm]]
##[[教育統籌局 - 香港營舍資料一覽表|http://cd.emb.gov.hk/lwl/chi/resources_support/hk_house_list.html]]
##[[退修場所|http://www.cap.org.hk/databank/databank6.php]]
##[[靈基營|http://highrock.stewards.org.hk/campintroduction.html]]
畢業於崇基神學院…
主的靈在我身上,因為他用膏膏我,叫我傳福音給貧窮的人;差遣我報告:被擄的得釋放,瞎眼的得看見,叫那受壓制的得自由,報告神悅納人的禧年。
*先除心中偶像,再處理外在物質偶像,目的是砍斷靈,良心,情感和魂結對偶像的依靠和被轄制.
*認識明白真理:
**真理叫人得自由.
**獨一真神
***除了神以外,不可有別神,不可雕刻偶像.(出20:3-5)
***造光,暗,施平安,降災禍.(賽43:11-13;45:5-7,21-22)
***神不將榮耀給假神.(賽42:8;48:11)
***神是真神,活神,永遠的王.(耶10:10)
***有能力,創造大地,用智慧建立世界,用聰明舖張穹蒼.(耶10:12-13)
***我們的力量,保障,避難所.
**敬拜真神的祝福
***神對我們發慈愛到千代.(出20:6)
***得益處,蒙引導,有平安,有公義.(賽48:17-19)
***吃美物,享肥甘,心中喜樂,得活...神與我們立可靠恩典的永約.(賽55:2-3)
**偶像
***虛無,虛空,是風,是虛的.(賽41:21-29)
***不知道,不思想,不能看見,不能明白,心不醒悟,沒知識,沒聰明,以灰為食,心中昏迷,偏邪,不能自救,不能說,手中有虛謊.(賽44:18-20)
***不能救人脫離患難,不能回答人.(賽46:5-7)
***要用釘子釘住,不能回答人.(賽40:18-20)
***無氣息,迷惑人,必被除滅.(耶10:14-15)
***是虛空無益之物,不是神.(耶16:19-20)
***不悔改的,還是去拜那些不能看,不能聽,不能走,金銀銅木石的偶像.(啟9:20)
***所祭祀的不是真神,乃是不認識的神,是近來新興,列祖所不畏懼的.(申32:17)
**鑄造和拜偶像的下場
***虛空,無益,無知,都必懼怕,一同羞愧.(賽44:9-11)
***一同慚愧,毫無知識.(賽45:16,20)
***全然蒙羞.(賽42:17)
***畜類,愚昧.(耶10:7-9)
***有災禍不能逃脫,求偶像得不到拯救.(耶11:11-13)
#神不是聾的,祂聽禱告,祂有行動。神因人的禱告而改變。
#為何要禱告?因為神希望人祈求。
#神並不要我們的智慧、學識、或我們禱告的事項,因為祂都知道。神希望人祈求,因為祂希望與人同工,因為祂希望人與神同行。
#約翰說:神是愛。神不但可以去愛和感受愛,神本體就是愛,因此祂不可以不愛。因此神渴望與人建立關係,因為人是以神的形像而做的。
#腓立比書四章6節:應當一無掛慮,只要凡事藉著禱告、祈求,和感謝,將你們所要的告訴神。
#即然神已經知道,為何還要將我們所要的告訴神,因為要建立神與人的關係。
#想一想向神認罪,當人向神認罪,只是將一些神已經知道的事告訴神,但向神認罪改變人與神的關係,使人可以再親近神,因為認罪的禱告使人謙卑、認識人的無助而倚靠神。
#因此,我們向神求,親近神,我 的世界觀因此而改變,或至少我明白我的不足。
#當耶穌說:『我又告訴你們,你們祈求,就給你們;尋找,就尋見;叩門,就給你們開門。  因為,凡祈求的,就得著;尋找的,就尋見;叩門的,就給他開門。』耶穌舉了一個例子,某甲半夜來向某乙要三個餅,某乙雖不情願,也會因某甲的迫切而將餅給他。
#讓我們重回禱告,明白人的無助,明白神的大能。
教會有兩段祈禱的時間:

星期五的黃昏8:00至10:00
星期日的早上9:30至11:00
神學包括了
#[[系統神學]] SystemTheology
#[[歷史神學]]
#[[聖經神學]]
[[香港基督教輔導學院|http://www.hkicc.edu.hk/Chinese/home.htm]]
[[中國宣道神學院|http://www.cms.org.hk]]
[[中國浸信會神學院|http://www.cbtc.org.hk]]
[[中國神學研究院|http://www.cgst.edu]]
[[中華神學院|http://www.cbs.org.hk]]
[[世界華文聖經學院|http://www.globalbible.org]]
[[伯特利神學院|http://www.bethelhk.org]]
[[牧職神學院|http://www.hkcmi.edu]]
[[香港浸信會神學院|http://www.hkbts.edu.hk]]
[[香港神學院|http://www.bshk.edu.hk]]
[[香港基督徒短期宣教訓練中心|http://www.hkstm.org.hk]]
[[信義宗神學院|http://www.lts.edu]]
[[建道神學院|http://www.abs.edu]]
[[神召神學院|http://www.hk-ebc.edu]]
[[紐約神學教育中心|http://www.nytec.org]]
[[恩福聖經學院|http://www.yfbi.org]]
[[崇基學院神學院|http://www.cuhk.edu.hk/theology/]]
[[聖公會明華神學院|http://www.mhtc.hkskh.org]]
[[聖經信息協會|http://www.bibleexposition.org]]
[[播道神學院|http://www.evangels.org]]
[[整全訓練神學院|http://www.ftcws.org]]
!撒母耳記上 2:12-17, 22-25
@@2:12@@    ''以 利 的 兩 個 兒 子 是 惡 人 、 不 認 識 耶 和 華 。 '' 
@@2:13@@    這 二 祭 司 待 百 姓 是 這 樣 的 規 矩 . 凡 有 人 獻 祭 、 正 煮 肉 的 時 候 、 祭 司 的 僕 人 就 來 、 手 拿 三 齒 的 叉 子 、  
@@2:14@@    將 叉 子 往 罐 裡 、 或 鼎 裡 、 或 釜 裡 、 或 鍋 裡 一 插 、 插 上 來 的 肉 、 祭 司 都 取 了 去 . 凡 上 到 示 羅 的 以 色 列 人 、 他 們 都 是 這 樣 看 待 。  
@@2:15@@    又 在 未 燒 脂 油 以 前 、 祭 司 的 僕 人 就 來 對 獻 祭 的 人 說 、 將 肉 給 祭 司 叫 他 烤 罷 . 他 不 要 煮 過 的 、 要 生 的 。  
@@2:16@@    獻 祭 的 人 若 說 、 必 須 先 燒 脂 油 、 然 後 你 可 以 隨 意 取 肉 . 僕 人 就 說 、 你 立 時 給 我 、 不 然 我 便 搶 去 。  
@@2:17@@    如 此 、 這 二 少 年 人 的 罪 在 耶 和 華 面 前 甚 重 了 、 因 為'' 他 們 藐 視 耶 和 華 的 祭 物 。 〔 或 作 他 們 使 人 厭 棄 給 耶 和 華 獻 祭 〕''
@@2:22@@    以 利 年 甚 老 邁 . 聽 見 他 兩 個 兒 子 待 以 色 列 眾 人 的 事 、 又 聽 見 他 們 ''與 會 幕 門 前 伺 候 的 婦 人 苟 合 。  ''
@@2:23@@    他 就 對 他 們 說 、 你 們 為 何 行 這 樣 的 事 呢 . 我 從 這 眾 百 姓 聽 見 你 們 的 惡 行 。  
@@2:24@@    我 兒 阿 、 不 可 這 樣 、 我 聽 見 你 們 的 風 聲 不 好 、 你 們 使 耶 和 華 的 百 姓 犯 了 罪 。  
@@2:25@@    人 若 得 罪 人 、 有 士 師 審 判 他 、 人 若 得 罪 耶 和 華 、 誰 能 為 他 祈 求 呢 . 然 而 他 們 還 是 不 聽 父 親 的 話 、 因 為 耶 和 華 想 要 殺 他 們 。  
 

''重點:''
仇敵可以破壞會幕敬拜的原因:
#祭司不認識神
##不止是知識上的認知,且在關係上;
##不相信神在敬拜中同在;
##藐視獻祭,令會眾厭棄。
#祭司生命不警醒
##與婦人苟合
這經文應用在今日,很多人信耶穌不止是聽福音,而是用眼去看,所以那惡者搞亂神的家,會令人卻步去相信耶穌。另一方面,也可反省自己的敬拜,有否心存期待?相信神的同在?
![[路加福音18章1至8節]]

[[態度決定高度]] - 禱告的三個態度
#對神的態度︰對神的態度決定了神對我們的影響。我們對耶穌投了信任票嗎?我相信神,但我信任神嗎?我們可以成為典範嗎?
#對自己能力的態度︰就算被拒絕,仍不放棄,直到有改變。
#對我們說話的態度︰我們所說的的話,可以建立也可以毀滅。說話的能力,在可見與不見的地方都有影響力。我的口要服在我之下。

要時時禱告,不要灰心,耶穌知道我們灰心,不常禱告,因此用這個故事來鼓勵我們。
!路加福音 22:39-46
22:39    耶 穌 出 來 、 照 常 往 橄 欖 山 去 . 門 徒 也 跟 隨 他 。  
22:40    到 了 那 地 方 、 就 對 他 們 說 、 你 們 要 禱 告 、 免 得 入 了 迷 惑 。  
22:41    於 是 離 開 他 們 、 約 有 扔 一 塊 石 頭 那 麼 遠 、 跪 下 禱 告 、  
22:42    說 、 父 阿 、 你 若 願 意 、 就 把 這 杯 撤 去 . 然 而 不 要 成 就 我 的 意 思 、 只 要 成 就 你 的 意 思 。  
22:43    ''有 一 位 天 使 從 天 上 顯 現 、 加 添 他 的 力 量 。''  
22:44    耶 穌 極 其 傷 痛 、 禱 告 更 加 懇 切 . 汗 珠 如 大 血 點 、 滴 在 地 上 。  
22:45    禱 告 完 了 、 就 起 來 、 到 門 徒 那 裡 、 見 他 們 因 為 憂 愁 都 睡 著 了 .  
22:46    就 對 他 們 說 、 @@你 們 為 甚 麼 睡 覺 呢 . 起 來 禱 告 、 免 得 入 了 迷 惑 。@@  


''重點:''
#耶穌的禱告,最終也為了成就神的意思。
#禱告後,神會安排天使行動。
#要抱著儆醒的態度。
#2011.01.29   禱告隊的[[領受]]
*主啊,我將(孩子的名字)高舉在你面前,求你在四周安置圍籬保護他。
*保護他的靈魂、身體、意念和情感不要受到任何的邪惡傷害。
*我特別祈求你保護他們不遭遇意外、疾病、受傷或其他一切身體、精神、或情緒的毀損。
*我禱告他能投靠在「你翅膀的蔭下」直到「災害過去」(詩五十七1),隱藏他不遭受任何邪惡影響力的攻擊。
*保守他的安全,不使他遇上隱藏的危險,不讓任何人用武器攻擊他。
*幫助他行在你的法則中,順服你的旨意,好使他永不離開你的護庇。奉耶穌的名禱告。阿們。
按Wayne Grudem的定義,系統神學為
SystematicTheology is any study that answers the question, “What does the whole [[Bible]] teach us today?” about any given topic.
!約書亞記5:1-15
@@5:1@@    約 但 河 西 亞 摩 利 人 的 諸 王 、 和 靠 海 迦 南 人 的 諸 王 、 聽 見 耶 和 華 在 以 色 列 人 前 面 使 約 但 河 的 水 乾 了 、 等 到 我 們 過 去 、 他 們 的 心 因 以 色 列 人 的 緣 故 就 消 化 了 、 不 再 有 膽 氣 。  
@@5:2@@    那 時 耶 和 華 吩 咐 約 書 亞 說 、 你 製 造 火 石 刀 、 第 二 次 ''給 以 色 列 人 行 割 禮 。''  
@@5:3@@    約 書 亞 就 製 造 了 火 石 刀 、 在 除 皮 山 那 裡 給 以 色 列 人 行 割 禮 。  
@@5:4@@    約 書 亞 行 割 禮 的 緣 故 、 是 因 為 從 埃 及 出 來 的 眾 民 、 就 是 一 切 能 打 仗 的 男 丁 、 出 了 埃 及 以 後 、 都 死 在 曠 野 的 路 上 。  
@@5:5@@    因 為 出 來 的 眾 民 都 受 過 割 禮 . 惟 獨 出 埃 及 以 後 、 在 曠 野 的 路 上 所 生 的 眾 民 、 都 沒 有 受 過 割 禮 。  
@@5:6@@    以 色 列 人 在 曠 野 走 了 四 十 年 、 等 到 國 民 、 就 是 出 埃 及 的 兵 丁 、 都 消 滅 了 、 因 為 他 們 沒 有 聽 從 耶 和 華 的 話 。 耶 和 華 曾 向 他 們 起 誓 、 必 不 容 他 們 看 見 耶 和 華 向 他 們 列 祖 起 誓 應 許 賜 給 我 們 的 地 、 就 是 流 奶 與 蜜 之 地 。  
@@5:7@@    他 們 的 子 孫 、 就 是 耶 和 華 所 興 起 來 接 續 他 們 的 、 都 沒 有 受 過 割 禮 . 因 為 在 路 上 沒 有 給 他 們 行 割 禮 、 約 書 亞 這 纔 給 他 們 行 了 。  
@@5:8@@    國 民 都 受 完 了 割 禮 、 就 住 在 營 中 自 己 的 地 方 、 等 到 痊 愈 了 。  
@@5:9@@    耶 和 華 對 約 書 亞 說 、 我 今 日 將 埃 及 的 羞 辱 從 你 們 身 上 滾 去 了 。 因 此 那 地 方 名 叫 吉 甲 、 直 到 今 日 。 〔 吉 甲 就 是 滾 的 意 思 〕  
@@5:10@@    以 色 列 人 在 吉 甲 安 營 . 正 月 十 四 日 晚 上 、 在 耶 利 哥 的 平 原 ''守 逾 越 節 。''  
@@5:11@@    逾 越 節 的 次 日 、'' 他 們 就 喫 了 那 地 的 出 產 ''. 正 當 那 日 喫 無 酵 餅 、 和 烘 的 穀 。  
@@5:12@@    他 們 喫 了 那 地 的 出 產 、 第 二 日 嗎 哪 就 止 住 了 、 以 色 列 人 也 不 再 有 嗎 哪 了 . 那 一 年 他 們 卻 喫 迦 南 地 的 出 產 。  
@@5:13@@    約 書 亞 靠 近 耶 利 哥 的 時 候 舉 目 觀 看 、 不 料 、 有 一 個 人 手 裡 有 拔 出 來 的 刀 、 對 面 站 立 . 約 書 亞 到 他 那 裡 、 問 他 說 、 你 是 幫 助 我 們 呢 、 是 幫 助 我 們 敵 人 呢 。  
@@5:14@@    他 回 答 說 、 不 是 的 、 我 來 是 要 作 耶 和 華 軍 隊 的 元 帥 。 約 書 亞 就 俯 伏 在 地 下 拜 、 說 、 我 主 有 甚 麼 話 吩 咐 僕 人 。  
@@5:15@@    ''耶 和 華 軍 隊 的 元 帥''對 約 書 亞 說 、 把 你 腳 上 的 鞋 脫 下 來 、 因 為 你 所 站 的 地 方 是 聖 的 。 約 書 亞 就 照 著 行 了 。  


''重點:''
#重新行割禮。
#守逾越節。
#吃當地土產。
#耶和華元帥臨到。
*主啊,我把(孩子的名字)高舉在你面前,求你將敬虔的朋友與好的榜樣帶入他的生活中。
*賜他所需的智慧能選擇敬虔的朋友,幫助他絕不要為了贏取別人的接納而妥 協離開你的道。
*我禱告求你除去他生命中任何有不良影響力的人,或是改變那個人使他更像你。你的話語說:「與智慧人同行的,必得智慧;和愚昧人做伴的,必受 虧損。」(箴十二20)不要讓我的孩子成為愚昧人的同伴;使他能和智慧人同行。
*拯救他脫離一切個性邪僻的人,使他 不去效法那些人的行為。當他心中因失去朋友而哀傷時,安慰並帶給他新的朋友。
*挪去一切孤獨低落的自尊,使他不再尋覓那無法榮神益人的友誼。我奉耶穌的名禱 告求你教導他明白真實友誼的意義,教導他如何做別人的好朋友,建立堅強、親密、持久永續的友誼。願他的每一份友誼永遠都能榮耀你。
*主啊,我為(孩子的名字)及他和每位家人的關係禱告。
*保守並維護我們脫離尚未解決或永久的絕裂。
*以你的愛充滿他的心,賜他豐盛的憐憫與寬恕之心能流向每一位 家人。我特別明確地禱告,使(孩子的名字)與(家人的名字)一生都擁有親密、快樂、相愛和充實的關係。
*願他們之間一直都擁有良好的溝通,願懷怨的毒根無法 在他們心裡生長。幫助他們彼此相愛、珍惜、欣賞、尊重,好使他們之間那神所命定的關係永不破裂。你的話語教導我們「都要同心,彼此體恤,相愛如弟兄,存慈 憐謙卑的心」(彼前三8)。
*幫助他能「用和平彼此聯絡,竭力保守聖靈所賜合而為一的心」(弗四3)。
*我奉耶穌的名祈求你在他裡面注入一份對家人的愛與憐憫,使這份情感就像一條無法扯斷的繩索般牢固而永無止盡。
[[Gateway Church|http://gatewaypeople.com/sermons]] - Pastor Robert Morris
!運用羅馬書傳福音 - 羅馬路
#經文:
##羅三23
##羅六23
##羅五6-8
##羅十13
#有時你可問人:「你到過羅馬路嗎?羅馬路可以帶你到天堂。」然後你打開羅馬書向他傳福音,這亦是好主意。
#怎樣用這條「羅馬路」呢?
##「因世人都犯了罪,虧缺了神的榮耀。」(羅三23)主要是解釋與運用上半節「世人都犯了罪」,叫人知道自己有罪。在此可講一講罪的定義與實例。
##「因為罪的工價乃是死……。」(羅六23)用此節文,叫人知道犯罪是有工價、報應的。你可講講罪的各樣後果,例如……等。而這裡特別提到犯罪的結果是「死」,心靈與神隔絕,因而享受不到神所賜的能力與喜樂。
##「因我們還軟弱的時候,基督就按所定的日期為罪人死。為義人死,是少有的;為仁人死,或者有敢作的。惟有基督在我們還作罪人的時候為我們死。神的愛就在此 向我們顯明了。」(羅五6-8)用此節使人知道主基督是多麼愛我們,當我們仍得罪神,在罪中生活打滾之時,祂就為我們死,受了罪的刑罰,擔當了我們的罪。
##「因為凡求告主名的,就必得救。」(羅十13)用此節給他知道只要真心悔改,求主赦免,並求主作他的救主,他就必得救。
#根據每一點,加插你自己的見證和一些事實、證據,就能使對方認識整個福音,你不妨試試看。(但對背景上一向對真神與主耶穌認識得很少的,必須在這方面講得足夠和清楚。)
以[[敬虔的決定]]為基礎:
#如何開始
#如何維持
#如何結束
[[信望愛全球資訊網|http://fhl.net/main/]]
[[網絡基督使團|http://www.ccim.org/]] - [[網絡聖經|http://bible.ccim.org/]]
[[中英文聖經|http://www.o-bible.com/b5/]]
[[中英文聖經|http://bible.ccim.org/index.html]]
[[聖經新譯本|http://www.worldwidebible.net/Big5/OnlineNCV/]]
[[有聲聖經:普通話|http://www.audiotreasure.com/mp3/Mandarin/menu.htm]]
[[有聲聖經:廣東話|http://www.audiotreasure.com/mp3/Cantonese/]]
[[BibleGateway|http://www.biblegateway.com/]]
[[聖經知識庫|http://www.biblekm.com.tw/]]
[[聖靈|http://www.punshekchurch.org/Buzz/hs.htm]]
#背經的應許︰詩篇1:2 - 惟喜愛耶和華的律法,晝夜思想,這人便為有福。 
#背經的要求︰
##選定一個聖經版本。
##100%正確,經節和經文都不能有錯。
##常常溫習,要有溫習的伙伴。
#背經的方法︰
##使用背經卡,每十二節一個主題。
##整章聖經,例如羅馬書第八章,或詩篇第2篇、第23篇、第121篇。
#[[背經卡|https://docs.google.com/leaf?id=0ByLJ78Bx4tHcOTM2OWFlOTMtNjRlZS00NmJjLTkzMzktNDYyOWU5OGFiYWRh&hl=en]]
*我禱告求你拯救(孩子的名字)脫離任何揚言要侵襲他的恐懼。
*你說你所賜的「不是膽怯的心,乃是剛強、仁愛、謹守的心」(提後一7)。
*以你的愛充滿他,洗刷一切的恐懼與疑惑,使他認識你愛的同在,這愛能勝過任何揚言想要侵害他的恐懼。
*每當真正的危險或理當懼怕之事發生時,賜他智慧,保護他,吸引他更親近你。幫助他不要否認懼怕,而是在禱告中把懼怕帶到你的面前,並從恐懼中獲得釋放。
*當他逐漸親近你的時候,我祈求你的愛能貫穿他的生命並除去所有的懼怕。
*把你的話語栽種在他心中,當他更加認識你的話語時,讓信心在他的心靈中生根。
[[歌手徐池 - 蜕变成 “亚萨”的经历见证|http://blog.sina.com.cn/s/blog_5fdbfdc60100ol31.html]]
[[徐池蜕变歌者亚萨|http://video.sina.com.cn/v/b/42939950-1608252870.html]]
香港警察隊基督教以諾團契許淑芬牧師
Psa 78:1  (亞薩的訓誨詩。)我的民哪,你們要留心聽我的訓誨,側耳聽我口中的話。
Psa 78:2  我要開口說比喻;我要說出古時的謎語,
Psa 78:3  是我們所聽見、所知道的,也是我們的祖宗告訴我們的。
Psa 78:4  我們不將這些事向他們的子孫隱瞞,要將耶和華的美德和他的能力,並他奇妙的作為,述說給後代聽。
Psa 78:5  因為,他在雅各中立法度,在以色列中設律法;是他吩咐我們祖宗要傳給子孫的,
Psa 78:6  使將要生的後代子孫可以曉得;他們也要起來告訴他們的子孫,
Psa 78:7  好叫他們仰望神,不忘記神的作為,惟要守他的命令。
Psa 78:8  不要像他們的祖宗,是頑梗悖逆、居心不正之輩,向著神,心不誠實。
 
*[[Albert Mohler]]
**[[The Conviction to Lead]]
*主啊,我禱告求你能賜給(孩子的名字)喜樂的恩賜。讓喜樂的靈今天就在他的心中增長。願他認識那惟有在你面前才找得到的豐滿喜樂,幫助他明白惟有在你裡面才能尋得真實的快樂與喜悅。
*每當他被負面的情緒擊敗時,求你用愛四面環繞他。教導他說:「這是耶和華所定的日子,我們在其中要高興歡喜!」(詩一一八24)拯救他脫離絕望、抑鬱、孤單、沮喪、憤怒、棄絕。願這些負面的思想在他內心沒有立足之處,也不繼續存留在他的生命中。願他心中定意:「我的心必靠耶和華快樂,靠他的救恩高興。」(詩卅五9)
*主啊,將你的話牢固地根植在他心中,天天增添他的信心,使他能夠藏身在你的愛中,並從主的喜樂中得到力量,從今時直到永永遠遠。
這是Wikipedia對[[logos(邏各斯)]]和[[rhema(瑞瑪)]]的分析:

In Christianity, rhema is used in Greek Bible study to signify the action of Jesus Christ's utterance. In biblical study, the Greek word rhema comes in handy to distinguish between the two meanings of word. While the English translation translates both rhema and logos into word, originally in the Greek there was a distinction. Rhema is Christ's utterance, which extends to the Christian who is part of His body. Logos refers to Christ himself, again extending to his physical body, the Church. So whenever a Christian talks the word of Christ, his uttering can be called rhema. And whoever is a Christian can be described as part of the logos. As long as the link with Christ is maintained where the Holy Spirit is not absent.

In this modern usage, Logos is the "word of God" Jesus Christ, the subject from the Genesis to Revelation. Rhema is the revealed Word of God, as an utterance from God to the heart of the reader via the Holy Spirit, as in the Gospel of John 14:26:

    "... the Holy Spirit, whom the Father will send in my name, will teach you all things and will remind you of everything I have said to you."

Some modern usage in Christian Theology distinguishes Rhema from Logos (which here refers to the written scriptures) while Rhema refers to the revelation received by the reader from the Holy Spirit when the Word (Logos) is read, although this distinction has been criticized.
*主啊,我禱告求你以真理的靈充滿(孩子的名字)。賜他一顆喜愛和追隨真理的心,能拒絕所有的謊言,不給仇敵做見證。趕出他心中任何會助長謊言之靈的事物,潔 淨他,不讓所說所想的虛謊在他的內心懷胎並生出死亡。
*拯救他脫離一切謊言的靈,不被蒙蔽或受騙,而是永遠清楚明白你的真理。如果他說了謊,讓他內心痛苦不 安,讓認罪與承擔後果成為他的解脫之途。
*幫助我教導他明白謊言的意義,當他想考驗這個原則時,幫助我能有效地管教他。你的話語說:「只等真理的聖靈來了, 他要引導你們明白一切的真理。」(約十六13)我禱告求你真理的聖靈能引導他進入一切的真理。
*願他永遠不向謊言讓步,而是成為正直的人,竭力追隨真理的聖靈。
(1)   耶穌設一個比喻,是要人常常禱告,不可灰心。
(2)   說:「某城裡有一個官,不懼怕神,也不尊重世人。
(3)   那城裡有個寡婦,常到他那裡,說:『我有一個對頭,求你給我伸冤。』
(4)   他多日不准。後來心裡說:『我雖不懼怕神,也不尊重世人,
(5)   只因這寡婦煩擾我,我就給他伸冤吧,免得他常來纏磨我!』」
(6)   主說:「你們聽這不義之官所說的話。
(7)   [[神的選民]]晝夜呼籲他,他縱然為他們忍了多時,豈不終久給他們伸冤嗎?
(8)   我告訴你們,要快快的給他們伸冤了。然而,人子來的時候,遇得見世上有信德嗎?」
(1)   這事以後,主又設立七十個人,差遣他們兩個兩個的在他前面,往自己所要到的各城各地方去,
(2)   就對他們說:「要收的莊稼多,作工的人少。所以,你們當求莊稼的主打發工人出去收他的莊稼。
(3)   你們去吧!我差你們出去,如同羊羔進入狼群。
(4)   不要帶錢囊,不要帶口袋,不要帶鞋;在路上也不要問人的安。
(5)   無論進哪一家,先要說:『願這一家平安。』
(6)   那裡若有當得平安的人(當得平安的人:原文作平安之子),你們所求的平安就必臨到那家;不然,就歸與你們了。
(7)   你們要住在那家,吃喝他們所供給的,因為工人得工價是應當的;不要從這家搬到那家。
(8)   無論進哪一城,人若接待你們,給你們擺上什麼,你們就吃什麼。
(9)   要醫治那城裡的病人,對他們說:『神的國臨近你們了。』
(10)   無論進哪一城,人若不接待你們,你們就到街上去,
(11)   說:『就是你們城裡的塵土黏在我們的腳上,我們也當著你們擦去。雖然如此,你們該知道神的國臨近了。』
(12)   我告訴你們,當審判的日子,所多瑪所受的,比那城還容易受呢!」
(13)   「哥拉汛哪,你有禍了!伯賽大啊,你有禍了!因為在你們中間所行的異能若行在推羅、西頓,他們早已披麻蒙灰,坐在地上悔改了。
(14)   當審判的日子,推羅、西頓所受的,比你們還容易受呢!
(15)   迦百農啊,你已經升到天上(或作:你將要升到天上嗎),將來必推下陰間。」
(16)   又對門徒說:「聽從你們的就是聽從我;棄絕你們的就是棄絕我;棄絕我的就是棄絕那差我來的。」
(17)   那七十個人歡歡喜喜的回來,說:「主啊!因你的名,就是鬼也服了我們。」
(18)   耶穌對他們說:「我曾看見撒但從天上墜落,像閃電一樣。
(19)   我已經給你們權柄可以踐踏蛇和蠍子,又勝過仇敵一切的能力,斷沒有什麼能害你們。
(20)   然而,不要因鬼服了你們就歡喜,要因你們的名記錄在天上歡喜。」
*主啊,謝謝你在(孩子的名字)身上所放置的天賦才能。我禱告求你擴展並使用這些才能以榮耀你的名。
*讓我們和他都能看見這些才能,若有任何我應該特別給他的栽 培、訓練、學習經驗、或機會,請明確地指示我。
*願他的天賦才能都能照著你的方式與時機得以被發展、栽培。你的話語說:「按我們所得的恩賜,各有所不同。」 (羅十二6)當他認定你所賜的天賦才能時,我禱告使他不要因著任何欠缺、懼怕或困惑的感覺而不依從你的旨意來使 用。
*願他得聽你對他生命的呼召,使他不致枉費一生去摸索、或是完全錯失了這些美好的天賦才能。我禱告求你向他顯明未來一生的工作,幫助他能精益求精。
*祝福 他手中的工作,願他將來擁有一份深愛且勝任的工作,並讓他因這份工作而生活無慮。你的話語說:「人的禮物為他開路,引他到高位的人面前。」(箴十八16) 願他所做的一切都使別人喜悅,被接納也被尊重。最重要的是,我禱告求你釋放這些天賦才能,使之完全表彰以榮耀你名。
*主啊,我禱告求你賜給(孩子的名字)一顆對錯誤快快悔悟的心,願他對這些過錯能真正悔改,好使他可以蒙赦免、得潔淨。
*賜他一顆渴慕的心能活在你的真理中,願 他能像大衛那樣說:「求你將我的罪孽洗除淨盡,並潔除我的罪!神啊,求你為我造清潔的心,使我裡面重新有正直的靈。不要丟棄我,使我離開你的面;不要從我 收回你的聖靈。
*求你使我仍得救恩之樂,賜我樂意的靈扶持我。」(詩五十一2,10-12)
*主啊,照明他一切隱而未現的罪,好使這些罪都被對付並蒙赦免。你的話語說:「得赦免其過、遮蓋其罪的,這人是有福的!」(詩卅二1)我禱告求你使我的孩子永遠不壓抑心中的罪,而是有一顆願意悔悟的心,並說:「看在我裡面有什麼惡行沒有,引導我走永生的道路。」(詩一三九24)願他不活在愧疚與譴責中,而是清清楚楚完全明白他在基督裡所蒙受的寬恕。
*主啊,我禱告求你使(孩子的名字)不沾上任何習癮--特別是煙酒或藥物的習癮。
*使他在你裡面剛強,吸引他更親近你,使他能讓你掌管他的生命。
*對他的心說話,指示他走當行的道路,幫助他明白:服事你的其中一個方式就是要保護身體,遠離任何會毀壞身體的事物。
*我禱告求你阻撓撒旦想用煙酒或藥物毀滅他生命的任何計謀,拿去他會受誘惑的任何性情。
*賜他有明辨是非的力量能向一切帶來死亡的事物說「不」,向一切屬於神並 帶來生命的事物說「是」。願他一遇見試探便能清楚看見真理,一落入陷阱就能脫離惡者得蒙拯救,使他凡事都選擇生命,願他單單對神的事物上癮。
MK牧師
2010年加入磐石
事奉崗位為堂主任/睦鄰中心主任

#於2004年開始成為[[基督教磐石教會]]的全時間[[傳道人]].
*[[沈默]]
*[[鋼鋸嶺]]
*[[Matrix]]
*[[OpenOffice|http://www.openoffice.org/]] - 辦公室軟件。
*[[OpenSong|http://www.opensong.org/]] - 處理教會的詩歌。
*[[e-Sword|http://www.e-sword.net/]] - 有聖經、解經書和字典。
*[[TiddlyWiki|http://www.tiddlywiki.com/]] - 個人資料處理及網頁製作的軟件。
*[[NVU|http://nvu.com/index.html]] - 網頁製作工具。
*[[教會用軟件|http://freeforchurches.com/]]
教會電郵 

punshek@gmail.com
| [[靈命日糧|http://www.rbcasia.org.sg/odb/b5-odbtxt.php?lang=b5]] | [[Daily Devotion|http://www.ag.org/top/devotional/]] |

| [[以馬內利網絡|http://www.immanuel.net/CB/]] | [[我們的網站|http://www.oursweb.net/]] | [[水流職事站|http://www.lsmchinese.org/]] |
| [[武林英雄帖|http://www.christianstudy.com/]] | [[恩典在線|http://www.edzx.com/]] | [[信仰之門|http://www.godoor.com/default.asp]] |
| [[福音影院|http://www.jdjys.com/]] | [[愛的團契|http://www.loves7.com/]] | [[阿們網|http://www.1amen.com/Index.asp]] |
| [[愛網|http://www.julia4christ.org/]] | [[線上資源中心|http://occr.christiantimes.org.hk/index.htm]] | |
[img[http://highrock.stewards.org.hk/image/hr01.gif]]

2006年7月15日
愛·遇見
以為遇到...
但,又偏偏失去。
最後,又遇到不一樣的。
你,遇到了沒有?
#禱告中領受神的榮光滲入睦鄰中心、社區、居民的心。
#教會興起五色軍隊︰敬拜、禱告、佈道、牧養、憐憫和木蘭軍,求主預備並裝備信徒。
#已受飛鷹裝備的弟兄姊妹提升生命,被主使用,新一界飛鷹課程有弟兄姊妹報讀,全教會弟兄姊妹都要成為精兵,加入軍隊行列。
#我們同感一靈為牧者們和領袖們逐位提名禱告,按著每位需要代禱和祝福。
#為睦鄰中心籌款感恩,感謝黃牧師的祝福和建議,求主成就祂的美意,願主親自報答黃牧師的厚愛。
#求神讓弟兄姊妹有決心將紅封包全數奉獻給神。當我們盡了本份,就能得着祝福。
#為睦鄰中心裝修工程禱告,求神預備足夠人手施工,各工種彼此協調和配合。
*主啊,謝謝你應許我們有謹守的心。我為(孩子的名字)向你要求這個應許,我禱告使他的心思能清晰、警覺、開朗、聰明、穩定、平和、整齊。
*我禱告使這個心思沒 有困惑、愚頓、錯亂、散漫、紊亂、也沒有消極的想法。我禱告使他內心沒有複雜困惑的思想。求你賜他清澈的心思,好使他的思維正直而誠實。
*賜他能力,使他能做出清楚的決定,明白一切需要知道的事情,也能專注於他必須完成的事情。若是他有任何的精神混亂、損傷、或官能障礙,我此刻就奉耶穌的名宣告病得醫治。願他的心志改換一新(參弗四23),並具有基督的心(參林前二16)。
*我禱告他能盡心、盡性、盡意地愛主,好使他裡面沒有餘地讓敵人說謊、或讓世界喧嚷。願神的話語在他心裡生根,願他內心充滿一切真實、可敬、公義、清潔、可愛、有美名、有美德、值得稱讚的事物(參腓四8)。
*你說過:「堅心倚賴你的,你必保守他十分平安,因為他倚靠你。」(賽廿六3)我禱告使他對你及你話語的信心能日益增長,好使他永遠都擁有一顆平安而謹守的心。
*主啊,我將(孩子的名字)高舉在你面前,求你使他想吃有益健康的食物。我知道在他一生中,很可選些很不營養的食物,而且吃完之後的結果是死亡而不是生命。我禱告他能免受各種飲食失調的傷害。我要奉耶穌基督賜我的權柄(參路十19),代表我的孩子說:「不厭食,不貪食,不對食物上癮,不暴飲暴食,不餓肚子節食,不要有任何失調的飲食習慣。」
*主啊,你的話語說:「你們必曉得真理,真理必叫你們得以自由。」(約八32) 幫助他看見生活之道的真理,好使他可以從有礙健康的習性中獲得釋放。除了飲食得當之外,我祈求你使他願意規律地運動,全力照著你的話來控制並處理他生活中 的壓力。當他落在任何一種情況中掙扎時,願他轉向你,並說:「耶和華啊,求你將你的道指教我。」(詩廿七11)賜他遠見能把自己的身體視為神聖靈的殿。
*我禱告他能珍重你所賜的身體,也願意好好地照顧它。願他不要對身體吹毛求疵,也不要以公眾輿論和接納標準的顯微鏡來檢視自己。我禱告他不要被那些誘人的時裝雜誌、電視或電影所捆綁,我禱告他能夠向你祈求說:「求你叫我轉眼不看虛假。」(詩一一九37)幫助他明白真正讓人有吸引力的,是你聖靈的內住與自然的煥發。願他能夠明白真正的魅力是源於一顆愛神的心。
Mat 5:38-48
(38)   「你們聽見有話說:『以眼還眼,以牙還牙。』
(39)   只是我告訴你們,不要與惡人作對。有人打你的右臉,連左臉也轉過來由他打;
(40)   有人想要告你,要拿你的裡衣,連外衣也由他拿去;
(41)   有人強逼你走一里路,你就同他走二里;
(42)   有求你的,就給他;有向你借貸的,不可推辭。」
(43)   「你們聽見有話說:『當愛你的鄰舍,恨你的仇敵。』
(44)   只是我告訴你們,要愛你們的仇敵,為那逼迫你們的禱告。
(45)   這樣就可以作你們天父的兒子;因為他叫日頭照好人,也照歹人;降雨給義人,也給不義的人。
(46)   你們若單愛那愛你們的人,有什麼賞賜呢?就是稅吏不也是這樣行嗎?
(47)   你們若單請你弟兄的安,比人有什麼長處呢?就是外邦人不也是這樣行嗎?
(48)   所以,你們要完全,像你們的天父完全一樣。」