<?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>Marketer's Geek</title>
	<atom:link href="http://marketersgeek.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://marketersgeek.com</link>
	<description>Technical Helps, Twists And Turns To Take You To The Top!</description>
	<lastBuildDate>Sat, 28 Aug 2010 14:48:54 +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>Another Amazing Deal !!!</title>
		<link>http://marketersgeek.com/?p=14</link>
		<comments>http://marketersgeek.com/?p=14#comments</comments>
		<pubDate>Sat, 28 Aug 2010 14:47:12 +0000</pubDate>
		<dc:creator>Marketer</dc:creator>
				<category><![CDATA[Great Deals]]></category>
		<category><![CDATA[Great Deals - But Hurry!]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marketersgeek.com/?p=14</guid>
		<description><![CDATA[&#160;
The best kind of deals for iMers (and maybe anyone) are deals with lifetime membership and high quality PLR.
I&#8217;d like to introduce you to 2 of these deals &#8212; only 1 is available to you IF&#160;YOU&#160;HURRY&#8230;
If you like minisite graphics, and want beautiful graphics for LIFE, hussle your butt over to this WSO here:
http://www.warriorforum.com/warrior-special-offers-forum/253809-popular-warrior-puts-himself-out-business-save-over-600-now.html#post2526246
&#160;
&#160;
&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>The best kind of deals for iMers (and maybe anyone) are deals with lifetime membership and high quality PLR.</p>
<p>I&#8217;d like to introduce you to 2 of these deals &#8212; only 1 is available to you IF&nbsp;YOU&nbsp;HURRY&#8230;</p>
<p>If you like minisite graphics, and want beautiful graphics for LIFE, hussle your butt over to this WSO here:</p>
<p>http://www.warriorforum.com/warrior-special-offers-forum/253809-popular-warrior-puts-himself-out-business-save-over-600-now.html#post2526246</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://marketersgeek.com/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tooltips</title>
		<link>http://marketersgeek.com/?p=7</link>
		<comments>http://marketersgeek.com/?p=7#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:56:16 +0000</pubDate>
		<dc:creator>Marketer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marketersgeek.com/?p=7</guid>
		<description><![CDATA[This is going to be an ongoing exploration into &#34;tooltips&#34;
Tooltips are those little pieces of text that pop up when you scroll over them.&#160; They show up for a moment or two and then hide themselves away.
For instance, mouse over the following word:&#160;tooltip.
When you did this, you most likely saw a yellowish box pop up [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to be an ongoing exploration into &quot;tooltips&quot;</p>
<p>Tooltips are those little pieces of text that pop up when you scroll over them.&nbsp; They show up for a moment or two and then hide themselves away.</p>
<p>For instance, mouse over the following word:&nbsp;<span title="Tooltips are a feature of HTML 4.0">tooltip.</span></p>
<p><span title="Tooltips are a feature of HTML 4.0">When you did this, you most likely saw a yellowish box pop up with the text &quot;Tooltips are a feature of HTML 4.0&quot;</span></p>
<p>So&#8230;I&#8217;m going to assume you know a little bit about html.</p>
<p>HTML is noted for &quot;marking up&quot; text, and does so by enclosing affected text in a tag &#8212; actually, enclosing the text in a &quot;begin&quot; tag and and &quot;end&quot; tag.</p>
<p>So the tag has a name, a label, and a &quot;begin tag&quot; and an &quot;end tag.&quot;</p>
<p>All tags begin and end the same way &#8212; beginning tags simply surround the text label with angle brackets.&nbsp; End tags look nearly the same, except before the opening angle bracket, it has a forward slash.</p>
<p>For instance, a common tag is the paragraph tag &quot;&lt;p&gt;&quot;</p>
<p>The name of the tag is &quot;pararaph tag.&quot;</p>
<p>The label of the tag is &quot;p&quot;</p>
<p>The beginning, or opening tag is: &lt;p&gt;</p>
<p>And the ending or closing tag is: &lt;/p&gt;</p>
<p>(This is generally how the tags work &#8212; there are some exceptions, and the exceptions can vary, as well, depending upon what version of HTML you are using.)</p>
<p style="text-align: center;"><strong>All Tags Can Have Attributes</strong></p>
<p style="text-align: left;">If tags are a food, attributes are like spices that add dimensionality &#8212; for instance, like a tooltip.</p>
<p style="text-align: left;">Not all tags can have all attributes &#8212; some are unique to particular tags.</p>
<p style="text-align: left;">But in the case of tooltips, the attribute that is used can be used with ANY&nbsp;tag.</p>
<p style="text-align: left;">And that attribute is the &quot;title&quot; attribute.</p>
<p style="text-align: left;">So, in the demonstration above, I simply used a &quot;span&quot; tag, the label of which is &quot;span&quot;.</p>
<p style="text-align: left;">&lt;span title=&quot;Tooltips are a feature of HTML 4.0&gt;tooltips&lt;/span&gt;</p>
<p style="text-align: left;">And that&#8217;s how I made the tooltip above.</p>
<p style="text-align: left;">Just put in a title attribute into a surrounding tag.</p>
<p style="text-align: center;"><strong>Interesting Uses of Tooltips</strong></p>
<p style="text-align: left;">When exploring google to learn more about tooltips, the page I&nbsp;found and enjoyed also used Kontera.&nbsp; Kontera is a type of contextual advertising.&nbsp; It works a lot like tooltips in that you can hover over a word and a display comes up.</p>
<p style="text-align: left;">There are a couple of things that are different about what Kontera does, though.</p>
<p style="text-align: left;">First, it makes use of javascript to create the effect.</p>
<p style="text-align: left;">Second, it also uses a double-underline to indicate a word of interest.</p>
<p style="text-align: left;">Third, the display is quite unique.</p>
<p style="text-align: left;">We&#8217;ll look more into Kontera and other sites that use tooltip variations in the future.</p>
<p style="text-align: left;">Hope you&#8217;ve found this intereseting and useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://marketersgeek.com/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The First Post!</title>
		<link>http://marketersgeek.com/?p=4</link>
		<comments>http://marketersgeek.com/?p=4#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:39:04 +0000</pubDate>
		<dc:creator>Marketer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marketersgeek.com/?p=4</guid>
		<description><![CDATA[Hi,&#160; and welcome to the Marketer&#8217;s Geek blog.
That&#8217;s me, Judy Kettenhofen, and I am both a marketer and a geek.
So join me as we explore the Jungle we know as the web!
]]></description>
			<content:encoded><![CDATA[<p>Hi,&nbsp; and welcome to the Marketer&#8217;s Geek blog.</p>
<p>That&#8217;s me, Judy Kettenhofen, and I am both a marketer and a geek.</p>
<p>So join me as we explore the Jungle we know as the web!</p>
]]></content:encoded>
			<wfw:commentRss>http://marketersgeek.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
