<?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>What Online</title>
	<atom:link href="http://www.whatonline.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whatonline.co.uk</link>
	<description>Affordable web solutions</description>
	<lastBuildDate>Mon, 26 Oct 2009 09:05:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Handy Bookmarklets</title>
		<link>http://www.whatonline.co.uk/development/handy-bookmarklets/</link>
		<comments>http://www.whatonline.co.uk/development/handy-bookmarklets/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bookmarklet]]></category>

		<guid isPermaLink="false">http://213.175.209.30/~whatonl1/?p=48</guid>
		<description><![CDATA[I spent some time recently playing around with bookmarklets, here's my findings...]]></description>
			<content:encoded><![CDATA[<p>I spent some time recently playing around with bookmarklets.</p>
<blockquote><p>A bookmarklet is an applet, a small computer application, stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. The term is a portmanteau of the terms bookmark and applet. Whether bookmarklet utilities are stored as bookmarks or hyperlinks, they are designed to add one-click functionality to a browser or web page. When clicked, a bookmarklet performs some function, one of a wide variety such as a search query or data extraction. Usually the applet is a JavaScript program. <em>From Wikipedia, the free encyclopedia</em></p></blockquote>
<p>Here&#8217;s what I came up with;</p>
<p>(right click and bookmark the link or drag them to your bookmark bar)</p>
<p><a href="javascript:(function(){whatonline_script=document.createElement('SCRIPT');whatonline_script.type='text/javascript';whatonline_script.src='http://www.whatonline.co.uk/js/bookmarklet2.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(whatonline_script);})();">bookmarklet slide</a></p>
<p>The above bookmarklet pulls in the URL of the page, the page title, creates a link, plus if you highlight any text on the page before clicking it will pull in that selection. Unfortunately I couldn&#8217;t get this to work in Internet Explorer so shelved it. But do feel free to copy the code and see if you can get it to work. Oh, and if you do, let me know so I can use it.</p>
<p><a href="javascript:(function(){f='http://twitter.com/home?status='+encodeURIComponent(document.title)+'%20'+encodeURIComponent(window.location.href)+'&amp;v=5&amp;';a=function(){if(!window.open(f+'noui=1&amp;jump=doclose','whatonline','location=yes,links=no,scrollbars=yes,toolbar=no,width=780,height=400'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()">Tweet Page</a></p>
<p>This will send the title and URL of the page your viewing  to Twitter. It will open up a popup window which is just the right size to fit the top half of the Twitter page in. It helps if your logged into to Twitter for seamless transition. Again, Internet Explorer doesn’t play ball but still does the job by opening a new tab / page.</p>
<p><a href="javascript:(function(){q=window.getSelection();if(!q)%20q='';f='http://twitter.com/home?status='+escape(q)+'%20'+encodeURIComponent(window.location.href)+'&amp;v=5&amp;';a=function(){if(!window.open(f+'noui=1&amp;jump=doclose','whatonline','location=yes,links=no,scrollbars=yes,toolbar=no,width=780,height=400'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()">Tweet Selection</a></p>
<p>As above but Tweets highlighted text on the page your viewing.</p>
<p><a href="javascript:var%20t=document.getElementsByTagName('a');for(i=0;i&lt;t.length;i++){if(t[i].rel.toLowerCase()=='nofollow'){void(t[i].style.border='2px%20dashed%20red');}}">nofollow</a></p>
<p>When clicked it will highlight all nofollow links on the current page.</p>
<p><a href="javascript:(function(){if(frames.length&gt;1)alert('Sorry,%20frames%20detected.');else{wnd=open('','lnkswnd','width=250,height=500,top=0,left=0,scrollbars,resizable');lnks=document.links;with(wnd.document){writeln('&lt;html&gt;&lt;scr'+'ipt&gt;function%20opnUrl(url){opener.location.href=unescape(url);close();}&lt;/scr'+'ipt&gt;');for(var%20i=0;i&lt;lnks.length;i++){writeln(' &lt;li&gt;&lt;a%20href=%22javascript:opnUrl(\''+escape(lnks[i].href)+'\')%22&gt;'+lnks[i].innerHTML+'&lt;/a&gt;&lt;/li&gt; &lt;p&gt;');}writeln('&lt;/html&gt;');close();}}})()">Get URL&#8217;s</a></p>
<p>When clicked will list all links on the current page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatonline.co.uk/development/handy-bookmarklets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Social?</title>
		<link>http://www.whatonline.co.uk/social-media/are-you-social/</link>
		<comments>http://www.whatonline.co.uk/social-media/are-you-social/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:16:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://213.175.209.30/~whatonl1/?p=43</guid>
		<description><![CDATA[Twitter, Blogs, LinkedIn, Facebook and YouTube &#8211; micro blogging, social networking and video hosting websites aren&#8217;t the future of online marketing, they&#8217;re the present!]]></description>
			<content:encoded><![CDATA[<p>Twitter, Blogs, LinkedIn, Facebook and YouTube &#8211; micro blogging, social networking and video hosting websites aren&#8217;t the future of online marketing, they&#8217;re the present!<span id="more-43"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatonline.co.uk/social-media/are-you-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Shortcuts</title>
		<link>http://www.whatonline.co.uk/social-media/twitter-shortcuts/</link>
		<comments>http://www.whatonline.co.uk/social-media/twitter-shortcuts/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 09:30:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://213.175.209.30/~whatonl1/?p=40</guid>
		<description><![CDATA[Some handy Twitter shortcuts...]]></description>
			<content:encoded><![CDATA[<p>Some handy Twitter shortcuts&#8230;<span id="more-40"></span></p>
<ul>
<li><strong>ON</strong>: turns phone notifications on</li>
<li><strong>OFF</strong>: turns phone notifications off</li>
<li><strong>FOLLOW username</strong>: turns on notifications for a specific individual</li>
<li><strong>LEAVE username</strong>: turns off notifications for a specific individual</li>
<li><strong>D username</strong>: sends a private message to a specific individual</li>
<li><strong>@username</strong>: sends a public message to a specific individual; this message will archive in their replies tab, and be visible on your profile page</li>
<li><strong>WHOIS username</strong>: returns bio info for a Twitter member</li>
<li><strong>GET username</strong>: returns the last update from a specific individual</li>
<li><strong>FAVE username</strong>: marks the last update of a user as a favorite</li>
<li><strong>TRACK word</strong>: returns updates from the Twitter community containing the tracked word</li>
<li><strong>TRACKING</strong>: returns a list of words you&#8217;re tracking</li>
<li><strong>UNTRACK word</strong>: stops tracking a word</li>
<li><strong>UNTRACK all</strong>: stops tracking all words</li>
<li><strong>INVITE mobile number or email address</strong>: invites a friend via SMS/text message to join Twitter</li>
<li><strong>STATS</strong>: returns statistics</li>
</ul>
<p>Here are some advance search phrases you can use&#8230;</p>
<p><strong>All of these words</strong> test<br />
<strong>This exact phrase</strong> &#8220;test&#8221;<br />
<strong>Any of these words</strong> test</p>
<p><strong>None of these words</strong> -test<br />
<strong>This hashtag</strong> #test<br />
<strong>From this person</strong> from:test<br />
<strong>To this person</strong> to:test</p>
<p><strong>Referencing this person</strong> @test<br />
<strong>Since this date</strong> since:2009-06-23<br />
<strong>Until this date</strong> until:2009-06-29<br />
<strong>Near this place</strong> near:london</p>
<p><strong>Within this distance</strong> within:15mi<br />
<strong>With positive attitude</strong> <img src='http://www.whatonline.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<strong>With negative attitude</strong> <img src='http://www.whatonline.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
<strong>Asking a question</strong> ?</p>
<p><strong>Containing links</strong> filter:links<br />
<strong>Written in</strong> English</p>
<p>If you have any more <a rel="nofollow" href="http://twitter.com/whatonline">follow</a> or <a rel="nofollow" href="contact.php">contact</a> me and I will add them to the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatonline.co.uk/social-media/twitter-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select Box and Z-index problem fixed</title>
		<link>http://www.whatonline.co.uk/development/select-box-and-z-index-problem-fixed/</link>
		<comments>http://www.whatonline.co.uk/development/select-box-and-z-index-problem-fixed/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 14:11:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://213.175.209.30/~whatonl1/?p=36</guid>
		<description><![CDATA[Menu Item 1 Sub Menu 1 Sub Menu 2 Sub Menu 3 Sub Menu 4 Sub Menu 5 Sub Menu 6 Sub Menu 7 Menu Item 2 Sub Menu 1 Sub Menu 2 Sub Menu 3 Sub Menu 4 Sub Menu 5 Sub Menu 6 Sub Menu 7 Menu Item 3 Sub Menu 1 Sub [...]]]></description>
			<content:encoded><![CDATA[<div class="menu">
<ul>
<li><a href="#">Menu Item 1<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><iframe></iframe><br />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><![endif]--></p>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a></li>
<li><a href="#">Sub Menu 3</a></li>
<li><a href="#">Sub Menu 4</a></li>
<li><a href="#">Sub Menu 5</a></li>
<li><a href="#">Sub Menu 6</a></li>
<li><a href="#">Sub Menu 7</a></li>
</ul>
<p><!--[if lte IE 6]></td>
</tr>
</table>
<p></a><![endif]-->
		</li>
<li><a href="#">Menu Item 2<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><br />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><![endif]--></p>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a></li>
<li><a href="#">Sub Menu 3</a></li>
<li><a href="#">Sub Menu 4</a></li>
<li><a href="#">Sub Menu 5</a></li>
<li><a href="#">Sub Menu 6</a></li>
<li><a href="#">Sub Menu 7</a></li>
</ul>
<p><!--[if lte IE 6]></td>
</tr>
</table>
<p></a><![endif]-->
		</li>
<li><a href="#">Menu Item 3<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><iframe class="show"></iframe><br />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><![endif]--></p>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a></li>
<li><a href="#">Sub Menu 3</a></li>
<li><a href="#">Sub Menu 4</a></li>
<li><a href="#">Sub Menu 5</a></li>
<li><a href="#">Sub Menu 6</a></li>
<li><a href="#">Sub Menu 7</a></li>
</ul>
<p><!--[if lte IE 6]></td>
</tr>
</table>
<p></a><![endif]--></p>
</li>
</ul>
</div>
<p></p>
<form action="#">
<fieldset>
<select name="select1">
<option>Text box is wide to spread accross all menu drop downs</option>
</select>
<p></p>
<select name="select1">
<option>Text box is wide to spread accross all menu drop downs</option>
</select>
<p></p>
<select name="select1">
<option>Text box is wide to spread accross all menu drop downs</option>
</select>
</fieldset>
</form>
<p></p>
<p>In IE6, select boxes will always appear on top of other elements, regardless of z-index settings, however, an iframe will hide the select box&hellip;</p>
<p>Encase you didn&rsquo;t know, in IE6, windowed controls such as a select box will always cover DHTML layers. This means if you have a div that floats over a select box no matter what z-index you apply to it the select box will always show on top of the div. A common example of this problem is css menus hovering over filter select boxes as the above example demostrates.</p>
<p>A common solution to this problem is to hide windowed controls when displaying a div &ndash; this isn&rsquo;t a great solution but it&rsquo;s better than having a select box break through a hovered menu.</p>
<p>Our solution is to use an iframe (which is another windowed control) to cover the select box. Our solution isn&rsquo;t unique as its been used many times before using javascript &#8211; our solution is unique in the way it uses pure CSS.</p>
<p>We&rsquo;ll use the common problem of drop down menus over select boxes as above. The left hover menu has the fix, the center menu does not and the right hover menu has half the fix. (make sure you view the example page in IE6)</p>
<p>As you can see in IE6 the center select boxes appears on top of the center drop down menu. For the fix all we need to add is an iframe to cover the select box. Place an empty iframe within the anchor tag of the menu item.</p>
<p>Now add the css&hellip;The menu anchor in our example has position relative set for the hover menu to work, this enables us to position the iframe absolute from the anchor. Add the position coordinates top and left and give the iframe a height and width. We can view the iframe positioned over the select boxes within the browser. Make sure that the iframe is of the same width as your drop down menu. Website&#8217;s with dynamically powered menus may struggle to get the exact size and coordinates of the iframe. Once the iframe is in position and covers the select box where the menu drops down we can hide the iframe with visibility:hidden and then on the hover state of the anchor making it visible.</p>
<p>Obviously this fix will work with smaller basic menus and not dynamic menus but normally its only one or two items that will hover over a select box and not the entire menu, and it may be just one small select box that needs covering.</p>
<p><br class="clear">
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.whatonline.co.uk/development/select-box-and-z-index-problem-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
