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

<channel>
	<title>Development Tools &#8211; C0D3X</title>
	<atom:link href="https://c0d3x.com/category/development-tools/feed/" rel="self" type="application/rss+xml" />
	<link>https://c0d3x.com</link>
	<description>Cool Web Tools, My Skills and Posts About Web Solutions</description>
	<lastBuildDate>Tue, 01 Mar 2016 15:49:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.2</generator>
<site xmlns="com-wordpress:feed-additions:1">163252948</site>	<item>
		<title>Deque &#038; aXe</title>
		<link>https://c0d3x.com/2016/03/01/deque-axe/</link>
				<comments>https://c0d3x.com/2016/03/01/deque-axe/#respond</comments>
				<pubDate>Tue, 01 Mar 2016 15:47:45 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=57</guid>
				<description><![CDATA[From the Deque Home page: Digital accessibility? I don&#8217;t even know where to begin. “It’s Easy to be Smart After the Fact.” That defense doesn’t work here. When it comes to website accessibility, knowledge is power. Get educated. We offer training courses for every level of expertise and just about every aspect of digital accessibility, including &#8230; <a href="https://c0d3x.com/2016/03/01/deque-axe/" class="more-link">Continue reading<span class="screen-reader-text"> "Deque &#038; aXe"</span></a>]]></description>
								<content:encoded><![CDATA[<p>From the Deque Home page:</p>
<div class="fl-module fl-module-heading fl-node-552c2c149d7aa" data-node="552c2c149d7aa" data-animation-delay="0.0">
<div class="fl-module-content fl-node-content">
<h1 class="fl-heading">Digital accessibility? I don&#8217;t<br />
even know where to begin.</h1>
</div>
</div>
<div class="fl-module fl-module-rich-text fl-node-552c2c149d7b9" data-node="552c2c149d7b9" data-animation-delay="0.0">
<div class="fl-module-content fl-node-content">
<div class="fl-rich-text">
<h2>“It’s Easy to be Smart After the Fact.”<img class="alignright wp-image-13647 size-full" src="http://www.deque.com/wp13/wp-content/uploads/2014/05/Deque_webinar_feat_img_DequeU.png" alt="Deque University" width="420" height="300" /></h2>
<h3>That defense doesn’t work here. When it comes to website accessibility, knowledge is power. Get educated.</h3>
<p>We offer training courses for every level of expertise and just about every aspect of digital accessibility, including special topics such as Mobile, <abbr title="Portable Document Format"><span class="abbr" title="Portable Document Format">PDF</span></abbr> Accessibility and Flash® Accessibility. Training is available both online and in-person.</p>
<p>Website: <a href="http://www.deque.com/" target="_blank">deque.com</a></p>
<p>Use a JavaScript aXe to conduct your Accessibility testing: <a href="https://github.com/dequelabs/axe-core">https://github.com/dequelabs/axe-core</a></p>
<p>Thanks <a href="http://wptavern.com/axe-an-open-source-javascript-library-for-automating-accessibility-testing" target="_blank">Sarah Gooding and the WP Tavern</a>!</p>
</div>
<div class="fl-rich-text">
<p>&nbsp;</p>
</div>
</div>
</div>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2016/03/01/deque-axe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">57</post-id>	</item>
		<item>
		<title>git-flow</title>
		<link>https://c0d3x.com/2016/02/18/gitflow/</link>
				<comments>https://c0d3x.com/2016/02/18/gitflow/#respond</comments>
				<pubDate>Fri, 19 Feb 2016 03:37:19 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=44</guid>
				<description><![CDATA[git-flow &#8211; A collection of Git extensions to provide high-level repository operations for Vincent Driessen&#8217;s branching model. From Jeff Kreeftmeijer: Vincent Driessen&#8217;s branching model is a git branching and release management strategy that helps developers keep track of features, hotfixes and releases in bigger software projects. This workflow has lot of commands to type and &#8230; <a href="https://c0d3x.com/2016/02/18/gitflow/" class="more-link">Continue reading<span class="screen-reader-text"> "git-flow"</span></a>]]></description>
								<content:encoded><![CDATA[<h1>git-flow &#8211;</h1>
<p>A collection of Git extensions to provide high-level repository operations for Vincent Driessen&#8217;s <a title="original blog post" href="http://nvie.com/git-model">branching model</a>.</p>
<p>From <a href="http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/">Jeff Kreeftmeijer</a>:</p>
<blockquote><p><a href="http://nvie.com/posts/a-successful-git-branching-model/">Vincent Driessen&#8217;s branching model</a> is a git branching and release management strategy that helps developers keep track of features, hotfixes and releases in bigger software projects. This workflow has lot of commands to type and remember, though, so there&#8217;s also the <a href="https://github.com/nvie/gitflow">git-flow library of git subcommands</a> that helps automate some parts of the flow to make working with it a lot easier.</p></blockquote>
<p>https://github.com/nvie/gitflow</p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2016/02/18/gitflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">44</post-id>	</item>
		<item>
		<title>GitX</title>
		<link>https://c0d3x.com/2016/02/18/gitx/</link>
				<comments>https://c0d3x.com/2016/02/18/gitx/#respond</comments>
				<pubDate>Fri, 19 Feb 2016 00:35:15 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=43</guid>
				<description><![CDATA[GitX &#8211; Git GUI for Mac From the website: GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style! Features Detailed history viewer Nice commit GUI, allowing hunk- and line-wise staging &#8230; <a href="https://c0d3x.com/2016/02/18/gitx/" class="more-link">Continue reading<span class="screen-reader-text"> "GitX"</span></a>]]></description>
								<content:encoded><![CDATA[<h1>GitX &#8211; Git GUI for Mac</h1>
<p>From the website:</p>
<blockquote><p>GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style!</p>
<h3 class="noclear">Features</h3>
<ul>
<li>Detailed history viewer</li>
<li>Nice commit GUI, allowing hunk- and line-wise staging</li>
<li>Fast workflow</li>
<li>Explore tree of any revision</li>
<li>Nice Aqua interface</li>
<li>Paste commits to <a href="http://gist.github.com/">gist.github.com</a></li>
<li>QuickLook integration</li>
</ul>
</blockquote>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2016/02/18/gitx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">43</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Page Caching using disk: enhanced 

Served from: c0d3x.com @ 2019-06-26 22:02:36 by W3 Total Cache
-->