<?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>accessibility &#8211; Stacie Arellano</title>
	<atom:link href="https://www.staciearellano.com/tag/accessibility/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>accessibility &#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>iOS Project Log 6</title>
		<link>https://www.staciearellano.com/ios-project-log-6/</link>
					<comments>https://www.staciearellano.com/ios-project-log-6/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Mon, 21 Mar 2016 00:09:27 +0000</pubDate>
				<category><![CDATA[GameDev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[in progress]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[pro iOS class]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[swift]]></category>
		<category><![CDATA[Ukrainian music]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=595</guid>

					<description><![CDATA[Design: Artists are out on Spring Break. I did find some info on Ukrainian Castles. Hope that can inspire us. I made some headway on&#8230;]]></description>
										<content:encoded><![CDATA[<h3>Design:</h3>
<p>Artists are out on Spring Break.</p>
<p>I did find some info on <a href="http://castles.com.ua/english.html" target="_blank">Ukrainian Castles</a>. Hope that can inspire us.</p>
<p>I made some headway on sound design, deciding to focus on folk music.</p>
<p>Found an adorable lullaby about a <a href="http://www.mamalisa.com/?t=es&amp;p=1062">sassy grey cat </a>&#8211; and a YouTube video where I could hear it sung.  The link also had a midi version of the song, which I grabbed.</p>
<p><iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/cdjkPVjfXbI?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>
<p>&nbsp;</p>
<p>I found some other nice audio options at archive.org</p>
<p><a href="https://uk.wikipedia.org/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:%D0%9E%D0%B9_%D1%85%D0%BE%D0%B4%D0%B8%D1%82%D1%8C_%D1%81%D0%BE%D0%BD.ogg" target="_blank">Dream Passes By The Window CC</a> &#8211; <a href="https://uk.wikipedia.org/wiki/%D0%9E%D0%B9_%D1%85%D0%BE%D0%B4%D0%B8%D1%82%D1%8C_%D1%81%D0%BE%D0%BD_%D0%BA%D0%BE%D0%BB%D0%BE_%D0%B2%D1%96%D0%BA%D0%BE%D0%BD">more info </a> <a href="http://nashe.com.ua/songbook/9">Folk songs from over the Dniester captured Eugenia Yaroshinsky</a></p>
<h3>Tutorial:</h3>
<p>Learned a bit about <strong>SKLabelNode</strong></p>
<p>Initially, when I added a lives counter to the child node, I could not seem to make the custom font appear.</p>
<p>This link helped me realize i needed to make sure the custom font was included in the build phase for the bindle.</p>
<blockquote class="wp-embedded-content" data-secret="wJQRzQSUAu"><p><a href="https://ios.robertlinnemann.com/how-to-add-a-true-type-font-to-an-ios-project/">How to add a true type font to an iOS project</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  title="&#8220;How to add a true type font to an iOS project&#8221; &#8212; Objects and Nibs: iOS Programming" src="https://ios.robertlinnemann.com/how-to-add-a-true-type-font-to-an-ios-project/embed/#?secret=WuUNczw8yr#?secret=wJQRzQSUAu" data-secret="wJQRzQSUAu" width="500" height="282" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I&#8217;m still having some hero control issues. I kept going over my code, finding little things that seem to help, but not fix my problem. ah, debugging&#8230; I ended up using git to help me compare code to the example code.  Seems that I had some variables set as optional vs required, and vice versa.</p>
<p>A friend told me that many of my errors were symptoms of <a href="https://en.wiktionary.org/wiki/copypasta" target="_blank">CopyPasta</a>. I&#8217;ll have to keep an eye on that type of thing in the future.</p>
<h3>Exploring:</h3>
<p>So, after all this 7 hours of tutorial, several other hours of debugging and research, I realized that this project would be a good candidate to use the GamePlayKit features for the things I want to do.</p>
<p><a href="https://developer.apple.com/videos/play/wwdc2015/608/" target="_blank">2015 WWDC Intro to GameplayKit</a></p>
<p><a href="https://developer.apple.com/videos/play/wwdc2015/609/" target="_blank">GameplayKit DemoBots</a></p>
<p>At this point, I&#8217;m not sure if I&#8217;ll be using them or not. Either way, programming the basics by hand will understand a bit of what GameplayKit is offering. I&#8217;m trying not to get sidetracked and stuck in a loop of constantly reworking the foundations. I could push that further out on the timeline.</p>
<p><strong>Completion is always of more value than perfection. </strong></p>
<p>&nbsp;</p>
<p>My next goal is to start getting things ready/resized to work for iPad sized devices and the level art, as well as making some new maps, add a timer, and change out the sounds.</p>
<hr />
<p>&nbsp;</p>
<p>Here is a bonus  A movie called &#8220;The Guide&#8221;  recently was released at international film contests regarding Kobczars and Stalin.</p>
<p><iframe loading="lazy" class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/Qw0VstGnMr0?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>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/ios-project-log-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://uk.wikipedia.org/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:%D0%9E%D0%B9_%D1%85%D0%BE%D0%B4%D0%B8%D1%82%D1%8C_%D1%81%D0%BE%D0%BD.ogg" length="10532" type="audio/ogg" />

		<post-id xmlns="com-wordpress:feed-additions:1">595</post-id>	</item>
		<item>
		<title>iOS Project Log 5</title>
		<link>https://www.staciearellano.com/ios-project-log-5/</link>
					<comments>https://www.staciearellano.com/ios-project-log-5/#comments</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 15 Mar 2016 01:52:11 +0000</pubDate>
				<category><![CDATA[GameDev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[bandura]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[in progress]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[kobzar]]></category>
		<category><![CDATA[pro iOS class]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[swift]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=574</guid>

					<description><![CDATA[Lots of things happened this week. Design The artists are buzzing about with some on the general look and feel and our heroine design is also&#8230;]]></description>
										<content:encoded><![CDATA[<p>Lots of things happened this week.</p>
<h3>Design</h3>
<p>The artists are buzzing about with some on the general look and feel and our heroine design is also in the works.</p>
<p>We&#8217;re trying to use inVision for collaboration, but it&#8217;s new to all of us, so we&#8217;re learning all together. I copied lots of my mood board images over to an Invision Mood Board&#8230; it doesn&#8217;t work like Pinterest, but does some things that pinterest does not. My favorite invision feature for mood boards?  It grabs a color palette from each image!</p>
<p>Here is a character sketch of our Hero by E.M. Isn&#8217;t she cute!</p>
<p><img loading="lazy" decoding="async" data-attachment-id="603" data-permalink="https://www.staciearellano.com/ios-project-log-5/herogirl/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl.jpg" data-orig-size="2214,2448" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 5c&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1456947881&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.12&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="herogirl" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl-926x1024.jpg" class="alignnone  wp-image-603" src="http://www.staciearellano.com/wp-content/uploads/2016/03/herogirl.jpg" alt="herogirl" width="310" height="343" srcset="https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl.jpg 2214w, https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl-136x150.jpg 136w, https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl-271x300.jpg 271w, https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl-768x849.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl-926x1024.jpg 926w, https://www.staciearellano.com/wp-content/uploads/2016/03/herogirl-676x747.jpg 676w" sizes="auto, (max-width: 310px) 100vw, 310px" /></p>
<p>and some colors from N.P.</p>
<p><img loading="lazy" decoding="async" data-attachment-id="615" data-permalink="https://www.staciearellano.com/ios-project-log-5/ttcolors/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors.png" data-orig-size="1280,298" 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="TTcolors" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors-1024x238.png" class="alignnone  wp-image-615" src="http://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors.png" alt="TTcolors" width="310" height="72" srcset="https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors.png 1280w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors-150x35.png 150w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors-300x70.png 300w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors-768x179.png 768w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors-1024x238.png 1024w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTcolors-676x157.png 676w" sizes="auto, (max-width: 310px) 100vw, 310px" /></p>
<p>&nbsp;</p>
<p>I made a couple sketches to explain the concept, ie that the hero is basically rock climbing up a tower.</p>
<p><figure id="attachment_608" aria-describedby="caption-attachment-608" style="width: 247px" class="wp-caption alignleft"><img loading="lazy" decoding="async" data-attachment-id="608" data-permalink="https://www.staciearellano.com/ios-project-log-5/ttsketch1-sla/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla.jpg" data-orig-size="2448,3264" 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="TTsketch1-sla" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla-768x1024.jpg" class="alignnone  wp-image-608" src="http://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla.jpg?w=680" alt="TTsketch1-sla" width="247" height="330" srcset="https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla.jpg 2448w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla-113x150.jpg 113w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla-225x300.jpg 225w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla-768x1024.jpg 768w, https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch1-sla-676x901.jpg 676w" sizes="auto, (max-width: 247px) 100vw, 247px" /><figcaption id="caption-attachment-608" class="wp-caption-text">Crossing a bridge over flames.</figcaption></figure></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><figure id="attachment_607" aria-describedby="caption-attachment-607" style="width: 250px" class="wp-caption alignright"><img loading="lazy" decoding="async" data-attachment-id="607" data-permalink="https://www.staciearellano.com/ttsketch2-sla/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch2-sla.jpg" data-orig-size="" data-comments-opened="1" data-image-meta="[]" data-image-title="TTsketch2-sla" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch2-sla.jpg" class="alignnone  wp-image-607" src="http://www.staciearellano.com/wp-content/uploads/2016/03/TTsketch2-sla.jpg" alt="TTsketch2-sla" width="250" height="333" /><figcaption id="caption-attachment-607" class="wp-caption-text">More tower wall, with a dragon in a cavern underneath</figcaption></figure></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I dashed off a brief wireframe for a common starting point. <img loading="lazy" decoding="async" data-attachment-id="593" data-permalink="https://www.staciearellano.com/ios-project-log-5/wireframe1/" data-orig-file="https://www.staciearellano.com/wp-content/uploads/2016/03/wireframe1.png" data-orig-size="631,425" 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="wireframe1" data-image-description="" data-image-caption="" data-large-file="https://www.staciearellano.com/wp-content/uploads/2016/03/wireframe1.png" class="alignnone size-full wp-image-593" src="http://www.staciearellano.com/wp-content/uploads/2016/03/wireframe1.png" alt="wireframe1.png" width="631" height="425" srcset="https://www.staciearellano.com/wp-content/uploads/2016/03/wireframe1.png 631w, https://www.staciearellano.com/wp-content/uploads/2016/03/wireframe1-150x101.png 150w, https://www.staciearellano.com/wp-content/uploads/2016/03/wireframe1-300x202.png 300w" sizes="auto, (max-width: 631px) 100vw, 631px" /></p>
<h3>Research &#8211; Banduras, Kobzari</h3>
<p>Since a lot of our inspiration is coming from traditional Ukrainian costumes, I searched for traditional Ukrainian instruments and came across a beautiful stringed instrument called the Bandura.</p>
<p>&lt;a data-pin-do=&#8221;embedPin&#8221; data-pin-terse=&#8221;true&#8221; href=&#8221;https://www.pinterest.com/pin/407786941234575814/&#8221;&gt;&lt;/a&gt;</p>
<p>&lt;a data-pin-do=&#8221;embedPin&#8221; href=&#8221;https://www.pinterest.com/pin/214132157252118086/&#8221;&gt;&lt;/a&gt;</p>
<p>This of course led me to wikipedia</p>
<p><a href="https://en.wikipedia.org/wiki/Bandura" target="_blank">Wikipedia: Bandura</a></p>
<p>Which led me to an amazing new fact:</p>
<blockquote><p>Musicians who play the bandura are referred to as <a title="Bandurist" href="https://en.wikipedia.org/wiki/Bandurist">bandurists</a>. Some traditional bandura players, <span style="text-decoration: underline;"><strong>often blind,</strong> were referred to as <a title="Kobzar" href="https://en.wikipedia.org/wiki/Kobzar" target="_blank">kobzars</a>.</span></p></blockquote>
<p>What?! This meant I hopped straight to the entry on the Kobzars</p>
<p><a href="https://en.wikipedia.org/wiki/Kobzar" target="_blank">Wikipedia: Kobzars</a></p>
<blockquote><p>In Ukraine, kobzars organized themselves into regional guilds or brotherhoods, known as <a class="mw-redirect" title="Kobzars'kyj Tsekh" href="https://en.wikipedia.org/wiki/Kobzars%27kyj_Tsekh">tsekhs</a>. They developed a system of rigorous apprenticeships (usually three years in length) before undergoing the first set of open examinations in order to become a kobzar.</p></blockquote>
<p><a href="https://en.wikipedia.org/wiki/Preservation_of_kobzar_music" target="_blank">Wikipedia: Preservation of Kobzar music</a></p>
<p>and this <a href="https://commons.wikimedia.org/wiki/Category:Filaret_Kolessa_phonograph_cylinder_collection" target="_blank">interesting list of recordings off off wax cylinders</a> of actual Kobzar music! The recordings are rough, and the most popular ones are the roughest. Wax cylinder recordings degrade with each listen.</p>
<h3>Tutorial</h3>
<p>I&#8217;m 3/4 of the way through the maze games tutorial from CartoonSmart. I can load the maze and enemies from a json file, created by using Tiled. It&#8217;s a bit of a slog here in the middle, but I&#8217;ll push forward.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/ios-project-log-5/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">574</post-id>	</item>
		<item>
		<title>iOS Project Log 4</title>
		<link>https://www.staciearellano.com/ios-project-log-4/</link>
					<comments>https://www.staciearellano.com/ios-project-log-4/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Sat, 27 Feb 2016 22:02:00 +0000</pubDate>
				<category><![CDATA[GameDev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[in progress]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[pro iOS class]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[swift]]></category>
		<category><![CDATA[tiled]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=548</guid>

					<description><![CDATA[Sound Maze Game Progress Climb the tower, pass the tollways using your ears and your wits, but don&#8217;t believe your eyes! Design My project now has TWO&#8230;]]></description>
										<content:encoded><![CDATA[<h2>Sound Maze Game Progress</h2>
<blockquote><p>Climb the tower, pass the tollways using your ears and your wits, but don&#8217;t believe your eyes!</p></blockquote>
<h3>Design</h3>
<p>My project now has <strong>TWO</strong> artists! /kermitarms.  That means our project is fully staffed and we can forge on!</p>
<p>The theme and design of the game is taking shape, at least in my mind. <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;" /> I&#8217;ve shifted from thinking this will be a top down game, it will be a face on perspective.  Our protagonist will traverse a tower that looks safe, but is only an illusion, needing to use the audio clues to know which ways are safe/possible to climb.</p>
<p>To help inspire and communicate my vision I&#8217;ve created a mood board with visual themes/ideas.</p>
<p><a href="https://www.pinterest.com/staciearellano/tollways-tower/" data-pin-do="embedBoard" data-pin-scale-width="80" data-pin-scale-height="200" data-pin-board-width="400"> Follow Stacie&#8217;s board Tollways Tower on Pinterest.</a><!-- Please call pinit.js only once per page --><script src="//assets.pinterest.com/js/pinit.js" async="" type="text/javascript"></script></p>
<p>&nbsp;</p>
<h3>Research &#8211; Accessibility</h3>
<p>Bought a <a href="https://stemmiami.wordpress.com/2016/02/23/judy-dixons-accessible-game-book/" target="_blank">book on accessible games</a>, published in multiple formats by <a href="http://www.nbp.org/ic/nbp/APPSGAMES.html" target="_blank">National Braille Press.</a>  It lists many accessible games that I&#8217;ve run across in my research, as well as a few I have not.</p>
<p>I was a bit disappointed the content focused more on quick suggestions of which games to play than what makes each one ideal. There is still plenty of hints and tips to glean regarding control schemas. Most of the games are also listed on <a href="http://www.applevis.com" target="_blank">http://www.applevis.com </a>with reviews, but it&#8217;s nice to have an organized selection in one place.</p>
<p>I will need to explore the VoiceOver options as I stitch things together. Is it as easy as adding alt text for web? or does it require a few more settings. There&#8217;s a standard, I just need to follow it.</p>
<h3>Tutorial</h3>
<p>Am halfway through the mazes tutorial on CartoonSmart. Spent some time learning how to make nodes and add attributes that allow them affect other nodes or physics.</p>
<p>Learned how to create a maze using the SKS builder and how to parse JSON levels created with a cool new(to me) tool <a href="http://www.mapeditor.org/" target="_blank">Tiled</a>.</p>
<p>I had to do some debugging before jumping into the 3rd section, somehow I&#8217;d lost my hero ship, and while the map was displaying fine, and all the gestures were working as desired, I could no longer see the ship itself moving around the map!</p>
<p>That took some slow review of the code to fix, but I&#8217;m happy it&#8217;s working again!  It&#8217;s the foundation of my sound maze, the basics I&#8217;ll start from before adding the pieces and graphics, and other variations.</p>
<p>More to come, I imagine I&#8217;ll be setting up some wireframes with my team in Invision over the next few days, and they are working on some character designs for our heroine, and some general look and feel for our app.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/ios-project-log-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">548</post-id>	</item>
		<item>
		<title>iOS Project Log 2</title>
		<link>https://www.staciearellano.com/ios-project-log-2/</link>
					<comments>https://www.staciearellano.com/ios-project-log-2/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Tue, 09 Feb 2016 00:12:55 +0000</pubDate>
				<category><![CDATA[GameDev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[in progress]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mazes]]></category>
		<category><![CDATA[pro iOS class]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[roguelike]]></category>
		<category><![CDATA[swift]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=266</guid>

					<description><![CDATA[Group Progress: Our group project team has grown with the addition of a local super hero, and 5 designers. Most of us will meet on&#8230;]]></description>
										<content:encoded><![CDATA[<h3>Group Progress:</h3>
<p>Our group project team has grown with the addition of a local super hero, and 5 designers. Most of us will meet on Thursday to get a feel for each other and start to figure out how we&#8217;ll work on the group projects and solo projects too.</p>
<h3>My Progress:</h3>
<p>I looked a bit at some iOS game books I purchased from the Packt.com ebook sale at the end of last year. I started a post about those books in the post titled: <a href="http://www.staciearellano.com/currently-reading-ios/">Currently reading &#8211; iOS</a></p>
<p>Then I researched a little on <strong>OpenAL</strong>,which may be overkill, time will tell.</p>
<ul>
<li><a href="http://stackoverflow.com/questions/12854967/openal-3d-positioning-and-panning-center" target="_blank">http://stackoverflow.com/questions/12854967/openal-3d-positioning-and-panning-center</a></li>
<li><a href="http://kstenerud.github.io/ObjectAL-for-iPhone/documentation/index.html" target="_blank">http://kstenerud.github.io/ObjectAL-for-iPhone/documentation/index.html</a></li>
<li><a href="http://www.david-amador.com/2011/06/playing-sound-using-openal/" target="_blank">http://www.david-amador.com/2011/06/playing-sound-using-openal/</a></li>
</ul>
<p>Started looking at a <strong>Mazes + Swift</strong> tutorial at <strong>Cartoon Smart</strong>. I hope to get a good base understanding of tiles, and level design, and some basic boundary and control management, and then build from there.</p>
<ul>
<li><a href="http://cartoonsmart.com/maze-games-with-swift-and-sprite-kit-video-tutorial/" target="_blank">http://cartoonsmart.com/maze-games-with-swift-and-sprite-kit-video-tutorial/</a></li>
</ul>
<p>I did a little more brainstorming on how I might want to use sound.</p>
<p><strong>Ideas</strong>:</p>
<ul>
<li>Perhaps play a chord, with each tone relating to an open direction?</li>
<li>Add some audio mini games like Simon games, where you listen and repeat?</li>
<li>Use music to control the hero?</li>
</ul>
<h3>Previously:</h3>
<p><a href="http://www.staciearellano.com/ios-project-log-1/">iOS Project Log 1</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/ios-project-log-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">266</post-id>	</item>
		<item>
		<title>iOS Project Log 1</title>
		<link>https://www.staciearellano.com/ios-project-log-1/</link>
					<comments>https://www.staciearellano.com/ios-project-log-1/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Fri, 29 Jan 2016 02:48:10 +0000</pubDate>
				<category><![CDATA[GameDev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[in progress]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[pro iOS class]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[roguelike]]></category>
		<category><![CDATA[swift]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=187</guid>

					<description><![CDATA[This semester, Spring 2016, I am taking my 3rd class in iOS/Swift programming. We are required to work on 2 major projects. The first is&#8230;]]></description>
										<content:encoded><![CDATA[<p>This semester, Spring 2016, I am taking my 3rd class in iOS/Swift programming. We are required to work on 2 major projects.</p>
<p>The first is a group project, which I am working on with an <a href="https://twitter.com/gentlebronto" target="_blank">awesome placid dinosaur</a>, and the second is a personal project. I may post about the group project in the future, but I primarily want to document my journey/process/random flailing for the personal project.</p>
<p>Both projects will  match us with students from the Design Portfolio class. That frees me to focus on making function and mechanics, leaving theme, branding and graphic asset in their capable hands.</p>
<p>Curious about the class offered at <a href="http://www.madisoncollege.edu" target="_blank">MadisonCollege</a>.edu, you can check out the instructor&#8217;s twitter here: <a href="https://twitter.com/eknapp" target="_blank">EjKnapp@twitter.</a></p>
<p>Disclaimer: This is my personal website, all opinions here are my own and not of my employer. Enjoy!</p>
<hr />
<p>&nbsp;</p>
<h3>Sound Maze</h3>
<p>I am going to create a maze or <a href="https://en.wikipedia.org/wiki/Roguelike" target="_blank">roguelike</a> game with SpriteKit, and want to explore sound and accessibility.</p>
<p>Week 1</p>
<ul>
<li>No official title, am using Sound Maze as a placeholder.</li>
<li>Have researched some audio only games. Not a lot to choose from, have only found one really well polished. <a href="http://www.papasangre.com/" target="_blank">Papa Sangre II </a>is an audio driven adventure game with minimal UI, and uses 3d binaural sound. I think a full 3d sound design is out of scope for the semester, so will be looking for something simpler.</li>
<li>Exploring some Audio libraries like:
<ul>
<li> <a href="https://developer.apple.com/library/ios/samplecode/oalTouch/Introduction/Intro.html" target="_blank">OpenAl</a> https://developer.apple.com/library/ios/samplecode/oalTouch/Introduction/Intro.html</li>
<li><a href="http://www.papaengine.com" target="_blank">Papa Sangre</a> has an 3d sound engine, but does not appear to be available.</li>
</ul>
</li>
<li>Trying to come up with core concepts for the game design. I know I want sound involved, should I work with echoes, reflections, redshifts?</li>
<li> I&#8217;ll need to create a solvable maze maker https://en.wikipedia.org/wiki/Maze_generation_algorithm is a good place to start.</li>
<li>By the same token, I may want to create a test &#8216;<a href="http://www.astrolog.org/labyrnth/algrithm.htm#perfect" target="_blank">solver</a>&#8216; to test that things are indeed solvable and test the sound design as well. (Could this become an antagonist racing the player?) http://www.astrolog.org/labyrnth/algrithm.htm#perfect</li>
<li>I&#8217;m thinking, topdown, grid, 2d, but this may change based on design input. I anticipate most of the mechanics will operate the same tho.</li>
<li>At this point I think finding your way through a maze with audio cues might be enough of a challenge, so am not currently planning monsters but may include some traps or obstacles.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/ios-project-log-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187</post-id>	</item>
	</channel>
</rss>
