
<?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>Cory Schires &#187; HTML</title>
	<atom:link href="http://coryschires.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://coryschires.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 01 Jan 2012 23:49:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Introducing Image Mapper!</title>
		<link>http://coryschires.com/introducing-image-mapper/</link>
		<comments>http://coryschires.com/introducing-image-mapper/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 03:39:27 +0000</pubDate>
		<dc:creator>Cory Schires</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://coryschires.com/?p=241</guid>
		<description><![CDATA[Image Mapper is a web application that makes it dead easy to create HTML image maps...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working hard on a new app for the past few days &#8211; <a href="http://image-mapper.com">Image Mapper</a>. It makes creating HTML image maps super easy.</p>
<p><a href="http://www.image-mapper.com/" class="new_window no_underline"><br />
<img class="msg_small_font" title="Click to see image mapper." src="http://coryschires-blog-post-images.s3.amazonaws.com/image_mapper_preview.png" alt="Image Mapper" /><br />
</a></p>
<p>If you&#8217;ve ever used DreamWeaver to create an image map, then you&#8217;ll be pretty familiar with image-mapper&#8217;s interface. It&#8217;s three dead simple steps:</p>
<ol>
<li>Upload your image</li>
<li>Map your image</li>
<li>Copy your code</li>
</ol>
<p>It all happens on a single page so it&#8217;s pretty hard to get confused.</p>
<p>It&#8217;s made with Ruby on Rails and jQuery. And best of all, no more having to deal with DreamWeaver! Have a look for yourself.</p>
<p>Visit <a href="http://image-mapper.com">Image Mapper</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coryschires.com/introducing-image-mapper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyphenated word breaks.</title>
		<link>http://coryschires.com/hyphenated-word-breaks/</link>
		<comments>http://coryschires.com/hyphenated-word-breaks/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:26:00 +0000</pubDate>
		<dc:creator>Cory Schires</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://coryschires.com/?p=91</guid>
		<description><![CDATA[Wouldn’t it be nice if you could force hyphenated word breaks in your paragraph text? You can...]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice if you could force hyphenated word breaks in your paragraph text? For example, I&#8217;d like to have a simple CSS property to output this&#8230;</p>
<blockquote><p>Lorem aliqua ipsum dolor sit amet, consectetur adipisicing elitsed iusmodtemporincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation consectetur adipisicing ullamco ex­laborisnisi ut aliquipconsectetur ea commodo consequat.</p></blockquote>
<p>instead of this&#8230;</p>
<blockquote><p>Lorem aliqua ipsum dolor sit amet, consectetur adipisicing elitsed iusmodtempor&shy;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation consectetur adipisicing ullamco ex­laborisnisi ut aliquipconsectetur ea commodo consequat.</p></blockquote>
<h3 class="vag_post_header">Well. Here&#8217;s a few bad ideas.</h3>
<ul>
<li>You could add this property to your stylesheet: { word-wrap: break-word }. But it&#8217;s not uniformly supported across browsers. Believe it our not, IE is ahead of the game on this one.</li>
<li>You could also keep it simple and just hardcode the hyphenation in the template. But that&#8217;s not a great solution since things can get a little weird if users start resizing their text.</li>
<li>You might also try the almost totally useless &lt;wbr&gt; element. This forces a hyphenated word break depending on the browser&#8217;s whim. It&#8217;s never really worked consistently for me, but I&#8217;ve heard it&#8217;s sometimes useful for tables.</li>
</ul>
<h3 class="vag_post_header">And now a good idea!</h3>
<p>Use the &#8220;soft hyphen&#8221; entity &#8211; &amp;shy;. Just drop this little beauty in the middle of your word wherever you want a hyphen and let the browser do it&#8217;s magic. If a word break is appropriate, you&#8217;ll get one. If not, our &#8220;soft hyphen&#8221; will be silently ignored. Awesome. </p>
]]></content:encoded>
			<wfw:commentRss>http://coryschires.com/hyphenated-word-breaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

