<?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>Samurai7 &#187; Logic</title>
	<atom:link href="http://blog.kuangeleven.net/category/skill-chips/logic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kuangeleven.net</link>
	<description>Genuine NetRunner blog</description>
	<lastBuildDate>Thu, 12 Jun 2008 15:19:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Subliminal spam?!</title>
		<link>http://blog.kuangeleven.net/2006/09/03/subliminal-spam/</link>
		<comments>http://blog.kuangeleven.net/2006/09/03/subliminal-spam/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 10:22:18 +0000</pubDate>
		<dc:creator>wakizashi</dc:creator>
				<category><![CDATA[Logic]]></category>
		<category><![CDATA[Skill chips]]></category>
		<category><![CDATA[Sophistry]]></category>
<category>html</category><category>life</category>
		<guid isPermaLink="false">http://kuangele.setupmyblog.com/2006/09/03/subliminal-spam/</guid>
		<description><![CDATA[You all probably know about subliminal advertising. For those who don&#39;t know about it, it is technique of inserting message, or picture, in commercials. Now, every second of video contains 24-29.97 frames depending of video format (PAL, NTSC). So, basically you can easily insert one frame between those bunch of frames with your message (those [...]]]></description>
			<content:encoded><![CDATA[<p>You all probably know about subliminal advertising. For those who don&#39;t know about it, it is technique of inserting message, or picture, in commercials. Now, every second of video contains 24-29.97 frames depending of video format (PAL, NTSC). So, basically you can easily insert one frame between those bunch of frames with your message (those who saw &quot;Fight club&quot; movie will know about that <img src='http://blog.kuangeleven.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ). So, when you are having commercial of e.g 1 minute, you can have 1440-1798.2 frames and about 60 frames of your desired message. Since eye usually cannot detect those frames you don&#39;t even see them, but since human brain works much faster than eye, those images are recorded &quot;somewhere&quot; in your brain, supposedly making you think about that message.<span id="more-18"></span></p>
<p>So what about email spam and same technique?<br /> Like most of Internet users I receive great deal amount of spam. Today I have opened message, and since lots of them contains images I saw something unusual.Picture is GIF so since it supports animation, same technique is used. It reminds me on a movie &quot;They live&quot; since aliens are also using subliminal messages, with the difference that messages can only be seen with special glasses.&nbsp; Now I don&#39;t know how efficient this is since, you can clearly see sub message, but makes you kinda think about, right <img src='http://blog.kuangeleven.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ?</p>
<p>Since picture speaks as thousand words, here it is, so check it out. Just save it on Your hard drive, or take a look at it for a few seconds.</p>
<p> <img src="http://slogog.freehostia.com/wp-content/uploads/submail.gif" alt="subliminal picture" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kuangeleven.net/2006/09/03/subliminal-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table or Div ?</title>
		<link>http://blog.kuangeleven.net/2006/08/18/table-or-div/</link>
		<comments>http://blog.kuangeleven.net/2006/08/18/table-or-div/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 01:05:07 +0000</pubDate>
		<dc:creator>wakizashi</dc:creator>
				<category><![CDATA[Logic]]></category>
		<category><![CDATA[Skill chips]]></category>
		<category><![CDATA[Web Develop]]></category>
<category>css</category><category>html</category>
		<guid isPermaLink="false">http://kuangele.setupmyblog.com/2006/08/18/table-or-div/</guid>
		<description><![CDATA[My colleagues already know that I&#39;m screaming about HTML and CSS for a long time. They also know that I hate tables, and that I hate combination of tables and divs. So, You may ask, why this discussion then?
Well, yes, table eradication is great, do nasty HTML source, no bunch of tr, no calculations how [...]]]></description>
			<content:encoded><![CDATA[<p>My colleagues already know that I&#39;m screaming about HTML and CSS for a long time. They also know that I hate tables, and that I hate combination of tables and divs. So, You may ask, why this discussion then?<span id="more-16"></span></p>
<p>Well, yes, table eradication is great, do nasty HTML source, no bunch of tr, no calculations how many cells are needed, no nested tables, no confusing colspan, rowspan and who knows what else. When using tables You are also limited with later redesign. Cells are there where they are, and no CSS can help that. Yet, why the stupid question in title then?</p>
<p>Well its actually simple. Accessibility!<br /> NO WAY you will say, since divs+css are probably most accessible combination. Well, actually no. What if you have for example exchange rate list with e.g. 30 currencies? Can You make it as div based, and will it look ok with no CSS?</p>
<p>I didn&#39;t think so. <img src='http://blog.kuangeleven.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  See, when creating web page, no matter how You hate tables, for some things tables are much better. They have best presentation model, since even without styles applied, you can easily follow table. With div based table, you will get just bunch of numbers and letters, and will probably end up unreadable. So, when comes to accessibility for some reports, exchange rates or similar content, my advice is Go with the tables. Heck, a few table here and there will not ruin your visual identity in a way not formatted divs will to end user.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kuangeleven.net/2006/08/18/table-or-div/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
