<?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>MacNative&#187; framework</title>
	<atom:link href="http://www.macnative.com/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macnative.com</link>
	<description>A day in my life....technically. Speaking of Apple, Web Development, and Digital Goodness</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:59:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS3 Gradients Made Easy</title>
		<link>http://www.macnative.com/css3-gradients-made-easy/</link>
		<comments>http://www.macnative.com/css3-gradients-made-easy/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:28:19 +0000</pubDate>
		<dc:creator>bdoga</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[WebDevelopment]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.macnative.com/?p=243</guid>
		<description><![CDATA[Gradients are used virtually everywhere to improve the overal look and feel of most designs and applications. But up until recently these great graphical niceties on the web always had to be represented by a small or large graphic file, which depending on the skill of the designer/developer could add significant bloat to a website. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-244" title="Screen shot 2011-10-09 at 12.29.51 AM" src="http://www.macnative.com/wp-content/2011/10/Screen-shot-2011-10-09-at-12.29.51-AM-300x270.png" alt="" width="240" height="216" /></p>
<p>Gradients are used virtually everywhere to improve the overal look and feel of most designs and applications. But up until recently these great graphical niceties on the web always had to be represented by a small or large graphic file, which depending on the skill of the designer/developer could add significant bloat to a website.</p>
<p>On to the scene enters CSS3 with many new features that (when properly utilized by compliant web browsers)  make the seemingly simple websites come alive. One of my favorite new features is the CSS Gradient. Now rather than adding bloat to a site with multiple graphics to improve the sites look and feel, now that can all be taken care of with just a few lines of CSS rules.</p>
<p>Now this new advancement in site design as powerful as it is, can be cumbersome, especially if the gradient is technically advanced with multiple stops and color changes. The raw development of the right CSS rule could take a significant amount of time, but no longer.</p>
<p>Thanks to <a title="The creator of the Ultimate CSS Gradient Generator and ColorZilla" href="http://www.iosart.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.iosart.com/?referer=');">Alex Sirota (iosart),</a> web developers around the world now have free access to an amazing tool that significantly increases your CSS3 productivity. <a title="Easily Create Advanced CSS3 Gradient Rule Sets" href="http://www.colorzilla.com/gradient-editor/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.colorzilla.com/gradient-editor/?referer=');">The Ultimate CSS Gradient Generator</a> provides a easy to use (and fairly familiar interface for Photoshop Users) that not only allows you to create new gradients, but you can also save previous favorite presets, import gradient code from CSS, and import an image with a gradient on it.</p>
<p>I have used this tool a ton, and highly recommend it to any developers that are going to work with CSS3 Gradients in any way.</p>
<p>Head On Over To:</p>
<p><a title="The Ultimate CSS Gradient Generator" href="http://www.colorzilla.com/gradient-editor/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.colorzilla.com/gradient-editor/?referer=');">The Ultimate CSS Gradient Generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macnative.com/css3-gradients-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Framework of Choice</title>
		<link>http://www.macnative.com/javascript-framework-of-choice/</link>
		<comments>http://www.macnative.com/javascript-framework-of-choice/#comments</comments>
		<pubDate>Fri, 02 May 2008 17:26:30 +0000</pubDate>
		<dc:creator>bdoga</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[WebDevelopment]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.macnative.com/?p=7</guid>
		<description><![CDATA[My JavaScript framework of choice is MooTools. MooTools is a very compact, useful, and extensible JavaScript framework. I have used it on several sites that I and my codevelopers have created, I have been impressed by how easy the integration is, the speed of development with MooTools is amazing. It doesn&#8217;t carry the bloat that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-201" title="mootools_logo" src="http://www.macnative.com/wp-content/2008/05/mootools_logo.jpg" alt="" width="160" height="160" />My JavaScript framework of choice is <a title="Mootools Javascript Framework Homepage" href="http://www.mootools.net" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mootools.net?referer=');">MooTools</a>. MooTools is a very compact, useful, and extensible JavaScript framework. I have used it on several sites that I and my codevelopers have created, I have been impressed by how easy the integration is, the speed of development with MooTools is amazing. It doesn&#8217;t carry the bloat that similar frameworks carry with them, ie: Prototype. All in all a very exciting platform to work with.</p>
<p>I look forward to the enhancements that will be made available with the 1.2 release. Exciting.</p>
<p>In later posts I will share and discuss scripts that use/extend the base functionality of MooTools to create some very amazing, usability enhancing, tools and effects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macnative.com/javascript-framework-of-choice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

