<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Richard Cummings</title>
	
	<link>http://richardcummings.info</link>
	<description>Web Consulting, Project Management, Technical Training</description>
	<lastBuildDate>Thu, 24 Jan 2013 16:10:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/richardcummings/Professional" /><feedburner:info uri="richardcummings/professional" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>richardcummings/Professional</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Convert External CSS to On-Page (Inline) CSS for Emails</title>
		<link>http://richardcummings.info/convert-external-css-to-on-page-inline-css-for-emails/</link>
		<comments>http://richardcummings.info/convert-external-css-to-on-page-inline-css-for-emails/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 16:10:26 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Technologies/Solutions]]></category>
		<category><![CDATA[Web Consulting]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=760</guid>
		<description><![CDATA[If you are looking to convert your CSS to on-page (or &#8220;Inline&#8221;) CSS for use in email campaigns, I will tell you how I did it. The Problem: Effective HTML in Emails Most websites now-a-days use CSS to style their web pages and, in doing so, they typically call an external style.css file. Ideally, you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://richardcummings.info/images/email-css-inline.jpg" width="200" height="200" align="right"><font style="font-size:large;font-weight:bold;">If you are looking to convert your CSS to on-page (or &#8220;Inline&#8221;) CSS for use in email campaigns, I will tell you how I did it.</font></p>
<h2>The Problem:  Effective HTML in Emails</h2>
<p>Most websites now-a-days use CSS to style their web pages and, in doing so, they typically call an external style.css file.</p>
<p>Ideally, you could then structure all of your company emails to have the look and feel of your website.  However, despite vast advances in technology, email programs lag behind&#8230;their ability to effectively render any fancy HTML or read external stylesheets is dismal.</p>
<h2>The Solution:  Convert External CSS to Inline (on-page) CSS</h2>
<p>Though fancy CSS styling in emails is progressing at a snails pace, it IS possible to configure your emails to look very nice using HTML with inline CSS&#8211;that is, implementing CSS directly within the email.  </p>
<p>So, short of starting from scratch and recreating your whole website look and feel with raw inline CSS, what can you do?  </p>
<p>Fortunately, there are tools you can use to <strong>convert your external CSS file into inline CSS</strong>.  These tools will call your external css file and incorporate the inline CSS into a new file.  The best way to use these tools is to first create your ideal email template (with external CSS) and then use that as the &#8220;input&#8221; URL that these tools will use.</p>
<p> I am going to present two of these tools that convert to inline CSS and I recommend that you try them both, though I tell you which I selected.</p>
<p>The two tools are the <a target="_blank" href="http://inlinestyler.torchboxapps.com/">HTML Email Inline Styler</a> and the <a target="_blank" href="http://beaker.mailchimp.com/inline-css">CSS Inliner Tool</a>.  </p>
<p>I tried both of these and my preference was the first, the HTML Email Inline Styler.  It did a much better job of effectively converting the CSS from my style.css file.</p>
<h2>Converting External to Internal CSS Example</h2>
<p>Would you like to see a finished product of this in action?  </p>
<p>Visit my #1 <a target="_blank" href="http://theseosystem.com/">SEO and Social Media Software</a> homepage where I have a free 14 page whitepaper just for you entitled:  &#8220;On-Page SEO: How To Implement On Page Search Engine Optimization To Achieve The Best Search Engine Results&#8221;.    When you signup for it, you will be emailed a copy of the guide and the email is the one that I produced using the HTML email inline styler mentioned above.  </p>
<h2>Conclusion:  Using CSS and HTML in Emails</h2>
<p>Remember, unlike websites, all email programs treat HTML very differently and many email programs, by default, will not show a good portion of your HTML, like photos.  </p>
<p>Thus, even though you have now learned how to convert external CSS to inline, on-page CSS, you still may not want to overdo it as many email clients will not render nearly the same image that you see in the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/convert-external-css-to-on-page-inline-css-for-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:  Capture Referring URL And Truncate It To Domain Name</title>
		<link>http://richardcummings.info/php-capture-referring-url-and-truncate-it-to-domain-name/</link>
		<comments>http://richardcummings.info/php-capture-referring-url-and-truncate-it-to-domain-name/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 15:19:35 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Technologies/Solutions]]></category>
		<category><![CDATA[Web Consulting]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=726</guid>
		<description><![CDATA[This is a quick technical post on how to use PHP to capture a referring URL and truncate it to a domain name. In other words, we want to determine the exact domain name from which our visitors arrived. The reasons for doing this are numerous. Many use this referring information for statistical analysis while [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick technical post on <strong>how to use PHP to capture a referring URL</strong> and truncate it to a domain name.  In other words, we want to determine the exact domain name from which our visitors arrived.</p>
<p>The reasons for doing this are numerous.  Many use this referring information for statistical analysis while others use it to perform a particular action.  If visitor came from xxx.com, then do this.</p>
<p><b>By the way, it looks like you came directly to this page.  How do I know?  Well, that is what this post is about so read on!</b></p>
<p>Whatever your reasons, let&#8217;s take a look at how to accomplish this.  It&#8217;s just a few simple lines of code that I have included, with comments, below:</p>
<h2>PHP Code For Determining Referring URLs &#038; Extracting Domain Names</h2>
<pre class="brush: php; title: ;">
&lt;?
$ref=@$HTTP_REFERER;  // this gets the entire URL from where your visitors arrived
$url = parse_url($ref);  // this parse_url PHP function returns the various elements of that URL
$checkresult=$url['host'];  // This is not required.  I use it to determine if there is a referring URL (some users visit your page directly).
// This is the if empty statement.  If empty, then do this...
	if (empty($checkresult))
{echo &quot;There is no referring URL.&quot;;
}
else {
$myhost = $url['scheme'].&quot;://&quot;.$url['host'];  //  this truncates the referring URL down to just the domain name
echo &quot;Your referring URL is $myhost!&quot;;

}
</pre>
<h2>Conclusion:  Capturing Referring URLs</h2>
<p>I tried to comment the code above so that you would see what each line is doing.  To test this out immediately, simply copy the code into your favorite text editor, give it a PHP extension, upload it to your server, and play around with it.  </p>
<p>Obviously, this article assumes some base PHP knowledge but I hope that is has been helpful to some out there who are trying to extract referring URLs.  If you have any questions, ask them below and I will try to answer them if time permits.  </p>
<p>Cheers,<br />
Richard</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/php-capture-referring-url-and-truncate-it-to-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Panda Webspam and Exact Match Domain Searches</title>
		<link>http://richardcummings.info/google-panda-webspam-and-exact-match-domain-searches/</link>
		<comments>http://richardcummings.info/google-panda-webspam-and-exact-match-domain-searches/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 22:03:27 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[SEO/Site Promotion]]></category>
		<category><![CDATA[Web Consulting]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=689</guid>
		<description><![CDATA[There are a couple of new updates to the Google algorithm that have just been released, one a Panda update and the other labeled the "Webspam" update, and these latest algorithmic changes are affecting several sites that use exact match domain searches...among other things. ]]></description>
			<content:encoded><![CDATA[<p><strong>There are a couple of new updates to the Google algorithm that have just been released, one a Panda update and the other labeled the &#8220;Webspam&#8221; update, and these latest algorithmic changes are affecting several sites that use exact match domain searches&#8230;among other things. </strong></p>
<h2>The Most Comical Google Webspam Update:  Viagra Can&#8217;t Keep It Up</h2>
<p><img src="http://richardcummings.info/images/viagra-exact-match.jpg" border="1" alt="exact match domains Google Panda" hspace="5" vspace="5"></p>
<p>In an effort to thwart those who try  &#8220;game Google&#8221; buy buying domains names that match the exact terms that they want to rank for, Google has completed devalued and in fact penalized &#8220;exact match domain names&#8221;.</p>
<p>Let&#8217;s take a look at an example of this.  Let&#8217;s say that you realize that many people type &#8220;how to cook steak&#8221; in the search engines.  One tactic to try to monopolize this term is to buy the exact match domain called &#8220;howtocooksteak.com&#8221; and then build a website that you hope will be the #1 result for that term.  In the past, having an exact match term in the domain name drastically improved your chances of ranking for a term.</p>
<p>No longer.</p>
<p>The new Google Webspam update, which some refer to as <em>Penguin</em>, actually seems to count this against you and one prominent example is Viagra.  As you see in the search results graphic above, Viagra.com does not rank for the term &#8220;Viagra&#8221; anymore.  I had read that this was fixed (and probably will be by the time that you read this) but whatever Google datacenter that I am hitting does not return Viagra.com in a search for Viagra on the first page of the results.  It actually appears half way down the second page right now.</p>
<p>Want another example?</p>
<p>You&#8217;re on it right now.  This is my professional site and every single article is original and written by yours truly, Richard Cummings.  I don&#8217;t do much SEO for this site and almost every inbound link is a natural one from someone who liked an article I wrote.  Thus, a search for &#8220;Richard Cummings&#8221; would always return this site on the first page of Google, usually between locations 3 and 9.</p>
<p>Today, I don&#8217;t exist for that search term and the only reasonable conclusion is that it is an &#8220;exact match&#8221; domain issue because my site is http://richardcummings.info.</p>
<h2>A Faulty New Google Webspam Algorithm?</h2>
<p>The Internet is abuzz about the latest Google Panda and Webspam updates.  On a personal level, I find the Viagra situation kind of funny and the fact that my site is no longer returned for my name is not going to break me.  Perhaps it will return after Google implements fixes.</p>
<p>However, for many, this is a very serious issue.</p>
<p>Take a look at some of the quotes from around the Internet today.</p>
<p>From a user who lost nearly all rankings in one day&#8230;</p>
<blockquote><p>Please Google. Don&#8217;t dash my hopes that 10 years of hard work building the most user friendly site in our industry wasn&#8217;t in vain&#8230;</p></blockquote>
<p>Another web owner who lost all rankings says:</p>
<blockquote><p>Is this the week that the world turns back to Bing and Yahoo?  I for one like their new look and my website shows in the rankings as well as it ever did, which at least brings in SOME traffic to my site since Google has disowned it.</p></blockquote>
<p>However, the saddest are posts like this:</p>
<blockquote><p>Title:  <strong>Being Ruined.</strong></p>
<p>Not that it will make any difference or even get noticed but the recent update is ruining me.</p>
<p>I work hard to build good sites, with unique content, and the result is being dropped behind lesser sites. After all, haven&#8217;t we been taught SEO all these years as a way for people to find us based on relevancy?</p>
<p>I have two small boys and a wife with a brain tumor, so this is really the last thing we need, to be ruined this way without seemingly having done anything wrong. In fact, doing what we were TOLD to do!</p>
<p>Again, I understand this is a worthless exercise here, more for my own therapy as I try to deal with this development.</p>
<p>There is no question so no comments are needed.</p></blockquote>
<p>All of these stories and more can be found on this <a href="https://groups.google.com/a/googleproductforums.com/forum/#!categories/webmasters/crawling-indexing--ranking">Google Webmaster forum</a>.</p>
<h2>Should Google Do Anything Different?</h2>
<p>In a recent article entitled <a href="http://richardcummings.info/google-then-now-lost-way-found-it/">Google Then and Now</a>, I discussed whether Google was losing their way or finding it.</p>
<p>This latest change indicates to me that they are losing a bit of perspective or, at a minimum, customer appreciation.</p>
<p>To those honest folks&#8211;the ones who create great content and have been de-indexed, who basically lose their livelihood because of Google algorithmic changes, Google would retort, &#8220;Well, we have to do what is best for our business and, after all, you have made money off of our services for many years.&#8221;</p>
<p>True, however, if you look at the sum of the parts&#8211;the collective web content creators who place Google AdSense on their sites, Google has earned billions off of their efforts as well.</p>
<p>Don&#8217;t they owe some sort of explanation?</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/google-panda-webspam-and-exact-match-domain-searches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Social Media Accounts:  Business vs Personal</title>
		<link>http://richardcummings.info/social-media-business-vs-personal-twitter-facebook-googleplus/</link>
		<comments>http://richardcummings.info/social-media-business-vs-personal-twitter-facebook-googleplus/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:57:56 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media pleasure]]></category>
		<category><![CDATA[social media work]]></category>
		<category><![CDATA[two accounts]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=674</guid>
		<description><![CDATA[Today, we are going to look at social media accounts on Twitter, Facebook, Google+, and LinkedIn and ask the question: Should you mix business and pleasure?]]></description>
			<content:encoded><![CDATA[<p><strong>Today, we are going to look at social media accounts on Twitter, Facebook, Google+, and LinkedIn and ask the question:  <em>Should you mix business and pleasure?</em></strong></p>
<p>This is a seemingly simple question but may contribute to the success, or failure, of your social media strategy.  </p>
<h2>Social Media:  Mixing Business and Pleasure</h2>
<p>Let&#8217;s start out this discussion by way of example.  This morning, I have two things on my mind:  setting my work agenda for the week and commenting with like minds about what happened on Madmen (one of my favorite shows) last night.</p>
<p>Since the topic today is mixing business and pleasure on social media accounts, and asking ourselves &#8220;is it a good idea?&#8221;, we can run with this example and ask the question:  </p>
<blockquote><p>Do my <em>business social contacts</em> really want to know that I watched MadMen last night?</p></blockquote>
<p>In an entertaining article called <a target="_blank"  href="http://blahblahblair.tumblr.com/post/3715105986/why-i-dont-have-a-separate-business-personal">Why I don’t have a separate business &#038; personal accounts on Twitter</a>, the author did a poll of her visitors asking:  &#8220;Should I have two different Twitter accounts?&#8221; and the resounding answer was <strong>no</strong>!</p>
<p>I enjoyed the article but disagree with the conclusion.</p>
<p>With the idea that &#8220;people buy from people, not businesses&#8221;, the author concluded that she will combine personal and business social media accounts into a one size fits all.  </p>
<p>But does one size fit all?</p>
<p>Suppose, instead of watching MadMen last night, I went clubbing, to a political rally, or to support some controversial cause&#8230;do I want my business contacts to know this information?</p>
<p>Absolutely not.  Not only might people not care, they might be offended to the point where they will not do business with you.  In some drastic cases, you can imagine litigation against your company for something that was said in a social media environment.</p>
<p>So, then, you are faced with a choice.  You can either maintain one personal/business account and restrain yourself because <em>your personal social media account IS your business account</em> OR you can maintain two accounts.  </p>
<p>Interestingly, the author of the above article, who is an advocate for one mixed personal/business social media account says &#8220;you have no IDEA how much I have to edit myself&#8221;.  Thus, while the article is about letting your personality shine through, it&#8217;s really about letting your &#8220;edited&#8221; personality shine through.</p>
<h2>Social Media:  Business With a Personality</h2>
<p>In the end, this decision might come down to your type of business.  If your business is <em>celebrated </em>because of controversial points of view, you may want to maintain one account.</p>
<p>But this is not usually the case.</p>
<p><strong>Most businesses should separate accounts and develop their own business social media identity.</strong>  This identity does not have to be bland and fact-based.  It can shine with personality, albeit an &#8220;edited&#8221; personality that addresses primarily topics of the business!</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/social-media-business-vs-personal-twitter-facebook-googleplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3 Total Cache WordPress Plugin Review – Beware – A 350GB Caching Directory!</title>
		<link>http://richardcummings.info/w3-total-cache-wordpress-plugin-review-beware-cache-file-size/</link>
		<comments>http://richardcummings.info/w3-total-cache-wordpress-plugin-review-beware-cache-file-size/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 12:40:41 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[W3 Total Cache WordPress Plugin Review]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=659</guid>
		<description><![CDATA[The W3 Total Cache WordPress plugin is one of the most popular caching plugins for WordPress. However, you will want to be careful with this plugin because it may cause more headaches than it cures. In this quick article, I will tell you the headache that it caused me with the size of the cached files.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache WordPress plugin</a> is one of the most popular caching plugins for WordPress.  However, you will want to be careful with this plugin because it may cause more headaches than it cures.  In this quick article, I will tell you the headache that it caused me.</p>
<h2>Why I Selected The W3 Total Cache Plugin</h2>
<p>I host many websites on a Hostgator dedicated server platform, which I fully recommend to improve website performance so that you are not at the mercy of unknown websites in a shared hosting environment.  One of these websites is an article directory which has over 100,000 articles.  With so many articles, I was looking for a good caching solution that I could setup and forget.  After reading many reviews and on the recommendation of Hostgator, I selected the W3 Total Cache WordPress plugin.  </p>
<p>I installed the plugin, implemented the suggested settings, and forgot about it.  </p>
<h2>The W3 Total Cache Plugin:  What Happened?</h2>
<p>Now, fast forward 6 months&#8230;which brings us to yesterday.</p>
<p>While working on one of my websites, I was using WS FTP Pro to upload files to the site and received an error message 552, which prevented me from uploading files to the server.  I did a little research on this error message and here is what the message means:  &#8220;Requested file action aborted. Exceeded storage allocation (for current directory or dataset).&#8221;</p>
<p>This was one of those messages that make you go&#8230;<em>hmmm</em>.  I have 500GB of storage available to me and I know that I am not using even 20% of that.  This message must be wrong.  It must an FTP program error.  So, I decided to use <a href="http://filezilla-project.org/">Fielzilla</a> even though WS FTP Pro has always been my FTP client of choice.  The result?  Same message.</p>
<p>Out of space?  There is no way that I have used 500GB of space.  WordPress sites and databases simply do not take up that much space!  I did some research in my WHM panel and put in a call to Hostgator.  Sure enough&#8230;I was out of space.</p>
<p>What could be the culprit?  Well, WHM and cPanel both have tools that can display disk usage.  However, these tools were having &#8220;timeout&#8221; problems because they were attempting to access 500GB of data&#8230;somewhere.  Where is this 500GB?  It&#8217;s like trying to find an elephant in your house but being unable to do so.</p>
<p>After much clicking around in the article directory&#8217;s cPanel, I clicked the w3tc directory.  I now know that this is the directory that was hosting the caching files of the W3 Total Cache plugin.  When I clicked on a subdirectory of <em>w3tc</em>, I experienced that long delay that screamed to me:  YOU HAVE JUST FOUND YOUR ELEPHANT!</p>
<p><strong>In the end, W3 Total Cache had created caching files that exceeded 350GB.</strong>  Yes, 350 Gigabytes! </p>
<p>We all know how easy it is to delete a file on website.  You just simply choose the file and delete it.  Well, it&#8217;s not so easy when that file and/or directory is 350GB!  Routine deletion procedures did not work.  In the end, I had to access the server through the root and it took the better part of 24 hours to delete all of the cached files from the server.  During much of this time, my this website was inaccessible and I had to manually delete the W3 Total Cache plugin which caused some problems as well.</p>
<h2>W3 Total Cache Review:  Conclusion</h2>
<p><strong>In conclusion, you should not implement the W3 Total Cache plugin as I did.</strong>  I simply set it up according to how Hostgator said to do it and forgot about it. <em> I find it a bit ironic that Hostgator told me to use this plugin and then did not have any idea that this plugin could be the culprit of my &#8220;out of space&#8221; messages.</em>  Clearly though, the set it up and forget about it approach did not work for me.</p>
<p>To be fair to the author of this plugin, I did not look at any of the settings of the plugin other than what I was instructed.  In addition, I was using this plugin on a site with over 100,000 articles which is very different than most usage scenarios.</p>
<p>If you find yourself in a similar situation and need to <strong>manually uninstall the W3 Total Cache Plugin</strong>, check out this article entitled: <a href="http://wordpress.org/support/topic/plugin-w3-total-cache-how-to-uninstall-with-no-admin-panel">How to Uninstall with no Admin Panel</a>.  </p>
<p>The W3 Total Cache Plugin seems to have both supporters and detractors.  Some have said it destroys their website, gives them a blank screen, destroys permalinks, and much more.  Others, though, say that this plugin increases blog performance and is a necessity.</p>
<p>When you have conflicting recommendations like this, there is only one way to proceed with this plugin and it reminds me of an old joke:</p>
<p>How do you make love to a porcupine?</p>
<p><strong>Very carefully!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/w3-total-cache-wordpress-plugin-review-beware-cache-file-size/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Then and Now:  Has Google Lost Their Way…or Found It?</title>
		<link>http://richardcummings.info/google-then-now-lost-way-found-it/</link>
		<comments>http://richardcummings.info/google-then-now-lost-way-found-it/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 18:06:14 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web Consulting]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=640</guid>
		<description><![CDATA[In this article, we’ll take a look at the new Google versus the old Google and ask the question:  Has Google lost their way or found it?]]></description>
			<content:encoded><![CDATA[<p>In this article, we’ll take a look at the <em>new Google versus the old Google</em> and ask the question:  <strong>Has Google lost their way or found it</strong>?</p>
<h2>Google Then and Now:  A Profoundly Simple Question</h2>
<p>This past Friday night I was dining with a friend who works in real-estate but stays somewhat abreast of Internet technology.  He noticed that I had created and updated my Google Plus profile recently and asked me why I had started using Google Plus with more frequency.  I responded that Google has just instituted <a href="http://www.google.com/insidesearch/plus.html">Google’s Search Plus Your World</a> which favors many Google properties, like Google Plus, in the search results.  </p>
<p>He then asked a profoundly simple question:</p>
<blockquote><p>But&#8230;I thought Google succeeded because they provide <strong>objective</strong> results?&#8221;</p></blockquote>
<h2>Google Then:  Objective and Viral</h2>
<p>Do you remember the ads that you saw on TV that first prompted you to use Google for all of your web searches?</p>
<p>Of course not.  </p>
<p><strong>Google may have been one of the first truly viral successes.</strong>  They did not advertise at all.  They succeeded because they provided the best search results and people talked, and they talked some more, until eventually everyone was using Google.  When someone wanted to find something online, they would simply say:  &#8220;I&#8217;ll Google it.&#8221;</p>
<p>When you become a verb, you have won.</p>
<p>But once you have won, how do you stay on top?</p>
<h2>Google Now:  Subjective and Advertising</h2>
<p>The new <em>Google Now</em> clearly intends to thrive with a completely different model, providing subjective results and getting the word out through the more formal vehicle of advertising. </p>
<h2>Google&#8217;s New Subjective Results</h2>
<p>The simple question my friend asked &#8220;&#8230;I thought Google succeeded <strong>because </strong> they provide objective results?&#8221; signals the biggest change in Google to date.  </p>
<p>With this new Google Plus Search Your World feature, Google is clearly manipulating search results to favor Google properties.  Not only do we see Google Plus searches being favored, all Google properties are favored.  For certain topics, YouTube simply dominates the results.  And, frankly, on most occasions I do not favor a video over text.  </p>
<p>Let&#8217;s take a look a few examples of Google&#8217;s new subjectivity.  These three examples are just from this morning as I began my workday:</p>
<p>(1)  Google places a Chrome advertisement on top of my Mozilla Firefox as you see in the photo below:</p>
<p align="center"><img src="http://richardcummings.info/images/install-google-chrome.jpg"  vspace="5" hspace="5" border="1" width="286" height="90" alt="Google Advertises Google Chrome in Firefox"></p>
<p>(2)  I type in the term &#8220;how to snow ski&#8221; as I want a refresher for ski vacation.  Take a look at the top 3 results below&#8211;all Google&#8217;s YouTube:</p>
<p align="center"><img src="http://richardcummings.info/images/google-youtube-results.jpg" vspace="5" hspace="5" border="1" width="500" height="421" alt="YouTube Google Results Get Preference"></p>
<p>(3)  I type &#8220;cooking&#8221; into Google and the whole right side of the screen features Google results as you see in the photo below.</p>
<p align="center"><img src="http://richardcummings.info/images/google-plus-results.jpg" vspace="5" hspace="5" border="1" width="540" height="247" alt="Google search plus world example"></p>
<h2>Google and Advertising</h2>
<p>While <em>Google Then</em> succeeded virally, <em>Google Now</em> uses a different model:  <strong>Advertising</strong>!</p>
<p>Here are just a couple of the new Google commercials you may have seen on TV lately:</p>
<h3>Google Dear Sophie Commercial</h3>
<p><iframe width="519" height="264" src="http://www.youtube.com/embed/R4vkVHijdQk" frameborder="0" allowfullscreen></iframe></p>
<h3>Google Plus Commerical</h3>
<p><iframe width="519" height="264" src="http://www.youtube.com/embed/GRmDGvdkg8E" frameborder="0" allowfullscreen></iframe></p>
<h2>Conclusion:  Google Then Versus Google Now</h2>
<p>We already know <em>Google Then</em> succeeded beyond anybody&#8217;s wildest dreams using a simple model of great objective search results that created a viral, word-of-mouth success.  Google built it and, without any advertising, people came.</p>
<p>Can Google <em>Google Now</em>, with their new model of more subjective results and increased advertising, continue the success of <em>Google Then</em>?</p>
<p><strong>This is the billion, or possibly trillion, dollar question!</strong></p>
<p>We know one thing:  businesses, especially Internet businesses, have to adapt to survive.  Nobody can begrudge Google for doing what they think is best for their company.  </p>
<p>Business adaption is often precipitated through heightened competition.  And, in this case, the competition is Facebook.  As we see in the photo below, Google and Facebook are now the #1 and #2 most visited websites on the web <a href="http://www.alexa.com/topsites">according to Alexa</a>.  </p>
<p align="center"><img src="http://richardcummings.info/images/google-vs-facebook.jpg" align="left" vspace="5" hspace="5" border="1" width="500" height="137" alt="Google Facebook Top 2 Websites"></p>
<p>However, if you break down the different Google properties, you find many that say <a href="http://blog.mad4flash.com/2011/12/facebook-is-the-most-searched-and-visited-website-of-2011/">Facebook is the Most Searched and Visited Website of 2011</a>.</p>
<p>In the heat of this competition, Google is adapting.  They have fully launched their social media strategy with Google Plus, which seems to be growing at a rate unknown even to Facebook.  This would indicate that they are heading in the right direction.</p>
<p>But, they are also changing their money maker&#8211;Google search.  </p>
<h3>Google Now:  Tinkering With Search Is A Serious Risk</h3>
<p>In an article entitled <a href="http://www.wired.com/epicenter/2011/07/google-revenue-sources/">How Does Google Make the Big Bucks?</a>, we read the following:  </p>
<blockquote><p> &#8220;Google is now making $3 billion a month in advertising — the majority of which comes from little text ads next to search results.&#8221;</p></blockquote>
<p>Estimates vary and Google remains tight-lipped about their revenue breakdown but it&#8217;s no secret that the <strong>bulk of Google&#8217;s revenue still comes from the Google search results</strong>.  By providing subjective search results, <em>Google Now</em> is threatening the core revenue producer.  Will <em>Google Now</em> be the &#8220;New Coke&#8221; that failed miserably?</p>
<p>The answer to this is unknown.</p>
<p>But we do know that many people are now dissatisfied with the <em>New Google </em>results and speaking about it.  Many have complained that the new Google search returns Google Profiles of people who are not even active on Google Plus.  A much better result would be the Facebook page of that individual or business, which Google is often not showing.</p>
<p>In one recent outcry, prominent site LifeHacker wrote an article entitled <a href="http://lifehacker.com/5875156/how-to-turn-off-googles-annoying-new-personal-search-results">How to Turn Off Google’s Annoying New Personal Search Results</a>.  Most people (as yet) don&#8217;t seem to like the new subjective results and, frankly, most people probably won&#8217;t want to actively turn it off.  <strong>They may instead just look for a new search engine</strong>.</p>
<p>We know that <em>New Google</em> hires some of the brightest people in the world to house in their Googleplex.  They obviously know that they are taking a large risk, but feel that it is a risk worth taking.</p>
<p>But we cannot overlook the point&#8230;if people leave Google search, the empire crumbles.</p>
<h2>What Google Should Fear Most</h2>
<p>I began this story with an anecdote and I shall so conclude.</p>
<p>I like to travel and, when I don&#8217;t have my laptop, I pop into Internet cafes.  Recently, in a full Internet cafe in Argentina, I looked at the screens of the 20 computers in use:  <strong>All 20 people in the cafe were on Facebook</strong>.</p>
<p>I watched their movements.  The only time that they exited Facebook was to search for something on Google.  After a quick search, they exited Google and went to the page that they were searching for and then quickly back to Facebook.</p>
<p>I had one thought, the thought that should strike fear into everyone at Google:</p>
<p><strong>What if Facebook implemented its own search feature? </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/google-then-now-lost-way-found-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Panda Update and Article Marketing</title>
		<link>http://richardcummings.info/google-panda-update-article-marketing/</link>
		<comments>http://richardcummings.info/google-panda-update-article-marketing/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 13:32:23 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[SEO/Site Promotion]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Google Panda]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=631</guid>
		<description><![CDATA[With every iteration of the Google Panda update, we see big changes in the SERPs and one of the groups of sites that has been particularly affected is article marketing sites.  In this article, we’ll investigate whether article marketing sites have been adversely affected by the Google Panda update and, if so, we investigate the question:  Does article marketing still work to promote your website?]]></description>
			<content:encoded><![CDATA[<p>With every iteration of the <strong>Google Panda update</strong>, we see big changes in the SERPs and one of the groups of sites that has been particularly affected is <strong>article marketing sites</strong>.  In this article, we&#8217;ll investigate whether article marketing sites have been adversely affected by the Google Panda update and, if so, we investigate the question:  <strong>Does article marketing still work to promote your website or should you try another solution like this ultimate <a href="http://ultimateguestblogger.com/">guest blogging</a> solution?</strong></p>
<h2>Google Panda Update and Article Marketing:  Initial Impression</h2>
<p>Article marketing has always been beneficial for SEO purposes for two reasons:  One, you receive direct traffic from the articles themselves.  Two, and more importantly, you get very good benefits from the inbound links, especially from respected article directories.  In fact, as an expert eZine author, I have many articles that have attained a pagerank of 3.  Thus, I have derived great benefit from the inbound links on these pages.</p>
<p><strong>My initial impression is that the Google Panda Update has definitely affected article marketing directories.</strong> For particular searches, I have noticed not only a drastic reduction of articles directories returned in the SERPs but a complete absence of them.</p>
<p>In the past, I knew that if I wrote an article on a certain topic and posted it to <a href="http://goarticles.com/">GoArticles</a> or <a href="http://www.articlesbase.com/">ArticlesBase </a>that it would show up on page 1 in the SERPs within a matter of hours.  That just does not happen anymore (the same holds true with certain PR directories).  Typically, it does not show up at all.  As for the the granddaddy of directories,<a href="http://ezinearticles.com/"> Ezine articles</a>, they appeared to have been adversely affected by Google Panda originally but are now back in Google&#8217;s good favor.  Many pages that I have on eZinearticles still show up in the SERPs where they did in the past.</p>
<h2>Google Panda Update and Article Marketing:  What Happened?</h2>
<p>Many people are upset about the Google Panda Update because it has drastically reduced the amount of money that they were making and can make in the future.  However, there is no fighting this trend so adjustments are necessary.</p>
<p>Google is a business and their main business is search engine results.  Despite all of the cool stuff that Google produces, they still make most of their money from the ads they place on their search engine results pages.  So, if they provide poor results and people use another search engine, Google as a business would be in trouble.</p>
<p>Their goal with all of these Google Panda updates is to weed out bad and/or redundant results.  Again, this has angered more than a few and literally robbed some people of their livelihood.</p>
<p>However, the fact is that many article directories are filled with redundant, &#8220;spun&#8221; content that has no originality and exists solely to generate backlinks.  We should not be upset that Google wants to filter these results.  They must do this  to continue providing quality services.</p>
<h2>A New Approach:  Google Panda Update and Article Marketing</h2>
<p>With Google Panda, is article marketing now dead?  I would say &#8220;no&#8221; but add that most people need to change their approach.</p>
<p>Here is what I will change about my approach.  I have always written unique content and submitted this content to just a few article directories.  <em>It was always interesting to see which one Google would pick up first.</em> Now, I will narrow my submissions even more, with just a few unique articles going to the most important article directories, and right now that article directory is EzineArticles.</p>
<p>For those who have used article spinners and/or automatic submission of articles, I think this approach is not entirely dead but dying a slow death in the Post-Panda world.</p>
<h2>Google Panda Update and Article Marketing:  Conclusion and References</h2>
<p>The question posed in the title of this article was:  <strong>With the new Panda update, does article marketing still work</strong>?  The answer is &#8220;yes&#8221;, but you you may need to change your approach with a product like <a href="http://ultimateguestblogger.com/">Ultimate Guest Blogger</a>.</p>
<p>The world of article spinners and automatic submissions is dying a slow-death with each Google Panda update.  However, unique content submitted to quality directories still works very well.</p>
<p>Much has been written on the topic of article marketing in the wake of these Google Panda updates.  Here are some more articles that you may enjoy:</p>
<p><a href="http://www.affhelper.com/how-google-panda-update-impacts-article-marketing/#comment-184987">How Google Panda Update Impacts Article Marketing</a>:  Is Article Marketing dead?  Absolutely not! Even though you might still get a little bit of link juice from a handful of article directories, the smart thing to do now is to submit exclusive content to relevant sites instead&#8230;</p>
<p><a href="http://highprofileenterprises.com/2011/06/07/did-googles-panda-update-smash-article-marketing/#comment-18818">Did Google’s Panda Update Smash Article Marketing?</a>:  The change wasn’t anti-SEO, it was anti-SPAM&#8230;</p>
<p><a href="Google Panda: Are you still focusing on article marketing?">Google Panda: Are you still focusing on article marketing?</a>:  The Google Panda update ensures that article marketing is still a good practice if you produce quality content that your visitors will appreciate and help you syndicate and share it&#8230;</p>
<p><a href="http://inkwelleditorial.com/about-article-marketing-and-the-google-panda-update">Freelance Writers: 10 Reasons the Google Panda Update Makes (SEO) Article Marketing Even More Effective &amp; Means More Work for You</a>:  Not to brag (only to prove a point), but content written by me about “SEO writing” occupies four spots on the first page of Google&#8230;</p>
<p><a href="http://jimgreen.us/seo/ranking-post-panda/">Ranking Post Panda – Is Article Marketing Still Working?</a>:  Panda is nothing to fear, if you do SEO the right way&#8230;</p>
<p><a href="http://ultimateguestblogger.com/article-marketing-what-happened-and-what-to-do/">Article Marketing:  What Happened and What To Do</a>:  This article takes a look at why article marketing with article directories does not work anymore and what the solution is now.</p>
<p>Finally, it should be noted that Matt Cutts, head of Google&#8217;s webspam search team, is not terrible fond of article marketing as he states in this <a href="http://www.youtube.com/watch?v=x5xP-pTmlpY">YouTube video</a>.  However, do note that he is referring primarily to low-quality articles on article directories.</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/google-panda-update-article-marketing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google PageRank Disappeared</title>
		<link>http://richardcummings.info/google-pagerank-disappeared/</link>
		<comments>http://richardcummings.info/google-pagerank-disappeared/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 14:05:04 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Technologies/Solutions]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Google PageRank Disappeared]]></category>
		<category><![CDATA[Google PageRank Not Working]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=624</guid>
		<description><![CDATA[If you use a PageRank tool to check the Google PageRank of your pages and the PageRank of other pages, you may be anxiously typing into Google right now, “Google PageRank Disappeared“.]]></description>
			<content:encoded><![CDATA[<p>If you use a PageRank tool to check the Google PageRank of your pages and the PageRank of other pages, you may be anxiously typing into Google right now, &#8220;<strong>Google PageRank Disappeared</strong>&#8220;.</p>
<h2>Did Your Google PageRank Actually Drop to 0?</h2>
<p>To those who are fretting that they suddenly lost all PageRank and Google authority, you need not worry just yet.  Apparently, Google updated the URL which all of these add-on tools used to query PageRank and most of these tools have not been updated yet.</p>
<p>There were many people who were actually excited, not anxious, when they saw that all Google PageRanks disappear.  In the article <a href="http://whatculture.com/technology/google-pagerank-is-not-dead.php">Update: Google PageRank is NOT Dead</a>, the author points out the following:</p>
<blockquote><p>On Twitter, the majority of people in the industry rejoiced the seeming end of Google’s Toolbar PageRank display. Since its first appearance several years ago it  has been used, arguably more than it should have been, as a way of determining the quality of a website.</p></blockquote>
<h2>How To View Your PageRank Now</h2>
<p>On my end, I use the <a href="https://addons.mozilla.org/en-US/firefox/addon/searchstatus/">Firefox SearchStatus Add-On</a> (<span style="text-decoration: underline;"><strong>UPDATE</strong></span>:  as of 10/14/2011, the SearchStatus page rank component is now working with the latest version) for a quick check of PageRank and various other information.  The first thing that I did today was update to the latest version of this tool and, as yet, it has not been remedied.</p>
<p>I will wait until this or another tool gets updated because the information is not absolutely critical.  However, if you need to know immediately what your PageRank is, <a href="http://www.blast4trafficnow.net/google-panda-updates-2-5-pagerank-disappeared/">this article</a> purports to tell you a solution.  However, you have to use Internet Explorer for it so I am not going to bother right now.</p>
<h2>Google PageRank Disappeared:  News From Around the Web</h2>
<p>This issue is being hotly contested around the web these days.  If you would like to have a look at some more detailed articles, here is some more reading:</p>
<ul>
<li><a href="http://socialmediaseo.net/2011/10/06/google-pagerank-dissapeared-today-where-is-my-pagerank/">Google PageRank Dissapeared Today – Where is my PageRank?</a></li>
<li><a href="http://www.seomoves.org/blog/google/bye-bye-google-page-rank-2526/">Bye Bye Google Page Rank?</a></li>
<li><a href="http://www.warriorforum.com/adsense-ppc-seo-discussion-forum/465081-dont-worry-page-rank-still-there-no-google-pagerank-update.html">Don&#8217;t Worry Page Rank is Still there and no PR update</a></li>
<li><a href="http://backlinksforum.com/main-backlinks-linkbuilding-discussion/10205-google-pagerank-outage.html">Google PageRank Outage</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/google-pagerank-disappeared/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP/MySQL:  Query Date in DateTime Field</title>
		<link>http://richardcummings.info/phpmysql-query-date-in-datetime-field/</link>
		<comments>http://richardcummings.info/phpmysql-query-date-in-datetime-field/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 17:41:18 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Technologies/Solutions]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[mysql php date datetime]]></category>
		<category><![CDATA[query date datetime]]></category>
		<category><![CDATA[query date in datetime field]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=618</guid>
		<description><![CDATA[In this quick technical solution post, I will tell you how to query a date from a datetime field in PHP.]]></description>
			<content:encoded><![CDATA[<p>In this quick technical solution post, I will tell you <strong>how to query a date from a datetime field in PHP</strong>.</p>
<p>If you read the post <a href="http://richardcummings.info/php-get-date-7-days-one-weekago/">PHP get date 7 days ago</a>, you know that my project today called for querying a MySql database on a date 7 days in the past.  Well, having gotten a string that equals the date from 7 days ago, now I need to query the MySql database with that date.  However, the field is set at datetime.  Thus, querying on the date like you see in the code below yields no results:</p>
<pre class="brush: php; title: ;">
$oneweekago='2011-09-26';
mysql_query(&quot;SELECT * FROM table WHERE registration = '$oneweekago' &quot;)  // not working because time is in the datetime field
</pre>
<p>As you see in the coding comment above, this query does yield any results because it also wants a time.  So, we will use the MySQL <em>between</em> syntax to get the information that we want, which is all users who registered on the date of $oneweekago.</p>
<p>To do this, we create two new variables.  The first will be the time at the very start of that day one week ago and the second will be the last moment of that day.  As you see in the code below, we add these two variables and then we change the MySQL query to use the <em>between </em>syntax.  </p>
<pre class="brush: php; title: ;">
$oneweekago='2011-09-26';
$date1=$oneweekago.&quot; 00:00:00&quot;;
$date2=$oneweekago.&quot; 23:59:59&quot;;
mysql_query(&quot;SELECT * FROM table WHERE registration between '$date1' and '$date2'  &quot;)  // this now gets all users who registered that day
</pre>
<h2>Query Date in DateTime Field</h2>
<p>There are many people discussing the best way to get the date from a datetime in MySQL/PHP.  I found this way to be quick and easy.  I hope that you did too.</p>
<p>Cheers, Richard</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/phpmysql-query-date-in-datetime-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:  Get Date 7 Days Ago-One Week Ago</title>
		<link>http://richardcummings.info/php-get-date-7-days-one-weekago/</link>
		<comments>http://richardcummings.info/php-get-date-7-days-one-weekago/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 17:08:34 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Technologies/Solutions]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[php date 1 week ago]]></category>
		<category><![CDATA[php date 7 days ago]]></category>
		<category><![CDATA[php dates]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=615</guid>
		<description><![CDATA[In this quick tech solution post, I will tell you how to get the PHP date 7 days ago, one week ago, or whenever you want.]]></description>
			<content:encoded><![CDATA[<p>In this quick tech solution post, I will tell you how to get the<strong> PHP date 7 days ago</strong>, <em>one week ago</em>, or whenever you want.</p>
<p>As I have said many times, I write these posts for both of us:  you and I.  When you are implementing tech solutions everyday, you are more like to forget than remember.  So, today, let us review how to get the PHP date from 7 days ago.</p>
<p>It is fairly easy to get a past date in PHP but, as always, remembering the syntax can be a bit of a challenge.  So, here we go.</p>
<h2>PHP:  Get a Past Date</h2>
<p>You can <em>get any past date you want in PHP</em> but, below, you will find the formula to get the date from 7 days/one week ago. </p>
<h3>PHP:  Get Date One Week Ago</h3>
<p>Ok, here is a little file that you can upload to your web server (I recommend Hostgator for PHP/MySQL) for testing if you like.  I have noted the line that gets you the date one week prior.</p>
<pre class="brush: php; title: ;">
 &lt;?
// get today's date
$today = date(&quot;Y-m-d&quot;);
echo &quot;Today is $today.&quot;;
echo &quot;&lt;br /&gt;&lt;br /&gt;&quot;;
$oneweekago=date('Y-m-d',strtotime('-7 days'));  // this gets one week ago in PHP
echo &quot;One week ago, the date was $oneweekago.&quot;;
?&gt;
</pre>
<h2>Summary:  Past Dates In PHP</h2>
<p>I hope this quick little tidbit about <strong>how to get past dates in PHP</strong> has been helpful.  Today, I had a quick project in which I needed to get the date from 7 days ago in PHP.  Hopefully, I will remember I wrote this so I can refer to it in the future. <img src='http://richardcummings.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But wait, my project is not over.  I am doing a MySQL query where I have to get information from 1 week ago but the date is stored in a date time field&#8230;so I tell you how to do a query for date in a MySQL datetime field. </p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/php-get-date-7-days-one-weekago/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
