<?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>Winn.ws &#187; prototype</title>
	<atom:link href="http://winn.ws/archives/tag/prototype/feed" rel="self" type="application/rss+xml" />
	<link>http://winn.ws</link>
	<description>Standards-based design &#38; development</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Winn Scriptatype: 1.7</title>
		<link>http://winn.ws/archives/169</link>
		<comments>http://winn.ws/archives/169#comments</comments>
		<pubDate>Wed, 15 Oct 2008 02:17:58 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WinnScriptatype]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=169</guid>
		<description><![CDATA[I wanted to re-cap the new adds in 1.7 for rails. The new method calls are as listed:

# Added V1.7b
textlink_do_fade
textlink_do_puff
textlink_do_blindup
textlink_do_dropout

You can build any of the above calls with:

textlink_do_fade&#40;'Link Text','divYouWantToUpdate',&#123;***&#125;,&#123;****&#125;&#41;

Visit the project for more info on how to use the latest methods and more. Winn Scriptatype project home page. at Ruby On Rails Railway.
]]></description>
			<content:encoded><![CDATA[<p>I wanted to re-cap the new adds in 1.7 for rails. The new method calls are as listed:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#008000; font-style:italic;"># Added V1.7b</span>
textlink_do_fade
textlink_do_puff
textlink_do_blindup
textlink_do_dropout</pre></div></div>

<p>You can build any of the above calls with:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">textlink_do_fade<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">'Link Text'</span>,<span style="color:#996600;">'divYouWantToUpdate'</span>,<span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#006600; font-weight:bold;">***</span><span style="color:#006600; font-weight:bold;">&#125;</span>,<span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#006600; font-weight:bold;">****</span><span style="color:#006600; font-weight:bold;">&#125;</span><span style="color:#006600; font-weight:bold;">&#41;</span></pre></div></div>

<p>Visit the project for more info on how to use the latest methods and more. <a href="http://rubyonrailsrailway.com/winnscriptatype">Winn Scriptatype project home page.</a> at <a href="http://rubyonrailsrailway.com/">Ruby On Rails Railway</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Product: Winn Tracker</title>
		<link>http://winn.ws/archives/128</link>
		<comments>http://winn.ws/archives/128#comments</comments>
		<pubDate>Tue, 25 Mar 2008 14:25:32 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Winn Tracker]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.winn.ws/archives/128</guid>
		<description><![CDATA[Something i have been working on for about three or four weeks now is something called &#8220;Winn Tracker&#8221;. This new product will have the ability to track page views, downloads and user information in your own custom application or website. Winn Tracker will allow you to make a call to the database to track info [...]]]></description>
			<content:encoded><![CDATA[<p>Something i have been working on for about three or four weeks now is something called &#8220;Winn Tracker&#8221;. This new product will have the ability to track page views, downloads and user information in your own custom application or website. Winn Tracker will allow you to make a call to the database to track info 3 ways.</p>
<blockquote>
<p>1. Direct Link (http://your domain.tld/pathto/tracker&#8230;)</p>
<p>2. PHP Class link ($a->hit(&#8216;info to send&#8217;,['userName' => 'Bob']);)</p>
<p>3. Ajax link, out of the three this is the preferred method of communication. I have build a new Javascript function on top of prototype to build the call and then use the Ajax.Request function. (Winnjs.Hit(&#8217;send info&#8217;,['username:Bob']))</p>
</blockquote>
<p>The first launch of this will be in just a few short days and then the full release will be in about a month. The first release of this will not have a backend tool for the admin area. Version 2 will have a full admin area where you can create the three above calls with options, with little programing experience.</p>
<p>This system will come light with only about 1.5 megs of files and only 3 tables to install to your mysql database. Version 2 will come with a full install script along with many more options for non developers to use.</p>
<p><strong>I will keep you posted on new changes to this and when it will launch.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/128/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 4/10 queries in 0.004 seconds using memcached
Content Delivery Network via Amazon Web Services: CloudFront: dhbbuddo7esu2.cloudfront.net

Served from: winn.ws @ 2010-09-09 22:36:39 -->