<?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>Stacie Arellano</title>
	<atom:link href="https://www.staciearellano.com/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>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>Drush &#8211; Segfault fix</title>
		<link>https://www.staciearellano.com/drush-segfault-fix/</link>
					<comments>https://www.staciearellano.com/drush-segfault-fix/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 25 Jun 2019 18:07:00 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drush]]></category>
		<category><![CDATA[grunt]]></category>
		<category><![CDATA[nodejs]]></category>
		<guid isPermaLink="false">https://www.staciearellano.com/?p=1478</guid>

					<description><![CDATA[After using Grunt, I found running drush on things started crashing my PHP with SEGFAULTS all over the place. ugh! What was going on? How do I fix it?]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph" style="text-align:center">TLDR: <strong>Delete the node_modules folder!</strong></p>



<p class="wp-block-paragraph">We&#8217;ve been working on standardizing our local environments here at work, and have recently started using <a href="https://gruntjs.com/">Grunt</a> and <a href="https://sass-lang.com/">SASS</a> and some image processing as part of our local Drupal development. </p>



<p class="wp-block-paragraph">Recently I added a Drush command for us to use to easily get Grunt running from any folder in the docroot. It works great! just a little <code><code><code>drush grr</code></code></code> and off we go! </p>



<p class="wp-block-paragraph">It&#8217;s a pretty simple, and builds off a lot of work I did making a drush command for us to engage visual regression with BackstopJS. (checks for dependencies, grabs git branch name, passes variable flags into JS) I&#8217;ll make a different post about that sometime. </p>



<p class="wp-block-paragraph">Anyway, since all the grunt files live in the theme folder, the most important part was telling drush where that was, so it we could run npm install, and get everything running locally, including <a href="https://github.com/gruntjs/grunt-contrib-watch">live reload</a>, which is awesome. </p>



<p class="wp-block-paragraph">We&#8217;re still using Drupal 7 and by using :</p>



<pre class="wp-block-preformatted"><code>$path_to_grunt = <a href="https://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_get_path/7.x">drupal_get_path</a>('theme', 'mc_main');</code></pre>



<p class="wp-block-paragraph"> Now, we can tell drush where to run grunt for us! Of  course, we did need to make sure to change the working directory, so the command would actually run there, </p>



<pre class="wp-block-preformatted">chdir($path_to_grunt);</pre>



<p class="wp-block-paragraph">So then we just run`<code><code>npm install</code></code> , with a few checks,  and we&#8217;re good to follow that up with :</p>



<pre class="wp-block-preformatted"><code><code>grunt --color</code></code></pre>



<h3 class="wp-block-heading">Hooray! right?! </h3>



<div class="wp-block-ugb-divider ugb-divider"><hr align="center" style="background-color:#dddddd;width:50%;height:3px"/></div>



<h3 class="wp-block-heading">Ok, but then I found running drush on things started crashing my PHP with SEGFAULTS all over the place. ugh!</h3>



<p class="wp-block-paragraph"> What was going on? How do I fix it, I just wanted to test our latest release and I&#8217;m looking at error logs and &#8230;</p>



<p class="wp-block-paragraph">Ok, after some research, and digging through my bash/zshrc files, and getting some strange errors from the command line after trying to <code>drush updb</code> like :</p>



<pre class="wp-block-preformatted">sh: line 1: 36818 Segmentation fault: 11  /Applications/DevDesktop/php5_5_x64/bin/php /Applications/DevDesktop/tools/vendor/drush/drush/drush.php --php=/Applications/DevDesktop/php5_5_x64/bin/php --backend=2 --root=/Users/me/sites/devdesktop/mcmain-dev/docroot --uri=http://default pm-updatestatus 2&gt;&amp;1
     pm-updatestatus failed.</pre>



<p class="wp-block-paragraph">I mean, what? Why is drush trying to even use php 5_5 at all? where is that setting? (<em>I still don&#8217;t know.</em>)</p>



<p class="wp-block-paragraph">I finally ran across this article: <a href="https://arvindandrion.com/articles/drupals-drush-segmentation-fault-11/">Drupal&#8217;s Drush Segmentation fault:11</a></p>



<p class="wp-block-paragraph">Arvind explains that when npm install runs on your package.json file and creates the node_modules folder in your theme folder&#8230; </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Drupal freaks out because many node modules include their own .info files.  <em>Drupal is looking for only one&nbsp;.info file per theme to exist.</em></p></blockquote>



<p class="wp-block-paragraph">He provides a solution to add a postinstall line to your package.json to remove all the additional .info files inside the node_modules folder. </p>



<p class="wp-block-paragraph">but! short term, super simple solution for anyone who is experiencing drush weirdness after running an install on a package.json</p>



<div class="wp-block-ugb-notification ugb-notification ugb-notification--type-info" style="background-color:#eeeeee;color:#313131;border-radius:20px"><p style="color:#313131"><strong>Delete the node_modules folder!</strong></p></div>



<p class="wp-block-paragraph">At least while you&#8217;re trying to run other drush commands, feel free to get your grunt on when you&#8217;re done. </p>



<p class="wp-block-paragraph">&#8212;update Dec 2, 2019</p>



<p class="wp-block-paragraph">So, I ran into another strange segfault, this time: </p>



<pre class="wp-block-preformatted">/Applications/DevDesktop/tools/drush: line 11: 77368 Segmentation fault: 11  "/Applications/DevDesktop/tools/vendor/drush/drush/drush" "$@"</pre>



<p class="wp-block-paragraph">Which again, seemed very strange. But, happily, the same solution (removing the node_modules folder from the theme I was testing) still works! </p>



<p class="wp-block-paragraph">It doesn&#8217;t seem to be an issue with my teammates, but I&#8217;m leaving this little update to remind me, and maybe you that sometimes the solution is not what the error is complaining about. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/drush-segfault-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1478</post-id>	</item>
		<item>
		<title>Twine Resources</title>
		<link>https://www.staciearellano.com/twine-resources/</link>
					<comments>https://www.staciearellano.com/twine-resources/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 02 Oct 2018 22:33:44 +0000</pubDate>
				<category><![CDATA[Twine]]></category>
		<guid isPermaLink="false">https://www.staciearellano.com/?p=1388</guid>

					<description><![CDATA[What is Twine? Twine is an open-source tool for telling interactive, nonlinear stories. Operate Twine in a browser, or download the software to your computer&#8230;]]></description>
										<content:encoded><![CDATA[<h1>What is Twine?</h1>
<blockquote><p>Twine is an open-source tool for telling interactive, nonlinear stories.</p></blockquote>
<p>Operate <a href="http://www.twinery.org">Twine</a> in a browser, or download the software to your computer and use a visual interface to create linked stories which can then be output as a single html file that you can put online to share.</p>
<h2>What has Twine been used for?</h2>
<ul>
<li>Interactive Fiction Games, Game Research, Writing, Mind Mapping.</li>
</ul>
<p>Twine Links</p>
<ul>
<li><a href="https://twinery.org/">Twine</a>
<ul>
<li><a href="http://twinery.org/questions/questions">Twine Q&amp;A</a></li>
<li><a href="https://twine2.neocities.org/">Harlowe theme docs</a></li>
<li><a href="https://twinery.org/cookbook/">Twine Cookbook</a></li>
<li><a href="https://twitter.com/twinethreads">Official Twitter</a></li>
<li><a href="http://www.adamhammond.com/twineguide/">Tutorial</a></li>
<li><a href="https://docs.google.com/document/d/1ojRYHLbIqjwxakjqDNk8OU9T3e_eVt81sX9X6K2r7Qw/">Links for beginners</a></li>
</ul>
</li>
<li>Guides
<ul>
<li><a href="http://www.lizengland.com/blog/2015/03/what-is-twine-for-developers/">Developer&#8217;s Guide to Twine</a></li>
<li><a href="https://www.sfwa.org/2017/03/writers-guide-twine-part-one/">Writer&#8217;s Guide to Twine</a></li>
</ul>
</li>
<li>Articles
<ul>
<li><a href="https://www.nytimes.com/2014/11/23/magazine/twine-the-video-game-technology-for-all.html">Twine-the video game tech for all</a></li>
<li><a href="http://www.johnastewart.org/coding/twine-game-data-to-google-sheets-via-javascript-version-2/">Twine Data into Google Sheets</a></li>
<li><a href="http://lambdamaphone.blogspot.com/2015/02/using-twine-for-games-research-part-ii.html">Use Twine for Games Research</a></li>
</ul>
</li>
<li>Twine Hosting
<ul>
<li><a href="http://philome.la/">Philo.me</a></li>
<li>Itch.io</li>
</ul>
</li>
<li>Games
<ul>
<li>http://tundra.paperblurt.com/</li>
<li>http://abigailcorfman.com/OpenSorcery.html</li>
<li>http://lectronice.com/donotforget/</li>
<li>http://aliendovecote.com/uploads/twine/howlingdogs/howlingdogs.html#2o</li>
</ul>
</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/twine-resources/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1388</post-id>	</item>
		<item>
		<title>(I&#8217;m a)Character Reference</title>
		<link>https://www.staciearellano.com/good-society-character/</link>
					<comments>https://www.staciearellano.com/good-society-character/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Thu, 02 Aug 2018 23:20:24 +0000</pubDate>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[rpg]]></category>
		<category><![CDATA[avivor]]></category>
		<category><![CDATA[goodsociety]]></category>
		<category><![CDATA[jane austen]]></category>
		<category><![CDATA[storybrewers]]></category>
		<guid isPermaLink="false">https://www.staciearellano.com/?p=1356</guid>

					<description><![CDATA[I want to share something really amazing with you. Early this year I backed a Jane Austen style Role Playing Game game called Good Society.&#8230;]]></description>
										<content:encoded><![CDATA[<p>I want to share something really amazing with you.</p>
<p>Early this year I backed a Jane Austen style Role Playing Game game called <a href="https://www.kickstarter.com/projects/259750074/good-society-a-jane-austen-roleplaying-game">Good Society</a>.</p>
<p>I jumped at the chance to become a NPC (non player character) or in this case an NPG (non player gentry). I sent off some pictures and some descriptions, and was so surprised to get an email this weekend showing off the final card (front and back)</p>
<p>Basically, <strong>I&#8217;m now a Jane Austen character</strong> that people can use as a friend, romantic rival, object of affection. People will choose my card to sit in front of them while they play.</p>
<h3>I am super pleased with how well these came out!</h3>
<p><img decoding="async" data-attachment-id="1367" data-permalink="https://www.staciearellano.com/good-society-character/goodsociety-stacie/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png" data-orig-size="900,1500" 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="Anastasia: Eccentric &amp;#8211; Artistic" data-image-description="&lt;p&gt;Ink covered redhead character bust.&lt;/p&gt;
" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-614x1024.png" class="alignnone size-medium wp-image-1367" src="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png" alt="Good Society Card, Side 1" width="1" height="1" srcset="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png 900w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-90x150.png 90w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-180x300.png 180w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-768x1280.png 768w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-614x1024.png 614w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-676x1127.png 676w" sizes="(max-width: 1px) 100vw, 1px" /><img decoding="async" data-attachment-id="1367" data-permalink="https://www.staciearellano.com/good-society-character/goodsociety-stacie/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png" data-orig-size="900,1500" 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="Anastasia: Eccentric &amp;#8211; Artistic" data-image-description="&lt;p&gt;Ink covered redhead character bust.&lt;/p&gt;
" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-614x1024.png" class="alignnone size-medium wp-image-1367" src="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png" alt="Good Society Card, Side 1" width="1" height="1" srcset="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png 900w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-90x150.png 90w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-180x300.png 180w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-768x1280.png 768w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-614x1024.png 614w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-676x1127.png 676w" sizes="(max-width: 1px) 100vw, 1px" /><img loading="lazy" decoding="async" data-attachment-id="1367" data-permalink="https://www.staciearellano.com/good-society-character/goodsociety-stacie/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png" data-orig-size="900,1500" 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="Anastasia: Eccentric &amp;#8211; Artistic" data-image-description="&lt;p&gt;Ink covered redhead character bust.&lt;/p&gt;
" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-614x1024.png" class="size-medium wp-image-1367 alignleft" src="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-180x300.png" alt="Good Society Card, Side 1" width="180" height="300" srcset="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-180x300.png 180w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-90x150.png 90w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-768x1280.png 768w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-614x1024.png 614w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-676x1127.png 676w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie.png 900w" sizes="auto, (max-width: 180px) 100vw, 180px" />  <img loading="lazy" decoding="async" data-attachment-id="1363" data-permalink="https://www.staciearellano.com/good-society-character/goodsociety-stacie-2-2/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1.png" data-orig-size="900,1500" 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="Anastasia: Unconventional, Widowed" data-image-description="&lt;p&gt;Ink covered redhead character bust.&lt;/p&gt;
" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-614x1024.png" class="size-medium wp-image-1363 alignright" src="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-180x300.png" alt="Good Society Card Side 2" width="180" height="300" srcset="https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-180x300.png 180w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-90x150.png 90w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-768x1280.png 768w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-614x1024.png 614w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1-676x1127.png 676w, https://www.staciearellano.com/wp-content/uploads/2018/08/GoodSociety-Stacie-2-1.png 900w" sizes="auto, (max-width: 180px) 100vw, 180px" /></p>
<p>The artist is <a href="https://www.avivor.com/">Aviv</a> and the publisher of the RPG is <a href="https://storybrewersroleplaying.com/">Storybrewers</a>.</p>
<p>The book and cards should be in people&#8217;s hands before Christmas, and I look forward to seeing how people like &#8216;Anastasia&#8217; the ink splattered artist in their games.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/good-society-character/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1356</post-id>	</item>
		<item>
		<title>The Grid V3 coming soon?</title>
		<link>https://www.staciearellano.com/the-grid-v3-coming-soon/</link>
					<comments>https://www.staciearellano.com/the-grid-v3-coming-soon/#comments</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 20 Feb 2018 21:27:58 +0000</pubDate>
				<category><![CDATA[WebDev]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[the grid]]></category>
		<category><![CDATA[thegrid]]></category>
		<guid isPermaLink="false">https://www.staciearellano.com/?p=1320</guid>

					<description><![CDATA[The latest V3 webinar was a bit unfocused. I still have lots of questions, about the software, about the company, but once I had a&#8230;]]></description>
										<content:encoded><![CDATA[<p>The latest V3 webinar was a bit unfocused. I still have lots of questions, about the software, about the company, but once I had a moment to piece together all the content, I still find myself intrigued. Here&#8217;s hoping I get to kick the tires on V3 soon.</p>
<p>The webinar software let us all down with multiple instances of frozen screen sharing, and the presenter could not seem to keep the narrative going in one direction for more than a minute, we did learn quite a bit.</p>
<div></div>
<div>
<ol start="1">
<li><b>Design improvements</b>
<ol>
<li>Minimal User interface hides out of your way until you need it.</li>
<li>Improved media management, let the AI change things around, or edit directly.</li>
</ol>
</li>
<li><b>Secure</b>
<ol>
<li>Encrypted content creation (not even the Grid company can read what you are creating unless you invite them to a project)</li>
<li>Encrypted swarm &#8211; real time collaboration</li>
</ol>
</li>
<li><b>Speed</b>
<ol>
<li>WebGL based code is faster to display on all devices and much faster for the AI to juggle variations.</li>
<li>Convenient new integration services like Unsplash help you gather creative commons, copyright free images directly.</li>
</ol>
</li>
<li><b>Social</b>
<ol>
<li>Screen recording directly in app lets you share what you see, and trim the video before saving it to your page or the media library.</li>
<li>Real Time collaboration lets you work with friends and coworkers from all around the world at the same time.</li>
</ol>
</li>
<li><b>Nerd/Developer friendly</b>
<ol>
<li>An in app editor lets you create new hgml pages or alter parts of an AI created page you&#8217;d like to fine tune.</li>
<li>Hopefully, an updated API will be released to allow developers to create and evolve new experiences for the Grid and the Multiverse.</li>
</ol>
</li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/the-grid-v3-coming-soon/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1320</post-id>	</item>
		<item>
		<title>Drupal tips (2)</title>
		<link>https://www.staciearellano.com/drupal-tips-2/</link>
					<comments>https://www.staciearellano.com/drupal-tips-2/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Mon, 05 Feb 2018 20:45:50 +0000</pubDate>
				<category><![CDATA[WebDev]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=118</guid>

					<description><![CDATA[ #3 Why are blocks being deactivated on my site? Why is my copy site acting strangely? If you copy an entire site in order to&#8230;]]></description>
										<content:encoded><![CDATA[<p><strong> #3 Why are blocks being deactivated on my site? Why is my copy site acting strangely?</strong></p>
<p>If you copy an entire site in order to split apart some of its content, make sure you investigate the cache folder and <strong>remove any remnant of the previous site cache</strong>. There may be a folder for the previous site.</p>
<p>Otherwise, for a little period of time, you&#8217;ll be getting some strange behavior that makes it seem like the old site is still hanging around on the new install.</p>
<p>Even if that description didn&#8217;t make sense, if you are having strange theme behaviors that flushing the cache, rebuilding permissions and/or a restart don&#8217;t seemed to have fixed&#8230; <strong>check out the cache folder on your server. </strong></p>
<p>Additionally, if you a splitting a site into two, and intend to use both sites on the same machine, and in the same database instance(ie, two databases on the same machine), make sure you check that the copy site isn&#8217;t pointing to any shared folder on the server, ie your cache folder.<strong> If somehow, both sites are using the same cache folder, changes on one site may affect the other site.</strong></p>
<p>You are better off changing your site into a multi-site instance, for Drupal 7, because that should mitigate most of these problems. Multi-sites use different cache/files directories unless explicitly sharing modules/themes/frameworks out of the sites/all folder.</p>
<p><strong>#4</strong> <strong>git loses track/won&#8217;t overwrite settings.php file. (combo drupal + git tip)</strong></p>
<pre class="codeblock language-php"><code class=" language-php">error<span class="token punctuation">:</span> unable to unlink old <span class="token string">'sites/default/settings.php'</span> <span class="token punctuation">(</span>Permission denied<span class="token punctuation">)</span>
fatal<span class="token punctuation">:</span> Could not reset index file to revision <span class="token string">'origin'</span><span class="token punctuation">.</span></code></pre>
<p>Repairing/resetting my mac home directory permissions seemed to fix things. ( <a title="Apple walks you thru resetting home perms." href="https://support.apple.com/en-us/HT203538" target="_blank" rel="nofollow noopener">Resolve issues caused by changing the permissions of items in your home folder</a> )</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/drupal-tips-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">118</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 loading="lazy" 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="auto, (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>About Face: Now Available!</title>
		<link>https://www.staciearellano.com/about-face/</link>
					<comments>https://www.staciearellano.com/about-face/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Thu, 21 Sep 2017 14:35:21 +0000</pubDate>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[book]]></category>
		<guid isPermaLink="false">https://www.staciearellano.com/?p=1262</guid>

					<description><![CDATA[About Face, a year of diverse portraits, is now available!]]></description>
										<content:encoded><![CDATA[<p>I am so proud to present my latest book, <a href="https://www.amazon.com/About-Face-year-diverse-portraits/dp/1974167402/quixotica" target="_blank" rel="noopener"><strong>About Face</strong>, a year of diverse portraits.</a></p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" data-attachment-id="1290" data-permalink="https://www.staciearellano.com/ab-on-table/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400.jpg" data-orig-size="1080,1077" 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="About Face books on table" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400-1024x1021.jpg" class="  wp-image-1290 aligncenter" src="https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400.jpg" alt="About Face books on table" width="449" height="448" srcset="https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400.jpg 1080w, https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400-150x150.jpg 150w, https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400-300x300.jpg 300w, https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400-768x766.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400-1024x1021.jpg 1024w, https://www.staciearellano.com/wp-content/uploads/2017/09/AB-on-table.-739917781-1505968046400-160x160.jpg 160w" sizes="auto, (max-width: 449px) 100vw, 449px" /></p>
<blockquote>
<p style="text-align: center;">Paging through<strong> About Face</strong> is the closest you can get to actually holding my sketchbook in your hands.</p>
</blockquote>
<p>As you turn each page you&#8217;ll see both the front <strong>and</strong> the back of the portrait, where the ink and markers have bled through the paper.</p>
<p>Please enjoy the 43 portraits I&#8217;ve included in About Face, each one inspired by unique beautiful people who have volunteered their own photos as kindly muses via the <a href="http://Sktchy.com" target="_blank" rel="noopener">Sktchy.com</a> iOS app.</p>
<p><a href="https://www.amazon.com/About-Face-year-diverse-portraits/dp/1974167402/quixotica">About face, a year of diverse portraits is available now on Amazon.com.</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/about-face/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1262</post-id>	</item>
		<item>
		<title>Win my new Raven Print</title>
		<link>https://www.staciearellano.com/win-new-raven-print/</link>
					<comments>https://www.staciearellano.com/win-new-raven-print/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 06 Jun 2017 16:52:50 +0000</pubDate>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[linoprint]]></category>
		<category><![CDATA[raven and pomegranate]]></category>
		<category><![CDATA[win]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=1211</guid>

					<description><![CDATA[I have an ambitious challenge for June! My goal, pay off the last of my student loans!! Help me be debt free and get awesome original art,&#8230;]]></description>
										<content:encoded><![CDATA[<h4>I have an ambitious challenge for June!</h4>
<h2>My goal, pay off the last of my student loans!!</h2>
<p><strong>Help me be debt free </strong>and get awesome original art, and the chance to win an <em>ultra limited edition</em> of my brand new linocut- <strong>Raven And Pomegranate!</strong></p>
<div></div>
<div>
<p><figure id="attachment_1210" aria-describedby="caption-attachment-1210" style="width: 300px" class="wp-caption alignnone"><a href="https://squareup.com/store/staciearellano"><img loading="lazy" decoding="async" data-attachment-id="1210" data-permalink="https://www.staciearellano.com/win-new-raven-print/ac7125e0-71e1-4b47-a6cc-24886a781f11/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11.jpg" data-orig-size="2048,2048" 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;1&quot;}" data-image-title="Tiny Raven and Pomegranate" data-image-description="&lt;p&gt;Art- linocut, black raven standing beside a pomegranate, with one seed in it&amp;#8217;s beak, and lots of ruby seeds scattered on the ground.&lt;/p&gt;
" data-image-caption="&lt;p&gt;Print preview. &lt;/p&gt;
" data-large-file="https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-1024x1024.jpg" class="size-medium wp-image-1210" src="http://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-300x300.jpg" alt="Tiny Raven and Thumbprint Pomegranate" width="300" height="300" srcset="https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-300x300.jpg 300w, https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-150x150.jpg 150w, https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-768x768.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-1024x1024.jpg 1024w, https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11-676x676.jpg 676w, https://www.staciearellano.com/wp-content/uploads/2017/06/ac7125e0-71e1-4b47-a6cc-24886a781f11.jpg 2048w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1210" class="wp-caption-text">Print preview.</figcaption></figure></p>
</div>
<p><a href="https://squareup.com/store/staciearellano">https://squareup.com/store/staciearellano</a></p>
<p>I&#8217;ve updated my<a href="https://squareup.com/store/staciearellano"> new online shoppe</a> with linoprints ranging from $20-$80.</p>
<p><strong>Every purchase is an entry to win</strong> the new full size linocut I&#8217;m working on this month! I&#8217;ll be posting progress pictures all month as I carve and start printing.</p>
<p><strong>Each purchase</strong> I ship out <strong>will also get a tiny echo of the full size print</strong> (see picture in this post). You may recognize this raven from my Wisdom of Trees print, he&#8217;s graciously decided to help me reward your kindness and patronage.</p>
<p>Each mini print will numbered and will feature a thumbprint pomegranate.</p>
<p><strong>These minis won&#8217;t be available for purchase</strong>, they are a <em>special</em> thank you for everyone who helps me reach my goal this month in my quest to be debt free!</p>
<p>Want to be part of this amazing milestone in my life?</p>
<h1><a href="https://squareup.com/store/staciearellano%20%20">Buy a linocut today!</a></h1>
<div> <a href="https://squareup.com/store/staciearellano"><img loading="lazy" decoding="async" data-attachment-id="1214" data-permalink="https://www.staciearellano.com/win-new-raven-print/thumbprintpomme-2/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2017/06/thumbprintpomme-1.jpg" data-orig-size="375,342" 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;1&quot;}" data-image-title="thumbprintpomme" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2017/06/thumbprintpomme-1.jpg" class="alignnone size-medium wp-image-1214" src="http://www.staciearellano.com/wp-content/uploads/2017/06/thumbprintpomme-1-300x274.jpg" alt="" width="300" height="274" srcset="https://www.staciearellano.com/wp-content/uploads/2017/06/thumbprintpomme-1-300x274.jpg 300w, https://www.staciearellano.com/wp-content/uploads/2017/06/thumbprintpomme-1-150x137.jpg 150w, https://www.staciearellano.com/wp-content/uploads/2017/06/thumbprintpomme-1.jpg 375w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></div>
<div></div>
<div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/win-new-raven-print/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1211</post-id>	</item>
		<item>
		<title>Gallery night thanks!</title>
		<link>https://www.staciearellano.com/gallery-night-thanks/</link>
					<comments>https://www.staciearellano.com/gallery-night-thanks/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Thu, 18 May 2017 22:33:43 +0000</pubDate>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Art Show]]></category>
		<category><![CDATA[art show]]></category>
		<category><![CDATA[markers]]></category>
		<category><![CDATA[portraits]]></category>
		<category><![CDATA[sktchy]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=1187</guid>

					<description><![CDATA[Heartfelt thanks to everyone who made it out to Gallery Night 2017 this month, and especially those who came by to visit me and my&#8230;]]></description>
										<content:encoded><![CDATA[<p><strong><img loading="lazy" decoding="async" data-attachment-id="1194" data-permalink="https://www.staciearellano.com/gallery-night-thanks/acc87875-3945-4b1d-b2b2-557f080df616/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616.jpg" data-orig-size="2320,3088" 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;1&quot;}" data-image-title="Stacie @ Gallery night" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-769x1024.jpg" class="alignleft size-medium wp-image-1194" src="http://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-225x300.jpg" alt="Stacie @ 100 state for gallery night" width="225" height="300" srcset="https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-225x300.jpg 225w, https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-113x150.jpg 113w, https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-768x1022.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-769x1024.jpg 769w, https://www.staciearellano.com/wp-content/uploads/2017/05/ACC87875-3945-4B1D-B2B2-557F080DF616-676x900.jpg 676w" sizes="auto, (max-width: 225px) 100vw, 225px" />Heartfelt thanks</strong> to everyone who made it out to Gallery Night 2017 this month, and especially those who came by to visit me and my portraits. They&#8217;ll remain up at <a href="http://100state.com">100state</a> until September.</p>
<p>I spent most of my time talking with people, meeting up with friends, checking out all the amazing art and flirting with the band. That means I got very few pictures of the event myself, but was actually engaged in experiencing it.</p>
<p>If you want to see more pictures of the event there are a few on <a href="https://www.instagram.com/caduphoto/">Carlos&#8217;s Instagram</a> and also a few videos of art in the space during gallery night.  Official event photos available soon.</p>
<p><strong>Thanks again</strong> to 100arts for allowing me to be part of this years Gallery Night, and again to everyone who came by to say hello and see my art!</p>
<p>If you&#8217;re looking for a great co-working space in Madison you can join <a href="http://100state.com">100state</a> and request the teal meeting room where my portraits are hanging. I hope you enjoy hanging out with them as much as I did while making them.</p>
<p>Please, feel free to send me pics of <em>you taking selfies with my art</em> in the background. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Who knows, perhaps I&#8217;ll be inspired to make a little portrait from your picture, and we&#8217;ll have a little <strong>portrait-ception</strong> going on. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<hr />
<p>Here are some examples:</p>
<p><img loading="lazy" decoding="async" data-attachment-id="1195" data-permalink="https://www.staciearellano.com/gallery-night-thanks/7035ad27-1f74-4d0d-b1b4-cbcc315f008c/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2017/05/7035AD27-1F74-4D0D-B1B4-CBCC315F008C.jpg" data-orig-size="2320,3088" 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;1&quot;}" data-image-title="Stacie beside the mermaid" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2017/05/7035AD27-1F74-4D0D-B1B4-CBCC315F008C-769x1024.jpg" class="size-medium wp-image-1195 alignnone" src="http://www.staciearellano.com/wp-content/uploads/2017/05/7035AD27-1F74-4D0D-B1B4-CBCC315F008C-225x300.jpg" alt="Stacie beside the mermaid" width="225" height="300" srcset="https://www.staciearellano.com/wp-content/uploads/2017/05/7035AD27-1F74-4D0D-B1B4-CBCC315F008C-225x300.jpg 225w, https://www.staciearellano.com/wp-content/uploads/2017/05/7035AD27-1F74-4D0D-B1B4-CBCC315F008C-768x1022.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2017/05/7035AD27-1F74-4D0D-B1B4-CBCC315F008C-769x1024.jpg 769w" sizes="auto, (max-width: 225px) 100vw, 225px" />  <img loading="lazy" decoding="async" data-attachment-id="1183" data-permalink="https://www.staciearellano.com/gallery-night-thanks/img_1647-3/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2017/05/img_1647-2.jpg" data-orig-size="2320,3088" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 7 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1494010575&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;2.87&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_1647" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2017/05/img_1647-2-769x1024.jpg" class="wp-image-1183 size-medium alignleft" src="http://www.staciearellano.com/wp-content/uploads/2017/05/img_1647-2-225x300.jpg" alt="Pleased looking Stacie stands in front of another framed set of portraits." width="225" height="300" srcset="https://www.staciearellano.com/wp-content/uploads/2017/05/img_1647-2-225x300.jpg 225w, https://www.staciearellano.com/wp-content/uploads/2017/05/img_1647-2-768x1022.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2017/05/img_1647-2-769x1024.jpg 769w" sizes="auto, (max-width: 225px) 100vw, 225px" /></p>
<hr />
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/gallery-night-thanks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1187</post-id>	</item>
	</channel>
</rss>
