<?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>tools &#8211; Stacie Arellano</title>
	<atom:link href="https://www.staciearellano.com/category/webdev/tools/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.staciearellano.com</link>
	<description>Artist, Author, Web Maven</description>
	<lastBuildDate>Tue, 25 Feb 2020 17:42:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.staciearellano.com/wp-content/uploads/2019/09/cropped-bright-hair2019-32x32.jpg</url>
	<title>tools &#8211; Stacie Arellano</title>
	<link>https://www.staciearellano.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">47314203</site>	<item>
		<title>The bright stuff</title>
		<link>https://www.staciearellano.com/the-bright-stuff/</link>
					<comments>https://www.staciearellano.com/the-bright-stuff/#comments</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Mon, 09 Sep 2019 22:15:24 +0000</pubDate>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[contrast]]></category>
		<guid isPermaLink="false">https://www.staciearellano.com/?p=1463</guid>

					<description><![CDATA[Understanding Web Accessibility Color Contrast Guidelines. TLDR? Check out my example on codepen. Scenario: You get a complaint about the contrast on your website, but&#8230;]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading"><strong>Understanding Web Accessibility Color Contrast Guidelines. </strong></h4>



<div class="alignfull wp-block-ugb-cta ugb-cta fix-cta-spacing ugb-21ec140 ugb-cta ugb-cta--v2 ugb-cta--design-plain ugb-main-block ugb-main-block--inner-full ugb--has-block-background ugb--has-background-overlay" id=""><style>.ugb-21ec140 .ugb-cta__title{margin-bottom:7px !important;font-family:"Roboto Condensed",Sans-serif !important;font-weight:100;letter-spacing:0.5px;color:#c5dfb4}.ugb-21ec140 .ugb-cta__description{margin-bottom:10px !important;font-family:"Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif !important;color:#ffffff}.ugb-21ec140 .ugb-button .ugb-button--inner{font-family:"Roboto Condensed",Sans-serif !important;font-weight:400;letter-spacing:0.5px}.ugb-21ec140 .ugb-button{background-color:#c4e558;border-radius:100px !important}.ugb-21ec140 .ugb-button .ugb-button--inner,.ugb-21ec140 .ugb-button svg{color:#3f4174}.ugb-21ec140 .ugb-button:before{border-radius:100px !important}.ugb-21ec140.ugb-cta{background-attachment:fixed;background-image:url(https://gambitph.github.io/Stackable/assets/block-design-assets/stack-cta-corporate-dark-01-01.jpg)}.ugb-21ec140.ugb-cta:before{opacity:0.5}</style><div class="ugb-inner-block"><div class="ugb-block-content"><div class="ugb-cta__item"><h3 class="ugb-cta__title"><strong>Feb. 19, 2020</strong></h3><p class="ugb-cta__description">This article has been expanded, edited<br> and posted to one of my favorite sites. </p><div class="ugb-button-container"><a class="ugb-button ugb-button--size-small ugb--hover-effect-lift" href="https://css-tricks.com/understanding-web-accessibility-color-contrast-guidelines-and-ratios/" target="_blank" rel="noopener noreferrer"><span class="ugb-button--inner">View updated article on CSS-Tricks.com</span></a></div></div></div></div></div>



<pre class="wp-block-verse"><em>It was a pleasure to work with the team from CSS-Tricks. --Stacie</em></pre>



<p class="wp-block-paragraph"></p>



<p class="has-text-align-right wp-block-paragraph"><strong>TLDR</strong>? <a href="https://codepen.io/Metahari/pen/VJrBrQ">Check out my example on codepen.</a></p>



<p class="wp-block-paragraph"><strong>Scenario</strong>: You get a complaint about the contrast on your website, but it seems perfectly readable to you. How can you know what&#8217;s wrong and how to fix it?</p>



<p class="wp-block-paragraph">There are some life hacks you can try out, like checking out your site on your phone out in bright sunlight, or adding a CSS filter to turn your whole site grayscale, but&#8230; <strong>you don&#8217;t have to trust your eyes.</strong> Your eyes may be bionically enhanced, but there is no way to be certain that everyone visiting your website has had the same cyber implants as you. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>



<p class="wp-block-paragraph">You can <strong>mathematically</strong> know if something has enough contrast. </p>



<p class="wp-block-paragraph">The guidelines for AA contrast is 4.5:1 for most text and 3:1 for large text. But… <strong>what do those numbers even mean</strong>? The ratio explains the difference between the Lightest color brightness vs the Darkest Color brightness. (relative luminance of each, actually, which makes it clearer, right?)</p>



<p class="wp-block-paragraph">Let&#8217;s start with an egregious example, putting two colors together on the text and the background. </p>



<p style="background-color:#888888;color:#1abc9c" class="has-text-color has-background has-large-font-size wp-block-paragraph"><strong>Title of Your Awesome Site</strong></p>



<div class="wp-block-image"><figure class="alignright"><img decoding="async" width="259" height="131" data-attachment-id="1465" data-permalink="https://www.staciearellano.com/the-bright-stuff/guten-contrast-warning/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2019/06/guten-contrast-warning.png" data-orig-size="259,131" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="guten-contrast-warning" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2019/06/guten-contrast-warning.png" src="https://www.staciearellano.com/wp-content/uploads/2019/06/guten-contrast-warning.png" alt="Screenshot of contrast warning text that WordPress + Gutenberg gave me when I set teal text on gray background for the example above. It reads: This color combination may be hard for people to read. Try using a brighter background color and/or a darker text color." class="wp-image-1465" srcset="https://www.staciearellano.com/wp-content/uploads/2019/06/guten-contrast-warning.png 259w, https://www.staciearellano.com/wp-content/uploads/2019/06/guten-contrast-warning-150x76.png 150w" sizes="(max-width: 259px) 100vw, 259px" /><figcaption>Hey! WordPress thinks my example of bad color contrast is bad too! </figcaption></figure></div>



<p class="wp-block-paragraph">Ok, you say. That teal on gray color combination is not exactly great, but I can mostly make it out. (I&#8217;m glad one of us can, it&#8217;s pretty much a muddy gray mess to me.)</p>



<p class="wp-block-paragraph">The contrast ratio for that fine piece of hypertext is <strong>1.47:1</strong></p>



<p class="wp-block-paragraph">To arrive at that number we require the use of&#8230; <strong>mathematics</strong>, with a side of understanding the differences between human and computer vision.</p>



<p class="wp-block-paragraph">I wanted a better understanding of what the contrast scores were actually checking. This journey taught me about the history of <a href="https://www.cambridgeincolour.com/tutorials/gamma-correction.htm">computer vision and a bit about biology</a>, and gave me  a <a href="https://www.wikihow.com/Solve-Decimal-Exponents">small review of some mathematics </a>I haven&#8217;t touched since college. </p>



<p class="wp-block-paragraph">I think I&#8217;ll just let the computer do the math for me from now on.  Trying to work out the details step by step on paper/with a calculator gave me a couple weeks of frustration. It was a lot of me figuring things out wrong, and comparing to the end result of existing contrast checkers.  </p>



<p class="wp-block-paragraph">Remember how the teachers&#8217; in school always wanted you to show your work, ie, how you got to the answer?  I made something to help us out. </p>



<p class="wp-block-paragraph">If you <a href="https://codepen.io/Metahari/pen/VJrBrQ?editors=0001">view this on codepen </a>with the console open, I output results step by step there, where I initially worked out the math before displaying things in the fun retro video game style.   Go ahead, <em>try our two example colors</em>: 1ABC9C and 888888.</p>



<p class="wp-block-paragraph">(You can also give it a try, inside this article, but you have more browser breathing room in a new window. Your choice! )</p>


<p class='codepen'  data-height='520' data-theme-id='0' data-slug-hash='VJrBrQ' data-default-tab='result' data-animations='run' data-editable='' data-embed-version='2'>
See the Pen Understanding the Contrast Ratio by Stacie (@Metahari) on CodePen.</p>




<p class="wp-block-paragraph">The digital devices around us make gamma encoding and decoding calculations all the time, to show us things on the screens that match up to our perception of how things appear to our eyes. </p>



<figure class="wp-block-pullquote"><blockquote><p>I just want my page to have proper contrast, what do I do?!</p></blockquote></figure>



<p class="wp-block-paragraph">There are a variety of<a href="https://www.staciearellano.com/accessibility-resources/"> accessibility resources </a>that you can can audit your site. </p>



<p class="wp-block-paragraph"><strong>First, identify </strong>areas that are not serving your accessibility needs. </p>



<div class="wp-block-image"><figure class="alignright"><img decoding="async" width="257" height="85" data-attachment-id="1467" data-permalink="https://www.staciearellano.com/the-bright-stuff/constrast-on-wave-tool/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2019/06/constrast-on-wave-tool.png" data-orig-size="257,85" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="constrast-on-wave-tool" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2019/06/constrast-on-wave-tool.png" src="https://www.staciearellano.com/wp-content/uploads/2019/06/constrast-on-wave-tool.png" alt="Small snapshot of the top of the WAVE tool results, showing the 3rd button, contrast, selected." class="wp-image-1467" srcset="https://www.staciearellano.com/wp-content/uploads/2019/06/constrast-on-wave-tool.png 257w, https://www.staciearellano.com/wp-content/uploads/2019/06/constrast-on-wave-tool-150x50.png 150w" sizes="(max-width: 257px) 100vw, 257px" /><figcaption>The third button at the top of the WAVE sidebar results shows contrast related results.</figcaption></figure></div>



<p class="wp-block-paragraph">Use free tools Google&#8217;s <a href="https://developers.google.com/web/tools/lighthouse/">Lighthouse Audit </a>or the WEBAIM <a href="https://wave.webaim.org/extension/">WAVE tool</a> have places to identify contrast errors (along with other helpful accessibility tips).</p>



<p class="wp-block-paragraph"><strong>Then, follow </strong>the suggestions of the audit and use best practices to <span style="color: #313131;" class="ugb-highlight"><em>improve your scores, and remove the errors.</em></span><em> </em></p>



<p class="wp-block-paragraph">Once you identify contrast errors you can  try out some different options right there in the WAVE tool, click on the color box to pop open a color picker. Then play around until the errors go away, and you&#8217;ll know what you can replace in your code.  </p>



<p class="wp-block-paragraph"><strong>To finish, run the tests again</strong> to make sure your changes improved things. Congratulations! You just made your product better for all users, not just ones affected by the accessibility errors!.</p>



<p class="wp-block-paragraph"><strong>After all that, what comes next is up to you!</strong></p>



<p class="wp-block-paragraph">You can make it easier on yourself and start all new products with the goal of making them accessible. Make accessibility guidelines part of your <strong>requirements</strong> for both technology <em>AND</em> design. You&#8217;ll <strong>save yourself potentially hundreds</strong> of hours of remediation, and related legal complaints. </p>



<p class="wp-block-paragraph">US government/education websites are required to comply, but other industries are often taken to task for not making their sites equally available for all people. </p>



<p class="wp-block-paragraph">If you have the option, consider using established and tested frameworks and web libraries (like <a href="https://getbootstrap.com/">Twitter&#8217;s Bootstrap</a> or Google&#8217;s <a href="https://material.io/design/introduction/#">Material Design</a>) that have already figured out optimum contrast theme colors.  In many cases you can take just what you need (the CSS) or at least review their color palettes to inform choices.</p>



<p class="wp-block-paragraph">Derek Kay has reviewed a <a href="https://darekkay.com/blog/accessible-ui-frameworks/">list of web frameworks</a> with a focus on accessibility, which I suggest you read if you are looking for more options. </p>



<p class="wp-block-paragraph">The <a href="https://designsystem.digital.gov/design-tokens/color/overview/">US Web Design system </a>shows one way to solve color/contrast puzzles (ie, use their css token system that labels colors to make contrast differences super clear) but they also link to several very good resources for improving and understanding contrast. </p>



<p class="wp-block-paragraph">We took a deeper dive here than you ever really need to know when you just want to do is fix your contrast issues, but understanding what the ratio actually means should help you remember to <em>keep contrast in mind </em>when designing future sites, web apps, and other software. </p>



<p class="wp-block-paragraph">I&#8217;m not the ultimate subject expert, just a<strong> very very curious girl</strong>, who sometimes has issues reading things with low contrast. If you have any additional thoughts, corrections or further research to share, please leave a comment and I&#8217;ll amend this article, or the example. Thanks!  </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/the-bright-stuff/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1463</post-id>	</item>
		<item>
		<title>The Grid &#8211; v2 &#8211; impressions</title>
		<link>https://www.staciearellano.com/thegrid-v2-impressions/</link>
					<comments>https://www.staciearellano.com/thegrid-v2-impressions/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 10 Oct 2017 18:29:17 +0000</pubDate>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[the grid]]></category>
		<category><![CDATA[thegrid]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=1055</guid>

					<description><![CDATA[Version 2 of the Web Interface to use the Grid is live. as are my struggles to co-exist with Molly, the AI that runs theGrid.&#8230;]]></description>
										<content:encoded><![CDATA[<p>Version 2 of the Web Interface to use the Grid is live. as are my struggles to co-exist with Molly, the AI that runs theGrid.</p>
<p><strong>Examples</strong></p>
<p>First, check out 2 grid sites I&#8217;ve created:</p>
<ul>
<li><a href="https://thegrid.ai/art-portfolio">https://thegrid.ai/art-portfolio</a></li>
<li><a href="http://www.ghostinthewell.com">http://www.ghostinthewell.com</a></li>
</ul>
<h2><strong>TLDR:  I&#8217;m not happy with v2. </strong></h2>
<h3><strong>I&#8217;ve been working on this post for almost a year, I don&#8217;t want to bother with more screenshots or examples. v3 should be on its way shortly. I&#8217;m posting this now so I can compare my v2 thoughts vs v3. I did purchase a lifetime membership, so I haven&#8217;t given up on thegrid, fwiw.</strong></h3>
<p>To make my art-portfolio grid site present mostly the way I want, I&#8217;ve pretty much resorted to just importing Instagram posts.</p>
<p>Checkout <a href="http://ghostinthewell.com/the-grid-mollyai-wishlist">my wishlist items for V3 on my second grid site.</a></p>
<h3>~~~~~~</h3>
<h3>User Interface</h3>
<p>The Backend User Interface is&#8230; clunky.It does look more polished than the beta version, and has some pretty animated menus, but it&#8217;s also less clear on how you and the AI work together to make a page.</p>
<p>!) The new site dashboard wastes a whole screen of real estate.</p>
<p><a href="http://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM.png"><img fetchpriority="high" decoding="async" data-attachment-id="1060" data-permalink="https://www.staciearellano.com/thegrid-v2-impressions/large-wasted-space-2/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1.png" data-orig-size="1280,947" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="large-wasted-space" data-image-description="" data-image-caption="&lt;p&gt;Why does this take up the entire screen?&lt;/p&gt;
" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-1024x758.png" class="size-medium wp-image-1060 alignleft" src="http://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-300x222.png" alt="Large screenshot showing almost nothing above the fold." width="300" height="222" srcset="https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-300x222.png 300w, https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-150x111.png 150w, https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-768x568.png 768w, https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-1024x758.png 1024w, https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1-676x500.png 676w, https://www.staciearellano.com/wp-content/uploads/2016/10/large-wasted-space-1.png 1280w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>2) Post ordering does not place the latest post at the top, and while you can drag and drop items to move them around, I can see this easily becoming onerous with 3 dozen or so images or posts.  You can actually zoom out the thumbnail views for easier drag and dropping, but there is no only text version to help you.</p>
<p>A little investigation has shown that the AI <strong>does not</strong> read the content or title of your posts, and no way to force thegrid to sort items on either the backend, or exposed as a feature for the front end.  No way except to drag and drop the articles back in order.</p>
<p>Posts with images in them do tend to stay in the same order as listed.</p>
<p><strong>Search</strong></p>
<p>There is no search option for either the front or backend.</p>
<h3>Navigation</h3>
<p>There are more navigation varieties this time around, so that&#8217;s nice, but rarely surprising.</p>
<p>Some of the options are ones I would never use, so I have to keep hitting redesign until I get one that&#8217;s ok.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM.png"><img loading="lazy" decoding="async" data-attachment-id="1057" data-permalink="https://www.staciearellano.com/thegrid-v2-impressions/screen-shot-2016-10-03-at-12-35-15-pm/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM.png" data-orig-size="1085,764" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Grid Font strangeness" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-1024x721.png" class="size-medium wp-image-1057 alignright" src="http://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-300x211.png" alt="Grid Font strangeness" width="300" height="211" srcset="https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-300x211.png 300w, https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-150x106.png 150w, https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-768x541.png 768w, https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-1024x721.png 1024w, https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM-676x476.png 676w, https://www.staciearellano.com/wp-content/uploads/2016/10/Screen-Shot-2016-10-03-at-12.35.15-PM.png 1085w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>Typography</strong></p>
<p>Typography is strange, sometimes fonts are larger when placed next to similar designed smaller fonts. This example is using 2 links to two separate pages (same thing, shown differently, beside itself)</p>
<p>Additionally, every page load/reload seems to suffer from a CSS Flash of Unstyled content, which means the text/page jumps around a bit until it figures out what font style/sizes should be.</p>
<p>&nbsp;</p>
<p><strong>Redesign Process</strong></p>
<p>This whole process irks me. We&#8217;re asked a series of questions everytime we ask for a redesign.</p>
<p><strong>The Layout: Do you like it?</strong></p>
<p>(where 1-3 means redesign, and 4 and 5 mean&#8230;)</p>
<p><strong>The color: Do you like it? </strong></p>
<p>Choosing 1-2 here will prompt you to choose another color palette</p>
<p><strong>Typography:</strong></p>
<p>Molly.AI is supposed to be able to identify what parts of an image are important. Faces, skylines, or text text should not have text overtop of them, similar rules apply to cropping. This seems to be hit or miss. We used to have a quick key to check to see what part of the image the AI thought was the focus.</p>
<p>I&#8217;d be ok if you could at least click on the text overlay and see the original, or uncropped version.</p>
<p>Yes, you do have options to turn off the cropping, overlays and color manipulation. I want to see theGrid do things with the design that I wouldn&#8217;t have thought of, colors, layouts, navigation.</p>
<p>I&#8217;ve made a <a href="http://ghostinthewell.com/the-grid-mollyai-wishlist">wishlist</a> of things I want Molly.AI to be able to do, and put it on my Ghost In The Well grid site, but I&#8217;m going to copy it here as well (the flexible updating wishlist will stay on that site.</p>
<p>But, as of now here it is:</p>
<div id="div-fallback-block-1" class="Content color-text p-v-1 min-w-240px w-100p max-w-720px">
<div class="Paragraph color-text2 Dropcap">
<p><strong>Regarding Function</strong></p>
</div>
</div>
<div id="div-fallback-block-2" class="Content color-text p-v-1 min-w-240px w-100p max-w-720px">
<div class="Paragraph color-text d-inline-block">
<ul>
<li>Have a <strong>media manager</strong>, so I don’t need to upload the same image more than once. (confirmed for V3)</li>
<li>Iterate designs much faster, allow me to give input.(coming in v3?)</li>
<li>Auto <strong>pull in feeds</strong> of my other sites or social networks. (Instagram/twitter &#8211; perhaps into my drafts mode so I can curate later?)</li>
<li>Give Molly<strong> some initial direction</strong> in the purpose of my site. (maybe in v3)
<ul>
<li>Or, enter content and <strong>have Molly intuit, summarize and categorize </strong>what I may want the direction to be. (this feature may become the clustering idea and may be in v3)</li>
</ul>
</li>
<li><em><strong>Really surprise me</strong></em>
<ul>
<li><strong>Design</strong> some crazy <strong>bad</strong> things</li>
<li><strong>Design</strong> some crazy <strong>good</strong> things</li>
</ul>
</li>
<li>Allow for<strong> tagging of posts</strong></li>
<li>Have option to <strong>attach the user profile/sig to appropriate article</strong>.</li>
<li><strong>Date and Time stamps</strong> available to be included on the posts.</li>
<li><strong>Add Accessibility warnings for color/font choices.</strong></li>
<li>Ability to<strong> pin</strong> certain articles or objects <strong>to the top</strong> of the homepage</li>
<li><strong>Choice of different sizes for headers images/videos</strong> (both in app and on site) <em>Currently wasting space ‘above the fold’</em></li>
<li>Ability to <strong>merge posts together</strong></li>
</ul>
</div>
</div>
<div id="div-fallback-block-3" class="Content color-text p-v-1 min-w-240px w-100p max-w-720px">
<div class="Paragraph color-text2 ">
<p><strong>Usability:</strong></p>
</div>
</div>
<div id="div-fallback-block-4" class="Content color-text p-v-1 min-w-240px w-100p max-w-720px">
<div class="Paragraph color-text d-inline-block">
<ul>
<li>Add <strong>settings/preferences for the admin experience</strong>. IE color theme/font sizes, animations on or off.</li>
<li><strong>Add Revision history</strong>. Date/time/last edited by which user information.</li>
</ul>
</div>
</div>
<div id="div-fallback-block-5" class="Content color-text p-v-1 min-w-240px w-100p max-w-720px"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/thegrid-v2-impressions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1055</post-id>	</item>
		<item>
		<title>The Grid &#8211; Beta</title>
		<link>https://www.staciearellano.com/the-grid-beta/</link>
					<comments>https://www.staciearellano.com/the-grid-beta/#comments</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Mon, 22 Feb 2016 18:42:17 +0000</pubDate>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[site builder]]></category>
		<category><![CDATA[the grid]]></category>
		<category><![CDATA[thegrid]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=383</guid>

					<description><![CDATA[Have you heard of The Grid, an AI that builds your website? They have an impressive demo video, and a strong marketing strategy. I made&#8230;]]></description>
										<content:encoded><![CDATA[<h3>Have you heard of <a href="https://thegrid.io/" target="_blank">The Grid</a>, an AI that builds your website?</h3>
<p>They have an impressive demo video, and a strong marketing strategy.</p>
<p>I made it into the beta early, and have been able to start poking around with both the documentation and the site builder apps.</p>
<p><strong>I&#8217;m intrigued&#8230;</strong></p>
<p>There are a lot of things going on <strong>under the hood.</strong>  The system is analyzing my photos, adding color filters to match my branding (which was in turn created from the system analyzing a picture I chose, in the first place).  Then it attempts to place title text in places that don&#8217;t overlap important parts of the images.  You make a few other choices, layout, type formality and then the AI builds you a site.</p>
<p>It&#8217;s a bit of trial and error now, and the tech bits seem more mature than the user interface. That jives, the system does work, but it&#8217;s a bit difficult to figure out how to &#8216;make it go.&#8217;</p>
<p>It&#8217;s beta, things like the on-boarding of new users, tutorials and walk-throughs are pretty light on info.</p>
<p><em>but that&#8217;s part of the adventure, right?</em></p>
<p>There have provided a lot of API documentation, sites live on thegrid.ai and the files live github folders.</p>
<p><strong>It&#8217;s not a magic bullet</strong>, someone will still need to make some choices about the direction of things, even when the AI has a better idea about what successful sites look like and operate.</p>
<p>But, I think it&#8217;s a step in the right direction, and every time the AI learns a new trick it goes through all sites and republishes them, making better choices.</p>
<p>That kind of thing will keep things fresh, evolving, and hopefully &#8211; eventually engaging.</p>
<p>It&#8217;s going to be a little while before truly professional/beautiful sites just &#8216;happen&#8217; through the grid. I&#8217;m more than willing to wait to see where this takes web design and development.</p>
<h2>Questions:</h2>
<h3>How do I sync my website/twitter feed/other RSS feeds to my grid site?</h3>
<p>I see something in the documentation, for the API, about how to write ruby/python/ect to link feeds in, but this seems like a standard base requirement that many grid sites will be looking for.</p>
<h3>Why doesn&#8217;t theGrid chrome extension or the IOS app use the application token authorization for apps I&#8217;ve already logged in to/authorized.</h3>
<p>Good that it uses the twitter account from IOS, bad that all other accounts (g+. Facebook, ect) it sends me to a login screen even if I have an app open and logged in already.</p>
<h3>Why does my grid extension have two share options when I right-click on something to share to the grid?</h3>
<p>They both seem to work.</p>
<p><img loading="lazy" decoding="async" data-attachment-id="426" data-permalink="https://www.staciearellano.com/the-grid-beta/oversharing/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/02/Oversharing.png" data-orig-size="328,66" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Oversharing" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/02/Oversharing.png" class="alignnone size-full wp-image-426" src="http://www.staciearellano.com/wp-content/uploads/2016/02/Oversharing.png" alt="Oversharing.png" width="328" height="66" srcset="https://www.staciearellano.com/wp-content/uploads/2016/02/Oversharing.png 328w, https://www.staciearellano.com/wp-content/uploads/2016/02/Oversharing-150x30.png 150w, https://www.staciearellano.com/wp-content/uploads/2016/02/Oversharing-300x60.png 300w" sizes="auto, (max-width: 328px) 100vw, 328px" /></p>
<p>ok, a day after grabbing that, it&#8217;s working properly, glitch or fix, it&#8217;s better:</p>
<p><img loading="lazy" decoding="async" data-attachment-id="510" data-permalink="https://www.staciearellano.com/the-grid-beta/screen-shot-2016-02-18-at-4-00-46-pm/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-18-at-4.00.46-PM.png" data-orig-size="264,41" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Screen Shot 2016-02-18 at 4.00.46 PM" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-18-at-4.00.46-PM.png" class="alignnone size-full wp-image-510" src="http://www.staciearellano.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-18-at-4.00.46-PM.png" alt="Screen Shot 2016-02-18 at 4.00.46 PM" width="264" height="41" srcset="https://www.staciearellano.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-18-at-4.00.46-PM.png 264w, https://www.staciearellano.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-18-at-4.00.46-PM-150x23.png 150w" sizes="auto, (max-width: 264px) 100vw, 264px" /></p>
<p><strong>It seems like the company, like their AI, is iterating features/improvements daily.</strong></p>
<h3>Why is the &#8216;Review Design Changes&#8217; page bright yellow?</h3>
<p><figure id="attachment_441" aria-describedby="caption-attachment-441" style="width: 238px" class="wp-caption alignright"><img loading="lazy" decoding="async" data-attachment-id="441" data-permalink="https://www.staciearellano.com/the-grid-beta/blindedbytheyellow/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow.png" data-orig-size="866,851" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blindedbytheyellow" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow.png" class=" wp-image-441 alignright" src="http://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow.png?w=680" alt="blindedbytheyellow" width="238" height="234" srcset="https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow.png 866w, https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow-150x147.png 150w, https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow-300x295.png 300w, https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow-768x755.png 768w, https://www.staciearellano.com/wp-content/uploads/2016/02/blindedbytheyellow-676x664.png 676w" sizes="auto, (max-width: 238px) 100vw, 238px" /><figcaption id="caption-attachment-441" class="wp-caption-text">New Crayola color:  &#8216;Augh My Eyes! Yellow&#8217;</figcaption></figure></p>
<p>Every other page of the grid on the app or in the chrome extension is dark gray, soothing to the eyes and not a bright hazardous  yellow background?</p>
<h3>I shared a post that seems to mysteriously be shrinking with each iteration.</h3>
<p>The fonts for those 2 posts are pretty much unreadable unless I look at the responsive phone sized version. This may be an @media size issue. If I make the browser window larger or smaller, the font sizes become readable again.</p>
<p>
<a href='https://www.staciearellano.com/the-grid-beta/tiny-text/'><img loading="lazy" decoding="async" width="141" height="150" src="https://www.staciearellano.com/wp-content/uploads/2016/02/tiny-text-141x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.staciearellano.com/wp-content/uploads/2016/02/tiny-text-141x150.png 141w, https://www.staciearellano.com/wp-content/uploads/2016/02/tiny-text-283x300.png 283w, https://www.staciearellano.com/wp-content/uploads/2016/02/tiny-text.png 582w" sizes="auto, (max-width: 141px) 100vw, 141px" data-attachment-id="433" data-permalink="https://www.staciearellano.com/the-grid-beta/tiny-text/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/02/tiny-text.png" data-orig-size="582,618" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="tiny text" data-image-description="" data-image-caption="&lt;p&gt;incredible shrinking content.&lt;/p&gt;
" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/02/tiny-text.png" /></a>
<a href='https://www.staciearellano.com/the-grid-beta/columncolored/'><img loading="lazy" decoding="async" width="95" height="150" src="https://www.staciearellano.com/wp-content/uploads/2016/02/columncolored-95x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.staciearellano.com/wp-content/uploads/2016/02/columncolored-95x150.png 95w, https://www.staciearellano.com/wp-content/uploads/2016/02/columncolored-190x300.png 190w, https://www.staciearellano.com/wp-content/uploads/2016/02/columncolored.png 385w" sizes="auto, (max-width: 95px) 100vw, 95px" data-attachment-id="435" data-permalink="https://www.staciearellano.com/the-grid-beta/columncolored/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/02/columncolored.png" data-orig-size="385,607" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="columncolored" data-image-description="" data-image-caption="&lt;p&gt;phone size is easier to read&lt;/p&gt;
" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/02/columncolored.png" /></a>
</p>
<h3>What does the AI see as a &#8216;Successful&#8217; design/iteration?</h3>
<p>I&#8217;d love to see 6 possible designs that the AI discarded in favor of the one I get.</p>
<p>I&#8217;d love a mode where I can thumbs up or rate the results when I get them. I want to help train the system!</p>
<p>A feature I&#8217;m looking forward to is focused &#8216;<strong>purpose</strong>&#8216; options. The company has spoken about how choosing purpose categories like &#8216;<strong>sales</strong>&#8216;, &#8216;<strong>newsletter sign ups</strong>&#8216;, or &#8216;<strong>increase social exposure</strong>&#8216; will help influence how the system makes some design choices.</p>
<h3>Could the Grid AI start to learn my personal preferences as well as successful designs over all?</h3>
<p>We&#8217;ll find out as the year progresses. I&#8217;ll post a link to the sites I&#8217;m experimenting on when I have more time to play.</p>
<p>Stay tuned</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/the-grid-beta/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">383</post-id>	</item>
		<item>
		<title>Sublime Packages</title>
		<link>https://www.staciearellano.com/sublime-packages/</link>
					<comments>https://www.staciearellano.com/sublime-packages/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 16:01:04 +0000</pubDate>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[sublime]]></category>
		<category><![CDATA[sublime text]]></category>
		<category><![CDATA[tool]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=328</guid>

					<description><![CDATA[Hey, Sublime Text 3 has a new build version out! #3103 /kermit arms. That makes this the perfect time to talk about my favorite customizations for&#8230;]]></description>
										<content:encoded><![CDATA[<p>Hey, <a href="http://www.sublimetext.com/" target="_blank">Sublime Text 3 </a>has a new build version out! #<a href="http://www.sublimetext.com/3">3103</a> /kermit arms.</p>
<p>That makes this the perfect time to talk about my favorite customizations for it &#8211; Packages!</p>
<p><strong>Sublime packages</strong> are a little like after market mods for your car. Or plugins. Either way they improve the usability and can do things like change the color of the interface or check your code for you.</p>
<p>First: Start off with the package installer, called Package Control.  <a href="https://packagecontrol.io/installation">https://packagecontrol.io/installation</a></p>
<p>Here are a few useful packages I have installed:</p>
<ul>
<li><a href="https://packagecontrol.io/packages/BracketHighlighter" target="_blank">BracketHighlighter</a></li>
<li><a href="https://packagecontrol.io/packages/Colorsublime" target="_blank">Colorsublime</a></li>
<li><a href="https://packagecontrol.io/packages/Git" target="_blank">Git </a>&#8211;  lets you do regular git stuff</li>
<li><a href="https://packagecontrol.io/packages/GitGutter">GitGutter</a> &#8211; shows you where things are different in the gutter</li>
<li><a href="https://packagecontrol.io/packages/Package%20Syncing">Package Syncing </a>&#8211; syncs package settings to Google Drive, Dropbox or iCloud, so you can have your settings the same across devices.</li>
<li>SFTP</li>
<li><a href="https://packagecontrol.io/packages/SideBarEnhancements" target="_blank">SideBarEnhancements</a></li>
<li><a href="https://packagecontrol.io/packages/SublimeCodeIntel" target="_blank">SublimeCodeIntel</a></li>
<li><a href="https://packagecontrol.io/packages/SublimeLinter" target="_blank">SublimeLinter</a>
<ul>
<li><a href="https://packagecontrol.io/packages/SublimeLinter-php" target="_blank">SublimeLinter-php</a></li>
<li><a href="https://packagecontrol.io/packages/SublimeLinter-phplint" target="_blank">SublimeLinter-phplint</a></li>
</ul>
</li>
<li><a href="https://packagecontrol.io/packages/Swift">Swift</a></li>
</ul>
<h3>Themes</h3>
<ul>
<li><a href="https://packagecontrol.io/packages/Material%20Theme">Material Theme</a></li>
<li><a href="https://packagecontrol.io/packages/Theme%20-%20Soda" target="_blank">Soda</a></li>
</ul>
<p>Do you have any packages that you&#8217;d recommend?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/sublime-packages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">328</post-id>	</item>
		<item>
		<title>Why I </title>
		<link>https://www.staciearellano.com/why-i-love-slack/</link>
					<comments>https://www.staciearellano.com/why-i-love-slack/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Fri, 29 Jan 2016 16:31:49 +0000</pubDate>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[easy mode]]></category>
		<category><![CDATA[slack]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=183</guid>

					<description><![CDATA[Brief Intro to Slack I&#8217;m a happy user of Slack, using it for the Madison Cartoonist Conspiracy art group, various classes and professionally. I&#8217;m always astounded&#8230;]]></description>
										<content:encoded><![CDATA[<h3>Brief Intro to Slack</h3>
<p>I&#8217;m a happy user of Slack, using it for the <a href="http://madisoncartoonistconspiracy.com/" target="_blank">Madison Cartoonist Conspiracy </a>art group, various classes and professionally.</p>
<p>I&#8217;m always astounded when people still haven&#8217;t heard of or used it, so I started keeping a list of links to share/email.  I think I&#8217;ll just refer to this post from now on, adding useful links as needed.</p>
<p>&nbsp;</p>
<p><iframe loading="lazy" class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/x6sSa5NpqUI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></p>
<h4>What is Slack?</h4>
<p><a href="https://slack.com/" target="_blank">https://slack.com/</a></p>
<h4>How can teams use Slack?</h4>
<p><a href="https://slack.com/is/team-communication" target="_blank">https://slack.com/is/team-communication</a></p>
<h4>WordPress.org uses Slack as their primary collaboration tool for their open source work.</h4>
<p><a href="https://make.wordpress.org/chat/" target="_blank">Join WordPress Slack</a></p>
<h4>There are many integrated services and apps that work with Slack.</h4>
<p><a href="https://slack.com/apps" target="_blank">https://slack.com/apps</a><br />
Additionally, they have an excellently documented api<br />
<a href="https://api.slack.com/slack-apps" target="_blank">https://api.slack.com/slack-apps</a> (for making an app that works with Slack)<br />
<a href="https://mc-web.slack.com/apps/build/custom-integration" target="_blank">https://mc-web.slack.com/apps/build/custom-integration</a> (for making a custom connections)</p>
<h4>Joey Day used the custom integration to hook slack up with Service Now ticket management system. (but you can link <a href="https://github.com/HotAlexx/jira-slack-php" target="_blank">Jira</a> or <a href="https://www.zendesk.com/apps/slack/" target="_blank">Zendesk</a> too)</h4>
<p><a href="http://joeyday.com/2015/03/02/integrating-servicenow-with-slack/" target="_blank">http://joeyday.com/2015/03/02/integrating-servicenow-with-slack/</a></p>
<h4>Here is a case study of a small company who now uses Slack</h4>
<p><a href="http://slackhq.com/post/117188698390/picking-up-slack-at-panic" target="_blank">http://slackhq.com/post/117188698390/picking-up-slack-at-panic</a></p>
<h4>MF has some tips for using Slack/</h4>
<p><a href="http://ask.metafilter.com/267742/Tips-and-tricks-for-using-Slack" target="_blank">http://ask.metafilter.com/267742/Tips-and-tricks-for-using-Slack</a></p>
<h4>Some other tips</h4>
<p><a href="http://www.fastcompany.com/3046011/know-it-all/best-practices-from-the-most-active-slack-users" target="_blank">http://www.fastcompany.com/3046011/know-it-all/best-practices-from-the-most-active-slack-users</a></p>
<h4>Other reading</h4>
<ul>
<li><a href="http://slackhq.com/" target="_blank">Official Slack Blog</a></li>
<li><a href="http://www.fastcodesign.com/3050294/innovation-by-design/slacks-workplace-revolution" target="_blank">http://www.fastcodesign.com/3050294/innovation-by-design/slacks-workplace-revolution</a></li>
<li><a href="https://medium.com/@SlackAPI" target="_blank">SlackAPI Blog @ Medium</a></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/why-i-love-slack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">183</post-id>	</item>
	</channel>
</rss>
