<?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>Fusioncube &#187; pittsburgh</title>
	<atom:link href="http://www.fusioncube.net/index.php/category/pittsburgh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pittsburgh JavaScript Developers: JavaScript &#8211; Nuts to Bolts</title>
		<link>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers-javascript-nuts-to-bolts</link>
		<comments>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers-javascript-nuts-to-bolts#comments</comments>
		<pubDate>Wed, 27 Jul 2011 16:55:51 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scope]]></category>
		<category><![CDATA[this]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=1335</guid>
		<description><![CDATA[This is a special session that is going to run every so often and is meant for JavaScript developers of all ranges, from beginner to seasoned veteran. We&#8217;ll take the opportunity discuss all the power, quirks, pros and cons of the JavaScript language starting at &#8220;Hello, World&#8221; and ending with a dive into the guts [...]]]></description>
			<content:encoded><![CDATA[<p>This is a special session that is going to run every so often and is meant for JavaScript developers of all ranges, from beginner to seasoned veteran. We&#8217;ll take the opportunity discuss all the power, quirks, pros and cons of the JavaScript language starting at &#8220;Hello, World&#8221; and ending with a dive into the guts of the language to discover why it works the way it does.</p>
<p>Things to be discovered and discussed will include:</p>
<ul>
<li>The Object</li>
<li>The Function</li>
<li>The Prototype</li>
<li>The Arguments</li>
<li>The this Scope</li>
<li>The Module</li>
<li>JSON</li>
<li>ECMAScript 5</li>
</ul>
<p>The host will help moderate the timeline and the discussions, but it is intended to be an interactive session with everyone bringing an equal voice so that we can all learn together.</p>
<p>You are encouraged to bring your own code, and be prepared to share it and discuss it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers-javascript-nuts-to-bolts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pittsburgh JavaScript Developers: Introduction to Node.js</title>
		<link>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers-intro-to-node</link>
		<comments>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers-intro-to-node#comments</comments>
		<pubDate>Wed, 08 Jun 2011 00:56:52 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=1249</guid>
		<description><![CDATA[Well, I&#8217;ve scheduled my first meeting for the Pittsburgh JavaScript Developers Meetup group. Hopefully I can spread the word good enough to get some people to turn out! Topic: Introduction to Node.js Node.js is the hot topic du jour because it is a completely event-driven non-blocking I/O model. No thread synchronization needed, or massive memory [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve scheduled my <a href="http://www.meetup.com/Pittsburgh-JavaScript-Developers/events/21366151/">first meeting for the Pittsburgh JavaScript Developers</a> Meetup group. Hopefully I can spread the word good enough to get some people to turn out!</p>
<h3>Topic: Introduction to Node.js</h3>
<p>Node.js is the hot topic du jour because it is a completely event-driven non-blocking I/O model. No thread synchronization needed, or massive memory needed because it only uses a single thread per CPU.  </p>
<p>I&#8217;ll be giving a presentation on how to set up Node.js on your development box, and install some basic tools. Next, I&#8217;ll give a quick interactive demonstration on what event-driven non-blocking I/O means. Then I&#8217;ll show some of the cool things that you can do with Node.js such as:</p>
<ul>
<li>Build your own basic web server.</li>
<li>Serve database-driven, dynamic content by writing JavaScript!</li>
<li>Write and execute test cases for your JavaScript UI.</li>
<li>And any other tasy bits I have time to write a demo for&#8230;.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers-intro-to-node/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pittsburgh JavaScript Developers</title>
		<link>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers</link>
		<comments>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers#comments</comments>
		<pubDate>Mon, 06 Jun 2011 17:07:56 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[cross-device]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[micro]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[smith]]></category>
		<category><![CDATA[smith micro]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=1242</guid>
		<description><![CDATA[In my effort to start building a community of JavaScript developers in Pittsburgh, I just created a new Pittsburgh JavaScript Developers Meetup group. I&#8217;m so excited about how JavaScript is going to be powering the tools, services and software for the next decade&#8217;s migration to mobile devices and the cloud. It&#8217;s the main reason that [...]]]></description>
			<content:encoded><![CDATA[<p>In my effort to start building a community of JavaScript developers in Pittsburgh, I just created a new <a href="http://www.meetup.com/Pittsburgh-JavaScript-Developers/" target="_blank">Pittsburgh JavaScript Developers Meetup</a> group.</p>
<p>I&#8217;m so excited about how JavaScript is going to be powering the tools, services and software for the next decade&#8217;s migration to mobile devices and the cloud.  It&#8217;s the main reason that I accepted my newest job at Smith Micro as their Senior Web Engineer. I&#8217;ll be architecting and eventually building the Javascript-based, cross-browser, cross-device technology presentation platform for many of their products. For me, it&#8217;s the most exciting field of technology to be in at the moment.</p>
<p>Whomever reads this and is interested in discussing, learning, or presenting JavaScript based tools &#8211; or even know someone who is &#8211; and is in or near the Greater Pittsburgh area, I&#8217;d love to have you join and talk about what you would want out of a group like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/pittsburgh-javascript-developers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smith Micro Pittsburgh Event: Titanium Appcelerator</title>
		<link>http://www.fusioncube.net/index.php/smith-micro-pittsburgh-event-titanium</link>
		<comments>http://www.fusioncube.net/index.php/smith-micro-pittsburgh-event-titanium#comments</comments>
		<pubDate>Mon, 06 Jun 2011 15:58:05 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[appcelerator]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[micro]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[smith]]></category>
		<category><![CDATA[smith micro]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=1238</guid>
		<description><![CDATA[The iPhone/iPad and Mobile App Developers Pittsburgh Meetup group is providing a technical overview and demonstration of the Titanium Appcelerator platform at the Smith Micro offices in McCandless. The event is on Thursday, June 9, 2011 and will run from 7pm &#8211; 9pm in the first floor event meeting hall. Here is what you can [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.meetup.com/iPhone-iPad-Mobile-App-Developers-Pittsburgh-Meetup/">iPhone/iPad and Mobile App Developers Pittsburgh Meetup</a> group is providing a technical overview and demonstration of the <a href="http://www.appcelerator.com/">Titanium Appcelerator</a> platform at the Smith Micro <a href="http://maps.google.com/maps/place?ftid=0x88348b7737ca04f3:0xd6c46689ced0c6fe&#038;q=5800+corporate+drive++15237&#038;gl=us&#038;sll=40.562565,-80.021439&#038;sspn=0.006295,0.006295&#038;ie=UTF8&#038;ll=40.567285,-80.030122&#038;spn=0,0&#038;z=16">offices in McCandless</a>.</p>
<p>The event is on Thursday, June 9, 2011 and will run from 7pm &#8211; 9pm in the first floor event meeting hall.</p>
<p>Here is what you can expect to learn at the Meetup:  </p>
<p>An Appcelerator Senior Systems Engineer will be there and&#8230;</p>
<ul>
<li>Provide a high-level overview of the Titanium Architecture</li>
<li>Run through the major APIs for both mobile apps, and mobile web application development</li>
<li>Provide lots of demos on creating mobile apps with Titanium</li>
<li>Answer your questions</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/smith-micro-pittsburgh-event-titanium/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in the Burgh</title>
		<link>http://www.fusioncube.net/index.php/back-in-the-burgh</link>
		<comments>http://www.fusioncube.net/index.php/back-in-the-burgh#comments</comments>
		<pubDate>Wed, 01 Jun 2011 14:18:54 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[pittsburgh burgh javascript linkedin mccandless smithmicro smith micro]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=1231</guid>
		<description><![CDATA[Yesterday I officially completed my first full day in the office in Pittsburgh. The building that Smith Micro bought is in McCandless on Corporate Drive and has a nice view of the entire area from the 5th floor. On the south side of the building, I can see all the way down to Mad Mex [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I officially completed my first full day in the office in Pittsburgh. The building that <a href="http://www.smithmicro.com">Smith Micro</a> bought is in <a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=5800+corporate+drive,+15237&#038;aq=&#038;sll=37.0625,-95.677068&#038;sspn=40.27343,60.292969&#038;ie=UTF8&#038;hq=&#038;hnear=5800+Corporate+Dr,+Pittsburgh,+Pennsylvania+15237&#038;ll=40.562199,-80.021732&#038;spn=0.009455,0.01472&#038;z=16">McCandless on Corporate Drive</a> and has a nice view of the entire area from the 5th floor.</p>
<p>On the south side of the building, I can see all the way down to Mad Mex and on the north side I can see <a href="http://www.laroche.edu/home.cfm">LaRoche College</a>, <a href="http://www.upmc.com/HospitalsFacilities/Hospitals/UPMCPassavant/Pages/passavant.aspx">Passavant Hospital</a> and a few miles past. It really shows off how forested and beautiful this area still is even with the blight of McKnight Road passing through it.</p>
<p>While my house is on the market, I&#8217;m going to be staying with my folks &#8211; who live in Glenshaw &#8211; and so I have a 7 mile, 13 minute drive to work. It&#8217;s pretty damn sweet. The only downside is that their house has no central air, and with the current muggy heat wave that is passing through this area, it&#8217;s like being inside a sauna. The only reprieve is to go down into their basement for an hour to cool down.</p>
<p>Michelle and the girls are staying in Tennessee while the house is listed. We&#8217;ve had a couple bites, and one not-so-serious offer on it so far. Considering that it&#8217;s only been listed for about 9 days, having an offer already is encouraging progress.</p>
<p>Anyway, I&#8217;m looking forward to getting back in tough with all the folks I used to hang out with at <a href="http://www.pghgeeks.org/">Geek Night</a>, and get to know all the new playas in town. </p>
<p>To that end, I&#8217;m going to be establishing a new development group in Pittsburgh. I&#8217;m calling it the <a href="http://www.linkedin.com/groups/Pittsburgh-JavaScript-Developers-3916838?trk=myg_ugrp_ovr">Pittsburgh JavaScript Developers</a>, and I&#8217;ve already started a LinkedIn group. Since JavaScript is a major tool that will be driving the next decade&#8217;s transition from the desktop to the cloud and mobile solutions, I think getting people together to talk about the exciting shit that&#8217;s happening with the language will be exhilarating, interesting, and just plain fun.</p>
<p>If you, or a friend, is a lover (or even hater, I&#8217;d love to convert you) of JavaScript, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/back-in-the-burgh/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Community driven job definition and search</title>
		<link>http://www.fusioncube.net/index.php/community-driven-job-definition-and-search</link>
		<comments>http://www.fusioncube.net/index.php/community-driven-job-definition-and-search#comments</comments>
		<pubDate>Thu, 04 Mar 2010 18:35:38 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[errata]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[careers Pittsburgh job listing community]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=802</guid>
		<description><![CDATA[Based on my post last night about unreasonable job descriptions, the company in question &#8211; a startup in Pittsburgh named Cardeeo, Inc &#8211; was responsive to the feedback that my readers made in the comments section. Unprecedented in my experience, and a good sign for the company. Anyone who is willing to take community feedback [...]]]></description>
			<content:encoded><![CDATA[<p>Based on my post last night about <a href="http://www.fusioncube.net/index.php/my-new-favorite-job-description">unreasonable job descriptions</a>, the company in question &#8211; a startup in Pittsburgh named Cardeeo, Inc &#8211; was responsive to the feedback that my readers made in the comments section.  </p>
<p>Unprecedented in my experience, and a good sign for the company.</p>
<p>Anyone who is willing to take community feedback in how it&#8217;s approaching its own candidates needs to be taken seriously.  Also, if the company is this interested in how the job listing is authored and perceived by the technical community, chances are that they really are looking for qualified, talented, and rock-solid people that can make a difference.  I could be wrong, but my gut tells me otherwise.</p>
<p>Please take a moment to look at the <a href="http://pghcareerconnector.com/jobs/JobDetails.aspx?id=11114">new job listing</a>, and see how quick feedback allowed this company to refine it, and focus on what their core needs are.</p>
<p>From what I hear over and over again, the one opportunity that companies miss out on is putting a teaser in a job posting.  Some tidbit of the work a candidate would be doing to really entice the passionate ones to contact them.</p>
<p>Let&#8217;s try an experiment.  Two job postings describing the same job.  Which one sounds more interesting?</p>
<blockquote>
<h3>Software Engineer / User Interface Designer</h3>
<p>Widgets Conglomerate is a Fortune 100 company in need of an experienced, self-starting software engineer for our corporate billing department.  Qualified candidates must have at least 4 years of experience developing enterprise class software solutions, and have a Computer Science degree, or equivalent.</p>
<p>We are an equal opportunity employer, offer great benefits, and competitive compensation.</p>
<p>Target skills include, but are not limited to:<br />
- .NET framework technologies such as C#, ASP.NET and SQL Server<br />
- HTML and Javascript experience is also highly preferred<br />
- SOAP/REST web service experience<br />
- Experience in full SDLC and comfortable working with multiple teams to ensure specifications and end product are correct<br />
- Must be a self-starter who is capable of running a project with minimal supervision<br />
- Some experience doing mobile phone development is a bonus
</p></blockquote>
<blockquote>
<h3>Software Engineer / User Interface Designer</h3>
<p>Widgets Conglomerate is a large, pioneering company who needs to enhance its cutting edge development team with a solid, talented and well rounded software engineer.  If you have at least 4 years under your belt designing and developing high quality, enterprise software, and can identify issues, opportunities, and pitfalls at that level, we want to talk to you.</p>
<p>We&#8217;re looking for someone to help us build the next generation of responsive, social billing applications that engage employees and customers by providing real-time messaging and data.  You can expect to work with the latest technology, lots of creative input and a challenging project.</p>
<p>Here&#8217;s what you&#8217;ll need to be considered:<br />
- At least 2 years doing C# and/or ASP.NET development for developing efficient and attractive user interfaces.<br />
- Full understanding of SQL Server and can do your own table modeling and can write your own stored procedures.<br />
- Advanced experiences working with HTML/Javascript frameworks to create lightning fast and responseful Intranet pages.  Knowing SOAP and/or REST will get us even more excited.<br />
- iPhone development would be ideal.  Part of this application will be used by our field personnel on their iPhones every day.<br />
- You need to be able to communicate with business users, and be able to produce technical and functional specifications before you start designing or writing a single line of code.<br />
- You need to know how to write efficient, scalable code that won&#8217;t break in a year and can be enhanced as more features are implemented without breaking the whole thing.<br />
- Have you ever led a team, or been a supervisor, or want to be in a leadership role?  We need someone who is a leader with vision, and has the ability to share that vision with a team and lead them towards it.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/community-driven-job-definition-and-search/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My new favorite job description</title>
		<link>http://www.fusioncube.net/index.php/my-new-favorite-job-description</link>
		<comments>http://www.fusioncube.net/index.php/my-new-favorite-job-description#comments</comments>
		<pubDate>Thu, 04 Mar 2010 03:57:31 +0000</pubDate>
		<dc:creator>Steve Brownlee</dc:creator>
				<category><![CDATA[career]]></category>
		<category><![CDATA[errata]]></category>
		<category><![CDATA[pittsburgh]]></category>
		<category><![CDATA[careers Pittsburgh unrealistic]]></category>

		<guid isPermaLink="false">http://www.fusioncube.net/?p=792</guid>
		<description><![CDATA[I went to the Nashville .NET User Group meeting a couple weeks ago, and it was an interesting mix of people. They had several top recruiters in the area show up to answer questions about the job market, resume advice, and some career tips. One of the things that all the recruiters agreed upon is [...]]]></description>
			<content:encoded><![CDATA[<p>I went to the Nashville .NET User Group meeting a couple weeks ago, and it was an interesting mix of people.  They had several top recruiters in the area show up to answer questions about the job market, resume advice, and some career tips.</p>
<p>One of the things that all the recruiters agreed upon is the fact that most of their clients are putting up job requirements that are a bit&#8230; unrealistic.  It&#8217;s understandable that companies want the most for their money and are trying to get people who are capable of performing the duties multiple, former employees. </p>
<p>However, these people are rare, justifiably want to be well compensated, and aren&#8217;t on the market as the companies they are currently working for want to retain them.</p>
<p>That said, I just read a job listing for a new startup in Pittsburgh.  Here&#8217;s the list of credentials that they want in a User Interface Designer.</p>
<ol>
<li>Understanding, Knowledge, and Experience with All (<em>yes, indeedy, they said <strong>ALL</strong></em>) Common Programming Languages (Java, C#, SQL, Visual Basic, HTML C++, Etc.) (Portfolio of Work Required)</li>
<li>iPhone SDK 3.0+ Knowledge and Experience (Portfolio of Work Desired)</li>
<li>Android Platform SDK Knowledge and Experience</li>
<li>Front-End and Back-End Database Knowledge</li>
<li>Website Design and Development (Portfolio of Work Required)</li>
<li>Excellent User Interface Development Experience and Knowledge</li>
<li>Adobe Flash</li>
<li>Adobe Dreamweaver</li>
<li>Strong Graphic Design Understanding: Adobe Creative Suite (Photoshop, Illustrator, etc.)</li>
<li>eCommerce Knowledge and Experience</li>
<li>SMS &#038; MMS Knowledge and Experience</li>
<li>Experience and Knowledge in Search Engine Optimization</li>
</ol>
<p>Ok, whoever this person (if he/she exists) is, is a rockstar among rockstars.  Most likely less than 100 people in the entire United States of America could confidently have all of this on their resume &#8211; and back it up.</p>
<p>Here&#8217;s the kicker, in the job posting, there&#8217;s the text &#8220;The successful candidate will have 2 to 4 years of experience as a software engineer/UI designer&#8230;&#8221;</p>
<p>Um, yeah.  A 4-year professional will have all that experience.</p>
<p>Considering that, which one of them would give up whatever highly paid, secure job they have now to go work for a startup in Pittsburgh, get paid in promises and stock-options, work 18 hour days, be unappreciated, and then &#8211; most likely &#8211; be discarded when the company fails?</p>
<p>That&#8217;s my new, favorite job description.  Also, if you are reading this, and you land that job, please take a moment to leave a comment here and let me know you exist.</p>
<p>Link to job description:<br />
<a href="http://pghcareerconnector.com/jobs/JobDetails.aspx?id=11114">http://pghcareerconnector.com/jobs/JobDetails.aspx?id=11114</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusioncube.net/index.php/my-new-favorite-job-description/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

