Here is a list of 20 blogging terms with their supposed definitions. I’ve never seen most of these terms used which is why they qualify as weird to me. Let me know if you recognize any of these terms and be sure to add on to the list in the commenting area.
Weborexic – Referring to tiny (width-wise) layouts. Coined by Rhiannon Phillips.
instalanche – Sudden and possibly overwhelming increase in traffic to a site after being linked to by the Instapundit
K-log – aka “knowledge log”, a type of blog usually used by knowledge workers and posted on a company intranet for sharing company knowledge.
Gulog – A portmanteau of “gulag” and “blog”. Used when a blog is so dismal and depressing, it’s as if it were written in a Soviet labour camp.
Glog – A first-person recording of an activity, in which the person doing the recording is a participant in the activity. Probably a portmanteau of “gonzo” and “blog”.
Blooger – A blogger who exhibits adolescent tendencies and lacks basic social graces or good manners. A portmanteau of “blog” and “booger.”
Blistless or B-listless – When a blogger becomes listless or apathetic about posting. It is also indicative of what will happen to the blogger’s mailing list.
Bleg – A blog entry consisting of a request to the readers, such as for information or contributions. A portmanteau of “blog” and “beg”. Also called “Lazyweb.”
Biblioblogosphere – A humorous reference to the world of librarian blogging
Fisking – To rebut a blog entry in a line-by-line fashion.
Phlog – Type of blog utilising the Gopher protocol instead of HTTP
Scribosphere – Term to encompass blogs written by professional and aspiring screenwriters. A portmanteau of “scribe” and “blogosphere”.
Svithe – A spiritually themed post on a blog not normally focused on spiritual matters.
Vorage – A marriage between the words forage and video defined as “The act of foraging for video on the internet and sharing it with others.” Bloggers or vloggers who share streaming or downloaded video content on the web often engage in voraging, scouring search engines and obscure websites to present a curated collection of videos that usually fall within a set theme or editorial perspective.
Blogorrhea – A portmanteau of “blog” and “logorrhea”, meaning excessive and/or incoherent talkativeness in a weblog.










WordPress Comment Reply Plugin
One of the greatest things about blogging, especially on your own blog is the discussion that takes place through comments. Here at Jeffro2pt0.com we have taken the approach of manually typing in <strong>@CommentAuthorName</strong> as our means of typing out a reply. After typing this in time and time again, it begins to become irritating.
While searching the plugin database on WordPress.org, I came across WP-EasyReply. This plugin when activated presents a REPLYNEW link near the commenting text area. When you click this link, all of the comments that came before yours are automatically entered into the comment form along with a blockquoted version of their comment. This is similar in how a forum works when you want to reply to specific person and it automatically quotes their comment.
I thought this was great. However, I didn’t see the need of appending the same comment over and over again throughout the discussion so I went inside the plugin code and deleted a few things. Now when you click the link, it automatically outputs the @AuthorName in bold which is what the user’s of this blog and myself have been doing for quite some time now.
The only problem with this plugin is that the link only appears for me and no one else. I am currently working with the plugin author to see if the reply link can be manipulated so that it is displayed for the general public to use. I’m also trying to talk the plugin author into wrapping up his plugin into a one line php function like so many other plugins. This way, users would be able to place that line of code anywhere they wanted to within the comments.php file giving blog owners the chance to display the REPLY NEW link anywhere they see fit.
If you want the same results here is the code change:
Original Code:
$posters.="@$com->comment_author - < blockquote >".htmlentities(@$com->comment_content)."< /blockquote >$lf$lf";Changed Code:
$posters.="< strong >@$com->comment_author < /strong >