<?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>EB Arts Creative Industries &#187; Widget Software</title>
	<atom:link href="http://eb-arts.com/tag/widget-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://eb-arts.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Feb 2011 15:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
<link>http://eb-arts.com</link>
<url>http://eb-arts.com/wp-content/mbp-favicon/favicon.ico</url>
<title>EB Arts Creative Industries</title>
</image>
		<item>
		<title>Widgets, Thingamabobs, and Doohickeys</title>
		<link>http://eb-arts.com/2008/01/widgets-thingamabobs-and-doohickeys/</link>
		<comments>http://eb-arts.com/2008/01/widgets-thingamabobs-and-doohickeys/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 11:04:12 +0000</pubDate>
		<dc:creator>Eric Brown</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Computer Programming]]></category>
		<category><![CDATA[Computer User]]></category>
		<category><![CDATA[Desktop Widgets]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Graphical User Interfaces]]></category>
		<category><![CDATA[Host Software]]></category>
		<category><![CDATA[Interface Element]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Physical Counterparts]]></category>
		<category><![CDATA[Software System]]></category>
		<category><![CDATA[Web Widgets]]></category>
		<category><![CDATA[What Is A Widget]]></category>
		<category><![CDATA[Widget Engine]]></category>
		<category><![CDATA[Widget Software]]></category>
		<category><![CDATA[Widget Toolkits]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://everythingartanddesign.com/blog/widgets-thingamabobs-and-doohickeys/</guid>
		<description><![CDATA[There are innumerable ways to add content to a website.  One way is the use of widgets.  But what is a widget?  How do you use them?  Where can you use them?  These are questions that plagued me at one point and led to endless hours researching on the internet. There are (according to Wikipedia) [...]]]></description>
			<content:encoded><![CDATA[<p>There are innumerable ways to add content to a website.  One way is the use of widgets.  But what is a widget?  How do you use them?  Where can you use them?  These are questions that plagued me at one point and led to endless hours researching on the internet.</p>
<p>There are (according to Wikipedia) 4 types of widgets and widget software.  They are as follows:<span id="more-13"></span></p>
<ul>
<li>Widget Engine: In computer software, a <strong>widget engine</strong> is a host software system for running and displaying <strong>desktop widgets</strong> on the <a title="Desktop metaphor" href="http://en.wikipedia.org/wiki/Desktop_metaphor">desktop</a>. Desktop widgets are physically inspired <a title="Applet" href="http://en.wikipedia.org/wiki/Applet">applets</a> that give access to information and frequently used functions such as clocks, calendars, news aggregators etc.<br />
The widget model is attractive because of ease of development. Most widgets can be created with a few images and about 10 to several hundred lines of <a title="XML" href="http://en.wikipedia.org/wiki/XML">XML</a>/<a title="JavaScript" href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a>/<a title="VBScript" href="http://en.wikipedia.org/wiki/VBScript">VBScript</a>.</li>
<li>GUI Widget:  In computer programming, a <strong>widget</strong> (or <strong>control</strong>) is an interface element that a computer user interacts with, such as a <a title="Window (computing)" href="http://en.wikipedia.org/wiki/Window_%28computing%29">window</a> or a <a title="Text box" href="http://en.wikipedia.org/wiki/Text_box">text box</a>. Widgets are sometimes qualified as <em>virtual</em> to distinguish them from their physical counterparts, e.g. <a title="Button (computing)" href="http://en.wikipedia.org/wiki/Button_%28computing%29"><em>virtual</em> buttons</a> that can be clicked with a mouse <a title="Cursor (computers)" href="http://en.wikipedia.org/wiki/Cursor_%28computers%29">cursor</a>, vs. physical <a title="Button (control)" href="http://en.wikipedia.org/wiki/Button_%28control%29">buttons</a> that can be pressed with a finger. Widgets are often packaged together in <a title="Widget toolkit" href="http://en.wikipedia.org/wiki/Widget_toolkit">widget toolkits</a>. Programmers use widgets to build <a title="Graphical user interface" href="http://en.wikipedia.org/wiki/Graphical_user_interface">graphical user interfaces</a> (GUIs).</li>
<li>Web Widget:  The <strong>web widget</strong> is a portable chunk of code that can be installed and executed within any separate <a title="HTML" href="http://en.wikipedia.org/wiki/HTML">HTML</a>-based web page by an end user without requiring additional <a title="Compiler" href="http://en.wikipedia.org/wiki/Compiler">compilation</a>. They are derived from the idea of reusable code that has existed for years. Other terms used to describe web widgets including: gadget, badge, module, capsule, snippet, mini and flake. Web widgets often but not always use <a title="DHTML" href="http://en.wikipedia.org/wiki/DHTML">DHTML</a>, <a title="JavaScript" href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a>, or <a title="Adobe Flash" href="http://en.wikipedia.org/wiki/Adobe_Flash">Adobe Flash</a>.</li>
<li>Mobile Widget:  The <strong>mobile widget is</strong> essentially the same thing as the GUI widget, but it is designed for use on mobile devices</li>
</ul>
<p>So now that you have an idea of what a widget is and what you can do with it, where do get them?  Personally, I try to limit my resources for such things to as few as possible.  With so much on the internet in regards to things like this one can get bogged down with info quite quickly.  So here are some resources for widgets:</p>
<p><a href="http://www.springwidgets.com/">http://www.springwidgets.com/</a><br />
<a href="http://www.widgetbox.com/">http://www.widgetbox.com/</a><br />
<a href="http://www.oneqube.com/">http://www.oneqube.com/</a></p>
<p>There are widgets for nearly anything you can think of.  If you can’t find a widget for what you want, both of the sources listed above have resources for creating your own widgets.  They can be placed nearly anywhere, too.  There are widgets specifically designed for use with sites such as MySpace, MyYearbook, Facebook, and also, desktops for PC and Mac.  So whatever your needs are for content, widgets may be the answer.</p>
<p><span class="style11"><span style="color: #808080; font-size: xx-small;">http://en.wikipedia.org/wiki/Widgets</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://eb-arts.com/2008/01/widgets-thingamabobs-and-doohickeys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/19 queries in 0.500 seconds using disk: basic
Object Caching 317/371 objects using disk: basic

Served from: eb-arts.com @ 2012-05-23 00:20:51 -->
