<?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/"
	>

<channel>
	<title>K-fx²</title>
	<atom:link href="http://www.kfx2.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kfx2.com/blog</link>
	<description>Design and development news from K-fx² in Baton Rouge, Louisiana</description>
	<pubDate>Tue, 20 Jul 2010 21:45:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title></title>
		<link>http://www.kfx2.com/blog/2010/07/180/</link>
		<comments>http://www.kfx2.com/blog/2010/07/180/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:45:29 +0000</pubDate>
		<dc:creator>jenn</dc:creator>
		
		<category><![CDATA[K-fx² News]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=180</guid>
		<description><![CDATA[K-fx², Inc. Builds Web Site for New Orleans Company’s International Expansion
BATON ROUGE, LA (Date) – K-fx², Inc., a Baton Rouge-based new media design firm, continued exceeding client expectations with several additions to the SBS Migration web site, www.sbsmigration.com.  SBS Migration, a New Orleans-based small business server upgrade firm, recently offered their services internationally. The web [...]]]></description>
			<content:encoded><![CDATA[<p>K-fx², Inc. Builds Web Site for New Orleans Company’s International Expansion</p>
<p>BATON ROUGE, LA (Date) – K-fx², Inc., a Baton Rouge-based new media design firm, continued exceeding client expectations with several additions to the SBS Migration web site, www.sbsmigration.com.  SBS Migration, a New Orleans-based small business server upgrade firm, recently offered their services internationally. The web site currently allows SBS Migration to extend their services to more than 85 countries and looks to expand even further into the global market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2010/07/180/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Your Contract With Objective-C</title>
		<link>http://www.kfx2.com/blog/2010/06/your-contract-with-objective-c/</link>
		<comments>http://www.kfx2.com/blog/2010/06/your-contract-with-objective-c/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:56:11 +0000</pubDate>
		<dc:creator>Travis Boudreaux</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=176</guid>
		<description><![CDATA[Here&#8217;s a simple &#8220;contract&#8221; that I learned at iPhone Bootcamp from Nathan Eror.
If you get an object from alloc, copy or new, you must autorelease or release it when you’re done.
• If you retain something, you must autorelease or release it when you’re done.
• If you get an object from anywhere else, DO NOT release [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple &#8220;contract&#8221; that I learned at iPhone Bootcamp from <a href="http://www.freetimestudios.com" target="_blank">Nathan Eror.</a></p>
<p>If you get an object from alloc, copy or new, you must autorelease or release it when you’re done.</p>
<p>• If you retain something, you must autorelease or release it when you’re done.</p>
<p>• If you get an object from anywhere else, DO NOT release or autorelease it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2010/06/your-contract-with-objective-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Application Development</title>
		<link>http://www.kfx2.com/blog/2010/06/iphone-application-development/</link>
		<comments>http://www.kfx2.com/blog/2010/06/iphone-application-development/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:11:26 +0000</pubDate>
		<dc:creator>Travis Boudreaux</dc:creator>
		
		<category><![CDATA[K-fx² News]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=173</guid>
		<description><![CDATA[At K-fx2, we&#8217;re committed to growing with technology to meet our clients needs. We&#8217;ve stayed on the edge of emerging technologies, and we strongly believe in the groundswell that is building around mobile platforms.
So a few weeks ago I embarked on a trip to Houston to learn from an expert in the iPhone developer community. [...]]]></description>
			<content:encoded><![CDATA[<p>At K-fx2, we&#8217;re committed to growing with technology to meet our clients needs. We&#8217;ve stayed on the edge of emerging technologies, and we strongly believe in the groundswell that is building around mobile platforms.</p>
<p>So a few weeks ago I embarked on a trip to Houston to learn from an expert in the iPhone developer community.  I had the opportunity to be trained for a weekend by Nathan Eror, of <a href="http://www.freetimestudios.com">Free Time Studios</a>. The opportunity, was worth it&#8217;s weight in proverbial gold.</p>
<p>Having tried to learn Objective-C on my own in the past, I found it frustrating, and not worth the energy.  It was disappointing, because I&#8217;ve had 5 years of C++ in a Unix environment in college, but found the differences in syntax with Objective-C to be too frustrating.</p>
<p>After the Friday session with Nathan though, which he devoted entirely to language review and XCode power tips, I felt like a renewed man.  It&#8217;s amazing what kind of progress someone can make, when they have a knowledgeable teacher, great <a href="http://www.freetimestudios.com/ipbc-hou-files/" target="_blank">presentations</a>, and large chunks of time to focus on learning.</p>
<p>Nathan&#8217;s explanations on memory management, and the differences between bracket notation and dot notation in Objective-C clicked immediately, where reading documentation behind the late night glow of my Macbook Pro made little progress.</p>
<p>Over the next two days we pushed out 10 exercise apps, and learned the basic concepts that go into developing useable applications. The final exercise app was a culmination of all of our learning, and resulted in an app that communicated with a <a href="http://groups.google.com/group/foursquare-api/web/api-documentation?pli=1" target="_blank">remote API</a> and displayed that data graphically on a Map using <a href="http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MapKit_Framework_Reference/index.html">Map Kit.</a></p>
<p>I personally learned alot that weekend, and I&#8217;m excited about the future possibilites of developing iPhone apps.  I&#8217;ve grown to appreciate compiled languages again, and enjoy working on such a revolutionary platform.</p>
<p>So what are you waiting for?  <a href="http://www.kfx2.com/content/contact-form/">Get in touch with us</a> and let&#8217;s build the next great app!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2010/06/iphone-application-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smile Stars Pediatric Dentistry Web Site Enhanced by K-fx², Inc.</title>
		<link>http://www.kfx2.com/blog/2009/11/smile-stars-pediatric-dentistry-web-site-enhanced-by-k-fx%c2%b2-inc/</link>
		<comments>http://www.kfx2.com/blog/2009/11/smile-stars-pediatric-dentistry-web-site-enhanced-by-k-fx%c2%b2-inc/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 19:51:07 +0000</pubDate>
		<dc:creator>jenn</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/2009/11/smile-stars-pediatric-dentistry-web-site-enhanced-by-k-fx%c2%b2-inc/</guid>
		<description><![CDATA[Smile Stars Pediatric Dentistry and K-fx², Inc., a local web design firm, launched an enhanced
version of www.smilestars.com, a dedicated group of individuals who trust in the benefits of teamwork
and are proud to consider themselves a “Patient - Centered Practice”. The newly redesigned site
provides great information about the dentistry office, information and pictures of the team [...]]]></description>
			<content:encoded><![CDATA[<p>Smile Stars Pediatric Dentistry and K-fx², Inc., a local web design firm, launched an enhanced<br />
version of www.smilestars.com, a dedicated group of individuals who trust in the benefits of teamwork<br />
and are proud to consider themselves a “Patient - Centered Practice”. The newly redesigned site<br />
provides great information about the dentistry office, information and pictures of the team and the<br />
doctors that will be caring for your child. There is also a photo gallery of their community involvement.<br />
One of the ways Smile Stars makes things easier for you on your first visit with your child is that you<br />
have the ability to print out your forms and fill them out prior to your visit. Also, you can meet<br />
Jeremiah the frog, by going to the No Cavity Club section on the site; this is a great section for kids.<br />
They can read about Jeremiah, play games and do activities, and most importantly read letters from<br />
the Tooth Fairy. Your child will be asking you to go to the dentist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/11/smile-stars-pediatric-dentistry-web-site-enhanced-by-k-fx%c2%b2-inc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Baton Rouge Tradition®, Pastime® Restaurant, Makes its Appearance on the Web with the Help of K-fx², Inc.</title>
		<link>http://www.kfx2.com/blog/2009/08/a-baton-rouge-tradition%c2%ae-pastime%c2%ae-restaurant-makes-its-appearance-on-the-web-with-the-help-of-k-fx%c2%b2-inc/</link>
		<comments>http://www.kfx2.com/blog/2009/08/a-baton-rouge-tradition%c2%ae-pastime%c2%ae-restaurant-makes-its-appearance-on-the-web-with-the-help-of-k-fx%c2%b2-inc/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:28:35 +0000</pubDate>
		<dc:creator>muriel</dc:creator>
		
		<category><![CDATA[Featured Clients]]></category>

		<category><![CDATA[K-fx² News]]></category>

		<category><![CDATA[Baton Rouge tradition]]></category>

		<category><![CDATA[Pastime Restaurant]]></category>

		<category><![CDATA[restaurant]]></category>

		<category><![CDATA[site launch]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=161</guid>
		<description><![CDATA[After 65 plus years in downtown Baton Rouge, the Pastime® Restaurant makes its presence known on the web at www.PastimeRestaurant.com.  The site tells the story of Pastime’s rich history and even has a photo gallery of past and present customers and friends.  In collaboration with K-fx², Inc., the Pastime® Restaurant web site was created to [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in;"><span style="font-family: Calibri;"><span style="font-size: 12pt; line-height: 115%; mso-bidi-font-family: Arial;">After 65 plus years in downtown Baton Rouge, the Pastime® Restaurant makes its presence known on the web at </span><span style="font-size: 12pt; line-height: 115%;"><a href="http://www.pastimerestaurant.com/"><span style="mso-bidi-font-family: Arial;">www.PastimeRestaurant.com</span></a></span><span style="font-size: 12pt; line-height: 115%; mso-bidi-font-family: Arial;">.<span style="mso-spacerun: yes;">  </span>The site tells the story of Pastime’s rich history and even has a photo gallery of past and present customers and friends.<span style="mso-spacerun: yes;">  </span>In collaboration with K-fx², Inc., the Pastime® Restaurant web site was created to enable patrons to easily keep up with bands performing and other events happening at both Pastime Restaurants.<span style="mso-spacerun: yes;">  </span>Fans of the restaurant can browse the Pastime menus, download them and even place orders online.<span style="mso-spacerun: yes;">  </span>Most apparent throughout the site is the traditional Pastime motto…Good food, great atmosphere, good friends and great history.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in;"><span style="font-size: 12pt; line-height: 115%; mso-bidi-font-family: Arial;"><span style="font-family: Calibri;">In October of 2007, the Pastime was officially declared a Historical Landmark based upon the cultural contribution to the area.<span style="mso-spacerun: yes;">  </span>In what began as a small grocery store in the 1920s, Pastime Restaurant has sustained its presence and grown into two successful locations.<span style="mso-spacerun: yes;">  </span>The original Pastime Restaurant is located on South Blvd. in downtown Baton Rouge and Pastime Junior on Drusilla Lane in the Drusilla Shopping Center.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/08/a-baton-rouge-tradition%c2%ae-pastime%c2%ae-restaurant-makes-its-appearance-on-the-web-with-the-help-of-k-fx%c2%b2-inc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Port of Greater Baton Rouge Enlists the Innovative Expertise of two Louisiana companies, K-fx², Inc. and Diane Allen and Associates</title>
		<link>http://www.kfx2.com/blog/2009/08/the-port-of-greater-baton-rouge-enlists-the-innovative-expertise-of-two-louisiana-companies-k-fx%c2%b2-inc-and-diane-allen-and-associates/</link>
		<comments>http://www.kfx2.com/blog/2009/08/the-port-of-greater-baton-rouge-enlists-the-innovative-expertise-of-two-louisiana-companies-k-fx%c2%b2-inc-and-diane-allen-and-associates/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:54:03 +0000</pubDate>
		<dc:creator>muriel</dc:creator>
		
		<category><![CDATA[Featured Clients]]></category>

		<category><![CDATA[K-fx² News]]></category>

		<category><![CDATA[economic development]]></category>

		<category><![CDATA[maritime]]></category>

		<category><![CDATA[Port]]></category>

		<category><![CDATA[Port of Greater Baton Rouge]]></category>

		<category><![CDATA[site launch]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=156</guid>
		<description><![CDATA[

K-fx², Inc. and Diane Allen and Associates, a full service marketing and advertising agency, have teamed up with the Port of Greater Baton Rouge to improve the Port ‘s current site, www.PortGBR.com.  The Port of Greater Baton Rouge wants the new site to be a valuable source of information to its employees, partners, customers and [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<p><span style="font-size: small; font-family: Calibri;"></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 12pt; line-height: 115%;">K-fx², Inc. and Diane Allen and Associates, a full service marketing and advertising agency, have teamed up with the Port of Greater Baton Rouge to improve the Port ‘s current site, <a href="http://www.portgbr.com/">www.PortGBR.com</a>.<span style="mso-spacerun: yes;">  </span>The Port of Greater Baton Rouge wants the new site to be a valuable source of information to its employees, partners, customers and the community.<span style="mso-spacerun: yes;">   </span>As a leader among U.S. ports, the Port’s objective is to emphasize its importance to the economic development of Louisiana through its strategic location, versatile transportation offerings and shipping possibilities and excellent infrastructure.<span style="mso-spacerun: yes;">  </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 12pt; line-height: 115%;">With a combination of innovative and creative design, the Port’s new site will be enhanced by providing a more user-friendly layout, quick informative links, current announcements and more interactive features, such as <em>eNews</em> for registered users.<span style="mso-spacerun: yes;">  </span>The web site will also include improved features like aerial overviews of the facilities and current meteorological data.<span style="mso-spacerun: yes;">  </span>The Port of Greater Baton Rouge is expected to unveil its new web site this Fall 2009.</span></p>
<p> </p>
<p></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/08/the-port-of-greater-baton-rouge-enlists-the-innovative-expertise-of-two-louisiana-companies-k-fx%c2%b2-inc-and-diane-allen-and-associates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Securing a URL with Zend Framework</title>
		<link>http://www.kfx2.com/blog/2009/08/securing-a-url-with-zend-framework/</link>
		<comments>http://www.kfx2.com/blog/2009/08/securing-a-url-with-zend-framework/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:14:59 +0000</pubDate>
		<dc:creator>Travis Boudreaux</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[action plugin]]></category>

		<category><![CDATA[mvc]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[ssl]]></category>

		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=139</guid>
		<description><![CDATA[We&#8217;ve been making a big push lately to standard a code base for our cms. One of the things I&#8217;ve been trying to tackle was an easy way to secure urls without having to make alot of modifications to our code.  Here&#8217;s a perfect example:
Let&#8217;s assume we have a Zend Module for donations in [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been making a big push lately to standard a code base for our cms. One of the things I&#8217;ve been trying to tackle was an easy way to secure urls without having to make alot of modifications to our code.  Here&#8217;s a perfect example:</p>
<p>Let&#8217;s assume we have a Zend Module for donations in our base, that allows a non-profit organization to accept donations via Authorize.net.  Obviously we want the urls for the donations module to be secure. But what if our client also wanted to accept payments for event registrations. Do we want to hardcode certain urls with https://? No. Do we want to duplicate the code we use in php to redirect the donations module to a secure url? No.</p>
<p>So what&#8217;s the solution? A Custom Controller Plugin and the standard application.ini file in a Zend_Framework Application that allows us to define modules, controllers, and actions to require ssl.</p>
<h2>An Example application.ini file</h2>
<pre class="prettyprint">  modules.donations.require_ssl = true
  modules.events.registrations.require_ssl = true</pre>
<p>The above example shows a snippet of our configuration file. There are three formats that we will use to enforce ssl :</p>
<p>modules.module_name.require_ssl = true</p>
<p>modules.module_name.controller_name.require_ssl = true</p>
<p>modules.module_name.controller_name.action_name.require_ssl = true</p>
<p>Now for the second part, we&#8217;ll load this Controller Plugin, that will check if any combination of module, controller and action require an ssl redirect.  If we detect a redirect setting in the application.ini for any combination, we&#8217;ll rebuild the url with an https:// prefix, and redirect to that url and exit the execution stack.</p>
<h2>Custom SSL Plugin</h2>
<pre class="prettyprint">
class Custom_Controller_Plugin_Ssl extends Zend_Controller_Plugin_Abstract {

	/**
	 * Check the application.ini file for security settings.
	 * If the url requires being secured, r ebuild a secure url
	 * and redirect.
	 *
	 * @param Zend_Controller_Request_Abstract $request
	 * @return void
	 * @author Travis Boudreaux
	 */
	public function preDispatch(Zend_Controller_Request_Abstract $request) {

		$shouldSecureUrl = false;

                $options = Zend_Registry::getInstance()->get('options');

		if (APPLICATION_ENVIRONMENT == ENV_PRODUCTION ) {

			//check configuration file for one of three require_ssl directives
			//secure an entire module with modules.module_name.require_ssl = true
			//secure an entire controller with modules.module_name.controller_name.require_ssl = true
			//secure an action with modules.module_name.controller_name.action_name.require_ssl = true
			if ($options['modules'][$request->module]['require_ssl'] ||
					$options['modules'][$request->module][$request->controller]['require_ssl'] ||
					$options['modules'][$request->module][$request->controller][$request->action]['require_ssl'] ){

				$shouldSecureUrl = true;

			}

			if ($shouldSecureUrl)	{

				$this->_secureUrl($request);

			}
		}
	}

	/**
	 * Check the request to see if it is secure.  If it isn't
	 * rebuild a secure url, redirect and exit.
	 *
	 * @param Zend_Controller_Request_Abstract $request
	 * @return void
	 * @author Travis Boudreaux
	 */
	protected function _secureUrl( Zend_Controller_Request_Abstract $request){

		$server = $request->getServer();
                $hostname = $server['HTTP_HOST'];

		if (!$request->isSecure()) {
			//url scheme is not secure so we rebuild url with secureScheme
			$url = Zend_Controller_Request_Http::SCHEME_HTTPS . "://" . $hostname . $request->getPathInfo();

			$redirector = Zend_Controller_Action_HelperBroker::getStaticHelper('redirector');
	  	$redirector->setGoToUrl($url);
	  	$redirector->redirectAndExit();
	  }
	}
}</pre>
<p>Hopefully this has been helpful.  Feel free to reuse part or all of this code in your application, though we do not take any responsibilities of its use. We&#8217;d love to hear your comments and get some feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/08/securing-a-url-with-zend-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Louisiana Association of Museums Launches New Site Developed by K-fx², Inc.</title>
		<link>http://www.kfx2.com/blog/2009/07/louisiana-association-of-museums-launches-new-site-developed-by-k-fx%c2%b2-inc/</link>
		<comments>http://www.kfx2.com/blog/2009/07/louisiana-association-of-museums-launches-new-site-developed-by-k-fx%c2%b2-inc/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:50:38 +0000</pubDate>
		<dc:creator>muriel</dc:creator>
		
		<category><![CDATA[Featured Clients]]></category>

		<category><![CDATA[K-fx² News]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=133</guid>
		<description><![CDATA[Louisiana Association of Museums (LAM) recently launched its new web site, www.LouisianaMuseums.org.  This interactive resource, designed by K-fx², Inc., compiles a comprehensive directory of the museums and historic sites in Louisiana for local residents, tourists, and for museum professionals. 
 
LAM’s web site showcases the K-fx² team’s creativity and innovation through its unique features, such as [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt;"><span style="font-family: Calibri;">Louisiana Association of Museums (LAM) recently launched its new web site, </span></span><a href="http://www.louisianamuseums.org/"><span style="font-size: 12pt;"><span style="font-family: Calibri;">www.LouisianaMuseums.org</span></span></a><span style="font-size: 12pt;"><span style="font-family: Calibri;">.  This interactive resource, designed by K-fx², Inc., compiles a comprehensive directory of the museums and historic sites in Louisiana for local residents, tourists, and for museum professionals. </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt;"><span style="font-family: Calibri;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt;"><span style="font-family: Calibri;">LAM’s web site showcases the K-fx² team’s creativity and innovation through its unique features, such as the interactive map of Louisiana, which allows you to plan a trip by clicking on different areas of the state to see all of the museums and historic sites within your desired radius. The web site also provides news and professional development opportunities to the museum community, hosts classifieds and forums for its members, and is the hub for museum events and exhibits. </span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/07/louisiana-association-of-museums-launches-new-site-developed-by-k-fx%c2%b2-inc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>K-fx², inc. – Employee Promotion</title>
		<link>http://www.kfx2.com/blog/2009/07/k-fx%c2%b2-inc-%e2%80%93-employee-promotion-3/</link>
		<comments>http://www.kfx2.com/blog/2009/07/k-fx%c2%b2-inc-%e2%80%93-employee-promotion-3/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:36:16 +0000</pubDate>
		<dc:creator>muriel</dc:creator>
		
		<category><![CDATA[K-fx² News]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=130</guid>
		<description><![CDATA[Wes Ratcliff was recently promoted to IT manager for K-fx², inc.  Ratcliff has 12 years of programming experience and previously served as lead programmer.
]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 12pt; line-height: 115%;"><span style="font-family: Calibri;">Wes Ratcliff was recently promoted to IT manager for K-fx², inc.  Ratcliff has 12 years of programming experience and previously served as lead programmer.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/07/k-fx%c2%b2-inc-%e2%80%93-employee-promotion-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ready…Set…Click to Olympic hurdler Lolo Jones’ Web Site</title>
		<link>http://www.kfx2.com/blog/2009/07/ready%e2%80%a6set%e2%80%a6click-to-olympic-hurdler-lolo-jones%e2%80%99-web-site/</link>
		<comments>http://www.kfx2.com/blog/2009/07/ready%e2%80%a6set%e2%80%a6click-to-olympic-hurdler-lolo-jones%e2%80%99-web-site/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:03:34 +0000</pubDate>
		<dc:creator>muriel</dc:creator>
		
		<category><![CDATA[Featured Clients]]></category>

		<category><![CDATA[K-fx² News]]></category>

		<guid isPermaLink="false">http://www.kfx2.com/blog/?p=123</guid>
		<description><![CDATA[K-fx², inc. was exclusively selected to design the web site for Olympic hurdler, Lolo Jones.  Keep up with her quest to become the greatest female hurdler of all time at www.runlolorun.com.  Learn about the track and field star’s background, accomplishments, goals and dreams.  Sponsorship information is also available on the site. 
]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 12pt; line-height: 115%;"><span style="font-family: Calibri;">K-fx², inc. was exclusively selected to design the web site for Olympic hurdler, Lolo Jones.<span style="mso-spacerun: yes;">  </span>Keep up with her quest to become the greatest female hurdler of all time at </span></span><a href="http://www.runlolorun.com/"><span style="font-size: 12pt; line-height: 115%;"><span style="font-family: Calibri;">www.runlolorun.com</span></span></a><span style="font-size: 12pt; line-height: 115%;"><span style="font-family: Calibri;">.<span style="mso-spacerun: yes;">  </span>Learn about the track and field star’s background, accomplishments, goals and dreams.<span style="mso-spacerun: yes;">  </span>Sponsorship information is also available on the site. </span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kfx2.com/blog/2009/07/ready%e2%80%a6set%e2%80%a6click-to-olympic-hurdler-lolo-jones%e2%80%99-web-site/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
