Apidesign: Protected "Blogs" [edit=sysop:move=sysop] - 2011-03-20 20:01:51

Protected "Blogs" [edit=sysop:move=sysop]

←Older revision Revision as of 20:01, 20 March 2011

JaroslavTulach at 18:21, 3 November 2008 - 2008-11-03 18:21:13

←Older revision Revision as of 18:21, 3 November 2008
Line 1: Line 1:
-
[[Blogs:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]] | [[Blogs:JesseGlick|Jesse on Design]] | [[Blogs:AndreiBadea|Andrei on Enums]]
+
[[Blogs:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]]
-
 
+

213.220.235.54 at 19:25, 16 September 2008 - 2008-09-16 19:25:06

←Older revision Revision as of 19:25, 16 September 2008
Line 1: Line 1:
[[Blogs:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]] | [[Blogs:JesseGlick|Jesse on Design]] | [[Blogs:AndreiBadea|Andrei on Enums]]
[[Blogs:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]] | [[Blogs:JesseGlick|Jesse on Design]] | [[Blogs:AndreiBadea|Andrei on Enums]]
 +

JaroslavTulach at 19:46, 18 July 2008 - 2008-07-18 19:46:21

←Older revision Revision as of 19:46, 18 July 2008
Line 1: Line 1:
-
[[Blogs:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]] | [[Blogs:JesseGlick|Jesse on Design]]
+
[[Blogs:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]] | [[Blogs:JesseGlick|Jesse on Design]] | [[Blogs:AndreiBadea|Andrei on Enums]]

AndreiBadea at 14:26, 16 July 2008 - 2008-07-16 14:26:16

←Older revision Revision as of 14:26, 16 July 2008
Line 10: Line 10:
{{:Blogs:JesseGlick}}
{{:Blogs:JesseGlick}}
 +
 +
{{:Blogs:AndreiBadea}}

JaroslavTulach: /* Notes for blog writers */ - 2008-07-16 06:51:52

Notes for blog writers

←Older revision Revision as of 06:51, 16 July 2008
Line 42: Line 42:
</pre>
</pre>
-
That tag pre-creates and new and easy way to submit comments to your blog page.
+
That tag pre-creates a new and easy way to submit comments to your blog page.

JaroslavTulach: /* Notes for blog writers */ - 2008-07-15 21:25:39

Notes for blog writers

←Older revision Revision as of 21:25, 15 July 2008
Line 42: Line 42:
</pre>
</pre>
-
That tag pre-creates and new and easy way to submit comments to your blogs.
+
That tag pre-creates and new and easy way to submit comments to your blog page.

JaroslavTulach: /* Notes for blog writers */ - 2008-07-15 21:25:14

Notes for blog writers

←Older revision Revision as of 21:25, 15 July 2008
Line 34: Line 34:
</source></nowiki>
</source></nowiki>
</pre>
</pre>
 +
 +
In case you are writing a blog entry where you expect lively discussion and participation from others, do not forget to end your page with:
 +
 +
<pre><nowiki>
 +
<comments/>
 +
</nowiki>
 +
</pre>
 +
 +
That tag pre-creates and new and easy way to submit comments to your blogs.

JaroslavTulach: /* Notes for blog writers */ - 2008-07-15 15:27:50

Notes for blog writers

←Older revision Revision as of 15:27, 15 July 2008
Line 20: Line 20:
==== Blog entry ====
==== Blog entry ====
-
Some introductory text with a [[link]] to your article. Followed by your signature...
+
Some introductory text with a [[link]] to your article.
 +
Followed by your signature:
--~~~~
--~~~~

JaroslavTulach: /* Notes for blog writers */ - 2008-07-15 15:27:29

Notes for blog writers

←Older revision Revision as of 15:27, 15 July 2008
Line 28: Line 28:
There is also [[wikipedia::mediawiki|MediaWiki]]'s [[wikipedia::GeSHi|GeSHi]] extension installed. So in case you need to provide code snippet, use the source tag:
There is also [[wikipedia::mediawiki|MediaWiki]]'s [[wikipedia::GeSHi|GeSHi]] extension installed. So in case you need to provide code snippet, use the source tag:
-
<source lang="xml">
+
<pre><nowiki>
<source lang="java">
<source lang="java">
...
...
-
</source/>
+
</source></nowiki>
-
</source>
+
</pre>