<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Byte Stops Here</title>
	<atom:link href="http://bytestopshere.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bytestopshere.wordpress.com</link>
	<description>Web Software Architecture and Engineering - Life on the Bleeding Edge</description>
	<lastBuildDate>Thu, 11 Apr 2013 15:31:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bytestopshere.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Byte Stops Here</title>
		<link>http://bytestopshere.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bytestopshere.wordpress.com/osd.xml" title="The Byte Stops Here" />
	<atom:link rel='hub' href='http://bytestopshere.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Bleeding Edge CF Architecture</title>
		<link>http://bytestopshere.wordpress.com/2013/01/12/bleeding-edge-cf-architecture/</link>
		<comments>http://bytestopshere.wordpress.com/2013/01/12/bleeding-edge-cf-architecture/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 16:20:33 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=350</guid>
		<description><![CDATA[We just deployed a new bleeding edge CF architecture last month. I&#8217;m going to be blogging about it, and a lot more this year. Stay tuned! Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=350&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We just deployed a new bleeding edge CF architecture last month. I&#8217;m going to be blogging about it, and a lot more this year. Stay tuned!</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=350&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2013/01/12/bleeding-edge-cf-architecture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>ColdFusion 10 &#8211; Security Change &#8211; Be Aware!</title>
		<link>http://bytestopshere.wordpress.com/2012/10/02/coldfusion-10-security-change-be-aware/</link>
		<comments>http://bytestopshere.wordpress.com/2012/10/02/coldfusion-10-security-change-be-aware/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 15:34:30 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=346</guid>
		<description><![CDATA[I know what you are thinking. Not another ColdFusion 10 security post! This one is serious. You need to be aware as it will, most likely, impact your application. The issue is simple, and logically CF 10&#8242;s fix makes sense, except that is breaks backward compatibility and make some things harder on us. Let&#8217;s work [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=346&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I know what you are thinking. Not another ColdFusion 10 security post!</p>
<p>This one is serious. You need to be aware as it will, most likely, impact your application.</p>
<p>The issue is simple, and logically CF 10&#8242;s fix makes sense, except that is breaks backward compatibility and make some things harder on us.</p>
<p>Let&#8217;s work through the use case.</p>
<p>In an ideal world, your application would allow UserA with UsernameA to login to your application. If UserB used the same UsernameA, it should either give an error saying that UsernameA is in use, or kick UserA off and allow UserB in. This second scenario, kicking the user off, is what is the default in CF10.</p>
<p>Normally, you would think this is a good thing. Users shouldn&#8217;t share usernames anyways, right? Well, kinda.</p>
<p>Adobe&#8217;s assumption that this is the ONLY use case is incorrect. There are valid scenarios where users share usernames. But beyond that, let&#8217;s say you do a lot of server-side functional testing using Selenium or JMeter, and you have a single login for the script to use, as soon as user2 logs in, user1 is kicked out. This is what happened to us &#8211; all our server side tests started failing in CF10. </p>
<p>And lastly, what if you are developer, and need to login on two different browsers, say IE and FF, to compare how the screen looks and are doing your standard browser compatibility testing, suddenly you can&#8217;t &#8211; because one will log out the other. </p>
<p>The impact of this change is great in the way we do business as developers. You now have to support multiple logins, and in the case of JMeter test where the script ramps up to 20 concurrent users, provide twenty different logins. And then imaging deleting all that test data. The list of additional work goes on. </p>
<p>Some ideas that have been floated and I support, is to make this functionality optional. I would love to set this up to make it optional for my test accounts. The way I see that is a conditional setting in onSessionStart. Obviously there are other ways to skin this cat.</p>
<p>The downside to this is that it halts all sorts of testing for our app and our migration to CF10 is seriously tainted. </p>
<p>You can do a couple things. Vote here: <a href="https://bugbase.adobe.com/index.cfm?event=bug&amp;id=3339008" target="_blank">https://bugbase.adobe.com/index.cfm?event=bug&amp;id=3339008</a>. And contact Shilpi Khariwal <a href="https://twitter.com/shilpikm" target="_blank">https://twitter.com/shilpikm</a> &#8211; ColdFusion Security Czar. </p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/adobe/'>Adobe</a>, <a href='http://bytestopshere.wordpress.com/category/coldfusion/'>ColdFusion</a>, <a href='http://bytestopshere.wordpress.com/category/security/'>Security</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=346&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/10/02/coldfusion-10-security-change-be-aware/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>ColdFusion 10 &#8211; Known Security Bug</title>
		<link>http://bytestopshere.wordpress.com/2012/08/27/coldfusion-10-known-security-bug/</link>
		<comments>http://bytestopshere.wordpress.com/2012/08/27/coldfusion-10-known-security-bug/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 17:03:54 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=343</guid>
		<description><![CDATA[Well, this didn&#8217;t take long! I installed CF10 locally, and forgot the password over the weekend. So I did what every other developer does: play with &#8216;neo-security.xml&#8217; and set &#8216;admin.security.enabled&#8217; to false. Once I restarted the ColdFusion service, I was able to get into my CF Admin just fine. But, here is where it gets [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=343&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Well, this didn&#8217;t take long!</p>
<p>I installed CF10 locally, and forgot the password over the weekend. So I did what every other developer does: play with &#8216;neo-security.xml&#8217; and set &#8216;admin.security.enabled&#8217; to false. Once I restarted the ColdFusion service, I was able to get into my CF Admin just fine.</p>
<p>But, here is where it gets interesting. Under Security-&gt;Administrator, the &#8220;No authentication needed (not recommended)&#8221; option was selected. Naturally, I changed that to &#8220;Use a single password only (default)&#8221;. Below that under &#8220;Root Administrator Password&#8221;, I entered the new passwords and hit &#8216;Submit Changes&#8217; and CF Admin rejected me saying: &#8220;Password could not be changed as the old password is incorrect.&#8221; </p>
<p>Below where I set the new password is an input box for &#8220;Old Password&#8221;. Well &#8211; I don&#8217;t know the old password! So this means, the old password field is required, regardless of whether you forgot it or not. </p>
<p>So I&#8217;m stuck. To close the big security hole of people being able to log into my CF Admin, I set the option to &#8220;Use a single password only (default)&#8221; <strong>without</strong> setting a new password, and suddenly my CF Admin requires a password. Hackers can&#8217;t get in, but neither can I.</p>
<p>Basically, I&#8217;m stuck until Adobe fixes this. After some searching I found a bug logged in May for this. PLEASE VOTE: <a href="https://bugbase.adobe.com/index.cfm?event=bug&amp;id=3187494" target="_blank">https://bugbase.adobe.com/index.cfm?event=bug&amp;id=3187494</a>.</p>
<p>All I can do now is set the xml to false, restart CF, make my changes, and set the option to require a password. Not fun.</p>
<p>Does anyone have a workaround? Make sure to vote!</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/adobe/'>Adobe</a>, <a href='http://bytestopshere.wordpress.com/category/coldfusion/'>ColdFusion</a>, <a href='http://bytestopshere.wordpress.com/category/security/'>Security</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=343&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/08/27/coldfusion-10-known-security-bug/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>ColdFusion 10 &#8211; Windows IIS &amp; WSConfig Woes</title>
		<link>http://bytestopshere.wordpress.com/2012/08/24/coldfusion-10-windows-iis-wsconfig-woes/</link>
		<comments>http://bytestopshere.wordpress.com/2012/08/24/coldfusion-10-windows-iis-wsconfig-woes/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 18:27:05 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=337</guid>
		<description><![CDATA[Usually, when I add a new website under IIS, I create a new instance in CF9, and use WSConfig to map the instance to the website. Its a straight-forward process. With CF10, I can&#8217;t seem to find any documentation on how to do that. Running WSConfig no longer has an option with a drop-down of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=337&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Usually, when I add a new website under IIS, I create a new instance in CF9, and use WSConfig to map the instance to the website. Its a straight-forward process.</p>
<div id="attachment_338" class="wp-caption alignnone" style="width: 401px"><a href="http://bytestopshere.files.wordpress.com/2012/08/wsconfig1.jpg"><img src="http://bytestopshere.files.wordpress.com/2012/08/wsconfig1.jpg?w=540" alt="CF9 wsconfig" title="CF9 wsconfig"   class="size-full wp-image-338" /></a><p class="wp-caption-text">CF9 wsconfig</p></div>
<p>With CF10, I can&#8217;t seem to find any documentation on how to do that. Running WSConfig no longer has an option with a drop-down of instances, so I was left scratching my head.</p>
<div id="attachment_339" class="wp-caption alignnone" style="width: 410px"><a href="http://bytestopshere.files.wordpress.com/2012/08/wsconfig2.jpg"><img src="http://bytestopshere.files.wordpress.com/2012/08/wsconfig2.jpg?w=540" alt="CF10 wsconfig" title="CF10 wsconfig"   class="size-full wp-image-339" /></a><p class="wp-caption-text">CF10 wsconfig</p></div>
<p>Adobe&#8217;s notes @ <a href="http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18a15-7ffb.html" target="_blank">http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18a15-7ffb.html</a> have no mention of instances. </p>
<p>After much digging, I figured out that you cannot use the Web Server Configuration Tool in the Windows menu, rather you have to go to \*cf dir*\*instance dir*\runtime\bin, and run wsconfig.exe and select the right website from the drop down. </p>
<p>Essentially, every time you create a new instance, you have a new wsconfig.exe that you will use to connect that instance to a website. The one in the Windows menu is only for the cfusion instance, which makes it useless if you are used to a more advanced setup, nor is this documented very well. </p>
<p>Why in the world, when you had the flexibility before, was that taken away and not documented well? Adobe!!!</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/adobe/'>Adobe</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=337&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/08/24/coldfusion-10-windows-iis-wsconfig-woes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>

		<media:content url="http://bytestopshere.files.wordpress.com/2012/08/wsconfig1.jpg" medium="image">
			<media:title type="html">CF9 wsconfig</media:title>
		</media:content>

		<media:content url="http://bytestopshere.files.wordpress.com/2012/08/wsconfig2.jpg" medium="image">
			<media:title type="html">CF10 wsconfig</media:title>
		</media:content>
	</item>
		<item>
		<title>Hiring Woes in the ColdFusion World</title>
		<link>http://bytestopshere.wordpress.com/2012/07/24/hiring-woes-in-the-coldfusion-world/</link>
		<comments>http://bytestopshere.wordpress.com/2012/07/24/hiring-woes-in-the-coldfusion-world/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 18:06:05 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Human Resources]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=328</guid>
		<description><![CDATA[No I&#8217;m not going to speak about the lack of CF developers. Quite the opposite, I think there are plenty out there. The quality? Well, that&#8217;s what we&#8217;ll mention here. Over the past 8 years, at my current position as an executive who also develops actively, I&#8217;ve reviewed probably over 300+ resumes, and phone interviewed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=328&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>No I&#8217;m not going to speak about the lack of CF developers. Quite the opposite, I think there are plenty out there. The quality? Well, that&#8217;s what we&#8217;ll mention here.</p>
<p>Over the past 8 years, at my current position as an executive who also develops actively, I&#8217;ve reviewed probably over 300+ resumes, and phone interviewed over 200+ CF folks alone from all over the world. There are some things you learn along the way as a hiring manager &#8211; how the market for talent works, the general capabilities of CF developers, and what their typical strengths and weaknesses look like. </p>
<p>I did want to mention two recent resumes and hiring experiences that both went south. This is advice for all CF folks, as I&#8217;ve waited to write this to make sure nothing I said would be personal or negative, rather that I could put a positive spin on things and give advice.</p>
<p>As a developer, there really needs to be a focus on self-improvement. In most cases, I don&#8217;t find that &#8211; I&#8217;m surprise how many people &#8220;settle.&#8221; For me ColdFusion enables each and every day to accomplish an overall vision I have for the projects that I work on &#8211; ColdFusion is not the goal in and of itself, nor is the pay check that drives me. I couldn&#8217;t work in an environment which gave me access to ColdFusion, but restricted my ideas on how to improve the projects I worked on, or paid me a high salary &#8211; but denied me a voice. </p>
<p>Very few developers (roughly 2% from experience) have anything to show for self-improvement. Have they kept up on blogs, read books, attended a conference, tried new techniques, improved their understanding of object-oriented (if not aspect-oriented) programming? What drives them? The answer I usually get is that they are interested in new techniques and approaches, it&#8217;s just that their work environment never provided them the opportunity to do so. This to me is a red flag &#8211; I expect any serious developers to have their own work environment at home, and work on their own pet projects on the side. </p>
<p>But I tend to forgive the developers, and blame the management in those companies for not fostering innovation. How often do folks meet to exchange ideas in your department, present on new findings, and are given time to develop new ideas on their own? As a manager, I think less about micro-managing or macro-managing, but finding opportunities for my folks to shine. I want to always market my team to the rest of the company as a high performing, well motivated team.</p>
<p>And that&#8217;s what sets our company apart, and that is also what leads to problems in hiring. I often talk, in the first round of interviews, about my philosophy, how the team is run, and how we&#8217;re simply different. This gets people VERY excited and I get them thinking about how they can contribute to this environment, what skills they bring, and what they&#8217;d like to learn. I often tell them that they can expect the first 90 days to be like a tidal wave &#8211; we use so many bleeding edge ColdFusion techniques (the rights ones, not all), that it can be very overwhelming.</p>
<p>The problem occurs when people come with years of experience, but that doesn&#8217;t translate to necessarily years of accomplishments. You may have worked for 12 years as a ColdFusion developers, in senior roles even, but if you have never touched a framework, then that is a problem. One year of experience here, I often say, is worth 3-5 at other places. </p>
<p>If you are serious at getting better as a developer, then you have to find an environment that is going to support (and push) you. That in itself is worth a lot. </p>
<p>And that&#8217;s where the problem is. I recently got two resumes from folks &#8211; who each had 12+ years of CF development experience, but I could not say they were truly senior (in my perspective). Regardless, I was willing to offer opportunities to them as Senior folks, with the understanding that they would be able to pick up all the exciting things I talked about. </p>
<p>And then&#8230; the focus turned to salary. Do you want to guess what both of them were asking for? Well, here it is &#8211; $130K-$135K annually plus benefits.</p>
<p>I was dumbfounded. I am no position to offer that kind of salary to anyone. Heck, even I don&#8217;t make that kind of money, and I&#8217;m a Director! You have to do your research: we&#8217;re a small company (less than 50 folks), and you have to add the value given by a supportive work environment. </p>
<p>I&#8217;m not saying we can&#8217;t attempt to meet your needs, but seriously&#8230; You know that old saying &#8211; you dress for the position you want, not the one you have? Well, that applies to CF developers as well. If you feel you&#8217;re worth a ton of money, then exhibit the qualities of a world-class developer. If I asked you to rate yourself on the scale of journeyman to master &#8211; where would you fall? Do you have experience leading a sophisticated team &#8211; often times filled with people who are smarter than you? No. Have you worked with OO frameworks in CF for 9 years like me? No. (I celebrate my 9 year anniversary with Mach II next month!) Are you a master of both the back-end and front-end languages? No. Do you have the communication skills to interface with all sorts of different stakeholders? No.</p>
<p>So what then qualifies you to ask for that much? Well &#8211; the answer usually is: &#8220;I can make that much consulting.&#8221; Well, if you want to pay for your own health insurance, forgo benefits, and work in an environment that really is not going to make you a better developer, and for a company that isn&#8217;t truly committed to ColdFusion as a development platform of choice, then go ahead. But if you want to earn a real salary, and be given the opportunity to prove yourself, and work your way up the ladder, then I&#8217;m here to support you and am all for that. But be real.</p>
<p>There is nothing at my company that say that you can&#8217;t make that kind of money, with benefits and possible bonuses, it&#8217;s quite possible. But you&#8217;ve got to also have the pedigree and focus to enable that. If you&#8217;re overly focused on salary, then I&#8217;m sorry &#8211; I have something to offer that is worth so much more.</p>
<p>There is probably more to say, but I&#8217;ll stop here. I&#8217;ve probably already said too much.</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/human-resources/'>Human Resources</a>, <a href='http://bytestopshere.wordpress.com/category/management/'>Management</a>, <a href='http://bytestopshere.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=328&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/07/24/hiring-woes-in-the-coldfusion-world/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>Seven Year Itch &#8211; Over and Done!</title>
		<link>http://bytestopshere.wordpress.com/2012/06/27/seven-year-itch-over-and-done/</link>
		<comments>http://bytestopshere.wordpress.com/2012/06/27/seven-year-itch-over-and-done/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 14:45:33 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=324</guid>
		<description><![CDATA[Back in California this week. Look forward to blogging again! Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=324&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Back in California this week. Look forward to blogging again!</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=324&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/06/27/seven-year-itch-over-and-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>ColdFusion 10 Released</title>
		<link>http://bytestopshere.wordpress.com/2012/05/15/coldfusion-10-released/</link>
		<comments>http://bytestopshere.wordpress.com/2012/05/15/coldfusion-10-released/#comments</comments>
		<pubDate>Tue, 15 May 2012 17:55:00 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe products]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=320</guid>
		<description><![CDATA[In case you didn&#8217;t know, ColdFusion 10 was released today. More information can be found @ http://www.adobe.com/products/coldfusion-family.html. Filed under: Uncategorized Tagged: adobe products, coldfusion, software<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=320&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In case you didn&#8217;t know, ColdFusion 10 was released today. More information can be found @ <a href="http://www.adobe.com/products/coldfusion-family.html" target="_blank">http://www.adobe.com/products/coldfusion-family.html</a>.</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://bytestopshere.wordpress.com/tag/adobe-products/'>adobe products</a>, <a href='http://bytestopshere.wordpress.com/tag/coldfusion-2/'>coldfusion</a>, <a href='http://bytestopshere.wordpress.com/tag/software/'>software</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=320&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/05/15/coldfusion-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>Big Change in the jQuery World</title>
		<link>http://bytestopshere.wordpress.com/2012/03/06/big-change-in-the-jquery-world/</link>
		<comments>http://bytestopshere.wordpress.com/2012/03/06/big-change-in-the-jquery-world/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 01:13:28 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=318</guid>
		<description><![CDATA[jQuery made a big announcement today! Looks like good news. Now if they could only get the plugins site back up! Jeez, its been long enough already! Read more @ http://blog.jquery.com/2012/03/06/announcing-the-jquery-foundation/. Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=318&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>jQuery made a big announcement today! Looks like good news. Now if they could only get the plugins site back up! Jeez, its been long enough already!</p>
<p>Read more @ <a href="http://blog.jquery.com/2012/03/06/announcing-the-jquery-foundation/" target="_blank">http://blog.jquery.com/2012/03/06/announcing-the-jquery-foundation/</a>. </p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=318&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/03/06/big-change-in-the-jquery-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>Scratching the Seven-Year Itch</title>
		<link>http://bytestopshere.wordpress.com/2012/01/12/scratching-the-seven-year-itch/</link>
		<comments>http://bytestopshere.wordpress.com/2012/01/12/scratching-the-seven-year-itch/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 03:12:15 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=314</guid>
		<description><![CDATA[What an amazing seven years. This past year I&#8217;ve been so busy, I&#8217;ve rarely had a chance to blog. Ok, well, I blame Twitter. I joined eCivis in 2005, and made their leading product, in my humble opinion, a world-class ColdFusion-based SaaS application. I&#8217;ve learned so much through the years, and have had the opportunity [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=314&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>What an amazing seven years. This past year I&#8217;ve been so busy, I&#8217;ve rarely had a chance to blog. Ok, well, I blame Twitter.</p>
<p>I joined eCivis in 2005, and made their leading product, in my humble opinion, a world-class ColdFusion-based SaaS application. I&#8217;ve learned so much through the years, and have had the opportunity to climb the ladder at eCivis during that time. </p>
<p>Managing and growing the same app over seven years is an amazing experience: you really learn how to code to keep the future in mind, and you learn amazing ways to refactor and optimize code. Some of what I&#8217;ve done is so unique that many people said its impossible with ColdFusion. eCivis really nurtured my love affair with technology and product management.</p>
<p>Some of you may know, I&#8217;ve been pursuing a third bachelors degree on the side. In October, I had a big decision to make about my future and completing my degree. After speaking with my boss, who was very supportive, I made the hardest decision of my life.</p>
<p>Today, I&#8217;m 3000 miles away from home &#8211; in another country &#8211; pursuing a specialized certificate in an ancient foreign language to complete my degree. I&#8217;m among a handful of people who get accepted to study this way &#8211; its close to 4 years of study in a 6 month intensive format. </p>
<p>I left Southern California and it was 74 degrees in December, and when I got to my destination, the wind chill was -24 degrees Celsius. I&#8217;ve dragged my family along, and have moved to working part-time &#8211; just barely enough hours to make sure the goals I&#8217;ve set for the company and my team get met, and we still have a successful year despite my absence. I believe in them, and they continue to rock on without me.</p>
<p>I&#8217;ll have my head down and studying for the next 6 months. Forgive the radio silence. I&#8217;m nervous and excited &#8211; who knows what the future holds. Whatever it is, I think it will always include ColdFusion. </p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/coldfusion/'>ColdFusion</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=314&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2012/01/12/scratching-the-seven-year-itch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorry for the Radio Silence</title>
		<link>http://bytestopshere.wordpress.com/2011/10/19/sorry-for-the-radio-silence/</link>
		<comments>http://bytestopshere.wordpress.com/2011/10/19/sorry-for-the-radio-silence/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 20:59:27 +0000</pubDate>
		<dc:creator>samihoda</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://bytestopshere.wordpress.com/?p=311</guid>
		<description><![CDATA[Sorry folks &#8211; been swamped. Have some news and updates to my recent posts coming soon. Stay tuned! Filed under: Default<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=311&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Sorry folks &#8211; been swamped. Have some news and updates to my recent posts coming soon. Stay tuned!</p>
<br />Filed under: <a href='http://bytestopshere.wordpress.com/category/default/'>Default</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bytestopshere.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bytestopshere.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bytestopshere.wordpress.com&#038;blog=20515579&#038;post=311&#038;subd=bytestopshere&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bytestopshere.wordpress.com/2011/10/19/sorry-for-the-radio-silence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d152d40e14a39ea94171b3e44853b8fd?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">samihoda</media:title>
		</media:content>
	</item>
	</channel>
</rss>
