<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Magnet poetry with Ajax</title>
	<atom:link href="http://lillesvin.net/archives/94/feed" rel="self" type="application/rss+xml" />
	<link>http://lillesvin.net/archives/94</link>
	<description></description>
	<lastBuildDate>Thu, 13 Oct 2011 01:44:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: stfi</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-387</link>
		<dc:creator>stfi</dc:creator>
		<pubDate>Sun, 27 Nov 2005 11:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-387</guid>
		<description>Ohh, the transparency? I couln&#039;t remember if it were there in the first place.</description>
		<content:encoded><![CDATA[<p>Ohh, the transparency? I couln&#8217;t remember if it were there in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stfi</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-386</link>
		<dc:creator>stfi</dc:creator>
		<pubDate>Sun, 27 Nov 2005 11:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-386</guid>
		<description>- Yeah, i found out it wasn&#039;t images

- Cool. It works. Great job. I know it wasn&#039;t a big deal. I just couldn&#039;t help asking, since it would be cool. I think. It&#039;s the way this virtuel implementation of the &quot;game&quot; is made consistent, i think. If it was to be as if it was &quot;real&quot; no words were to be ontop of each other. That might be harder to code.

- Grr. I can&#039;t figure what else you ave updated.</description>
		<content:encoded><![CDATA[<p>- Yeah, i found out it wasn&#8217;t images</p>
<p>- Cool. It works. Great job. I know it wasn&#8217;t a big deal. I just couldn&#8217;t help asking, since it would be cool. I think. It&#8217;s the way this virtuel implementation of the &#8220;game&#8221; is made consistent, i think. If it was to be as if it was &#8220;real&#8221; no words were to be ontop of each other. That might be harder to code.</p>
<p>- Grr. I can&#8217;t figure what else you ave updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madsen</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-385</link>
		<dc:creator>Madsen</dc:creator>
		<pubDate>Sun, 27 Nov 2005 07:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-385</guid>
		<description>Ok, implemented a dynamic z-index. It was kinda hard actually, since I hadn&#039;t thought of it from the beginning, so now the code is even more fugly than before. :(
I also did a few other updates, but I&#039;ll let you figure those out for yourself. ;)</description>
		<content:encoded><![CDATA[<p>Ok, implemented a dynamic z-index. It was kinda hard actually, since I hadn&#8217;t thought of it from the beginning, so now the code is even more fugly than before. :(<br />
I also did a few other updates, but I&#8217;ll let you figure those out for yourself. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madsen</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-384</link>
		<dc:creator>Madsen</dc:creator>
		<pubDate>Sat, 26 Nov 2005 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-384</guid>
		<description>Yeah, I thought of the same thing. Don&#039;t know if it&#039;s really worth implementing though, but I&#039;ll probably try - at least just for the sake of it.

The code isn&#039;t publically available because it&#039;s fugly, but most of the interesting parts you can actually read in the HTML source. What I&#039;m doing behind the scenes with PHP is really just simple interaction with MySQL.

In the DB table I&#039;ve got the following columns: id, word, x and y. And btw, the words are not images, they&#039;re just in styled &lt;div&gt;&#039;s, as you can see in the source. :) (Making it images would be too much work.)</description>
		<content:encoded><![CDATA[<p>Yeah, I thought of the same thing. Don&#8217;t know if it&#8217;s really worth implementing though, but I&#8217;ll probably try &#8211; at least just for the sake of it.</p>
<p>The code isn&#8217;t publically available because it&#8217;s fugly, but most of the interesting parts you can actually read in the HTML source. What I&#8217;m doing behind the scenes with PHP is really just simple interaction with MySQL.</p>
<p>In the DB table I&#8217;ve got the following columns: id, word, x and y. And btw, the words are not images, they&#8217;re just in styled
<div>&#8216;s, as you can see in the source. :) (Making it images would be too much work.)</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: stfi</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-383</link>
		<dc:creator>stfi</dc:creator>
		<pubDate>Sat, 26 Nov 2005 18:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-383</guid>
		<description>Im assumeing that only one object can be moved by the time. Then, darling, if there is a way/function/handel to know what object is being moved, i guess, resorting the z-index&#039;s will be sufficient?  In other words: Then maybe it will work just by changing the z-index of the object that is being moved, so it becomes the top object, and at the same time move all the objects, previusly above the now moveing object, down a tad.

What is stored for each object? Id, path-to-image, x-, y-, z-index? Is the code in SVN? How do i get access?

xoxx</description>
		<content:encoded><![CDATA[<p>Im assumeing that only one object can be moved by the time. Then, darling, if there is a way/function/handel to know what object is being moved, i guess, resorting the z-index&#8217;s will be sufficient?  In other words: Then maybe it will work just by changing the z-index of the object that is being moved, so it becomes the top object, and at the same time move all the objects, previusly above the now moveing object, down a tad.</p>
<p>What is stored for each object? Id, path-to-image, x-, y-, z-index? Is the code in SVN? How do i get access?</p>
<p>xoxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madsen</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-382</link>
		<dc:creator>Madsen</dc:creator>
		<pubDate>Sat, 26 Nov 2005 14:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-382</guid>
		<description>Yeah, it&#039;s just one big pile - at least for now.
I&#039;ve got a dragStart and dragEnd handler available, so I could use them to modify the z-index while/after dragging. I haven&#039;t really thought much about it, but it&#039;s an interesting point. :)</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s just one big pile &#8211; at least for now.<br />
I&#8217;ve got a dragStart and dragEnd handler available, so I could use them to modify the z-index while/after dragging. I haven&#8217;t really thought much about it, but it&#8217;s an interesting point. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stfi</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-381</link>
		<dc:creator>stfi</dc:creator>
		<pubDate>Sat, 26 Nov 2005 13:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-381</guid>
		<description>That is dead fun. And a superb idea. I might steel it. Or at least the kind of interaction on a site i have to copy. 

- But i can&#039;t help my self for exploring error. Tell me, what controls what object (image with a word) is to be ontop? It seams that they are all stacked in one big pile in a predefined order. That is, fx, the same object will be the top object indepently of the order one (the user) stack them on the screen. Maybe that is just part of the implementation.

</description>
		<content:encoded><![CDATA[<p>That is dead fun. And a superb idea. I might steel it. Or at least the kind of interaction on a site i have to copy. </p>
<p>- But i can&#8217;t help my self for exploring error. Tell me, what controls what object (image with a word) is to be ontop? It seams that they are all stacked in one big pile in a predefined order. That is, fx, the same object will be the top object indepently of the order one (the user) stack them on the screen. Maybe that is just part of the implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sune</title>
		<link>http://lillesvin.net/archives/94/comment-page-1#comment-380</link>
		<dc:creator>Sune</dc:creator>
		<pubDate>Wed, 23 Nov 2005 23:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/94#comment-380</guid>
		<description>Ajax IS nice - although you&#039;ve hit the nail on the head regarding friendliness t&#039;wards older browsers.

In my opinion it is an excellent tool for backends and the like where you&#039;ve got some sort of controlled audience, so to speak.

Im looking forward to understanding what the heck I&#039;m actually commenting on here - I don&#039;t know how to make webpages. But I like&#039;m.</description>
		<content:encoded><![CDATA[<p>Ajax IS nice &#8211; although you&#8217;ve hit the nail on the head regarding friendliness t&#8217;wards older browsers.</p>
<p>In my opinion it is an excellent tool for backends and the like where you&#8217;ve got some sort of controlled audience, so to speak.</p>
<p>Im looking forward to understanding what the heck I&#8217;m actually commenting on here &#8211; I don&#8217;t know how to make webpages. But I like&#8217;m.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

