<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6533723486908610755.post6695001641995791168..comments</id><updated>2010-06-26T16:18:31.921+12:00</updated><title type='text'>Comments on Coding Amusement.: Any good advice on focusing on the one scope in th...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.fox.geek.nz/feeds/6695001641995791168/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6533723486908610755/6695001641995791168/comments/default'/><link rel='alternate' type='text/html' href='http://blog.fox.geek.nz/2010/06/any-good-advice-on-focusing-on-one.html'/><author><name>KENTNL</name><uri>http://www.blogger.com/profile/03928687531294568058</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6533723486908610755.post-1803960961438538331</id><published>2010-06-26T16:18:31.909+12:00</published><updated>2010-06-26T16:18:31.909+12:00</updated><title type='text'>@dagolden, yes, I can understand this, I've done w...</title><content type='html'>@dagolden, yes, I can understand this, I&amp;#39;ve done website development and deployment sort of stuff, but before, this was &lt;br /&gt;&lt;br /&gt;* In PHP ( So there&amp;#39;s only 1 way to do it anyway, no improving on that rubbish ) &lt;br /&gt;&lt;br /&gt;* On a poor deployment platform system where you can assume everything about the target platform you want to&lt;br /&gt;&lt;br /&gt;* You are pretty much developing on the target platform, perhaps with a layer of indirection ( ie: a development server ), and every time a difference or discrepancy appears between the 2 locations of progress, you essentially have to code around it then and there instead of being proactive and planning for things like that to happen&lt;br /&gt;&lt;br /&gt;* There are no modules and no CPAN, so your only real option is writing all that crap yourself 9/10 times. ( Ever tried re-using PHP code? so much of it is written for ancient outdated PHP&amp;#39;s, heavily dependent on crappy PHP features that were deprecated because they were a massive security hole, and structured in such a way you can&amp;#39;t realistically use them as part of a logically structured system as they likely depend on calling &amp;quot;print&amp;quot; in arbitrary deep parts of the code. The exception of course is PHP frameworks, which are a bit better, but if the framework doesn&amp;#39;t provide something, you&amp;#39;re just back to the same problem again )&lt;br /&gt;&lt;br /&gt;* There&amp;#39;s no &amp;quot;XS&amp;quot;, the closest to that is PECL which sucks to an extent, and in the event you have no pecl support you pretty much code around it ( ewwwww )&lt;br /&gt;&lt;br /&gt;* Management are pretty likely to be idiots who don&amp;#39;t see the value in developing something that will be portable to machines other than their current production machine, and won&amp;#39;t permit development time on something they can&amp;#39;t see as being beneficial, and then, when you need to switch machines, and for whatever unforeseen reason you need a different linux-distribution, cry their eyes out when it ceases to work, and blame you for the problem, while you waste more time making it work for just that one machine. ( Granted this is not always the case, but I&amp;#39;ve seen far too much of this problem, makes devs just want to quit )</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6533723486908610755/6695001641995791168/comments/default/1803960961438538331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6533723486908610755/6695001641995791168/comments/default/1803960961438538331'/><link rel='alternate' type='text/html' href='http://blog.fox.geek.nz/2010/06/any-good-advice-on-focusing-on-one.html?showComment=1277525911909#c1803960961438538331' title=''/><author><name>KENTNL</name><uri>http://www.blogger.com/profile/03928687531294568058</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13851482182989892275'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.fox.geek.nz/2010/06/any-good-advice-on-focusing-on-one.html' ref='tag:blogger.com,1999:blog-6533723486908610755.post-6695001641995791168' source='http://www.blogger.com/feeds/6533723486908610755/posts/default/6695001641995791168' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-6533723486908610755.post-1632000911782836337</id><published>2010-06-26T02:00:25.601+12:00</published><updated>2010-06-26T02:00:25.601+12:00</updated><title type='text'>I have a similar experience whenever I work in a n...</title><content type='html'>I have a similar experience whenever I work in a new area.  In your case, it doesn&amp;#39;t sound like you do web site development and deployment very often, so you&amp;#39;re getting distracted as you come up the learning curve.  It&amp;#39;s easier to be focused when you already know how to do what you want to do.  :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6533723486908610755/6695001641995791168/comments/default/1632000911782836337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6533723486908610755/6695001641995791168/comments/default/1632000911782836337'/><link rel='alternate' type='text/html' href='http://blog.fox.geek.nz/2010/06/any-good-advice-on-focusing-on-one.html?showComment=1277474425601#c1632000911782836337' title=''/><author><name>dagolden</name><uri>http://www.dagolden.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.fox.geek.nz/2010/06/any-good-advice-on-focusing-on-one.html' ref='tag:blogger.com,1999:blog-6533723486908610755.post-6695001641995791168' source='http://www.blogger.com/feeds/6533723486908610755/posts/default/6695001641995791168' type='text/html'/></entry></feed>