Posts Tagged ‘Blogging’

Quick Wordpress Theme Tip

Friday, October 16th, 2009

This is just a quick Wordpress tip for you.

I’m fairly new to Wordpress, but have been working away on various blogs trying to learn everything I can.

You may already know this tip, but here it is anyway. I only learned this this week…

When I setup my first few Wordpress blogs, I manually edited the code of the standard blue Kubrick theme files to customise the look and feel of the blog. Last week, I updated one of the blogs to Wordpress 2.8.4. I backed up what I thought was everything first, but completely lost my customised theme!!

I was devastated. However, from every error there’s a lesson! So I looked into how to resolve this. This time, using my built-in file manager, I copied the whole theme folder into a new folder (calling it a name relevant to that blog). In the styles.css file within the new folder, I edited the first few lines to give this new theme a name different to the Kubrick one.

From within the admin area of the Wordpress blog, I activated this new theme, then customised it. After I’d finished, I downloaded it onto my PC (copying the whole folder). I actually wanted to have another identical looking blog to create a blog network, so just uploaded this new theme to a new Wordpress installation and activated it.

Voila! An instant customised theme.

Hope you find this tip useful. I’d be glad to hear from you if you do.

Post to Twitter Tweet This Post

3 Great Twitter Utilities – Auto Unfollow, Auto Tweet and TwitterFeed

Friday, October 16th, 2009

twitterIf you use Twitter to any great degree, you’ve probably already seen the potential it can create for you.

The problem, as with most blogging and microblogging platforms, is making time to write tweets and get involved. Here are some techniques I’ve been using to keep my followers occupied with regular tweets.

Twitter Utility #1 – TwitterFeed

I am going to have to assume that you run a blog (any platform, Blogger, Wordpress, self hosted etc.)(if you don’t why not??). Using the TwitterFeed system connected to your Twitter account, you can have every post that you write for your blog, added to your Twitter page as a tweet. This is perfect as you will be writing for your blog anyway. It keeps your Twitter account fresh and will inevitably mean you get more followers. You can setup multiple blog feeds into Twitter to gather even more momentum.

Go to www.twitterfeed.com to setup your account.

Twitter Utility #2 – TweetLater

This second Twitter tip is to do with keeping in touch with your new followers. If you’ve setup your TwitterFeed account, and your Twitter account is gathering followers, wouldn’t it be nice to send each new follower a message, maybe just saying hello, or offering them something for free by visiting your blog or web site. What about if you automatically followed them too?

Again, Twitter is about momentum. The more people you follow, the more people will see your profile on profiles that they follow, and you will gather more followers. You follow ;0)?

TweetLater is a service that you can setup to do exactly that (and more, but that’s for another post). Each time someone follows you, you can send them a welcome message, and autofollow them. This is fantastic to build up your twitter followers reasonably quickly.

Go to www.tweetlater.com and explore the other features the site has, such as schedule tweets.

Twitter Utility #3 – Auto Unfollow Twitter Followers

The one problem with autofollowing is that you are only allowed to follow more than 2,000 people if you have 2,000 or more people following you. When I first set this up on my Twitter account, I reached following 2,000 quite quickly, but only had around 1,700 followers. I couldn’t follow any more. After doing some searching, I found a few sites that offered the option of unfollowing people not following you. The best one I found was FriendorFollow. Enter your Twitter account details, and it will respond back with who’s following you and who’s not. You can select multiple people and bulk unfollow them (if you wish). My Twitter account is now back on track and I’m following an even amount of followers.

www.friendorfollow.com will help you sort out your followers list.

Obviously, your Twitter model may be different to mine. I have other Twitter accounts that are much more conservative and dedicated to niche topics, and I use different techniques for those. But my main account is to generate traffic to my sites, so this process works for me.

Do you have any Twitter tips to share?

By the way, how do you like my new bookmark icons below? Neat huh? Stay posted here and I’ll tell you where I got them.

Post to Twitter Tweet This Post

Great Wordpress Plugins

Friday, July 3rd, 2009

I’ve been adding some great new Wordpress plugins to this site to help improve it’s performance and usability.

The first one shows related posts at the bottom of each post. This will hopefully help to keep you entertained and to help you find more great articles here on the site.

The second plugin helps by adding a Tweet This link at the end of each post.

I found these plugins from this site, and I hope you find it useful too.

Post to Twitter Tweet This Post

All you need to know about RSS

Monday, February 23rd, 2009

What does RSS mean?

RSS may mean three different things. The original RSS (RDF Site Summary RSS 0.9) was developed by Dan Libby for Netscape. After a couple of months, they produced a simpler and easier-to-use version called Rich Site Summary or RSS 0.91. But they later lost interest, leaving it without an owner. As more and more users were using RSS, Winer made an adapted version of RSS 0.91 for Userland, claiming it as his own. Later in 2005, Microsoft developed Really Simple Syndication in relation to its Simple Sharing Extensions.

What is RSS?

RSS is a XML file format for syndicating content and news in the web. It is usually used by websites that constantly need to update their content regularly such as news websites (CNN, BBC and Reuters) and weblogs. Since it essentially gives one’s webpage more traffic, it is now more widely used in marketing, web publications and virus reports. Today, large and small websites alike are usually RSS-enabled.

For example, you’re an avid fan of baseball and you want to share something recent about one of the players. Other than content, you can also attach multimedia files, like videos or pictures. By using RSS feeds, other Internet users subscribed to RSS-enabled sites can read your “headline” for free. They can also track for changes and updates using news aggregators, which will be discussed later on.

How does RSS work?

To be able to use RSS, you first have to download a software (content management system), by which XML format can be read. The title and, excerpt of the article, and a link to the full article are shown. Other than just text, you can also insert multimedia files in RSS feeds like pictures, videos, mp3s and others. Broadcatching, picturecasting, photocasting, and podcasting are some features you can incorporate into your feed, but will not be discussed in this article.

For users to access a RSS feed, they need to use an aggregator or a feed reader. An aggregator searches for updates on RSS-enabled webpages then displays it. It can either be a standalone program or a web browser extension, depending on your operating system. Search engines for web content broadcasted over RSS feed are also available such as Plazoo and Feedster.

How can I make an RSS feed?

It is definitely easier to make an RSS feed if you know HTML. If not, you could sign up for a blog (there are hundreds out there), some of which automatically creates RSS. If you’re using a personal webpage building system, you need to understand more about RSS. Making an RSS feed from scratch is relatively easy.

A RSS feed should always contain an “item”, whichever version of RSS you might use. If you wrote about a recent event in your city or a book review, the contents of this article can form an item. An item is essentially composed of three things: a title, its description, and link (where they can find your webpage). In choosing a title and description, use something that will describe the web content best. Although it will be easier for you, it doesn’t follow that the title tag of your webpage and the item title are the same.

An item will look like HTML tags. First, you need to put an opening channel tag that defines it as an XML file. Then, label the tag as an item by putting <item> after the channel tag. After this, you can now insert the three essentials of your item: <title>, <description>, and <link>. Just like HTML, we need to close the tag by writing </channel> and </rss> at the bottom.

An RSS feed that contains multiple tags looks like this:

<?xml version=”1.0″?>
<rss version=”2.0″>

<channel>

<item>
<title>Anne Rice’s Belinda: A Book Review</title>
<description> If you haven’t read any Anne Rice books yet, you will be greeted with shocking romantic relationships forming between unlikely characters… </description>
<link> http://allaboutbookreviews.com/belinda </link>

<item>
<title>Harry Potter IV: Darker with More Deaths</title>
<description> The recently released Harry Potter installation has proved dark for its younger readers…</description>
<link> http://allaboutbookreviews.com/harrypotterandthehalfbloodprince </link>

</channel>

</rss>
Now, if you’re still having a hard time understanding these tags, look for HTML tags tutorial to further grasp the concept. Have fun!

Regards
Roger Mayne
Swiftdeal

Post to Twitter Tweet This Post

Introduction to Blogs and Blogging

Friday, February 20th, 2009

What is a blog?

A weblog, commonly truncated to blog, is basically a website carrying published items, including articles, photographs, videos and audios.

A typical blog is an information hub comprising of text, images and weblinks related to other web pages and blogs, along with other media related to the topic.

Meanwhile, in layman language, a blog is essentially defined as a frequent, chronological publication of personal thoughts and web links.

The act of authoring and maintaining a blog, or adding an article to an existing blog is known as blogging. Individual articles on a blog are referred to as ‘blog posts’ or ‘entries’ and the person who posts these entries is called a ‘blogger’.

History

The pre-digital electronic community witnessed many forms of electronic communications including the likes of wire fights of AP wire, usenet, e-mail lists and bulletin board systems (BBS), going on to ‘threads’, the running conversations created by WebEx.

The concept of a blog as we know it today evolved from the system of online diaries where people would keep a running account of their personal lives. The term ‘weblog’ was coined in 1997 by Jorn Barger and abridged to ‘blog’ by Peter Merholz.

Functions

A blog has one or more of the following functions to perform:

• To focus on a particular subject, such as food, politics, news etc.
• To function as an online diary for various thought groups.
• To disseminate information.

Making of blogs

Specific server-based systems are used to create and maintain blogs. The users use tools such Ecto, Elicit and w.bloggar to maintain their web-hosted blog without being online while composing or editing posts.

Besides, blog creation tools and blog hosting services are also provided by many of the web hosting companies, internet service providers, online publications and internet portals. Some of these service providers include Tripod, America Online, Salon.com, Yahoo! 360° and Google.

Some of the blogging software are b2evolution, geeklog, blogger, bBlog, LifeType, Nucleus CMS, PostNuke, Serendipity, TypePad, Typo, WordPress and Xanga.

Blog Composition

A blog entry has two types of components .i.e. vital and optional. The vital components essentially include:

• Title: main title or headline of the post.
• Body: main content of the post.
• Permalink: the URL of the full, individual article.
• Post Date: date and time the post was published.

The optional components include:

• Comments: comments added by readers.
• Categories / Tags: subject that the entry discusses.
• TrackBack / Pingback: links to other sites that refer to the entry.

Types of Blogs

A weblog is designed as such that it can be used for a wide range of possible uses. Normally, a blog is identified by the purpose or the main subject it is used for.

The main forms of blogs include business, cultural, science, political, spam, topical, travel blogs, link blog, moblog, photoblog, shockblog and vblog.

Role of Blogs

Blogs have come to play an important role which benefits the community on a whole. Here we’ve discussed a few of them:

• Information dissemination
Many times, bloggers have to their credit leading the way in bringing key information to public light and breaking and shaping news stories. This leaves the mainstream media with the task of reacting to this news, instead of it being vice-versa. One of the major instances is the furor created by the blogs of the left-swing and right-swing bloggers during the Iraq war.

• Mobilising public opinion
Blogs have played a major role in bringing the common man’s opinion to the forefront and raising the magnitude of its effectiveness and influence. The incident in year 2002 when the U.S. Senate’s Majority Leader Tent Lott’s infamous comments carrying a tinge of racial segregation were brought to the limelight by the onslaught of bloggers is a major example. Lott was eventually forced to step down owing to the public pressure built this way.

• Public Contact
Blogs have also come to act as a major link between the politicians and leaders and the general public. Blogs are increasingly used by these leaders to express their opinion on wars and other issues, acting as major contact between them and the common man. This has made blogging an important tool for outreach and opinion forming.

Common Terms

Here we list a few terms out of the blogging jargon, which are the most common in the world of blogging:

• Audioblog: A blog where the posts consist mainly of voice recordings.
• Blaudience: The audience or readership of a blog.
• Blawg: A blog focusing on commentary about law, normally written by a law professor, law student or a lawyer himself.
• Bleg: A blog entry which is a request to the readers
• Blog client: Software to manage blogs from an operating system with no need to launch a web browser.
• Blog feed: An XML-based file in which the blog hosting software places a machine-readable version of the blog for syndication to allow further distribution to the web.
• Dark Blog: A non-public blog.
• Flog: A blog that’s ghostwritten, for instance by the marketing department.
• Multi-Blog: Creating, maintaining and running multiple blogs.
• Ping: The alert in the TrackBack system that notifies the original poster of a blog post.
• Splog: Spam blog.
• Troll: A commentator who has the job of attacking views expressed in a blog and incites a flamewar.
• Vorage: Act of foraging for video on the internet and sharing it with others.

Regards
Roger Mayne
Swiftdeal

Post to Twitter Tweet This Post