<?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>jeffbugbee &#8211; C0D3X</title>
	<atom:link href="https://c0d3x.com/author/jeffbugbee/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>
		<item>
		<title>Beaver Builder</title>
		<link>https://c0d3x.com/2015/05/15/beaver-builder/</link>
				<comments>https://c0d3x.com/2015/05/15/beaver-builder/#respond</comments>
				<pubDate>Fri, 15 May 2015 16:05:10 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Page Builders]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=41</guid>
				<description><![CDATA[From their Home page: A Complete Drag &#38; Drop Design System You&#8217;ll Love Easily build responsive WordPress websites without touching a line of code. Use Beaver Builder&#8217;s page builder plugin to quickly build pages with any theme. Or, use it with our framework theme for the perfect balance of power and simplicity. Website: wpbeaverbuilder.com &#160;]]></description>
								<content:encoded><![CDATA[<p>From their 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"><span class="fl-heading-text">A Complete Drag &amp; Drop Design System You&#8217;ll Love</span></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">
<p>Easily build responsive WordPress websites without touching a line of code. Use Beaver Builder&#8217;s page builder plugin to quickly build pages with <em>any</em> theme. Or, use it with our framework theme for the perfect balance of power and simplicity.</p>
<p>Website: <a href="http://wpbeaverbuilder.com" target="_blank">wpbeaverbuilder.com</a></p>
<p>&nbsp;</p>
</div>
</div>
</div>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2015/05/15/beaver-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">41</post-id>	</item>
		<item>
		<title>Proposable</title>
		<link>https://c0d3x.com/2014/08/27/proposable/</link>
				<comments>https://c0d3x.com/2014/08/27/proposable/#respond</comments>
				<pubDate>Wed, 27 Aug 2014 23:47:45 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=35</guid>
				<description><![CDATA[From their Features page: Build customized and branded sales proposals online in minutes using our simple proposal creator. From simple one page text-based job quotes, to multi-section, media-rich proposals, the proposal builder gives you the flexibility and power to create engaging sales content fast. Get started by quickly importing your current sales material. Website: Proposable.com]]></description>
								<content:encoded><![CDATA[<p>From their Features page:</p>
<blockquote><p><strong>Build customized and branded sales proposals online in minutes using our simple proposal creator.</strong></p>
<p>From simple one page text-based job quotes, to multi-section, media-rich proposals, the proposal builder gives you the flexibility and power to create engaging sales content fast. Get started by quickly importing your current sales material.</p></blockquote>
<p><span style="color: #000000;">Website: <a title="Proposable" href="Build%20customized and branded sales proposals online in minutes using our simple proposal creator. From simple one page text-based job quotes, to multi-section, media-rich proposals, the proposal builder gives you the flexibility and power to create engaging sales content fast. Get started by quickly importing your current sales material." target="_blank"><span style="color: #000000;">Proposable.com</span></a></span></p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2014/08/27/proposable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">35</post-id>	</item>
		<item>
		<title>NiftyQuoter</title>
		<link>https://c0d3x.com/2014/08/27/niftyquoter/</link>
				<comments>https://c0d3x.com/2014/08/27/niftyquoter/#respond</comments>
				<pubDate>Wed, 27 Aug 2014 23:39:52 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=34</guid>
				<description><![CDATA[From their About page: After selling our web development company we decided to create the solution for one of the pains we experienced first-hand &#8211; creating and managing professional looking business quotes and proposals. That&#8217;s why we founded NiftyQuoter. Our goal is to create an easy to use, efficient, modern solution for all individuals and &#8230; <a href="https://c0d3x.com/2014/08/27/niftyquoter/" class="more-link">Continue reading<span class="screen-reader-text"> "NiftyQuoter"</span></a>]]></description>
								<content:encoded><![CDATA[<p>From their About page:</p>
<blockquote>
<div class="span6" style="color: #5c5b5b;">
<p>After selling our web development company we decided to create the solution for one of the pains we experienced first-hand &#8211; creating and managing professional looking business quotes and proposals. That&#8217;s why we founded NiftyQuoter.</p>
</div>
<div class="span6" style="color: #5c5b5b;">
<p>Our goal is to create an easy to use, efficient, modern solution for all individuals and small companies out there that want to deliver professional proposals for their clients.</p>
</div>
</blockquote>
<p>Website: <a title="NiftyQuoter" href="https://www.niftyquoter.com/" target="_blank">NiftyQuoter.com</a></p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2014/08/27/niftyquoter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">34</post-id>	</item>
		<item>
		<title>Bidsketch</title>
		<link>https://c0d3x.com/2014/08/27/bidsketch/</link>
				<comments>https://c0d3x.com/2014/08/27/bidsketch/#respond</comments>
				<pubDate>Wed, 27 Aug 2014 23:36:12 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=33</guid>
				<description><![CDATA[From their About page: Who&#8217;s Behind Bidsketch? Bidsketch was originally founded as single person company in south Florida on November 2009. Since then, it&#8217;s grown to help over 1,000 paying customers win millions of dollars in new business and save thousands of hours in the process. We focus on three things: Customer service — we work &#8230; <a href="https://c0d3x.com/2014/08/27/bidsketch/" class="more-link">Continue reading<span class="screen-reader-text"> "Bidsketch"</span></a>]]></description>
								<content:encoded><![CDATA[<p>From their About page:</p>
<blockquote>
<div class="heading-box" style="color: #656565;">
<h1 style="font-style: inherit;">Who&#8217;s Behind Bidsketch?</h1>
</div>
<div id="content" class="content-block" style="color: #656565;">
<p style="font-weight: inherit; font-style: inherit;">Bidsketch was originally founded as single person company in south Florida on November 2009.</p>
<p style="font-weight: inherit; font-style: inherit;">Since then, it&#8217;s grown to help over 1,000 paying customers win millions of dollars in new business and save thousands of hours in the process.</p>
<p style="font-weight: inherit; font-style: inherit;">We focus on three things:</p>
<ul style="font-weight: inherit; font-style: inherit;">
<li style="font-weight: inherit; font-style: inherit;"><span style="font-weight: inherit; font-style: inherit;">Customer service</span> — we work hard to keep you happy.</li>
<li style="font-weight: inherit; font-style: inherit;"><span style="font-weight: inherit; font-style: inherit;">Usability</span> — we streamlined our online service to save you hours on each proposal.</li>
<li style="font-weight: inherit; font-style: inherit;"><span style="font-weight: inherit; font-style: inherit;">Education</span> — we regularly share specific tactics to help you win more business.</li>
</ul>
<p style="font-weight: inherit; font-style: inherit;">We know that it takes more than software to help you become more successful, and it&#8217;s our passion to help you get there.</p>
</div>
</blockquote>
<p>Website: <a title="Bidsketch" href="http://www.bidsketch.com/" target="_blank">Bidsketch.com</a></p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2014/08/27/bidsketch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">33</post-id>	</item>
		<item>
		<title>Quote Roller</title>
		<link>https://c0d3x.com/2014/08/27/quote-roller/</link>
				<comments>https://c0d3x.com/2014/08/27/quote-roller/#respond</comments>
				<pubDate>Wed, 27 Aug 2014 23:33:41 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Agency Tools]]></category>
		<category><![CDATA[Proposals]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=32</guid>
				<description><![CDATA[From their About page: Quote Roller was created in 2011 to solve a critical business issue – delivering beautiful purpose-driven sales quotes to potential clients. It is no longer 1995 where quotes are text documents faxed to a potential client. The world has evolved, and it is time that proposals are elegant, dynamically driven, and &#8230; <a href="https://c0d3x.com/2014/08/27/quote-roller/" class="more-link">Continue reading<span class="screen-reader-text"> "Quote Roller"</span></a>]]></description>
								<content:encoded><![CDATA[<p>From their About page:</p>
<blockquote>
<p style="color: #666666;">Quote Roller was created in 2011 to solve a critical business issue – delivering beautiful purpose-driven sales quotes to potential clients. It is no longer 1995 where quotes are text documents faxed to a potential client. The world has evolved, and it is time that proposals are elegant, dynamically driven, and efficiently produced.</p>
<p style="color: #666666;">Today, Quote Roller is winning awards left and right for doing just that.</p>
</blockquote>
<p>&nbsp;</p>
<p>Website: <a title="QuoteRoller" href="http://www.quoteroller.com/" target="_blank">QuoteRoller.com</a></p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2014/08/27/quote-roller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">32</post-id>	</item>
		<item>
		<title>Shake Law</title>
		<link>https://c0d3x.com/2014/08/24/shake-law/</link>
				<comments>https://c0d3x.com/2014/08/24/shake-law/#respond</comments>
				<pubDate>Sun, 24 Aug 2014 20:37:12 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=31</guid>
				<description><![CDATA[From Shake&#8217;s About page: OUR PURPOSE Shake is a technology platform making the law accessible, understandable and affordable for consumers and small businesses. We strive to combine the simplicity and convenience of a handshake with the protection of a legal agreement. Website: ShakeLaw.com]]></description>
								<content:encoded><![CDATA[<p>From Shake&#8217;s About page:</p>
<blockquote>
<p style="text-align: center;">OUR PURPOSE<br />
Shake is a technology platform making the law accessible, understandable and affordable for consumers and small businesses. We strive to combine the simplicity and convenience of a handshake with the protection of a legal agreement.</p>
</blockquote>
<p style="text-align: left;">Website: <a title="Shake" href="http://www.shakelaw.com/" target="_blank">ShakeLaw.com</a></p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2014/08/24/shake-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">31</post-id>	</item>
		<item>
		<title>Contractual.ly</title>
		<link>https://c0d3x.com/2014/08/23/contractual-ly/</link>
				<comments>https://c0d3x.com/2014/08/23/contractual-ly/#respond</comments>
				<pubDate>Sat, 23 Aug 2014 20:26:09 +0000</pubDate>
		<dc:creator><![CDATA[jeffbugbee]]></dc:creator>
				<category><![CDATA[Agency Tools]]></category>
		<category><![CDATA[Contracts]]></category>

		<guid isPermaLink="false">http://c0d3x.com/?p=30</guid>
				<description><![CDATA[From Contract.ly&#8217;s About page: OUR STORY Hey 2014 &#8230; 1975 called and they want their contracts back. You can almost hear it. Someone looking for a paper contract, stored in a metal filing cabinet somewhere. Untraceable, unsearchable, unconnected to what&#8217;s happened since it was signed in 1975. Contracts &#8211; are the legal foundation of doing &#8230; <a href="https://c0d3x.com/2014/08/23/contractual-ly/" class="more-link">Continue reading<span class="screen-reader-text"> "Contractual.ly"</span></a>]]></description>
								<content:encoded><![CDATA[<h2 style="text-align: center;">From Contract.ly&#8217;s About page:</h2>
<blockquote>
<h3 style="text-align: center;">OUR STORY</h3>
<p style="text-align: center;">Hey 2014 &#8230; 1975 called and they want their contracts back.<br />
You can almost hear it. Someone looking for a paper contract, stored in a metal filing cabinet somewhere. Untraceable, unsearchable, unconnected to what&#8217;s happened since it was signed in 1975.</p>
<p style="text-align: center;">Contracts &#8211; are the legal foundation of doing business with others. They contain key business data that is the foundation for partner and customer relationships. But they are still mostly done on paper and sent for review, editing and signing, even in the face of major shifts in how companies of all sizes do business. Even though CRM, ERP and team software tools in the cloud are being adopted at an increasing pace, contracts have been trapped in the past.</p>
<p style="text-align: center;">Contractually was born out of the frustration of working in such a painful, paper-plenty process while living in a digital world. Contractually can be summed up in the question, &#8220;why send a document to a person when you can invite them in?&#8221; Words like invite, share, collaborate, visibility, search &#8230; they are the heart of our contract automation software aimed at making the contract process dramatically easier and faster to complete. So you can get on to the real task of building and managing your business relationships.</p>
</blockquote>
<p>Website: <a title="Contract.ly" href="http://www.contractual.ly/" target="_blank">Contract.ly</a></p>
]]></content:encoded>
							<wfw:commentRss>https://c0d3x.com/2014/08/23/contractual-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">30</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-21 01:10:27 by W3 Total Cache
-->