<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://www.blogconsulting.com/wp-atom.php">
	<title type="text">BlogConsulting.com - Movable Type and WordPress Blog Consulting</title>
	<subtitle type="text">Movable Type and WordPress Blog Consulting</subtitle>

	<updated>2009-10-29T03:52:54Z</updated>
	<generator uri="http://wordpress.org/" version="2.8.5">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://www.blogconsulting.com" />
	<id>http://www.blogconsulting.com/feed/atom/</id>
	

			<link rel="self" href="http://feeds.feedburner.com/firmdot" type="application/atom+xml" /><feedburner:emailServiceId>firmdot</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[User to Blog Association in Movable Type]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/dUdP_9Q5o3k/" />
		<id>http://www.blogconsulting.com/?p=429</id>
		<updated>2009-10-29T03:52:54Z</updated>
		<published>2009-10-29T03:52:18Z</published>
		<category scheme="http://www.blogconsulting.com" term="Blog Services" /><category scheme="http://www.blogconsulting.com" term="Movable Type" /><category scheme="http://www.blogconsulting.com" term="code" /><category scheme="http://www.blogconsulting.com" term="movable type" /><category scheme="http://www.blogconsulting.com" term="mysql" /><category scheme="http://www.blogconsulting.com" term="query" />		<summary type="html"><![CDATA[Today, while working with one of our corporate customers I was asked to provide a report that lists all their Movable Type 4 users and the blogs those users are associated with. 
Unfortunately Movable Type 4 doesn&#8217;t provide any type of reporting functionality, especially in the form of CVS file that can be imported into [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/blog-services/user-to-blog-association-in-movable-type/">&lt;p&gt;Today, while working with one of our corporate customers I was asked to provide a report that lists all their Movable Type 4 users and the blogs those users are associated with. &lt;/p&gt;
&lt;p&gt;Unfortunately Movable Type 4 doesn&amp;#8217;t provide any type of reporting functionality, especially in the form of CVS file that can be imported into Excel for further manipulation. &lt;/p&gt;
&lt;p&gt;&lt;span id="more-429"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So the solution was to use phpMyAdmin that comes pre-installed with most blog hosting accounts, and create a query that would display exactly what we need. After about 30 minutes of studying Movable Type 4 tables I was able to come up with the following query that does exactly what we need. Since I wasn&amp;#8217;t able to find anything like that on Google, I decided to make the code available to anyone with a large Movable Type installation, looking to see users to blogs association.&lt;/p&gt;
&lt;p&gt;&lt;code &gt;SELECT&lt;br /&gt;
`mt_author`.`author_name`,&lt;br /&gt;
`mt_author`.`author_nickname`,&lt;br /&gt;
`mt_author`.`author_email`,&lt;br /&gt;
`mt_blog`.`blog_name`,&lt;br /&gt;
`mt_blog`.`blog_site_url`&lt;br /&gt;
FROM&lt;br /&gt;
mt_author, mt_blog, mt_association&lt;br /&gt;
WHERE&lt;br /&gt;
((`mt_author`.`author_status` = 1)&lt;br /&gt;
 AND&lt;br /&gt;
(`mt_author`.`author_auth_type` = 'MT')&lt;br /&gt;
AND&lt;br /&gt;
(`mt_author`.`author_id` = `mt_association`.`association_author_id`)&lt;br /&gt;
AND&lt;br /&gt;
(`mt_blog`.`blog_id` = `mt_association`.`association_blog_id`))&lt;br /&gt;
ORDER BY author_name;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I hope this solves someone&amp;#8217;s problem!&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/dUdP_9Q5o3k" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/blog-services/user-to-blog-association-in-movable-type/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=429" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/blog-services/user-to-blog-association-in-movable-type/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[FirmDot is now BlogConsulting.com]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/WKm1q8Efb-k/" />
		<id>http://www.blogconsulting.com/?p=427</id>
		<updated>2009-10-26T17:46:23Z</updated>
		<published>2009-10-26T17:46:23Z</published>
		<category scheme="http://www.blogconsulting.com" term="Announcements" /><category scheme="http://www.blogconsulting.com" term="FirmDot" /><category scheme="http://www.blogconsulting.com" term="blog consulting" />		<summary type="html"><![CDATA[Dear FirmDot Customer,
We&#8217;re excited to announce a new name in blog consulting &#8212; namely, BlogConsulting.com. We&#8217;re adopting the new name to better reflect who we are: your partner of choice for understanding how to get the most out of your blog.
What does this mean for you? It doesn&#8217;t change the way we do business, or [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/news/firmdot-is-now-blogconsulting-com/">&lt;p&gt;Dear FirmDot Customer,&lt;/p&gt;
&lt;p&gt;We&amp;#8217;re excited to announce a new name in blog consulting &amp;#8212; namely, BlogConsulting.com. We&amp;#8217;re adopting the new name to better reflect who we are: your partner of choice for understanding how to get the most out of your blog.&lt;/p&gt;
&lt;p&gt;What does this mean for you? It doesn&amp;#8217;t change the way we do business, or what you can expect from us. You can still access our site at FirmDot.com, in addition to BlogConsulting.com. Our invoices and other communications now read BlogConsulting.com, but you can continue to pay us the same way you always have. We&amp;#8217;re working on a new Web site to introduce the name, along with a suite of new services to better serve our customers, and we&amp;#8217;ll notify you when it is available.&lt;/p&gt;
&lt;p&gt;We appreciate your business, and we look forward to providing you with even better service as BlogConsulting.com.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/WKm1q8Efb-k" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/news/firmdot-is-now-blogconsulting-com/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=427" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/news/firmdot-is-now-blogconsulting-com/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[How to add Google Analytics to your WordPress Blog]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/5AyddDsEdzY/" />
		<id>http://www.firmdot.com/?p=391</id>
		<updated>2009-06-10T22:42:05Z</updated>
		<published>2009-06-10T22:41:21Z</published>
		<category scheme="http://www.blogconsulting.com" term="Blog Services" /><category scheme="http://www.blogconsulting.com" term="Marketing" /><category scheme="http://www.blogconsulting.com" term="analytics" /><category scheme="http://www.blogconsulting.com" term="google" /><category scheme="http://www.blogconsulting.com" term="WordPress" />		<summary type="html"><![CDATA[Many of you have asked us how to add Google Analytics to your WordPress Blog. Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers. Google Analytics has all the features you&#8217;d expect from a high-end analytics offering. It [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/blog-services/add-google-analytics-to-your-wordpress-blog/">&lt;p&gt;Many of you have asked us how to add Google Analytics to your WordPress Blog. Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers. Google Analytics has all the features you&amp;#8217;d expect from a high-end analytics offering. It also provides tightly integrated AdWords support, so you can view AdWords ROI metrics without having to import cost data or add keyword tracking codes.&lt;/p&gt;
&lt;p&gt;Please see our video tutorial below on you can add it your WordPress powered blog.&lt;/p&gt;
&lt;p&gt;&lt;embed src="http://v.wordpress.com/JgQ1lEQ0" type="application/x-shockwave-flash" width="500" height="250" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/5AyddDsEdzY" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/blog-services/add-google-analytics-to-your-wordpress-blog/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=391" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/blog-services/add-google-analytics-to-your-wordpress-blog/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[Monetize Your Blog]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/NOgFJCQTagQ/" />
		<id>http://www.firmdot.com/?p=388</id>
		<updated>2009-04-24T20:06:30Z</updated>
		<published>2009-04-24T20:06:30Z</published>
		<category scheme="http://www.blogconsulting.com" term="Announcements" /><category scheme="http://www.blogconsulting.com" term="Blog Services" /><category scheme="http://www.blogconsulting.com" term="adsense" /><category scheme="http://www.blogconsulting.com" term="monetize" /><category scheme="http://www.blogconsulting.com" term="money" />		<summary type="html"><![CDATA[Blogging is big business these days, with some bloggers reporting six-figure or even million-dollar incomes. There are a number of ways that these bloggers earn such large paychecks, and the best know how to do it in a way that won’t scare off readers.

Announcing our new custom blog service called Monetize Your Blog. For a [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/news/monetize-your-blog/">&lt;p&gt;Blogging is big business these days, with some bloggers reporting six-figure or even million-dollar incomes. There are a number of ways that these bloggers earn such large paychecks, and the best know how to do it in a way that won’t scare off readers.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-388"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Announcing our new custom blog service called &lt;a href="http://www.firmdot.com/services/monetize-your-blog/"&gt;Monetize Your Blog&lt;/a&gt;. For a small fee we will help you integrate Google AdSense onto your blog so you can start making money off your blog traffic. It&amp;#8217;s that easy, and we have years experience monetizing blogs.&lt;/p&gt;
&lt;p&gt;Feel free to contact us for a free quote and receive a reply within minutes.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/NOgFJCQTagQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/news/monetize-your-blog/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=388" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/news/monetize-your-blog/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[Use Your Own Domain Name]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/tKuYfSS8iJ0/" />
		<id>http://www.firmdot.com/?p=337</id>
		<updated>2009-01-15T02:28:57Z</updated>
		<published>2009-01-15T02:28:30Z</published>
		<category scheme="http://www.blogconsulting.com" term="Blogs and Businesses" /><category scheme="http://www.blogconsulting.com" term="Marketing" /><category scheme="http://www.blogconsulting.com" term="blogger" /><category scheme="http://www.blogconsulting.com" term="domain" /><category scheme="http://www.blogconsulting.com" term="google" /><category scheme="http://www.blogconsulting.com" term="typepad" /><category scheme="http://www.blogconsulting.com" term="WordPress" />		<summary type="html"><![CDATA[The subject says it all. It is very important for you to use your own domain name with your blog instead of using one that you get with some free blog services such as Blogger, TypePad, WordPress and other less popular blog platforms.

I will explain why it&#8217;s important. Let&#8217;s assume for a moment that you [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/business-blogs/blogs-your-own-domains/">&lt;p&gt;The subject says it all. It is very important for you to use your own domain name with your blog instead of using one that you get with some free blog services such as Blogger, TypePad, WordPress and other less popular blog platforms.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-337"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I will explain why it&amp;#8217;s important. Let&amp;#8217;s assume for a moment that you decided to start a blog, and instead of going the &amp;#8220;right&amp;#8221; way from beginning, and using your own domain name on your own blog hosting account, you opted to use a free blogging service such as wordpress.com or blogger.com. Your new blog address is you.wordpress.com or you.blogspot.com&lt;/p&gt;
&lt;p&gt;One year forward. Your blog is all over Google, Yahoo, MSN and other search engines. Your blog is getting thousands of visitors per month. You decided to quit your full time job and run your blog full time because you are now making a living off your blog by running Google Adsense.&lt;/p&gt;
&lt;p&gt;Everything is great, right? Well, not really. Let me throw a couple of what if&amp;#8217;s:&lt;/p&gt;
&lt;p&gt;1. What if wordpress.com or blogspot.com decided to shut their business, or change their domain name? In an instant you can lose all your traffic that you&amp;#8217;ve generated over the years, because you don&amp;#8217;t have control over the parent domain name. Time to go back and look for a full time job again.&lt;/p&gt;
&lt;p&gt;2. What if you decided to switch to a different platform like Movable Type, or decided to get your own blog hosting account for one reason or another (i.e. to get more control and really grow your blog) &amp;#8211; now you have to change your blog address because you can no longer use you.wordpress.com or you.blogspot.com, and all the links and blog traffic you&amp;#8217;ve built over the years can be lost. Your blog has a new address now!&lt;/p&gt;
&lt;p&gt;I can go on and on with reasons why you should invest $10/year to get your own domain name, and link it to your blog from the very beginning to avoid having issues I mentioned above, and then some.&lt;/p&gt;
&lt;p&gt;If you are using a free service such as Blogger, TypePad or WordPress and don&amp;#8217;t have your own domain name yet &amp;#8211; feel free to contact us for assistance and we&amp;#8217;ll help you get a domain name and map it to your free blog hosting account before it&amp;#8217;s too late.&lt;/p&gt;
&lt;p&gt;Next week I will discuss why I think it&amp;#8217;s better to start off with a paid service instead of free.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/tKuYfSS8iJ0" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/business-blogs/blogs-your-own-domains/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=337" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/business-blogs/blogs-your-own-domains/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[New FirmDot.com Design]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/K8BJ35xHWbY/" />
		<id>http://www.firmdot.com/?p=328</id>
		<updated>2008-12-31T20:30:59Z</updated>
		<published>2008-12-31T20:30:59Z</published>
		<category scheme="http://www.blogconsulting.com" term="Announcements" /><category scheme="http://www.blogconsulting.com" term="FirmDot" /><category scheme="http://www.blogconsulting.com" term="business" /><category scheme="http://www.blogconsulting.com" term="company" /><category scheme="http://www.blogconsulting.com" term="design" />		<summary type="html"><![CDATA[After a couple of months of hard work, I&#8217;m happy to announce the release of the new FirmDot.com website / blog design. The site is proudly powered by WordPress 2.7 platform, which makes blogging and website updating a breeze.

 Why did we choose WordPress to power our company site? Simple &#8211; WordPress 2.7 comes with [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/news/new-firmdot-design/">&lt;p&gt;After a couple of months of hard work, I&amp;#8217;m happy to announce the release of the new FirmDot.com website / blog design. The site is proudly powered by WordPress 2.7 platform, which makes blogging and website updating a breeze.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-328"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; Why did we choose WordPress to power our company site? Simple &amp;#8211; WordPress 2.7 comes with a lot of functionality that we&amp;#8217;re taking the full advantage of; software and plugin updating are really simple; I really like the simplicity of it &amp;#8211; less is more.&lt;/p&gt;
&lt;p&gt;I see more people and businesses switching to WordPress in 2009, and FirmDot is here to help for those who need assistance.&lt;/p&gt;
&lt;p&gt;Your feedback about the new design is very welcomed!&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/K8BJ35xHWbY" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/news/new-firmdot-design/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=328" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/news/new-firmdot-design/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[Movable Type 4.23 Security Upgrade]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/9zuV8NTEfEE/" />
		<id>http://www.thinkseo.com/?p=155</id>
		<updated>2008-12-27T04:04:48Z</updated>
		<published>2008-12-24T20:29:12Z</published>
		<category scheme="http://www.blogconsulting.com" term="Blog Services" /><category scheme="http://www.blogconsulting.com" term="Movable Type" /><category scheme="http://www.blogconsulting.com" term="movable type" /><category scheme="http://www.blogconsulting.com" term="security" /><category scheme="http://www.blogconsulting.com" term="upgrade" />		<summary type="html"><![CDATA[Six Apart just released Movable Type 4.23. This mandatory security release is recommended for all users, and fixes a number of bugs in 4.21. As always it's recommended that you upgrade your Movable Type to avoid software compromises and other issues.]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/blog-services/movable-type-423-security-upgrade/">&lt;p&gt;Six Apart just released Movable Type 4.23. This mandatory security release is recommended for all users, and fixes a number of bugs in 4.21. As always it&amp;#8217;s recommended that you upgrade your Movable Type to avoid software compromises and other issues.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-155"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;There was no Movable Type 4.22. It&amp;#8217;s a long story. But you didn&amp;#8217;t miss anything.&lt;/p&gt;
&lt;p&gt;If you require assistance upgrading to Movable Type 4.23 please contact us for our blog services.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/9zuV8NTEfEE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/blog-services/movable-type-423-security-upgrade/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=155" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/blog-services/movable-type-423-security-upgrade/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[WordPress 2.7 Upgrade]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/XK4l23ketss/" />
		<id>http://www.thinkseo.com/?p=153</id>
		<updated>2008-12-27T04:01:46Z</updated>
		<published>2008-12-24T20:28:23Z</published>
		<category scheme="http://www.blogconsulting.com" term="Blog Services" /><category scheme="http://www.blogconsulting.com" term="WordPress" /><category scheme="http://www.blogconsulting.com" term="upgrade" />		<summary type="html"><![CDATA[WordPress is planning to release a new version of their software, version 2.7, sometime on or around November 10th, 2008.
As you may know, WordPress developers have been working behind the scenes on the design and development of version 2.7 of the WordPress software that powers your blog. The administration interface you&#8217;re used to will be [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/blog-services/wordpress-27-upgrade/">&lt;p&gt;WordPress is planning to release a new version of their software, version 2.7, sometime on or around November 10th, 2008.&lt;/p&gt;
&lt;p&gt;As you may know, WordPress developers have been working behind the scenes on the design and development of version 2.7 of the WordPress software that powers your blog. The administration interface you&amp;#8217;re used to will be changing as a result of your feedback and the results of the usability testing we conducted over the summer. It looks absolutely great!&lt;/p&gt;
&lt;p&gt;&lt;span id="more-153"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Version 2.7 is due to release officially on November 10.&lt;/p&gt;
&lt;p&gt;I strongly recommend upgrading your WordPress to take advantage of the new dashboard as well as all the bells and whistles that come with it.&lt;/p&gt;
&lt;p&gt;If you need some help upgrading your WordPress 2.7 please feel free to contact our blog services team.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/XK4l23ketss" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/blog-services/wordpress-27-upgrade/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=153" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/blog-services/wordpress-27-upgrade/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[Blog Services for Realtors]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/OhdV4y9GQUM/" />
		<id>http://www.thinkseo.com/?p=151</id>
		<updated>2008-12-27T04:05:15Z</updated>
		<published>2008-12-24T20:27:33Z</published>
		<category scheme="http://www.blogconsulting.com" term="Announcements" /><category scheme="http://www.blogconsulting.com" term="Blogs and Businesses" /><category scheme="http://www.blogconsulting.com" term="residencedot" />		<summary type="html"><![CDATA[I just wanted to announce our newly redesigned website &#8211; ResidenceDot.com where we offer blog services for real estate agents and brokers.

The company is offering Realtor blog services to Realtors without a blog, as well as agents and brokers that already have a blog and might need some help customizing or redesigning one.
Blogs Explained section [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/news/blog-services-for-realtors/">&lt;p&gt;I just wanted to announce our newly redesigned website &amp;#8211; ResidenceDot.com where we offer blog services for real estate agents and brokers.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-151"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The company is offering Realtor blog services to Realtors without a blog, as well as agents and brokers that already have a blog and might need some help customizing or redesigning one.&lt;/p&gt;
&lt;p&gt;Blogs Explained section really demonstrates how important having a blog is, especially for real estate agents / brokers.&lt;/p&gt;
&lt;p&gt;Check it out!&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/OhdV4y9GQUM" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/news/blog-services-for-realtors/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=151" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/news/blog-services-for-realtors/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Pavel Ushakov</name>
						<uri>http://www.firmdot.com</uri>
					</author>
		<title type="html"><![CDATA[BlogWorld and New Media Expo]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/firmdot/~3/ecFjzC6EiWo/" />
		<id>http://www.thinkseo.com/?p=149</id>
		<updated>2008-12-27T04:05:45Z</updated>
		<published>2008-12-24T20:26:28Z</published>
		<category scheme="http://www.blogconsulting.com" term="Events" /><category scheme="http://www.blogconsulting.com" term="blogworld" /><category scheme="http://www.blogconsulting.com" term="expo" /><category scheme="http://www.blogconsulting.com" term="six apart" />		<summary type="html"><![CDATA[For those who don&#8217;t know, the 2008 BlogWorld &#38; New Media Expo will take place September 20-21 at the Las Vegas Convention Center.

BlogWorld features the largest blogging conference in the world including more than 50 seminars, panel discussions and keynotes from iconic personalities on the leading-edge of online technology and internet-savvy business. If you are [...]]]></summary>
		<content type="html" xml:base="http://www.blogconsulting.com/blog/blog-events/blogworld-and-new-media-expo/">&lt;p&gt;For those who don&amp;#8217;t know, the 2008 BlogWorld &amp;amp; New Media Expo will take place September 20-21 at the Las Vegas Convention Center.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-149"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;BlogWorld features the largest blogging conference in the world including more than 50 seminars, panel discussions and keynotes from iconic personalities on the leading-edge of online technology and internet-savvy business. If you are currently blogging, vlogging, podcasting, producing other forms of new media content, entering the new media industry, or just want to know what the blogosphere is all about, then you need to be at the most comprehensive blogging convention&amp;#8211;BlogWorld &amp;amp; New Media Expo.&lt;/p&gt;
&lt;p&gt;Six Apart (MovableType.com) will have a booth there, and so are some of our customers I work directly with. Looking forward to seeing you all there and talking about blog services.&lt;/p&gt;
&lt;p&gt;Happy blogging.&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/firmdot/~4/ecFjzC6EiWo" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.blogconsulting.com/blog/blog-events/blogworld-and-new-media-expo/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://js-kit.com/rss/www.blogconsulting.com/p=149" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.blogconsulting.com/blog/blog-events/blogworld-and-new-media-expo/</feedburner:origLink></entry>
	</feed><!-- Dynamic page generated in 0.111 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-10 22:48:57 --><!-- Compression = gzip -->
