<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Isaac Keyet</title>
	
	<link>http://www.isaackeyet.com/blog</link>
	<description>Design, and stuff</description>
	<pubDate>Wed, 28 May 2008 02:29:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/isaackeyet" type="application/rss+xml" /><item>
		<title>It’s good to be back</title>
		<link>http://www.isaackeyet.com/blog/2008/its-good-to-be-back/</link>
		<comments>http://www.isaackeyet.com/blog/2008/its-good-to-be-back/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:29:54 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/?p=77</guid>
		<description><![CDATA[I went on a trip to Moab, UT this weekend. It was awesome. We camped out there, and went on hikes and downhill mountain biking on the Slickrocks.
Back in the office&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I went on a trip to Moab, UT this weekend. It was awesome. We camped out there, and went on hikes and downhill mountain biking on the Slickrocks.</p>
<p>Back in the office&#8230;<br />
<img src="http://www.isaackeyet.com/blog/wp-content/uploads/2008/05/dock.png" alt="" title="dock" width="358" height="136" class="alignnone size-full wp-image-78" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/its-good-to-be-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Putting My Design To Use</title>
		<link>http://www.isaackeyet.com/blog/2008/putting-my-design-to-use/</link>
		<comments>http://www.isaackeyet.com/blog/2008/putting-my-design-to-use/#comments</comments>
		<pubDate>Tue, 20 May 2008 17:17:21 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/?p=75</guid>
		<description><![CDATA[A few months ago I designed a basic website for a web design company based on the east coast. I just remembered today that the site is probably live by now, and I was right! I&#8217;m actually pretty proud of this design, it&#8217;s clean but still bold, and has a lot of character. Have a [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I designed a basic website for a web design company based on the east coast. I just remembered today that the site is probably live by now, and I was right! I&#8217;m actually pretty proud of this design, it&#8217;s clean but still bold, and has a lot of character. Have a look over at Adept Interactive&#8217;s website:</p>
<p><a href="http://www.adeptinteractive.com" target="_blank">www.adeptinteractive.com</a></p>
<p>Sneak peek:<br />
<img src="http://www.isaackeyet.com/blog/wp-content/uploads/2008/05/blog-adept_portfolio.png" alt="" class="imgx" title="blog-adept_portfolio" class="alignnone size-full wp-image-76" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/putting-my-design-to-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips on Using the Outline CSS Property</title>
		<link>http://www.isaackeyet.com/blog/2008/tips-on-using-the-outline-css-property/</link>
		<comments>http://www.isaackeyet.com/blog/2008/tips-on-using-the-outline-css-property/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 04:35:03 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Bugtracking]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/?p=72</guid>
		<description><![CDATA[Part 2 out of 2 (Part 1)
The only time a web designer notices the Outline property is when you want to disable it, and you&#8217;re wondering how to do so or if it&#8217;s even possible. But you can actually use the property to do very clever things.
At a first glance, the Border and the Outline [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Part 2 out of 2</strong> (<a href="http://www.isaackeyet.com/blog/2008/how-to-disable-the-dotted-border-around-clicked-text-links/">Part 1</a>)</p>
<p>The only time a web designer notices the Outline property is when you want to disable it, and you&#8217;re wondering how to do so or if it&#8217;s even possible. But you can actually use the property to do very clever things.</p>
<p>At a first glance, the Border and the Outline property look very much alike. They share the same rule structure, and they both put a border around any object you want. But there are two fundamental differences.</p>
<p>1. When the browser calculates the width of a floated object, it takes into account <strong>Width, Padding and Border</strong>.</p>
<p><img src="http://www.isaackeyet.com/blog/wp-content/uploads/2008/04/border-outline1.png" alt="" title="border-outline1" width="482" height="196" class="alignnone size-full wp-image-73" /></p>
<p>Notice how setting a border <strong>adds</strong> to the total width, while the outline doesn&#8217;t.</p>
<p>2. Since borders take up space, you can have problem aligning elements on a webpage using borders. However if you use an outline instead, the &#8220;border&#8221; will just be a layer on top of the image and won&#8217;t push your element anywhere. Notice how the second image&#8217;s inside border still lines up with the text.</p>
<p><img src="http://www.isaackeyet.com/blog/wp-content/uploads/2008/04/border-outline2.png" alt="" title="border-outline2" width="407" height="255" class="alignnone size-full wp-image-74" /></p>
<p>This is very useful for registration processes, if you want to show a field that needs to be corrected: Instead of applying a border and having the textfield move X amount of pixels horizontally you can apply an outline!</p>
<p><strong>How to use Outline, examples</strong></p>
<p class="code">
Example:<br />
.classNameHere {<br />
outline: 1px solid #000000;<br />
}<br />
Example 2:<br />
.classNameHere {<br />
outline: 2px dotted #FF66CC;<br />
}
</p>
<p>I hope you enjoyed this little introduction to the Outline CSS property!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/tips-on-using-the-outline-css-property/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Disable the Dotted Border Around Clicked Text Links</title>
		<link>http://www.isaackeyet.com/blog/2008/how-to-disable-the-dotted-border-around-clicked-text-links/</link>
		<comments>http://www.isaackeyet.com/blog/2008/how-to-disable-the-dotted-border-around-clicked-text-links/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 03:07:16 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/how-to-disable-the-dotted-border-around-clicked-text-links/</guid>
		<description><![CDATA[
Part 1 out of 2(Part 2)
The CSS property &#8220;outline: Xpx;&#8221; is often overlooked. The only times you see it is when you&#8217;ve just clicked a link, as a thin dotted border. (See screenshot above!) It is enabled by the pseudo class :active by default for all anchors (&#60;a&#62;) in your HMTL document. It&#8217;s a usability [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.isaackeyet.com/blog/wp-content/uploads/2008/03/css_outline-facebook.png' alt='css_outline-facebook.png' /></p>
<p><strong>Part 1 out of 2</strong>(<a href="http://www.isaackeyet.com/blog/2008/tips-on-using-the-outline-css-property/">Part 2</a>)</p>
<p>The CSS property &#8220;outline: Xpx;&#8221; is often overlooked. The only times you see it is when you&#8217;ve just clicked a link, as a thin dotted border. (See screenshot above!) It is enabled by the pseudo class :active by default for all anchors (&lt;a&gt;) in your HMTL document. It&#8217;s a usability thing, a confirmation that you&#8217;ve clicked a link. It also helps the page seem less flat, since a style change when you&#8217;ve just clicked a link gives you the feeling of pressing a button.</p>
<p>This blog post is two fold: First, I want to show you how to disable the border. On most modern web pages it is not needed, since we use hover effects, and in many cases graphical buttons to navigate.</p>
<p>Disabling the outline is really easy. You just need to make sure no anchors in your CSS document have that rule any more. All you do is add this to your stylesheet:</p>
<p class="code">
a {<br />
outline: 0;<br />
}
</p>
<p>NOTE: No version of Internet Explorer supports this, even IE7 still displays the outline even if you have the above rule in your stylesheet.<br />
-<br />
Stay tuned for more info about this lost CSS property.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/how-to-disable-the-dotted-border-around-clicked-text-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check out my MyBlogLog iPhone!</title>
		<link>http://www.isaackeyet.com/blog/2008/check-out-my-mybloglog-iphone/</link>
		<comments>http://www.isaackeyet.com/blog/2008/check-out-my-mybloglog-iphone/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 05:01:16 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/check-out-my-mybloglog-iphone/</guid>
		<description><![CDATA[I just got done with it, and it&#8217;s just for fun. If you look in this blog&#8217;s sidebar you&#8217;ll see a shiny iPhone with my latest visitors in it.
The reason I did it was just because the new MBL widget looks so much like an iPhone. Especially if you&#8217;re using a black and white color [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.isaackeyet.com/blog/wp-content/uploads/2008/03/mbl-iphone1.jpg' alt='mbl-iphone1.jpg' class="imgx" />I just got done with it, and it&#8217;s just for fun. If you look in this blog&#8217;s sidebar you&#8217;ll see a shiny iPhone with my latest visitors in it.</p>
<p>The reason I did it was just because the new MBL widget looks so much like an iPhone. Especially if you&#8217;re using a black and white color scheme for it, which I did. Anyway, I hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/check-out-my-mybloglog-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get perfect Web 2.0 16×16px icons quickly!</title>
		<link>http://www.isaackeyet.com/blog/2008/get-perfect-web-20-16x16px-icons-quickly/</link>
		<comments>http://www.isaackeyet.com/blog/2008/get-perfect-web-20-16x16px-icons-quickly/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 01:13:38 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/get-perfect-web-20-16x16px-icons-quickly/</guid>
		<description><![CDATA[Recently I faced the problem of either creating my own 16 square pixel icons, or use others. I started looking into how other services have solved the problem, and I realized after looking at Socialthing! that the best solution is also the most obvious and simple one: Just import the site&#8217;s own favicons!
Here are some [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I faced the problem of either creating my own 16 square pixel icons, or use others. I started looking into how other services have solved the problem, and I realized after looking at <a href="http://www.socialthing.com">Socialthing!</a> that the best solution is also the most obvious and simple one: Just import the site&#8217;s own <span class="tooltip" title="A favicon is that little picture next to the URL in the adress field in the top of your browser">favicons</span>!</p>
<p>Here are some examples of great 16&#215;16 icons from well known sites:</p>
<ul>
<li>Facebook: <img src="http://www.facebook.com/favicon.ico" alt="favicon" /></li>
<li>Last.fm: <img src="http://www.last.fm/favicon.ico" alt="favicon" /></li>
<li>CNN: <img src="http://www.cnn.com/favicon.ico" alt="favicon" width="16" height="16" /></li>
<li>Yahoo!: <img src="http://www.yahoo.com/favicon.ico" alt="favicon" /></li>
<li>Twitter: <img src="http://www.twitter.com/favicon.ico" alt="favicon" /></li>
</ul>
<p>Almost all bigger sites out there have a favicon, so to find and download an icon just do the following:</p>
<ol>
<li>Enter root web adress in your browsers adress field: http://www.sitename.com</li>
<li>Apply <strong>/favicon.ico</strong> to the adress, like so: http://www.sitename.com/favicon.ico</li>
<li>Hit Enter to go to the adress, and there you are. This is the perfect 16px icon for the website you&#8217;ve entered!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/get-perfect-web-20-16x16px-icons-quickly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Twitter updater</title>
		<link>http://www.isaackeyet.com/blog/2008/wordpress-twitter-updater/</link>
		<comments>http://www.isaackeyet.com/blog/2008/wordpress-twitter-updater/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 16:12:15 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/wordpress-twitter-updater/</guid>
		<description><![CDATA[Some things are just simply awesome. This plugin for Wordpress posts your most recent blog posts to your twitter account (well, the title and a link at least). It was really easy to setup and hopefully works as it should, too. If you want more content on Twitter and blog often, this is for you!
Link [...]]]></description>
			<content:encoded><![CDATA[<p>Some things are just simply awesome. This plugin for Wordpress posts your most recent blog posts to your twitter account (well, the title and a link at least). It was really easy to setup and hopefully works as it should, too. If you want more content on Twitter and blog often, this is for you!</p>
<p><a href="http://blog.victoriac.net/blog/twitter-updater/">Link to the Twitter Updater download/install page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/wordpress-twitter-updater/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Juno is my role model</title>
		<link>http://www.isaackeyet.com/blog/2008/juno-is-my-role-model/</link>
		<comments>http://www.isaackeyet.com/blog/2008/juno-is-my-role-model/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 16:20:41 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Movies]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/juno-is-my-role-model/</guid>
		<description><![CDATA[I saw the film Juno featuring Ellen Page and Michael Cera (who&#8217;s been in the buzz for a while since he played in the very hyped comedy Superbad). It was one of those pictures that I knew I&#8217;d like long before it was released. And I did, Ellen Page really touched my heart. Her acting [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.isaackeyet.com/blog/wp-content/uploads/2008/03/juno3.jpg' alt='juno3.jpg' class="imgx" />I saw the film <a href="http://imdb.com/title/tt0467406/">Juno</a> featuring Ellen Page and Michael Cera (who&#8217;s been in the buzz for a while since he played in the very hyped comedy <a href="http://imdb.com/title/tt0829482/">Superbad</a>). It was one of those pictures that I knew I&#8217;d like long before it was released. And I did, Ellen Page really touched my heart. Her acting should&#8217;ve won the Oscar, and I&#8217;m dead serious. There&#8217;s this scene where she cries in a car, and her chin is trembling&#8230; Incredibly well done.</p>
<p>Juno is unique and different, but yet a role model. To me what&#8217;s important about life is to do what you want to do, whatever it might be and without restrictions. The way she&#8217;s true to herself is very admirable to me. Being able to throw yourself, get beat up verbally and psychically and still come out on top is, to me, the coolest thing you can do as a living being. It&#8217;s pure strength.</p>
<p>One thing that I thought was very interesting was that Bleeker&#8217;s &#8220;stink-eye girlfriend&#8221; literally only appears in one scene, the same scene that was in the trailer. It&#8217;s interesting that she doesn&#8217;t get any focus whatsoever in the film, which is genius in my opinion. It&#8217;s the emotion she gets Juno in and the mood of Paulie that she represents that&#8217;s important. And it is very true that nothing else is of any importance to the film, all her character visualizes is the emotion and state of others. Clever.</p>
<p>I have got to see more of <a href="http://imdb.com/name/nm0680983/">Ellen Page</a>. She&#8217;s one of my favorites already, and I think the first one being only 21.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/juno-is-my-role-model/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE6 &amp; IE7 Doctypes problem</title>
		<link>http://www.isaackeyet.com/blog/2008/ie6-ie7-doctypes-problem/</link>
		<comments>http://www.isaackeyet.com/blog/2008/ie6-ie7-doctypes-problem/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 23:36:45 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Bugtracking]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/ie6-ie7-doctypes-problem/</guid>
		<description><![CDATA[All browsers have their flaws, that&#8217;s for sure. But sometimes you see pure stupidity, and then it might be worth writing something about it.
If a web page doesn&#8217;t have a doctype, it usually means that the page is either very old or created by someone that don&#8217;t care or doesn&#8217;t know anything about doctypes. The [...]]]></description>
			<content:encoded><![CDATA[<p>All browsers have their flaws, that&#8217;s for sure. But sometimes you see pure stupidity, and then it might be worth writing something about it.</p>
<p>If a web page doesn&#8217;t have a <span class="tooltip" title="Document Type Declaration, used to tell the web browser how to render a web page">doctype</span>, it usually means that the page is either very old or created by someone that don&#8217;t care or doesn&#8217;t know anything about doctypes. The strange thing though is that Internet Explorer treats those pages as something <em>completely different</em> than normal, modern web pages. If you don&#8217;t add a doctype to your HTML document, Internet Explorer will not rely on it&#8217;s rendering rules any more. For example: If you set both a width and a padding to an element, normal browser rendering makes the total width of the object to be width+left padding+right padding.</p>
<p class="code">
.box {<br />
padding: 10px;<br />
width: 200px;<br />
}
</p>
<p>The total width of <span class="code">.box</span> becomes <strong>220px</strong>. However, without a Doctype to rely on, Internet Explorer does not default to a simple Doctype like HTML 4.01 Transitional which would follow this rule. Instead it decides that the page is not worth a second chance, and some rules are rendered incorrectly. In this example, <span class="code">.box</span> would actually become <strong>200 pixels wide</strong> according to IE&#8217;s rendering.</p>
<p>You might think that this is not a big deal, but consider that other browsers are smarter than this, which makes the crossbrowser rendering of the web page a mess. It is also a fairly unknown and &#8220;not so easy to discover&#8221; kind of bug which makes it even harder.</p>
<p>Read about the existing Doctypes and why you should use them over at <a href="http://www.alistapart.com/articles/doctype/">A List Apart: Doctypes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/ie6-ie7-doctypes-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Annoying Firefox+Firebug anchor bug</title>
		<link>http://www.isaackeyet.com/blog/2008/annoying-firefoxfirebug-anchor-bug/</link>
		<comments>http://www.isaackeyet.com/blog/2008/annoying-firefoxfirebug-anchor-bug/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 01:19:17 +0000</pubDate>
		<dc:creator>Isaac Keyet</dc:creator>
		
		<category><![CDATA[Bugtracking]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.isaackeyet.com/blog/2008/annoying-firefoxfirebug-anchor-bug/</guid>
		<description><![CDATA[
UPDATE 2008-03-20: This bug is easily resolved by upgrading to the latest Beta version of Firebug (currently 1.1). Thanks to PatternHead!
I&#8217;ve experienced this bug for quite a while now, and it is really annoying. Basically you can&#8217;t inspect an anchor in Firebug, and there&#8217;s no way around it.
Today I had enough and decided to do [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.isaackeyet.com/blog/wp-content/uploads/2008/03/picture-1.png' alt='picture-1.png' /></p>
<p><strong>UPDATE 2008-03-20: This bug is easily resolved by upgrading to the latest Beta version of Firebug (currently 1.1). Thanks to PatternHead!</strong></p>
<p>I&#8217;ve experienced this bug for quite a while now, and it is really annoying. Basically you can&#8217;t inspect an anchor in Firebug, and there&#8217;s no way around it.</p>
<p>Today I had enough and decided to do a thorough search on the web to get rid of the problem.. Looks like it&#8217;s a well known bug. Someone suggested that I&#8217;d revert back to Firefox 2.0.0.11, as it didn&#8217;t have this bug. I found an old version, sadly a .exe though. I could not find any mac equivalent, until I stumbled across a Ukrainian .dmg file&#8230; So now my Firefox is in crazy Ukranian, but at least it works properly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isaackeyet.com/blog/2008/annoying-firefoxfirebug-anchor-bug/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
