<?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>blog.hexday.com &#187; features</title>
	<atom:link href="http://blog.hexday.com/post/category/features/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hexday.com</link>
	<description>The Official Hexday.com Blog</description>
	<lastBuildDate>Thu, 30 Apr 2009 04:23:03 +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>HexSampler.com a Hexday extension</title>
		<link>http://blog.hexday.com/post/hexsampler-a-hexday-extension/14</link>
		<comments>http://blog.hexday.com/post/hexsampler-a-hexday-extension/14#comments</comments>
		<pubDate>Wed, 02 Jul 2008 05:14:05 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://blog.hexday.com/?p=14</guid>
		<description><![CDATA[I've pushed out the first pass and very alpha state version of hexsampler, this is a new section on hexday that is more concerned with sampling colors from other locations than picking your hex color for the day.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve pushed out the first pass and very alpha state version of <a href="http://hexsampler.com">hexsampler</a>, this is a new section on <a href="http://hexday.com">hexday</a> that is more concerned with sampling colors from other locations than picking your hex color for the day.</p>
<p>Currently if you are a signed up and logged in user, you get access to a bookmarklet that you can drag to your Firefox or Safari browser bar.  Then if you find yourself on a webpage with an image with some interesting colors, click the bookmarklet and it will make all the images &#8220;clickable&#8221; You&#8217;ll get some &#8220;Hex Sample This&#8221; text.  Clicking will open a new window or tab in your browser, the image, it&#8217;s location and the pages title are passed to hexday&#8217;s hexsampler whereupon the system calculates the average color palette for the image, records it and displays it ready for you to click thru and choose those colors as your hexday.</p>
<p><a title="Hex Sampler by Jon Sykes, on Flickr" href="http://www.flickr.com/photos/sykes/2630442984/"><img src="http://farm4.static.flickr.com/3009/2630442984_a2bda72132.jpg" alt="Hex Sampler" width="500" height="292" /></a></p>
<p>A note on the palette algorithm.  There is no sure fire way to auto generate a palette from an image that matches exactly what you will expect.  Every person will see different prominent colors based on their likes and their eyes. So we&#8217;ve tried to make the color palette creation simple.  Imagine the image is broken down into a grid (at the moment it is 5 wide by proportional height.  The colors that appear in each section of the grid are &#8220;averaged&#8221; these grid areas then make up the palette for that image.</p>
<p>This is just the first pass as sampling images and colors online, there is a long list of additional approaches I&#8217;d like to look at, if only there was more time, as a sneak peek into how I&#8217;m thinking:</p>
<ul>
<li>website sampling (parse all the css for colors that make up a site)</li>
<li>manual image sampling using a color picker like in photoshop</li>
<li>Assisted image sampling, combination of what we have now and manual allowing for human tweaking</li>
<li>HexSampler wordpress plugin to automate the process for any images embedded in a blog post or hex colors mentioned in the text (a manual example of this can be seen on my <a href="http://blog.hexday.com/post/pantone-espresso-mugs/13">Pantone Mug</a> post</li>
<li>Other means of getting images into the system including (web based upload, feeds and email input).</li>
</ul>
<p>The last point, although possibly the hardest and least likely is the most exciting for me, I&#8217;d love to have an iPhone app where I could take a picture, press a few buttons and get back a palette that I can then use (for picking my hexday color for example).  I often pick my colors based on things I can see at the time, it would be awesome to be able to actually make the pick based on what i actually could see and take a photo of.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexday.com/post/hexsampler-a-hexday-extension/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Badges</title>
		<link>http://blog.hexday.com/post/javascript-badges/9</link>
		<comments>http://blog.hexday.com/post/javascript-badges/9#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:04:17 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://blog.hexday.com/?p=9</guid>
		<description><![CDATA[I've released the first very rough version of a JavaScript badge that is a user specific JS include that you can include in any page that will then render your most recent picks.]]></description>
			<content:encoded><![CDATA[<p>Due to some nudging from <a href="http://robotictom.com">Tom</a> I&#8217;ve added a first draft of the <a href="http://hexday.com">hexday.com</a> Javascript badges.</p>
<p>When you login and view your profile you can see the code to copy and paste under your current color profile.</p>
<p>It&#8217;ll look a bit like:</p>
<pre lang="html">
&lt;script type=&quot;text/javascript&quot; src=&quot;http://hexday.com/badge/JP&quot;&gt;&lt;/script&gt;
</pre>
<p>Just copy and paste this anywhere into your blog, <strike><a href="http://jpsykes.com/173/hexday-js-badges-pt1#comment-1289">myspace</a></strike>, facebook, etc, etc and you&#8217;ll get a very simple set of your last 5 hexday picks as swatches and a link back to your profile.</p>
<p><script type="text/javascript" src="http://hexday.com/badge/JP"></script></p>
<p>This is ontop of the existing, yet never documented user specific <a href="http://hexday.com/users/css/jp">CSS</a> file that people (like <a href="http://robotictom.com">Tom</a>) had to rely on to generate their current hexday picks.</p>
<p>I&#8217;ve added the JS version as I noticed that the CSS only version lacked the ability to link back to hex colors on hexday automatically.</p>
<p>The JS file, writes a style sheet include, which is very specifically namespaced, yet you can easily overwrite anything in there.  I just added some basic OOTB styling (which you can see above) so that it doesn&#8217;t look broken in case people don&#8217;t want to have to tweak it.</p>
<p>Much more to come very soon.  There&#8217;s a bunch of interesting ideas being floated around, once we&#8217;ve tested some out I&#8217;ll post some updates.</p>
<p>This post first appeared on my <a href="http://jpsykes.com/173/hexday-js-badges-pt1">personal blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexday.com/post/javascript-badges/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Images</title>
		<link>http://blog.hexday.com/post/color-images/6</link>
		<comments>http://blog.hexday.com/post/color-images/6#comments</comments>
		<pubDate>Wed, 25 Jun 2008 18:36:57 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://blog.hexday.com/?p=6</guid>
		<description><![CDATA[Finally got round to adding the creation of image files for every chosen hex and for each day (coming soon will be week and month views as well). Not only does this now mean the RSS feeds show the actual color swatches it means I can start working on a couple of other neat little [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>Finally got round to adding the creation of image files for every chosen hex and for each day (coming soon will be week and month views as well). Not only does this now mean the RSS feeds show the actual color swatches it means I can start working on a couple of other neat little features. I also added a <a href="http://hexday.com/achive/today">current day large image swatch</a> which can be downloaded and used as a desktop background there are currently 3 versions of 1 design (I do 3 versions for the date bar as some people prefer the bar at the top and bottom). If you&#8217; re very geeky, you could write a little cron job to hit the image every 30 minutes or so and get a constantly updating background image of current chosen colors (I&#8217;ll link to a blog post on how to do this later). Next on the list is some more RSS feeds and maybe using my new image creation know-how to make the first 100 days of hexday as a book.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexday.com/post/color-images/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added &#8216;Color Cross Sells&#8217; when viewing colors</title>
		<link>http://blog.hexday.com/post/added-color-cross-sells-when-viewing-colors/5</link>
		<comments>http://blog.hexday.com/post/added-color-cross-sells-when-viewing-colors/5#comments</comments>
		<pubDate>Thu, 05 Jun 2008 18:30:53 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://blog.hexday.com/?p=5</guid>
		<description><![CDATA[Wow, it&#8217;s been too long between updates, I really must stop working on a million pet projects at a time. Finally got round to implementing one of my favorite things, now when viewing a specific hex, you get a range of alternative colors you can go off and explore. There is the basic complementary, the [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>Wow, it&#8217;s been too long between updates, I really must stop working on a million pet projects at a time. Finally got round to implementing one of my favorite things, now when viewing a specific hex, you get a range of alternative colors you can go off and explore. There is the basic complementary, the triad and tetrad, then various levels of tone, hue and saturation. It&#8217;s makes clicking around between colors a rathe nice way to pick your days color rather than using the color picker.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexday.com/post/added-color-cross-sells-when-viewing-colors/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added login &#8220;remember me&#8221; functionality.</title>
		<link>http://blog.hexday.com/post/added-login-remember-me-functionality/4</link>
		<comments>http://blog.hexday.com/post/added-login-remember-me-functionality/4#comments</comments>
		<pubDate>Sat, 01 Dec 2007 18:30:02 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://blog.hexday.com/?p=4</guid>
		<description><![CDATA[This was the #1 requested feature from people who gave me feedback, so I&#8217;ve added it in. Currently it&#8217;s default, you have no choice, when you login it sets a 30 day cookie for your login, I&#8217;ll make it a choice in the login form as soon as I get a chance (if you&#8217;re worried [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>This was the #1 requested feature from people who gave me feedback, so I&#8217;ve added it in. Currently it&#8217;s default, you have no choice, when you login it sets a 30 day cookie for your login, I&#8217;ll make it a choice in the login form as soon as I get a chance (if you&#8217;re worried about security or are on a public computer, just <a href="http://hexday.com/logout">logout</a> when you&#8217;re done)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexday.com/post/added-login-remember-me-functionality/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First RSS Feed is live.</title>
		<link>http://blog.hexday.com/post/first-rss-feed-is-live/3</link>
		<comments>http://blog.hexday.com/post/first-rss-feed-is-live/3#comments</comments>
		<pubDate>Fri, 09 Nov 2007 18:27:23 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://blog.hexday.com/?p=3</guid>
		<description><![CDATA[Their are more coming, but for a start here is a Chronological view of the most recent 30 colors picked. On a related note, I&#8217;ve added an un-navigable page where you can also view this information on the site.]]></description>
			<content:encoded><![CDATA[<p><strong></strong> Their are more coming, but for a start here is a <a href="http://hexday.com/rss/">Chronological view of the most recent 30 colors picked</a>.  On a related note, I&#8217;ve added an <a href="http://hexday.com/chrono">un-navigable page</a> where you can also view this information on the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexday.com/post/first-rss-feed-is-live/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
