Posted on September 22, 2008 at 12:01 am as Information
Your company has decided to launch a blog, and you’re the lucky blogger. Maybe you’ve even asked for this pleasure, suggested it to the boss yourself. Only now, you have to deliver, and you have to stay consistent. It’s not always easy to keep up a steady blogging pace, and there are days when you might run into a roadblock or two that might keep you from delivering on your schedule. I am sure a sample blogging workflow will definitely help you.
Here are some ideas on how to build and maintain a steady blogging rhythm, be it for your personal blog or your business blog. Chris Brogan has covered goals, tasks, tools, and some bonus secrets for blogging
Source: A Sample Blogging Workflow
.
Posted on September 14, 2008 at 11:19 pm as Information
In this Adobe Photoshop tutorial we’ll be learning how to create a unique, and professional-styled bookmark/promote box for your personal Blog, or maybe even your website. Having a promote or a bookmark section at the bottom of your articles can be a great boost in traffic for your Blog, especially if your Blog is new and you’re looking for more ways to get traffic.
There’s nothing like seeing a huge peak in traffic then an influx of new subscribers to your Blog!
Posted on September 8, 2008 at 12:01 am as Information
OrderedList has conducted a Content Management Survey recently. You can see the result that WordPress is by far the most broadly used system. In general, people seem relatively satisfied with the CMS they have, though there is definitely room for improvement.
Overall, only 12% of respondants indicated any dissatisfaction with their current CMS, while 38% said they were very satisfied. Expression Engine was notable because the low level of dissatisfaction, and the high rate of ‘Very Satisfied’, even though the software costs money.
Posted on September 3, 2008 at 12:01 am as Information
One of the things you run into when your blog becomes bigger, is that you need to cram more info into less space, to make it possible to display all the information you want to show. One of the things Chris did to do that is add an icon for the date, and then a bubble over that with the number of comments in it. As you can see, the “shield†shows the day, the month, and the number of comments. “Date Badges and Comment Bubbles for Your Blog” shows you exactly how to get that effect.
Posted on August 12, 2008 at 7:28 am as Information
Subversion is a version control system that makes it easy to get the latest version of files, or go back to previous versions. It is used by many different pieces of open source software and has been around since 2000. Subversion is considered the successor to the Concurrent Versions System.
Say you were running a Subversion server and your resume was checked into it when you first created it. Years later, if you have maintained your Subversion repository, you could go back and look at all of the changes you have ever made to your resume.
Subversion made upgrading a quick and simple event rather than a multi-day chore. Once set up correctly, there is very little you can do that will cause a mistake to be made. GeeksareSexy has written a nice article about ‘How To Upgrade WordPress Using Subversion‘.
First, upgrade your current blog using FTP, or whatever other method you choose to the latest stable version of WordPress.
Then, log in using SSH, and browse to your current blog. Go up one folder using the command cd .. in the terminal window.
Next, create a directory using mkdir. I usually make a directory called public_html_new.
mkdir public_html_new
Now browse into that directory, and using the instructions above, install the version latest stable version of WordPress using Subversion.
Once that is complete, copy your wp-config.php file from your old blog in the regular public_html folder to the public_html_new folder. This will allow your Subversion controlled blog to access your current blog’s database.
Next copy your wp-content folder from the old public_html folder to the public_html_new folder. This will give your new Subversion controlled blog all of your plugins, images, and themes.
Lastly, rename your public_html folder to public_html_old and then rename your public_html_new folder to just public_html. Check to see if your blog is working, and if so, you are most likely seeing your blog, now being version managed by Subversion.
Posted on August 3, 2008 at 12:01 am as Information
WordPress is first and foremost a blogging platform, but that doesn’t mean that it can’t be used for other things as well. In fact, the development of WordPress have been such that I wouldn’t be surprised to see a non-blog focused fork soon, because the necessary functionality for most web sites on the admin side of things are already there. In general, using WordPress as the CMS just means that you’ll design a theme as you would for a WordPress powered blog. Most of the things you need to keep in mind is what should be powering what on the site.
Thord has shared us the Things To Consider When Using WordPress as a CMS. These are the things we need to think about before choosing and designing a website where WordPress will be used as the CMS.
Posted on July 24, 2008 at 12:01 am as Information
DBS Interactive has created a Template Tags Quick Reference Guide to expedite their WordPress theme development, and they found it so useful that they would like to share it with us. The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, a relative encyclopedia to WordPress theming, and great reference for your WordPress questions.
Posted on July 12, 2008 at 12:01 am as Information
A fun part of customizing Wordpress themes is designing a comments format which complements the rest of the site. Darrenhoyt has shared with us his three examples from recent projects, including code samples and downloads to the original .PSDs on ‘Styling Your Wordpress Comments‘. All of them looks stunning, are you ready to customize your comments template now?
Source: Styling Your Wordpress Comments
Posted on June 18, 2008 at 12:01 am as Information
Have you ever came across a Wordpress blog, saw something you liked, and questions like ‘how they did that‘, ‘is that a plugin or hack?‘, ‘where can I get those cool mods‘ begin to pop? Well, it’s really pretty normal because most of us did the same thing. HongKiat has spent time with some 14 Wordpress bloggers, finding out what kinda hacks and plugins they are really looking for to enhance their blog in any aspect. Here’s the outcome, 40+ most wanted Wordpress tips and hacks, including those you don’t even knew the keywords to search for.
Posted on June 13, 2008 at 12:01 am as Information
Joast has written a beginner’s guide to WordPress SEO. You can find all different SEO articles fall into one big piece and become this final guide to WordPress SEO. It covers quite a lot topics from the basic technical optimization to advanced technical optimization and even off site blog SEO. And the Wordpress platform evolve he will keep this article up to date with best practices.
Source: WordPress SEO – Definitive Guide to High Rankings For Your Blog