<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>the_world_of_music</title>
	<atom:link href="http://super7.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://super7.wordpress.com</link>
	<description>Just another music weblog</description>
	<lastBuildDate>Mon, 12 Oct 2009 16:37:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='super7.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/704efcc866ad9514b968591e8236b15f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>the_world_of_music</title>
		<link>http://super7.wordpress.com</link>
	</image>
			<item>
		<title>ASPX HitCounter</title>
		<link>http://super7.wordpress.com/2009/10/12/aspx-hitcounter/</link>
		<comments>http://super7.wordpress.com/2009/10/12/aspx-hitcounter/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:36:48 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/?p=97</guid>
		<description><![CDATA[Had to rewrite my Hit Counter for ASPX.

dim authuser
dim pager
dim myconn
dim connstring
dim selecter
dim listy
dim bongo
dim inserter
dim listy1
dim sel
dim listy2
dim numb
dim writer
dim listy3
dim s1
dim s2
dim s3
dim s4
dim s5
dim s6
dim area51
dim area52
dim r1
dim r2
authuser = ChkEmailuserToCheck
pager = "home"
MyConn=Server.CreateObject("ADODB.Connection")
connstring="Provider=SQLOLEDB.1;Password=hedgehog;Persist Security Info=False;User ID=websrv;Initial Catalog=websrv;Data Source=yardibck"
MyConn.Open(connstring)
selecter = "select Count(authname) as countr from Names where authname ='" &#38; authuser &#38; "';"
listy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=97&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Had to rewrite my Hit Counter for ASPX.</p>
<p><code></p>
<p>dim authuser<br />
dim pager<br />
dim myconn<br />
dim connstring<br />
dim selecter<br />
dim listy<br />
dim bongo<br />
dim inserter<br />
dim listy1<br />
dim sel<br />
dim listy2<br />
dim numb<br />
dim writer<br />
dim listy3<br />
dim s1<br />
dim s2<br />
dim s3<br />
dim s4<br />
dim s5<br />
dim s6<br />
dim area51<br />
dim area52<br />
dim r1<br />
dim r2</p>
<p>authuser = ChkEmailuserToCheck<br />
pager = "home"</p>
<p>MyConn=Server.CreateObject("ADODB.Connection")<br />
connstring="Provider=SQLOLEDB.1;Password=hedgehog;Persist Security Info=False;User ID=websrv;Initial Catalog=websrv;Data Source=yardibck"<br />
MyConn.Open(connstring)</p>
<p>selecter = "select Count(authname) as countr from Names where authname ='" &amp; authuser &amp; "';"<br />
listy = MyConn.Execute(selecter)<br />
bongo = listy("countr").value</p>
<p>if bongo = 0 then</p>
<p>inserter = "Insert into Names (authname, logins, pager, dater) values ('" &amp; authuser &amp; "', '1', 'default', '" &amp; now() &amp; "');"<br />
listy1 = MyConn.Execute(inserter)</p>
<p>else</p>
<p>sel = "select logins as logger from Names where authname = '" &amp; authuser &amp; "';"<br />
listy2 = MyConn.Execute(sel)</p>
<p>numb = listy2("logger").value</p>
<p>numb = numb + 1</p>
<p>writer = "update names set logins = '" &amp; numb &amp; "', dater = '" &amp; now() &amp; "' where authname = '" &amp; authuser &amp; "';"<br />
listy3 = MyConn.Execute(writer)</p>
<p>end if</p>
<p>s1 = "select count(dater) as dtr from names1 where datediff(d, dater, getdate()) = '0'"<br />
s2 = MyConn.Execute(s1)<br />
if s2("dtr").value = 0 then<br />
s3 = "insert into names1 (dater, counter) values ('" &amp; now() &amp; "','1')"<br />
s4 = MyConn.Execute(s3)<br />
else</p>
<p>r1 = "select counter from names1 where datediff(d, dater, getdate()) = '0'"<br />
r2 = MyConn.execute(r1)</p>
<p>area51 = r2("counter").value<br />
area52 = area51 + 1<br />
s5 = "update names1 set counter = '"&amp; area52 &amp; "';"<br />
s6 = MyConn.execute(s5)</p>
<p>end if</p>
<p></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=97&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2009/10/12/aspx-hitcounter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>
	</item>
		<item>
		<title>ajax nested dropdown boxes</title>
		<link>http://super7.wordpress.com/2009/10/06/ajax-nested-dropdown-boxes/</link>
		<comments>http://super7.wordpress.com/2009/10/06/ajax-nested-dropdown-boxes/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:58:51 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/?p=94</guid>
		<description><![CDATA[// &#60;![CDATA[
//globals
var first = &#34;topic&#34;; //id of first SELECT
var second = &#34;callconsultant&#34;; //id of second SELECT
var third = &#34;fullname&#34;;
//
function sendRequest(url,params,HttpMethod) {
if(!HttpMethod) { //check if http method is defined, if not, set it to GET
HttpMethod=&#34;GET&#34;;
}
//
// initialize request object
req=null;
if(window.XMLHttpRequest){
req=new XMLHttpRequest; //mozilla/safari
} else if(window.ActiveXObject){
req=new ActiveXObject(&#34;Microsoft.XMLHTTP&#34;); //internet explorer
}
//
//define callback handler
if(req) {
//
req.onreadystatechange=onReadyState;
req.open(HttpMethod,url,true);
req.setRequestHeader(&#34;Content-Type&#34;,&#34;application/x-www-form-urlencoded&#34;);
req.send(params);
}
}
//
function onReadyState() {
//
var ready=req.readyState;
var data=null;
if(ready==4){ //check ready state
data=req.responseText; //read [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=94&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code>// &lt;![CDATA[<br />
//globals<br />
var first = &quot;topic&quot;; //id of first SELECT<br />
var second = &quot;callconsultant&quot;; //id of second SELECT<br />
var third = &quot;fullname&quot;;<br />
//<br />
function sendRequest(url,params,HttpMethod) {<br />
if(!HttpMethod) { //check if http method is defined, if not, set it to GET<br />
HttpMethod=&quot;GET&quot;;<br />
}<br />
//<br />
// initialize request object<br />
req=null;<br />
if(window.XMLHttpRequest){<br />
req=new XMLHttpRequest; //mozilla/safari<br />
} else if(window.ActiveXObject){<br />
req=new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;); //internet explorer<br />
}<br />
//<br />
//define callback handler<br />
if(req) {<br />
//<br />
req.onreadystatechange=onReadyState;<br />
req.open(HttpMethod,url,true);<br />
req.setRequestHeader(&quot;Content-Type&quot;,&quot;application/x-www-form-urlencoded&quot;);<br />
req.send(params);<br />
}<br />
}<br />
//<br />
function onReadyState() {<br />
//<br />
var ready=req.readyState;<br />
var data=null;<br />
if(ready==4){ //check ready state<br />
data=req.responseText; //read response data<br />
var spliff  = data.split(';')</p>
<p>var items = data.split(',');<br />
var length = items.length;<br />
for(var i = 1; i "Select topic first"<br />
sendRequest('fetch.asp?topic='+el.options[selected].value);<br />
ob2.disabled=0;<br />
} else { //otherwise add the Select Topic First option and disable it<br />
var childEl = document.createElement('option');<br />
ob2.appendChild(childEl);<br />
childEl.innerHTML = 'Select Date First';<br />
ob2.disabled=1;<br />
}<br />
} </p>
<p>function clicked2() {<br />
//<br />
var el=document.getElementById(first);<br />
var el1=document.getElementById(second);<br />
var ob2=document.getElementById(third);<br />
var selected1 = el.selectedIndex;<br />
var selected2 = el1.selectedIndex; </p>
<p>//<br />
while(ob2.hasChildNodes()) { //removes items from dropdown if some already exist<br />
ob2.removeChild(ob2.firstChild);<br />
}<br />
if(selected2!= 0) { //if they choose something other than the first select--&gt;"Select topic first"<br />
var bob = 'fetch2.asp?topic='+el.options[selected1].value+'&amp;fullname='+el1.options[selected2].value<br />
sendRequest(bob);<br />
ob2.disabled=0;<br />
} else { //otherwise add the Select Topic First option and disable it<br />
var childEl = document.createElement('option');<br />
ob2.appendChild(childEl);<br />
childEl.innerHTML = 'Select Date First';<br />
ob2.disabled=1;<br />
}<br />
} </p>
<p></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=94&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2009/10/06/ajax-nested-dropdown-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>
	</item>
		<item>
		<title>Boules in Logan</title>
		<link>http://super7.wordpress.com/2008/10/23/boules-in-logan/</link>
		<comments>http://super7.wordpress.com/2008/10/23/boules-in-logan/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 17:51:16 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/?p=91</guid>
		<description><![CDATA[I&#8217;ve just created a new website about building a Petanque Piste in Logan UT
http://mosaiclogan.blogspot.com/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=91&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve just created a new website about building a Petanque Piste in Logan UT</p>
<p><a href="http://mosaiclogan.blogspot.com/">http://mosaiclogan.blogspot.com/</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=91&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2008/10/23/boules-in-logan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://super7.wordpress.com/2007/08/04/90/</link>
		<comments>http://super7.wordpress.com/2007/08/04/90/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 15:23:31 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[Moroccan]]></category>
		<category><![CDATA[Morocco]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[paleo]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/08/04/90/</guid>
		<description><![CDATA[
Been working on the kif kif website a bit more.  Added a nice FavIcon to the site and finally fixed my google video bar problem.  The google .js files didn&#8217;t like that I had saved my html file as Unicode instead of UTF-8 in firefox.  Once I changed that it all worked again.  Pretty happy with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=90&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://super7.files.wordpress.com/2007/08/kifkif.jpg" title="kifkif.jpg"><img src="http://super7.files.wordpress.com/2007/08/kifkif.thumbnail.jpg" alt="kifkif.jpg" /></a></p>
<p>Been working on the kif kif website a bit more.  Added a nice FavIcon to the site and finally fixed my google video bar problem.  The google .js files didn&#8217;t like that I had saved my html file as Unicode instead of UTF-8 in firefox.  Once I changed that it all worked again.  Pretty happy with the site to be very honest am deciding the best way to embed some mp3s at the current time.</p>
<p><a href="http://kifkif.fft.googlepages.com/kif.htm">http://kifkif.fft.googlepages.com/kif.htm</a> </p>
<p>Went to Paleo festival last week, saw both Rachid Taha and Tinariwen.  A great time was had by all.  They had a nice little nomad area set up with an earthen oven and nomad tents.  Christa bought a very cool blue shirt from one of the fellows.  Audrey loved it, especially all the Harira soup she ate at the Moroccan restaurant.  That&#8217;s right, they had a real restaurant at the festival, served in Tajines and everything.  Very impressed.</p>
<p> <a href="http://www.paleo.ch/live/paleo/home/live/live_concerts.php?&amp;day=20070728">http://www.paleo.ch/live/paleo/home/live/live_concerts.php?&amp;day=20070728</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=90&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/08/04/90/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>

		<media:content url="http://super7.files.wordpress.com/2007/08/kifkif.thumbnail.jpg" medium="image">
			<media:title type="html">kifkif.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>loading&#8230;</title>
		<link>http://super7.wordpress.com/2007/07/21/loading/</link>
		<comments>http://super7.wordpress.com/2007/07/21/loading/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 18:06:18 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/07/21/loading/</guid>
		<description><![CDATA[
http://kifkif.fft.googlepages.com/kif.htm
Spent a bit more time working on the loading of the page. All the big blocks of images are now stuck in a function that gets called on page load, and I have a &#8220;loading&#8230;&#8221; on the top left page. It&#8217;s actually a number of layers of &#60; div &#62;&#8217;s that have different numbers of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=88&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3 class="post-title"></h3>
<p class="post-body"><a href="http://kifkif.fft.googlepages.com/kif.htm"><font color="#956839">http://kifkif.fft.googlepages.com/kif.htm</font></a><br />
Spent a bit more time working on the loading of the page. All the big blocks of images are now stuck in a function that gets called on page load, and I have a &#8220;loading&#8230;&#8221; on the top left page. It&#8217;s actually a number of layers of &lt; div &gt;&#8217;s that have different numbers of &#8220;&#8230;&#8221;&#8217;s in them. So it the page loads slowly you&#8217;ll see loading&#8230; loading&#8230;. loading&#8230;.. etc. Then at the end of the onLoad function, there&#8217;s a blank &lt; div &gt; laid over the top of them. Works quite well.</p>
<p>I also added a statcounter and verfied the site in the google webmaster tool.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=88&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/07/21/loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>
	</item>
		<item>
		<title>kifkif.fft.googlepages.com</title>
		<link>http://super7.wordpress.com/2007/07/19/kifkiffftgooglepagescom/</link>
		<comments>http://super7.wordpress.com/2007/07/19/kifkiffftgooglepagescom/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 09:49:10 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[Moroccan]]></category>
		<category><![CDATA[Morocco]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/07/19/kifkiffftgooglepagescom/</guid>
		<description><![CDATA[
I&#8217;ve been working on a site for my friend Karim&#8217;s band Kif-Kif.  Check it out at http://kifkif.fft.googlepages.com.  I&#8217;ve spent some time using Javascript to make it a bit more like a &#8220;media&#8221; website.  It&#8217;s all one page (with hidden div&#8217;s) so that when you click the links the music keeps playing.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=86&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="left"><a href="http://super7.files.wordpress.com/2007/07/kifkif.jpg"><img src="http://super7.files.wordpress.com/2007/07/kifkif.thumbnail.jpg"></a></p>
<p>I&#8217;ve been working on a site for my friend Karim&#8217;s band Kif-Kif.  Check it out at <a href="http://kifkif.fft.googlepages.com">http://kifkif.fft.googlepages.com</a>.  I&#8217;ve spent some time using Javascript to make it a bit more like a &#8220;media&#8221; website.  It&#8217;s all one page (with hidden div&#8217;s) so that when you click the links the music keeps playing.  I also spent a bit of time using a pure CSS layout (inline) instead of tables.  </p>
<p>My biggest issue was load time, so I stuck the loading of some of the pictures in innerHtml functions fired after onLoad . This means that you can click around while the pictures load in the background via javascript.  I included a google Video Bar with a search for 2 videos that I made for Karim, and it seems to work pretty well.  I&#8217;d love to have some time to make some more vids&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/86/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/86/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=86&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/07/19/kifkiffftgooglepagescom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>

		<media:content url="http://super7.files.wordpress.com/2007/07/kifkif.thumbnail.jpg" medium="image" />
	</item>
		<item>
		<title>Checkbox Website</title>
		<link>http://super7.wordpress.com/2007/06/05/85/</link>
		<comments>http://super7.wordpress.com/2007/06/05/85/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 13:21:24 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/06/05/85/</guid>
		<description><![CDATA[

OK, this is a first try posting some code from a very small website that I created. I was looking for a way to post install instructions (actually data update procedures) that were &#8220;editable&#8221; online. Since I&#8217;ve been messing about with XML and XSL lately, I thought it might be cool to drive it off [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=85&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://super7.files.wordpress.com/2007/06/listerck.jpg"><img src="http://super7.files.wordpress.com/2007/06/listerck.thumbnail.jpg"></a>
</p>
<p>OK, this is a first try posting some code from a very small website that I created. I was looking for a way to post install instructions (actually data update procedures) that were &#8220;editable&#8221; online. Since I&#8217;ve been messing about with XML and XSL lately, I thought it might be cool to drive it off of an XML file instead of a Database. I tried to keep it to a small number of files, I wound up with:</p>
<p>1. Default.asp &#8211; this is the main page (and only display page) but it&#8217;s actually a frame for the 2 xsl pages (one to display and one to enable editing).</p>
<p>2. Lister.xml &#8211; this is where all the actual content for the site is kept.</p>
<p>3. Lister.xsl &#8211; this is the XSL that transforms the XML file that allows you to check boxes but not to edit the steps.</p>
<p>4. Listerall.asp &#8211; asp page that edits the XML file for steps and details from input given by the listeredit.xsl page.</p>
<p>5. Listeredit.xsl &#8211; XSL that transforms the XML file and gives input fields to edit the list and details. Should be hidden from most users. </p>
<p>6. Xmlutil.asp &#8211; the famous MS XML includes.</p>
<p>I&#8217;m still doing all my transforms server side because it makes me happy. Think everything in this site is ASP and VBScript. I had a stylesheet that creates blocks in neat patterns (that&#8217;s why all the xtra divs are there), but wanted a gerneric version.</p>
<p><a href="http://super7.files.wordpress.com/2007/06/listerugly.jpg"><img src="http://super7.files.wordpress.com/2007/06/listerugly.thumbnail.jpg"></a></p>
<p>
Because It&#8217;s difficult to post code within the blog (yes, I know it&#8217;s possible, just not easy), I&#8217;ll just link to RAR file of the 6 pages.</p>
<p><a href="mrbrettjones.googlepages.com/ck.rar">6 pages rolled into a RAR file</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=85&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/06/05/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>

		<media:content url="http://super7.files.wordpress.com/2007/06/listerck.thumbnail.jpg" medium="image" />

		<media:content url="http://super7.files.wordpress.com/2007/06/listerugly.thumbnail.jpg" medium="image" />
	</item>
		<item>
		<title>describe &#8220;modern german&#8221; style</title>
		<link>http://super7.wordpress.com/2007/05/08/describe-modern-german-style/</link>
		<comments>http://super7.wordpress.com/2007/05/08/describe-modern-german-style/#comments</comments>
		<pubDate>Tue, 08 May 2007 10:45:01 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/05/08/describe-modern-german-style/</guid>
		<description><![CDATA[Things in a certain style:
Lokalbahnhof &#8211; Frankfurt

Wild &#8211; Wien


Humboldt Stube &#8211; Salzburg

Hotel Seehof &#8211; Zurich
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=76&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Things in a certain style:</p>
<p><a href="http://super7.files.wordpress.com/2007/05/lokalbahnhof.jpg">Lokalbahnhof &#8211; Frankfurt<img src="http://super7.files.wordpress.com/2007/05/lokalbahnhof.thumbnail.jpg"></a><br />
<a href="http://super7.files.wordpress.com/2007/05/gasthauswild.jpg"><br />
Wild &#8211; Wien<img src="http://super7.files.wordpress.com/2007/05/gasthauswild.thumbnail.jpg"></a><br />
<a><br />
<a href="http://super7.files.wordpress.com/2007/05/humboldtstubn.jpg"><br />
Humboldt Stube &#8211; Salzburg<img src="http://super7.files.wordpress.com/2007/05/humboldtstubn.thumbnail.jpg"></a><br />
<a href="http://super7.files.wordpress.com/2007/05/seehof.jpg"><br />
Hotel Seehof &#8211; Zurich<img src="http://super7.files.wordpress.com/2007/05/seehof.thumbnail.jpg"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=76&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/05/08/describe-modern-german-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>

		<media:content url="http://super7.files.wordpress.com/2007/05/lokalbahnhof.thumbnail.jpg" medium="image" />

		<media:content url="http://super7.files.wordpress.com/2007/05/gasthauswild.thumbnail.jpg" medium="image" />

		<media:content url="http://super7.files.wordpress.com/2007/05/humboldtstubn.thumbnail.jpg" medium="image" />

		<media:content url="http://super7.files.wordpress.com/2007/05/seehof.thumbnail.jpg" medium="image" />
	</item>
		<item>
		<title>google webmaster central blog</title>
		<link>http://super7.wordpress.com/2007/04/19/google-webmaster-central-blog/</link>
		<comments>http://super7.wordpress.com/2007/04/19/google-webmaster-central-blog/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 09:42:54 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/04/19/google-webmaster-central-blog/</guid>
		<description><![CDATA[http://googlewebmastercentral.blogspot.com/
This is the Google WebMaster Blog, with lots of interesting information.  Just came across this again from a post at TheReg about removing a link from google.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=75&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://googlewebmastercentral.blogspot.com/</p>
<p>This is the Google WebMaster Blog, with lots of interesting information.  Just came across this again from a post at TheReg about removing a link from google.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=75&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/04/19/google-webmaster-central-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>
	</item>
		<item>
		<title>boat drinks&#8230;</title>
		<link>http://super7.wordpress.com/2007/04/16/boat-drinks/</link>
		<comments>http://super7.wordpress.com/2007/04/16/boat-drinks/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 14:33:11 +0000</pubDate>
		<dc:creator>super7</dc:creator>
				<category><![CDATA[bartender]]></category>
		<category><![CDATA[boat drinks]]></category>
		<category><![CDATA[drinks]]></category>

		<guid isPermaLink="false">http://super7.wordpress.com/2007/04/16/boat-drinks/</guid>
		<description><![CDATA[Rum Runner
Ingredients
1 oz. light rum
1/2 oz. Créme De Banana
1/2 oz. Blackberry Brandy
1/2 oz. grenadine
1/2 oz. orange juice
1/2 oz. pineapple juice
Float: 1/4 oz. 151 rum. 
Preparation
Combine ingredients in Margaritaville blending jar.
Blend and pour into a 12 oz. glass.
Garnish with an orange and cherry.
Add float of 151 rum.
Hurricane
Ingredients
3/4 oz. light rum
3/4 oz. dark rum
3/4 oz. grenadine
1/2 oz. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=74&subd=super7&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Rum Runner<br />
Ingredients<br />
1 oz. light rum<br />
1/2 oz. Créme De Banana<br />
1/2 oz. Blackberry Brandy<br />
1/2 oz. grenadine<br />
1/2 oz. orange juice<br />
1/2 oz. pineapple juice<br />
Float: 1/4 oz. 151 rum. </p>
<p>Preparation<br />
Combine ingredients in Margaritaville blending jar.<br />
Blend and pour into a 12 oz. glass.<br />
Garnish with an orange and cherry.<br />
Add float of 151 rum.</p>
<p>Hurricane<br />
Ingredients<br />
3/4 oz. light rum<br />
3/4 oz. dark rum<br />
3/4 oz. grenadine<br />
1/2 oz. pineapple juice<br />
1/2 oz. orange juice<br />
Float: 1/4 oz. 151 rum. </p>
<p>Preparation<br />
Combine ingredients in Margaritaville blending jar.<br />
Blend and pour into a 12 oz. glass.<br />
Garnish with an orange and cherry.<br />
Add float of 151 rum.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/super7.wordpress.com/74/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/super7.wordpress.com/74/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/super7.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/super7.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/super7.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/super7.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/super7.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/super7.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/super7.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/super7.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/super7.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/super7.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=super7.wordpress.com&blog=688666&post=74&subd=super7&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://super7.wordpress.com/2007/04/16/boat-drinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a662ecdeac1c59bd6b11e078350a68a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">super7</media:title>
		</media:content>
	</item>
	</channel>
</rss>