<?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>CrimsonShift, LLC</title>
	<atom:link href="http://crimsonshift.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://crimsonshift.com</link>
	<description>Web Development,  IT Consulting, Computer services and repair, Network Support - serving Greater Cincinnati, Mason, Blue Ash</description>
	<lastBuildDate>Mon, 06 May 2013 20:30:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Restart Backup Exec Services Script</title>
		<link>http://crimsonshift.com/restart-backup-exec-services-scrip/</link>
		<comments>http://crimsonshift.com/restart-backup-exec-services-scrip/#comments</comments>
		<pubDate>Mon, 06 May 2013 20:30:51 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Exec]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=1051</guid>
		<description><![CDATA[Restart Backup Exec Services Script]]></description>
				<content:encoded><![CDATA[<p>cd C:\Program Files\VERITAS\Backup Exec\NT\<br />
bemcmd -o503<br />
timeout 60<br />
bemcmd -o502<br />
exit</p>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/restart-backup-exec-services-scrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gump Law Offices</title>
		<link>http://crimsonshift.com/gump-law-offices/</link>
		<comments>http://crimsonshift.com/gump-law-offices/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 15:49:10 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=1007</guid>
		<description><![CDATA[Gump Law Offices]]></description>
				<content:encoded><![CDATA[<p>Gump Law Offices</p>
<p><a title="Gump Law Offices" href="http://www.gumplaw.com" target="_blank">http://www.gumplaw.com</a></p>
<ul>
<li>Custom website design and Artwork</li>
<li>Social media integration</li>
<li>Optimized for SEO</li>
<li>Built on WordPress platform</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/gump-law-offices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seasonings of Salonica</title>
		<link>http://crimsonshift.com/seasonings-salonica/</link>
		<comments>http://crimsonshift.com/seasonings-salonica/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 15:44:20 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=1003</guid>
		<description><![CDATA[The Spicy Greek - Seasonings of Salonica]]></description>
				<content:encoded><![CDATA[<p>The Spicy Greek &#8211; Seasonings of Salonica</p>
<p><a title="The Spicy Greek - Seasonings of Salonica" href="http://www.spicygreek.com/" target="_blank">http://www.spicygreek.com</a></p>
<ul>
<li>Built from scratch website design</li>
<li>Custom product management interface</li>
<li>Interactive user recipe submission</li>
<li>Social media integration</li>
<li>Optimized for SEO</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/seasonings-salonica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache mod_status, which site uses which process and resources</title>
		<link>http://crimsonshift.com/apache-mod_status-site-process-resources/</link>
		<comments>http://crimsonshift.com/apache-mod_status-site-process-resources/#comments</comments>
		<pubDate>Fri, 25 May 2012 18:02:45 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[mod_status]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[usage]]></category>
		<category><![CDATA[utilization]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=975</guid>
		<description><![CDATA[If you need detailed information about Apache processes and which site is using them. Edit your httpd_conf file, and change the following directives: &#60;Location /secret-name-server-status&#62; SetHandler server-status Order deny,allow Deny from none Allow from all &#60;/Location&#62; You can set Allow from [specific IP address or range] for greater security Also change un-comment the # by [...]]]></description>
				<content:encoded><![CDATA[<p>If you need detailed information about Apache processes and which site is using them. Edit your <strong>httpd_conf</strong> file, and change the following directives:</p>
<pre>&lt;Location /secret-name-server-status&gt;
SetHandler server-status
Order deny,allow
Deny from none
Allow from <strong>all</strong>
&lt;/Location&gt;</pre>
<p>You can set Allow from [specific IP address or range] for greater security</p>
<p>Also change un-comment the # by removing the # character:</p>
<pre>ExtendedStatus On</pre>
<p>Then, go to Listen On directives, and add an unused port:</p>
<pre>Listen 4567</pre>
<p>Save changes, restart apache service and go to:</p>
<pre>http://your-domain-name.com:4567/secret-name-server-status</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/apache-mod_status-site-process-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS DOS script to rename, append date, delete files older than 30 or N days</title>
		<link>http://crimsonshift.com/ms-dos-script-rename-append-date-delete-files-older-30-days/</link>
		<comments>http://crimsonshift.com/ms-dos-script-rename-append-date-delete-files-older-30-days/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 21:40:44 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[14]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[append]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[days]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[n]]></category>
		<category><![CDATA[ntbackup]]></category>
		<category><![CDATA[older 30]]></category>
		<category><![CDATA[script rename]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=972</guid>
		<description><![CDATA[MS DOS script to rename, append date, delete files older than 30 or N days for ntbackup or other files]]></description>
				<content:encoded><![CDATA[<p>If you use Windows Server 2003 built-in NTBackup, you may need to move daily backup files into an archive folder, and delete old files.  Here is a script to rename and append time/date to backup file, move it to an archive directory, and search and delete all files older than 30 days.</p>
<p><span style="color: #3366ff;">ren E:\ntbackup\backup2.bkf backup1_%date:~4,2%%date:~7,2%%date:~10,4%_.bkf</span><br />
<span style="color: #3366ff;">move E:\ntbackup\backup?_* E:\ntbackup\archive</span><br />
<span style="color: #3366ff;">forfiles /P &#8220;E:\ntbackup\archive&#8221; /S /M *.bkf /D -30 /C &#8220;cmd /c del @PATH&#8221;</span></p>
<p><span style="color: #000000;">Set this as a scheduled task after your NTBackup job completes, and you should be good to go with basic full backup.</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/ms-dos-script-rename-append-date-delete-files-older-30-days/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MVP Sports Bar and Grille</title>
		<link>http://crimsonshift.com/mvp-bar-grille/</link>
		<comments>http://crimsonshift.com/mvp-bar-grille/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 19:28:03 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=962</guid>
		<description><![CDATA[MVP Sports Bar and Grille http://www.mymvpsportsbarandgrille.com/ WordPress Platform Custom site design Image gallery Custom Event Calendar Social media integration &#8211; push content to Facebook, Twitter and other sites Site analytics and reporting]]></description>
				<content:encoded><![CDATA[<p>MVP Sports Bar and Grille</p>
<p><a title="MVP Bar and Grille" href="http://www.mymvpsportsbarandgrille.com/" target="_blank">http://www.mymvpsportsbarandgrille.com/</a></p>
<ul>
<li>WordPress Platform</li>
<li>Custom site design</li>
<li>Image gallery</li>
<li>Custom Event Calendar</li>
<li>Social media integration &#8211; push content to Facebook, Twitter and other sites</li>
<li>Site analytics and reporting</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/mvp-bar-grille/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Work</title>
		<link>http://crimsonshift.com/our-work/</link>
		<comments>http://crimsonshift.com/our-work/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:41:18 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=860</guid>
		<description><![CDATA[Our expert web developers design flexible websites and applications to fit your current business model. Whether you are looking to extend current applications to internet customers, or just want an informative website for your company, we can do it with ease. We specialize in web applications such as CMS, Content Management Tools, E-Commerce, CRM, etc. [...]]]></description>
				<content:encoded><![CDATA[<p>Our expert web developers design flexible websites and applications to fit your current business model. Whether you are looking to extend current applications to internet customers, or just want an informative website for your company, we can do it with ease.</p>
<p>We specialize in web applications such as CMS, Content Management Tools, E-Commerce, CRM, etc. Some of our recent projects have featured:</p>
<ul>
<li>Custom shopping cart system with support for a complex pricing scheme. Implements our proprietary e-commerce solution.
<ul>
<li><strong>Site:</strong> <a href="http://www.kett-tool.com/" target="_blank">www.kett-tool.com</a></li>
</ul>
</li>
<li>A custom Content Management System using our own MVC framework.<br />
Employs a modular design, and implements a control module to manage a federation of sites running the CMS.<br />
Implements our proprietary e-commerce solution.</p>
<ul>
<li><strong>Site:</strong> <a href="http://www.maddancer.com/" target="_blank">Kapelle Content Management System</a></li>
</ul>
</li>
<li>Advanced Javascript Visual Elements
<ul>
<li><strong>Site:</strong> <a href="http://www.littlebigtown.com/store" target="_blank">www.littlebigtown.com</a></li>
<li><strong>Site:</strong> <a href="http://www.kett-tool.com/" target="_blank">www.kett-tool.com</a></li>
<li><strong>Site:</strong> <a href="http://www.sheilawalsh.com/" target="_blank">www.sheilawalsh.com</a></li>
</ul>
</li>
<li>3rd party software integration
<ul>
<li><a href="http://www.simplemachines.org/" target="_blank">SMF</a>/CMS integration bridge<br />
<strong>Site:</strong> <a href="http://www.nicolecmullen.com/" target="_blank">www.nicolecmullen.com</a></li>
<li><a href="http://www.slideshowpro.net/" target="_blank">Slideshow Pro</a> (administrative / front-end) integration<br />
<strong>Site:</strong> <a href="http://www.shaniatwain.com/" target="_blank">www.shaniatwain.com</a></li>
<li><a href="http://www.visistat.com/" target="_blank">Visistat</a> tracking integration to track site members (administrative / front-end) integration<br />
<strong>Site:</strong> <a href="http://www.maddancer.com/" target="_blank">www.maddancer.com</a></li>
<li><a href="http://encodable.com/filechucker/" target="_blank">Filechucker</a> and <a href="http://www.crimsonshift.com/www.ffmpeg.org" target="_blank">FFMPEG</a> to create a CMS module to manage Media.<br />
Featuring complete set of tools to manage uploads, and to encode uploaded video files to flash on the fly.<br />
<strong>Site:</strong> <a href="http://www.maddancer.com/" target="_blank">www.maddancer.com</a></li>
</ul>
</li>
<li>Kapelle Integrated Websites
<ul>
<li><strong>Site:</strong> <a href="http://www.shaniatwain.com/" target="_blank">www.shaniatwain.com</a></li>
<li><strong>Site:</strong> <a href="http://www.dollypartonmusic.net/" target="_blank">www.dollypartonmusic.net</a></li>
<li><strong>Site:</strong> <a href="http://www.sheilawalsh.com/" target="_blank">www.sheilawalsh.com</a></li>
<li><strong>Site:</strong> <a href="http://www.shedaisy.com/" target="_blank">www.shedaisy.com</a></li>
<li><strong>Site:</strong> <a href="http://www.littlebigtown.com/" target="_blank">www.littlebigtown.com</a></li>
<li><strong>Site:</strong> <a href="http://www.nicolecmullen.com/" target="_blank">www.nicolecmullen.com</a></li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/our-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cincinnati General Tool Company</title>
		<link>http://crimsonshift.com/cincinnati-general-tool-comany/</link>
		<comments>http://crimsonshift.com/cincinnati-general-tool-comany/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:34:02 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=849</guid>
		<description><![CDATA[CincinnatiGeneralTool.com website is based on osCommerce platform, with several customized modules. Payment Gateway PayPal integration JavaScript elements Site Design SEO friendly catalog Google Shopping integration Analytics Customer tracking and retention Various shipping modules and options]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;"><a title="CincinnatiGeneralTool.com" href="http://www.cincinnatigeneraltool.com/" target="_blank">CincinnatiGeneralTool.com</a> website is based on osCommerce platform, with several customized modules.</p>
<ul>
<li style="text-align: left;">Payment Gateway</li>
<li style="text-align: left;">PayPal integration</li>
<li style="text-align: left;">JavaScript elements</li>
<li style="text-align: left;">Site Design</li>
<li style="text-align: left;">SEO friendly catalog</li>
<li style="text-align: left;">Google Shopping integration</li>
<li style="text-align: left;">Analytics</li>
<li style="text-align: left;">Customer tracking and retention</li>
<li style="text-align: left;">Various shipping modules and options</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/cincinnati-general-tool-comany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deaf Choice</title>
		<link>http://crimsonshift.com/deaf-choice/</link>
		<comments>http://crimsonshift.com/deaf-choice/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:33:20 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=846</guid>
		<description><![CDATA[Deaf Choice, Inc http://www.deafchoice.com/ Custom website design Contact and quote forms Video feed]]></description>
				<content:encoded><![CDATA[<p>Deaf Choice, Inc</p>
<p><a title="Deaf Choice" href="http://www.deafchoice.com/" target="_blank">http://www.deafchoice.com/</a></p>
<ul>
<li>Custom website design</li>
<li>Contact and quote forms</li>
<li>Video feed</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/deaf-choice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lipo-Vit Weight Loss Solution</title>
		<link>http://crimsonshift.com/lipo-vit-weight-loss-solution/</link>
		<comments>http://crimsonshift.com/lipo-vit-weight-loss-solution/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:31:41 +0000</pubDate>
		<dc:creator>dmitry</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://crimsonshift.com/?p=843</guid>
		<description><![CDATA[http://www.lipo-vit.com website is based on WordPress platform, with several customized modules. Basic Use of Paypal Shopping Cart Advanced JavaScript elements Site Design Analytics Customer tracking and retention Custom reporting]]></description>
				<content:encoded><![CDATA[<p><a title="Lipo-Vit.com/" href="http://www.lipo-vit.com/" target="_blank">http://www.lipo-vit.com</a> website is based on WordPress platform, with several customized modules.</p>
<ul>
<li>Basic Use of Paypal Shopping Cart</li>
<li>Advanced JavaScript elements</li>
<li>Site Design</li>
<li>Analytics</li>
<li>Customer tracking and retention</li>
<li>Custom reporting</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crimsonshift.com/lipo-vit-weight-loss-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
