<?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>Invasion Plans &#187; General</title>
	<atom:link href="http://dev.marzopolis.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.marzopolis.com</link>
	<description>[root@marz~]# killing time on planet earth</description>
	<lastBuildDate>Sat, 22 May 2010 04:44:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TBTFs Tech Jam: A Party with a Purpose</title>
		<link>http://dev.marzopolis.com/2010/05/tbtfs-tech-jam-a-party-with-a-purpose/</link>
		<comments>http://dev.marzopolis.com/2010/05/tbtfs-tech-jam-a-party-with-a-purpose/#comments</comments>
		<pubDate>Fri, 21 May 2010 02:13:09 +0000</pubDate>
		<dc:creator>t0ta11ed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dev.marzopolis.com/?p=165</guid>
		<description><![CDATA[The Tampa Bay Technology Forum was founded in 2000 as an outlet for local Tampa technology firms and employees to foster networking and help grow the local tech ecosystem through various fundraisers, community outreach, education, and philanthropy. With a goal of making Tampa one of the top U.S. technology markets by 2015, they sponsor over [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://tbtf.org/">Tampa Bay Technology Forum</a> was founded in 2000 as an outlet for local Tampa technology firms and employees to foster networking and help grow the local tech ecosystem through various fundraisers, community outreach, education, and philanthropy. With a goal of making Tampa one of the top U.S. technology markets by 2015, they sponsor over 100 events every year. The board is made up of a who’s who of Tampa CIOs and technology leaders, including executives from Tribridge, Bright House Networks, Peak 10, USF, Bisk Education, the University of Florida, and more.</p>
<p>The group offers membership on a company basis only but hopefully one day they’ll open it to individual membership. However, they’re currently offering a Transitional membership for those between jobs. You can check out their Benefits page to learn about everything they have to offer members.</p>
<p>One of the great things about the group is their huge involvement in helping kids, especially the Boys &amp; Girls Club, who recently named them Corporate Sponsor of the Year. They’ve provided computer labs, mentoring programs, and scholarships to hundreds of local youth. As of last year, they’ve given out 17 scholarships totaling over $54,000. This is already an impressive achievement and they plan to ramp this up in the future.</p>
<p>They’ve held the annual Tech Jam event since 2002, and this year is a return to their original party theme which featured a Battle of the Bands. Dubbed the “Summer Party with a Purpose”, they’ve invited the local technology community to join them August 26th, 2010 at the Ritz in Ybor City starting at 5:30pm. Groups competing in the battle will be playing live music while attendees network and participate in a silent auction, enjoy cocktails and food, and raise money for at risk youth in the Tampa Bay area. The event is sponsored by Bright House Networks, Veredus, and CIBER.  Anyone is invited to attend and there will be a door charge that is still being finalized.</p>
<p>Lori Taylor, VP of Marketing and Operations for the group, says they’re getting ready to announce the process for bands to apply and the musicians will be from local technology companies.  At least one band member must be a TBTF member.  They’re also in the process of collecting items for the silent auction and will know more of what will be available in July or August.  She also noted they’re seeking silent auction donations, sponsorships, and volunteers for the event. Those interested in participating can contact Deanne Langton at (813) 341-8283 or <a href="mailto:dlangton@tbtf.org">dlangton@tbtf.org</a>.</p>
<p>I plan to attend the event for a follow up article on its sure success. TBTF has done a huge amount of inspiring work in the local Tampa area, and here’s to seeing them reach their goal in 2015!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.marzopolis.com/2010/05/tbtfs-tech-jam-a-party-with-a-purpose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using DNS Zones To Distinguish Web Enviroments</title>
		<link>http://dev.marzopolis.com/2010/04/using-dns-zones-to-distinguish-web-enviroments/</link>
		<comments>http://dev.marzopolis.com/2010/04/using-dns-zones-to-distinguish-web-enviroments/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:49:28 +0000</pubDate>
		<dc:creator>t0ta11ed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dev.marzopolis.com/?p=62</guid>
		<description><![CDATA[Many system and network administrators are responsible for supporting development, QA, and production systems for sites and web based applications. In simplest form the code/app is moved from one to the other as it progresses through the lifecycle. The systems could be located on different networks, are usually housed on different servers, and can even [...]]]></description>
			<content:encoded><![CDATA[<p>Many system and network administrators are responsible for supporting development, QA, and production systems for sites and web based applications. In simplest form the code/app is moved from one to the other as it progresses through the lifecycle. The systems could be located on different networks, are usually housed on different servers, and can even be geographically dispersed. They can also be extremely large with some shops breaking out environments into UAT, regression, and even business process testing as well.  This easily produces sprawl across the infrastructure and can make administration difficult at times.</p>
<p>But how do you know which version of the site/app you&#8217;re looking at is if you don’t have a way of identifying it? Worst case scenario, you could accidentally change code for a QA site when it really should have been the dev site if you&#8217;re not careful. Using different URLs is a typical choice but that can result in wild variations that are just plain ugly, disorganized, and sometimes end up being ridiculously long or making no sense. </p>
<p>Since users depend on DNS to resolve URLs, a great trick to differentiate between these environments is implementing zones to distinguish one from the other. You can create zones for each part of the process, allowing development and other teams to use the same URL for every environment/system, avoiding different and confusing names. This makes things trivial to identify, for example;</p>
<p>site.lab &#8211; Lab<br />
site.dev &#8211; Development URL<br />
site.qa &#8211; QA<br />
site.uat – UAT<br />
site.reg – Regression<br />
site.com &#8211; Production </p>
<p>Match the URLs on the server side and everything is nice and neat. The possibilities are endless and keeps a tidy, organized, uniform URL scheme across the infrastructure that easily identifies things and takes very little time or effort. You can take this a step further with your database designs on the backend, use Active Directory domains for added features and security, and even match your system names. Granted there are plenty of other ways to accomplish this, but the zone method doesn’t require a lot of work and is visually simple for the end user. What methods do you use for this purpose? Post to discuss!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.marzopolis.com/2010/04/using-dns-zones-to-distinguish-web-enviroments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxchronicles is Alive!</title>
		<link>http://dev.marzopolis.com/2010/03/boxchronicles-is-alive/</link>
		<comments>http://dev.marzopolis.com/2010/03/boxchronicles-is-alive/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:57:39 +0000</pubDate>
		<dc:creator>t0ta11ed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dev.marzopolis.com/2010/03/03/boxchronicles-is-alive/</guid>
		<description><![CDATA[After letting my domain boxchronicle.com, (which was for a computer history site I originally created in college) expire a while back, I recently decided to register it again and get the site back up and running. It used to generate the most traffic out of all my pages/sites, but I&#8217;d run out of a lot [...]]]></description>
			<content:encoded><![CDATA[<p>After letting my domain boxchronicle.com, (which was for a computer history site I originally created in college) expire a while back, I recently decided to register it again and get the site back up and running. It used to generate the most traffic out of all my pages/sites, but I&#8217;d run out of a lot of free time to maintain it and had let it go by the wayside.</p>
<p>When I tried to register it again, I discovered someone else had taken the domain name and now posted it as a premium domain for sale at an outrageous price. They basically stole the domain, as it was likely bought due to the high traffic it once got and were either now hoping I&#8217;d fork out the money for it back, or idiotically thought someone else would find such a name valuable. It was never the name that drove the traffic, but the actual site content which got nice rankings on the search engines. That&#8217;s nothing but good SEO!</p>
<p>I knew that if I got the site back up with a new name, the traffic would come. I decided on using the pluralized version of the original name, which made more sense when I thought about it anyway. So now without further ado, here is the new site <a href="http://www.boxchronicles.com">boxchronicles.com</a> . This is only one letter way from the original name, and the content itself will bring the traffic back.</p>
<p>Hopefully I can steal the old name back from the organization that took it after it expires in July and simply point that one to the same place&#8230;ensuring any old outside links using the original domain name will wind up there. But seriously &#8230;who would think such a name would be worth hundreds of dollars?</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.marzopolis.com/2010/03/boxchronicles-is-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deep Thoughts</title>
		<link>http://dev.marzopolis.com/2008/03/deep-thoughts/</link>
		<comments>http://dev.marzopolis.com/2008/03/deep-thoughts/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 00:04:56 +0000</pubDate>
		<dc:creator>t0ta11ed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dev.marzopolis.com/2008/03/25/deep-thoughts/</guid>
		<description><![CDATA[In a support role the idea is to leave the end user happy no matter how frustrated they are.
]]></description>
			<content:encoded><![CDATA[<p>In a support role the idea is to leave the end user happy no matter how frustrated they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.marzopolis.com/2008/03/deep-thoughts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to the new dev.marzopolis.com</title>
		<link>http://dev.marzopolis.com/2007/03/welcome-to-the-new-devmarzopoliscom/</link>
		<comments>http://dev.marzopolis.com/2007/03/welcome-to-the-new-devmarzopoliscom/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 05:47:26 +0000</pubDate>
		<dc:creator>t0ta11ed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dev.marzopolis.com/?p=3</guid>
		<description><![CDATA[I&#8217;ve decided to use this spot to post various stuff, mostly related to my job as a system administrator. Along with the new purpose comes a new look and I think it kicks ass.
Some of the first things I&#8217;ll be putting up will be about Exchange 2007, I&#8217;ve had some adventures putting it into production [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to use this spot to post various stuff, mostly related to my job as a system administrator. Along with the new purpose comes a new look and I think it kicks ass.</p>
<p>Some of the first things I&#8217;ll be putting up will be about Exchange 2007, I&#8217;ve had some adventures putting it into production the last month. There will also be various other ranting and raving in between all the technobabble as well I imagine. So enjoy&#8230;or just click off..</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.marzopolis.com/2007/03/welcome-to-the-new-devmarzopoliscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
