This blog will be used to keep private notes (primarily for computer setup, software development, and general design; possibly some personal notes) and, importantly, to help develop good blog writing styles and techniques. This was the initial text of this post from WordPress:
Welcome to WordPress.com.
This is your first post. Edit or delete it and start blogging!
Colophon
Current Theme: iNove, by mg12
Blog Post Writing Format and Style Notes
|
Inspirations
- The Chaos Manor columns in BYTE Magazine, by Jerry Pournelle, now morphed into the websites: Chaos Manor Reviews and Chaos Manor Musings.
- “How can you tell whether you’re ready to start your own blog?” @@ https://web.archive.org/web/20090708082148/http://stackoverflow.com/questions/8921/how-can-you-tell-whether-youre-ready-to-start-your-own-blog
- a legendary post about starting your own blog
- “You Should Write Blogs@https://web.archive.org/web/20090727073500/http://steve.yegge.googlepages.com/you-should-write-blogs”
- “Best Blogging Options for Programmers / Source Code Formatting”
- a great starting post for a blog
- “How To Achieve Ultimate Blog Success In One Easy Step” and “Fear of Writing” by Jeff Attwood
- and multiple other posts on Coding Horror
- “Running Wordpress Locally As A Diary ”
Blog Style Examples (with saved screenshots [PENDING])
- Just Another WordPress Weblog @ http://en.blog.wordpress.com
- Excellent fonts, very nice overall section formatting
- Use PowerShell, by Steven Murawski, @ http://blog.usepowershell.com
- uses Mystique theme (see http://wordpress.digitalnature.ro/mystique, download @ http://digitalnature.ro/projects/mystique) by digitalnature, Powered by WordPress
- Excellent overall fonts and formatting, just really missing a flexible width
- JoelOnSoftware, by Joel Spolsky, @ http://joelonsoftware.com
- Good section formatting, excellent font selection
- Coding Horror, by Jeff Attwood, @ http://www.codinghorror.com/blog
- Excellent topic specialization, fair formatting, fair font selection
- Good writing and very relevant topics
- Aaron Stebner’s Weblog, by Aaron Stebner, @ http://blogs.msdn.com/astebner
- Clean, simple, but complete layout
- ComputerZen, by Scott Hanselman, @ http://www.hanselman.com/blog
- Fair content section formatting (a bit cluttered), good topics, good recommendations
- Fair to good fonts
- Good code formatting (see the “Best Code Syntax Highlighter for Snippets in your Blog“ blog post)
- CodePlex Projects (example @ http://sourcecodeplugin.codeplex.com)
- clean overall layout with good font selection
- i love typography (aka iLT), by John Boardley, @ http://ilovetypography.com
- Interesting font usage (of course)
- op111.net @ http://opt111.net
- clean, simple design and format
- example page: “The manual Excerpt in WordPress: What, why, how, tips and plugins” @ http://op111.net/67
- BloggerZone @ http://msaqib52.byethost18.com
- clean, uncluttered, modern styling
- unfortunately, not updated since April 2009; likely defunct
- blog advice: “10 Things You Shouldn’t have on Your Blog”
- 6 Lessons I Learned in Two Years of Blogging
- http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags
- http://www.sohtanaka.com/web-design/styling-pre-tags-with-css-code-block
- http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter
- http://artoftheiphone.com/2009/01/19/how-to-create-an-iphone-ringtone-using-itunes
- http://www.designbyfire.com/deye_web/alertbox.htm * link design
- http://www.freethemelayouts.com
- http://esquareda.com/journal
- good overall design aesthetic
- a squarespace blog
Colophon example
1 | * Published With: [Squarespace](http://www.squarespace.com/?associateTag=esquareda) |
Blog Backup Notes and Sites
- “WordPress Backups”, by WordPress, retrieved @ 2010-02-15.
- “Backup Your Blog Regularly”,
- “International Backup Awareness Day”, by Jeff Attwood, retrieved @ 2010-02-15.
- “What’s Your Backup Strategy?”, by Jeff Attwood, retrieved @ 2010-02-15.
- http://www.taobackup.com
Protect you blog’s content:
textual post content (including time and comment flow). This is usually in a database on the blog host. Make sure it’s protected, either thru redundant host backup, or, better yet, through frequent personal backups. The word of the host isn’t really good enough. Protect the content with a backup strategy that you understand and can use to restore the blog in the event of a catastrophic host failure.
embedded and attached files (generally images, audio/video, and various other files). Some may be hosted by the blog host (embedded). However, it’s probably safer to avoid embedding the files and to link to them “externally” (thru a URL which is not internal to the blog, but which can be hosted external to the blog). Your blog host can hold and serve the files (eg, thru another URL or an FTP site) as long as the setup allows for transfer of the files to another host with simple DNS updates and file host configuration (moving the attached files should entail no changes to the blog itself). Hosting the files in the cloud (Amazon S3, or other cloud storage) would be a great idea.
In order to protect your blogs content/location and to be able to freely move media assets without changes to the blog, you need to own your own domain(s).
General Blog Formatting
Notes on Graceful Degradation / Progressive Enhancement, “On CSS3: ‘Graceful Degradation’ or ‘Progressive Enhancement’”.
Some thoughts about mobile formatting, “The Mobile Web is Different From the Regular Web”.
Blog Definitions
blogroll
- What is a Blogroll? @ http://weblogs.about.com/od/partsofablog/qt/WhatIsaBlogroll.htm
Blog Hosts
- WordPress @ http://www.wordpress.com or alternate hosting (self or third-party) from http://www.wordpress.org
- TypePad @ http://www.typepad.com
- used by Code Horror
- for Syntax Highlighting, see “Adding SyntaxHighlighter to a TypePad Pro Account Using Advanced Templates” by Jonas “JoNtE” Montonen
- Squarespace @ http://www.squarespace.com
- Interesting, high-end design elements
WordPress Themes
- WooThemes @ http://www.woothemes.com/
- Professional theme development and support
- Examples: Irresistible @ http://www.woothemes.com/2009/02/irresistible, Meta-morphosis @ http://www.woothemes.com/2009/04/meta-morphosis, myweblog @ http://www.woothemes.com/2009/05/myweblog, BlogTheme @ http://www.woothemes.com/2008/11/blogtheme, Typebased @ http://www.woothemes.com/2008/11/typebased, Busy Bee @ http://www.woothemes.com/2008/12/busy-bee, Open Air @ http://www.woothemes.com/2008/10/open-air
- ThemeForest @ http://themeforest.net
- 99 designs @ http://99designs.com
- Custom designed themes
- Interesting Individual Themes
WordPress Editor Options
At the very least, setup Google Gears to improve the WYSIWYG editor. [ToDO: show steps…]
For offline editing options, see:
Code Formatting
Look at the WordPress.com support page regarding syntax highlighting (“Code » Posting Source Code”) and the WordPress.ORG page “Writing Code in Your Posts”.
|
Other blog posts about hosts and code formatting:
File attachments
Load files to an external, accessible web server (eg, grym.wotw.net) and link it within the post. Generally, place the file in a subdirectory corresponding to the “short link” URL to separate same named files for different blog posts and in the blog roll. An example is included with [at the end of this post](\Documents and Settings\Administrator\Application Data\Zoundry\Zoundry Raven\ImportedProfileWLW\temp_z_raven_mshtml_1266363371.36_tmp.xhtml#pOuXm-1.Attachment-1).
NOTE: I might want to add a specific attachments section at the end of a post for file attachments.
Monetizing a Blog
See:
*** {style=”margin-bottom: 1em”}
Attachments {style=”margin-bottom: 0”}
[^1]: “List of Ubuntu releases”, http://en.Wikipedia.org/wiki/List_of_Ubuntu_releases, (2019-04-04; @).
[^2]: Delaney, Robert. “Citation Style for Research Papers”. Long Island University, http://www.liu.edu/CWIS/CWP/library/workshop/citation.htm (2010-02-11; @).