<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Foster Solutions (FSI)</title>
	<atom:link href="http://www.fostersolutionsinc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fostersolutionsinc.com</link>
	<description>The Solution is in the Process</description>
	<lastBuildDate>Tue, 31 Aug 2010 15:26:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bonnie Taub-Dix</title>
		<link>http://www.fostersolutionsinc.com/2010/08/bonnie-taub-dix/</link>
		<comments>http://www.fostersolutionsinc.com/2010/08/bonnie-taub-dix/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:48:04 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Boutique sites]]></category>
		<category><![CDATA[Client Websites]]></category>
		<category><![CDATA[Hosted Sites]]></category>
		<category><![CDATA[Media (print/audio/video)]]></category>
		<category><![CDATA[Recent Launches]]></category>
		<category><![CDATA[WordPress CMS]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1598</guid>
		<description><![CDATA[Bonnie Taub-Dix is a published author and a national spokesperson for the American Dietetic Association.  She has been a regular guest on national television and provided advice for a multitude of publications, including the New York Times, Washington Post and USA Today. FSI migrated her static website to WordPress, so she can now edit her [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1599" href="http://www.fostersolutionsinc.com/2010/08/bonnie-taub-dix/bonnie-taub-dix-home/"><img class="alignleft size-medium wp-image-1599" title="bonnie-taub-dix-home" src="http://www.fostersolutionsinc.com/wp-content/uploads/bonnie-taub-dix-home-300x204.jpg" alt="" width="300" height="204" /></a><a href="http://www.bonnietaubdix.com" target="_blank">Bonnie Taub-Dix</a> is a published author and a national spokesperson for the American Dietetic Association.  She has been a regular guest on national television and provided advice for a multitude of publications, including the New <em>York Times</em>, <em>Washington Post</em> and <em>USA Today</em>.</p>
<p>FSI migrated her static website to WordPress, so she can now edit her content. The site utilizes new features in WordPress 3.0 with custom post types, so she can easily manager her media appearances, testimonials and announcements.</p>
<p>Through custom programming, FSI created a dynamic media page where users can easily navigate to view her videos, newspaper appearances, TV appearances, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/08/bonnie-taub-dix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress vs Drupal vs Joomla</title>
		<link>http://www.fostersolutionsinc.com/2010/08/wordpress-vs-drupal-vs-joomla/</link>
		<comments>http://www.fostersolutionsinc.com/2010/08/wordpress-vs-drupal-vs-joomla/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 18:14:10 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1575</guid>
		<description><![CDATA[This was an email posted in the wwwac.org listserv.  It&#8217;s a nice overview of the pros and cons of the &#8220;big three&#8221; open source CMSs. WordPress is wonderful for a basic content site, especially for blogs and personal stuff. Lots of plugins to add functionality, fairly easy to use right out of the box for [...]]]></description>
			<content:encoded><![CDATA[<p>This was an email posted in the wwwac.org listserv.  It&#8217;s a nice overview of the pros and cons of the &#8220;big three&#8221; open source CMSs.</p>
<p>WordPress is wonderful for a basic content site, especially for blogs and personal stuff. Lots of plugins to add functionality, fairly easy to use right out of the box for a person with minor technical skills. With a bit of study, one can learn how to customize it and personalize it.</p>
<p>I used to use Joomla, and its predecessor Mambo, after years of building custom PHP-based CMS sites. <span id="more-1575"></span>With custom sites, I found I was re-inventing the same backend framework over and over again, and spending a lot of time dealing with security and browser compatability issues and other dull stuff. Joomla seemed pretty good at the time, but my experience was that the quality of contributed code varied wildly. Lots of it just plain didn&#8217;t work, or had dangerous security holes. Maybe it&#8217;s gotten better in the last few years, but I had a difficult time finding all the pieces I needed, and there wasn&#8217;t much in the way of support for lots of it.</p>
<p>I switched over to Drupal four years ago, and have been very pleased. The backend API is pretty amazing; it&#8217;s designed to allow customization at many levels. It&#8217;s like Unix in many ways; lots of small parts that all work together, with plenty of hooks to splice in your own code where needed. The core code and modules undergo heavy testing and peer review. Coding standards are enforced, there are routine security audits. There is a great sense of community and helpful support through many channels. Code quality is generally very professional. It has a very granular approach to access to content, which can be based on user roles, page contexts, even IP addresses. It has built in support for translations and internationalization.</p>
<p>While it is possible to build a very nice site without any custom coding, it is the flexibility in customization that has the greatest appeal to me as a programmer/developer. The downside is that it can take a while to get into the &#8220;Zen&#8221; of how everything fits together. Theming is probably he most difficult concept; it seems inside out in many ways; it is a combination of HTML templates and various places where the code is prepared for rendering. But once you figure it out, it is really neat. If you do it right, there is a wonderful separation of preparation and presentation.</p>
<p>What is the &#8220;best&#8221; system depends on your needs, interests, and skills. For simple sites, I&#8217;d go with WordPress, if it fits the bill. As a hard-core web developer, Drupal has great appeal to me for its power, flexibility, and stability. I don&#8217;t think there is another system with the versatility, availability of custom add-ons, openness, and support.</p>
<p><em>Thanks to Phil Glatz for this review.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Here is another email on the thread from Stephen Britton.</p>
<p>WordPress.org: Best for blogs, although a lot of folks are using it for a CMS. Easy to install and very short learning curve. Huge community with 13+ million downloads of WP 3.0. Not good for e-commerce unless you plan to sell a handful of items &#8211; think small pottery shop, not an auto parts store. If you are putting together a large CMS with thousands of documents and requires strict access control levels, Joomla and Drupal are probably a better choice. But WordPress is by far the best blog with excellent comment and archive capability.</p>
<p>Joomla! : A pure CMS that with plug-ins, can be a blog. Has everything to create a basic CMS site out of the box. Easier to program and thempate than Drupal, but not as flexable as Drupal. Community is more designers than programmers. Ecommerce is limited. Free VirtueMart plugin is very buggy. Nice object-oriented programming language. Lots of components and extensions, many good ones cost money, but rarely more than $50. The excellent, JCal Pro is only $29. Joomla has a great forum extension and can also integrated with PHPBB.</p>
<p>Drupal :  The most flexiable CMS, but with a steep learning curve. You might want to hire a consultant to help on your first Drupal site.<br />
Super stable. Can be used as a CMS out of the box, but requires downloading and installing extensions to get it running right. Admin control panel takes some time to get used to it. Community is the opposite of Joomla with more programmers than designers. Has the best ecommerce plugin, ubercart, but if someone wanted to build a large ecommerce site, steer them towards OpenCart, Prestashop or Megento before using Drupal for ecommerce. Big corporate user base. There are at least 5 Drupal job postings for each Joomla or WordPress job listing.</p>
<p>I personally find myself using Joomla more than WordPress and Drupal.<br />
I find it easy to set up and create templates. It is easier to code than Drupal. Most of my sites are informational, magazine-type that need to be updated frequently and Joomla handles this well. Most editors and writers can learn the admin dashboard quickly. Also, the new soon-to-be released version of Joomla, v1.6 has improved access control levels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/08/wordpress-vs-drupal-vs-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gena Lisa Lingerie</title>
		<link>http://www.fostersolutionsinc.com/2010/08/gena-lisa-lingerie/</link>
		<comments>http://www.fostersolutionsinc.com/2010/08/gena-lisa-lingerie/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 20:41:46 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Boutique sites]]></category>
		<category><![CDATA[Client Websites]]></category>
		<category><![CDATA[Premium Graphic Design]]></category>
		<category><![CDATA[Recent Launches]]></category>
		<category><![CDATA[WordPress CMS]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1559</guid>
		<description><![CDATA[Gena Lisa Lingerie is a successful women&#8217;s fitting shop in Nyack, NY. FSI worked with graphic designer Michael Meyerowitz to create a custom design that shows off Gena&#8217;s personal approach and her slightly-sexy clothing lines. The site was built in WordPress, allowing the client is easily able to maintain the clothing lines and testimonials, using [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1560" href="http://www.fostersolutionsinc.com/2010/08/gena-lisa-lingerie/gena-lisa-screenshot/"><img class="alignleft size-medium wp-image-1560" title="Gena Lisa Lingerie" src="http://www.fostersolutionsinc.com/wp-content/uploads/gena-lisa-screenshot-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://genalisa.com" target="_blank">Gena Lisa Lingerie</a> is a successful women&#8217;s fitting shop in Nyack, NY.</p>
<p>FSI worked with graphic designer Michael Meyerowitz to create a custom design that shows off Gena&#8217;s personal approach and her slightly-sexy clothing lines.</p>
<p>The site was built in WordPress, allowing the client is easily able to maintain the clothing lines and testimonials, using WordPress&#8217; new custom post types.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/08/gena-lisa-lingerie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating WordPress to a different server</title>
		<link>http://www.fostersolutionsinc.com/2010/08/migrating-wordpress-to-a-different-server/</link>
		<comments>http://www.fostersolutionsinc.com/2010/08/migrating-wordpress-to-a-different-server/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 02:44:06 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1556</guid>
		<description><![CDATA[If you need to migrate WordPress to another server, sometimes it will have a different URL. That will break all the image links in the content of the pages. The best thing to do is do a bulk replace in MySQL.  The command is as follows update wp_posts set post_content = replace(post_content, &#8216;searchURL&#8217;, &#8216;replaceURL&#8217;);]]></description>
			<content:encoded><![CDATA[<p>If you need to migrate WordPress to another server, sometimes it will have a different URL. That will break all the image links in the content of the pages.</p>
<p>The best thing to do is do a bulk replace in MySQL.  The command is as follows</p>
<blockquote><p>update wp_posts set post_content = replace(post_content, &#8216;searchURL&#8217;, &#8216;replaceURL&#8217;);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/08/migrating-wordpress-to-a-different-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing future posts</title>
		<link>http://www.fostersolutionsinc.com/2010/08/showing-future-posts/</link>
		<comments>http://www.fostersolutionsinc.com/2010/08/showing-future-posts/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 21:05:50 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1548</guid>
		<description><![CDATA[Sometimes you want to show future posts, likely when you have posts that are events. &#60;?php // &#8212;&#8212;&#8212;&#8212; added for events to show future if(is_category(&#8216;events&#8217;)) query_posts($query_string . &#8216;&#38;order=ASC&#38;post_status=future&#8217;); while (have_posts()) : the_post(); if(is_category(&#8216;events&#8217;)) { if(strtotime($post-&#62;post_date) &#60; time()) continue; } ?&#62;]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to show future posts, likely when you have posts that are events.</p>
<blockquote><p>&lt;?php<br />
// &#8212;&#8212;&#8212;&#8212; added for events to show future<br />
if(is_category(&#8216;events&#8217;))<br />
query_posts($query_string . &#8216;&amp;order=ASC&amp;post_status=future&#8217;);</p>
<p>while (have_posts()) : the_post();</p>
<p>if(is_category(&#8216;events&#8217;)) {<br />
if(strtotime($post-&gt;post_date) &lt; time())<br />
continue;<br />
}<br />
?&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/08/showing-future-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO: Meta Data</title>
		<link>http://www.fostersolutionsinc.com/2010/08/seo-meta-data/</link>
		<comments>http://www.fostersolutionsinc.com/2010/08/seo-meta-data/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 22:24:43 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1535</guid>
		<description><![CDATA[Whether you’re a beginner in SEO or a seasoned pro, it’s important to keep up on how your pages will be displayed in the Search Engine Results Pages (SERPs) across each engine. Every engine displays your page differently and depending on what you are trying to target there are different approaches to optimizing by engine. [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1536" href="http://www.fostersolutionsinc.com/2010/08/seo-meta-data/seo-blocks/"><img class="alignleft size-medium wp-image-1536" title="SEO-blocks" src="http://www.fostersolutionsinc.com/wp-content/uploads/SEO-blocks-300x231.gif" alt="" width="300" height="231" /></a>Whether you’re a beginner in SEO or a seasoned pro, it’s important to  keep up on how your pages will be displayed in the Search Engine  Results Pages (SERPs) across each engine. Every engine displays your  page differently and depending on what you are trying to target there  are different approaches to optimizing by engine. This article is not to  tell you how to optimize your pages, it is merely to give you the  current character count that is displayed for the Title Tags and Meta  Descriptions for Google, Yahoo, Bing and Ask.com</p>
<p>A few years ago  (2004), Yahoo would display up to 120 characters in the Title Tag. Can  you believe it? So much has changed since then. Earlier this year, we  had MSN. Now we have Bing. Do you know the proper meta description  length displayed in Bing?</p>
<h2>GOOGLE</h2>
<p>Google shows 69 Characters (Including Spaces) for Page Title.</p>
<p>Google shows 156 Characters (Including Spaces) for Meta Description.</p>
<p>It  should also be known that if you don’t include a Meta Description or if  Google feels a better description for your page could be given by using  a web snippet, then the description shown can be up to 320 characters.  Of course, they won’t be the characters that you choose so they might  not best represent what you wish your audience to see in the SERP’s.</p>
<p>Also, check out <a href="seo-tidbits">SEO Tidbits</a> to see a Google engineer explain why Google does not use Meta key words at all.</p>
<h2>Yahoo</h2>
<p>It appears that Yahoo shows up to 72 Characters (Including Spaces) for a Page Title. (PDF’s up to 75 characters)</p>
<p>Yahoo shows up to 161 Characters (Including Spaces) for Meta Description.</p>
<h2>Bing</h2>
<p>According to the <a title="bing webmaster blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bing.com');" href="http://www.bing.com/community/blogs/webmaster/archive/2009/07/18/head-s-up-on-lt-head-gt-tag-optimization-sem-101.aspx">Bing Webmaster Blog</a>:</p>
<p>Bing shows 65 Characters (Including Spaces) for a Page Title Tag.</p>
<p>Bing shows up to 150 Characters (Including Spaces) for Meta Description Tag.</p>
<p><em><strong>However</strong></em>, as you can see in the example above, Bing will readily show 69 characters for the Title Tag and up to 185 for the description.</p>
<h2>Ask.com</h2>
<p>Ask shows 69 Characters (Including Spaces) for an SEO Page Title.</p>
<p>It appears that Ask.com pulls a snippet of text from the page and can commonly  display around 312 characters for a description.</p>
<p>Credit: <a href="http://www.sagerock.com/blog/title-tag-meta-description-length/" target="_blank">SageRock</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/08/seo-meta-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Tidbits</title>
		<link>http://www.fostersolutionsinc.com/2010/07/seo-tidbits/</link>
		<comments>http://www.fostersolutionsinc.com/2010/07/seo-tidbits/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 03:08:46 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1532</guid>
		<description><![CDATA[One must be very wary of paying for SEO on their site. Click HERE for a harsh critique of those making a living doing SEO. Here is a useful short video from Google saying they don&#8217;t use meta keyword tags at all:]]></description>
			<content:encoded><![CDATA[<p>One must be very wary of paying for SEO on their site.  Click <a href="Spammers, Evildoers, and Opportunists" target="_blank">HERE </a>for a harsh critique of those making a living doing SEO.</p>
<p>Here is a useful short video from Google saying they don&#8217;t use meta keyword tags at all:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/jK7IPbnmvVU&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/jK7IPbnmvVU&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/07/seo-tidbits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress subpages and Parents</title>
		<link>http://www.fostersolutionsinc.com/2010/07/wordpress-subpages-and-parents/</link>
		<comments>http://www.fostersolutionsinc.com/2010/07/wordpress-subpages-and-parents/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 16:01:08 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1526</guid>
		<description><![CDATA[Thanks Matt Varone on this function to check if the current page is a subpage.  WP should have made this a core function http://www.mattvarone.com/wordpress/is_subpage-function/ A useful companion item is to create a template for a parent page where you only want to redirect it to the first subpage.  Sometimes you don&#8217;t want a page for [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks Matt Varone on this function to check if the current page is a subpage.  WP should have made this a core function</p>
<p><a href="http://www.mattvarone.com/wordpress/is_subpage-function/" target="_blank">http://www.mattvarone.com/wordpress/is_subpage-function/</a></p>
<p>A useful companion item is to create a template for a parent page where you only want to redirect it to the first subpage.  Sometimes you don&#8217;t want a page for the parent at all, just the children.</p>
<p>From WPRecipes:</p>
<p><a href="http://www.wprecipes.com/wordpress-page-template-to-redirect-to-first-child-page" target="_blank">http://www.wprecipes.com/wordpress-page-template-to-redirect-to-first-child-page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/07/wordpress-subpages-and-parents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a cursor to loop through a table</title>
		<link>http://www.fostersolutionsinc.com/2010/07/using-a-cursor-to-loop-through-a-table/</link>
		<comments>http://www.fostersolutionsinc.com/2010/07/using-a-cursor-to-loop-through-a-table/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 22:13:52 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1520</guid>
		<description><![CDATA[Cursors are frowned upon, but I have found times when performance of update query sets are too slow.  I believe this happens when the recovery model is full. The T-SQL below creates a cursor on a table and then steps through each record and updates several fields.  This ended up taking about 4 minutes on [...]]]></description>
			<content:encoded><![CDATA[<p>Cursors are frowned upon, but I have found times when performance of update query sets are too slow.  I believe this happens when the recovery model is full.</p>
<p>The T-SQL below creates a cursor on a table and then steps through each record and updates several fields.  This ended up taking about 4 minutes on an 18k record database, which is small, but would take 20 minutes just to update 200 records in the same table with an update query.</p>
<blockquote><p>ALTER procedure [dbo].[sp_updateDemoData] as</p>
<p>declare @mallId nchar(6)<br />
declare @RowNum int<br />
declare @showme int</p>
<p>set @showme = 0</p>
<p>declare malllist cursor for<br />
select mallcode from mall_exp_trend_2010 where pop_20 &gt; 0<br />
OPEN malllist<br />
FETCH NEXT FROM malllist<br />
INTO @mallId<br />
set @RowNum = 0<br />
WHILE @@FETCH_STATUS = 0<br />
BEGIN<br />
set @RowNum = @RowNum + 1<br />
set @showme = @showme + 1</p>
<p>Update e set<br />
e.NUMBER_OF_HOUSEHOLDS_10 = ns.HH_10, e.NUMBER_OF_HOUSEHOLDS_20 = ns.HH_20, e.NUMBER_OF_HOUSEHOLDS_5 = ns.HH_5,<br />
e.AVREGE_HOUSEHOLD_INC_10 = ns.INC_10, e.AVREGE_HOUSEHOLD_INC_20 = ns.INC_20, e.AVREGE_HOUSEHOLD_INC_5 = ns.INC_5,<br />
e.MEDIAN_AGE_10 = ns.AGE_10, e.MEDIAN_AGE_20 = ns.AGE_20, e.MEDIAN_AGE_5 = ns.AGE_5,<br />
e.POPULATION_10 = ns.POP_10, e.POPULATION_20 = ns.POP_20, POPULATION_5 = ns.POP_5<br />
from mallsysNetT1.dbo._mall e, mall_exp_trend_2010 ns<br />
where ns.MALLCODE = e.MALLCODE and e.MALLCODE = @mallId;</p>
<p>if @showme = 100<br />
BEGIN<br />
print &#8216;processed records: &#8216; + cast(@RowNum as char(6)) &#8212; + &#8216; &#8216; + @mallId<br />
set @showme = 0<br />
END</p>
<p>FETCH NEXT FROM malllist<br />
INTO @mallId<br />
END<br />
CLOSE malllist<br />
DEALLOCATE malllist</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/07/using-a-cursor-to-loop-through-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Installation Procedure</title>
		<link>http://www.fostersolutionsinc.com/2010/06/wordpress-installation-procedure/</link>
		<comments>http://www.fostersolutionsinc.com/2010/06/wordpress-installation-procedure/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:19:04 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fostersolutionsinc.com/?p=1509</guid>
		<description><![CDATA[WordPress is an amazing product, and Fantastico Deluxe helps with the install, but there are some issues and best practices. When installing WP using Fantastico, make sure the permissions are secure after installation.  Fantastico usually sets permissions on the public_html directory to an incorrect &#8220;755&#8243;.  Make sure they are &#8220;750.&#8221; Make sure the wp-config.php file [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is an amazing product, and Fantastico Deluxe helps with the install, but there are some issues and best practices.</p>
<p>When installing WP using Fantastico, make sure the permissions are secure after installation.  Fantastico usually sets permissions on the public_html directory to an incorrect &#8220;755&#8243;.  Make sure they are &#8220;750.&#8221;</p>
<p>Make sure the wp-config.php file permissions are set to &#8220;400.&#8221;</p>
<p>I&#8217;ve had two sites hacked into soon after installation so this is not just an academic exercise.</p>
<h3>Settings</h3>
<ul>
<li>Definitely change the permalinks.  I don&#8217;t know why they default it with a URL (?p=123) format.  You want smart names for your links. If you are going to add lots of posts, you may want to select the &#8220;Month and name&#8221; format.  If not, go to custom Structure and put in <span style="color: #ff0000;">/%postname%/</span></li>
<li><span style="color: #ff0000;"><span style="color: #000000;">Under media, you will likely want to uncheck the &#8220;</span></span>Organize my uploads into month- and year-based folders&#8221;, unless you will have messloads of images you&#8217;ll be uploading.  Definitely check the settings for sizes of images in medium and large.  You will likely want to reduce the large to something like 800 px max.<span style="color: #ff0000;"><span style="color: #000000;"> </span></span></li>
<li><span style="color: #ff0000;"><span style="color: #000000;">Reading &#8212; Unless this is a straight blog, you&#8217;ll probably want to create a page called &#8220;home&#8221; and one called &#8220;blog&#8221; and then go to the reading panel and set the front page display to static and set the home and blog pages.<br />
</span></span></li>
</ul>
<p><span style="color: #ff0000;"><br />
</span></p>
<p>Here are some must-have plugins:</p>
<ul>
<li><strong>My Page Order</strong> &#8212; Great for setting order of pages in menu.</li>
<li><strong>All in One SEO Pack</strong> &#8212; Most popular and robust plugin for SEO</li>
<li><strong>Google XML Sitemaps</strong> &#8212; Will keep your sitemaps xml file up to date</li>
<li><strong>Reveal IDs for WP Admin</strong> &#8212; Useful admin tool</li>
<li><strong>List category posts</strong> &#8212; Useful if post categories are used as a taxonomy, and you want to get a list of specific categories.</li>
<li><strong>Theme My Login</strong> &#8212; Creates a nice login page based on the active theme.</li>
<li><strong>NextGen Gallery</strong> &#8212; The best in managing pic galleries</li>
<li><strong>Exclude Pages from Navigation</strong> &#8212; Excludes pages if desired</li>
<li><strong>Theme Switcher Reloaded</strong> &#8212; Great for development, allowing clients to view various themes.</li>
<li><strong>Custom Post Type UI </strong> &#8212; This takes advantage of WP 2.9+ custom post types.</li>
<li><strong>Members</strong> &#8212; This plugin allow the admin to manage roles for different levels of users.</li>
<li><strong>White Label CMS</strong> &#8211;This customized the admin section.  You can minimize to the items you want the user to see.</li>
<li><strong>CMS Tree Page View</strong> &#8212; This will insert a new menu item under page which gives a tree view of the pages.  For sites with lots of pages and subpages, this is a better way to navigate pages in the admin section.</li>
<li> <strong>Google Analyticator</strong>&#8211; There are several Google Analytics plugins, but this seems the best, which includes a nice dashboard widget/panel to view analytics from WordPress.</li>
<li><strong>Simple CMS</strong> &#8212; This is a basic plugin that simplifies the admin page for Editors and below.  There is no way to change the settings, but it is a quick way to reduce the clutter for clients.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fostersolutionsinc.com/2010/06/wordpress-installation-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
