<?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>Working Beta &#187; handlers</title>
	<atom:link href="http://seeds.workingbeta.com/tag/handlers/feed/" rel="self" type="application/rss+xml" />
	<link>http://seeds.workingbeta.com</link>
	<description>a bounch of nearly working code</description>
	<lastBuildDate>Wed, 10 Feb 2010 21:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resizable HTML elements</title>
		<link>http://seeds.workingbeta.com/2009/06/05/resizable-html-elements/</link>
		<comments>http://seeds.workingbeta.com/2009/06/05/resizable-html-elements/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 13:47:46 +0000</pubDate>
		<dc:creator>gc</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Seeds]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Element]]></category>
		<category><![CDATA[handlers]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://seeds.workingbeta.com/?p=53</guid>
		<description><![CDATA[So, first elements of a visual interface ar draggable/resizable interface elements.
I decided to extend Prototype Element&#8217;s properties so that it can become really easy to add resize handlers to a given element. The code is fully working, thoug some extra features still need some tweaking. you can have 1 to 8 handlers, a callback fired [...]]]></description>
			<content:encoded><![CDATA[<p>So, first elements of a visual interface ar draggable/resizable interface elements.</p>
<p>I decided to extend Prototype Element&#8217;s properties so that it can become really easy to add resize handlers to a given element. The code is fully working, thoug some extra features still need some tweaking. you can have 1 to 8 handlers, a callback fired up upon the end of the resizing process, and a snap function [here i just copy/pasted scriptaculous code...].</p>
<p>what&#8217;s is still missing is:</p>
<ul>
<li>a better templating system for the handlers</li>
<li>better handling for elements; you can resize a TD element, but the table remains somewhat corrupted [I know were to fix it, but i just have soo many things to do]</li>
<li>complete the &#8216;mode&#8217; selector, just like you jave in Osx, XP, Kde, you can choose wether resize the original element or a copy [or a wireframed div]</li>
</ul>
<p>code is <a href="http://www.workingbeta.com/seeds/HtmlResizer.zip">here</a>, shall anyone like to jelp me finishing it, you&#8217;re welcome</p>
<p>Well, after all I think it&#8217;s really time to start writing some real stuff for my [our?!] visual IDE for webapps, so stay tuned and expect news in short time</p>
<p>Update: a really better method to&#8217; resize element is by using jqueryui classes, so update tour bookmarks. </p>
]]></content:encoded>
			<wfw:commentRss>http://seeds.workingbeta.com/2009/06/05/resizable-html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
