Protected "Blogs" [edit=sysop:move=sysop]
| ←Older revision | Revision as of 20:01, 20 March 2011 |
Protected "Blogs" [edit=sysop:move=sysop]
| ←Older revision | Revision as of 20:01, 20 March 2011 |
| ←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:JaroslavTulach:Theory|The Theory]] | [[Blogs:JaroslavTulach:Practical Design| Practical Design]] | [[Blogs:JaroslavTulach:Daily Life|Daily Life]] |
| - | + | ||
| ←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]] | ||
| + | |||
| ←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]] |
| ←Older revision | Revision as of 14:26, 16 July 2008 | ||
| Line 10: | Line 10: | ||
{{:Blogs:JesseGlick}} | {{:Blogs:JesseGlick}} | ||
| + | |||
| + | {{:Blogs:AndreiBadea}} | ||
Notes for blog writers
| ←Older revision | Revision as of 06:51, 16 July 2008 | ||
| Line 42: | Line 42: | ||
</pre> | </pre> | ||
| - | That tag pre-creates | + | That tag pre-creates a new and easy way to submit comments to your blog page. |
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 | + | That tag pre-creates and new and easy way to submit comments to your blog page. |
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. | ||
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: | ||
--~~~~ | --~~~~ | ||
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: | ||
| - | < | + | <pre><nowiki> |
<source lang="java"> | <source lang="java"> | ||
... | ... | ||
| - | </source/> | + | </source></nowiki> |
| - | </ | + | </pre> |