<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' version='2.0'><channel><atom:id>tag:blogger.com,1999:blog-5224550018206441398</atom:id><lastBuildDate>Tue, 24 Jun 2008 05:21:58 +0000</lastBuildDate><title>Never Bored Games</title><description/><link>http://blog.neverboredgames.com/</link><managingEditor>noreply@blogger.com (Jon)</managingEditor><generator>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-5224550018206441398.post-2245161655118199392</guid><pubDate>Tue, 24 Jun 2008 05:16:00 +0000</pubDate><atom:updated>2008-06-23T23:21:58.802-06:00</atom:updated><title>PHP: sort an array that is not case sensitive</title><description>Whenever I need to sort an array in PHP and not worry about it sorting lower case first, then upper case, I use the following:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;array_multisort(array_map(strtolower,$pictureList), SORT_ASC, SORT_STRING, $pictureList);&lt;/blockquote&gt;</description><link>http://blog.neverboredgames.com/2008/06/php-sort-array-that-is-not-case.html</link><author>noreply@blogger.com (Jon)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-5224550018206441398.post-314065408238187582</guid><pubDate>Fri, 30 May 2008 00:23:00 +0000</pubDate><atom:updated>2008-05-29T18:27:08.982-06:00</atom:updated><title>Always have a scrollbar</title><description>&lt;style&gt;&lt;br /&gt;pre {&lt;br /&gt; border: 1px solid #979797;&lt;br /&gt; background: #efefef;&lt;br /&gt; font-size: 12px;&lt;br /&gt; font-family: "Times New Roman";&lt;br /&gt;}&lt;br /&gt;&lt;/style&gt;&lt;br /&gt;To always have the browser scrollbar like IE has, add this to the style sheet.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;html {&lt;br /&gt;     overflow: -moz-scrollbars-vertical;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;</description><link>http://blog.neverboredgames.com/2008/05/always-have-scrollbar.html</link><author>noreply@blogger.com (Jon)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-5224550018206441398.post-474679713909480473</guid><pubDate>Fri, 21 Mar 2008 14:19:00 +0000</pubDate><atom:updated>2008-03-21T08:34:48.040-06:00</atom:updated><title>Cross browser compatable drop down menu</title><description>1. First step is to include this javascript on your page.&lt;br /&gt;&lt;textarea cols="35" rows="8"&gt;&lt;br /&gt;/* Function for the hover menu */&lt;br /&gt;sfHover = function()&lt;br /&gt;{&lt;br /&gt;var sfEls = document.getElementById("tiles").getElementsByTagName("LI");&lt;br /&gt;&lt;br /&gt;for (var i=0; i &lt; onmouseover="function()" onmouseout="function()" classname="this.className.replace(new" b="" if="" onload=""&gt;&lt;/sfels.length;&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;2. Next, include this css&lt;br /&gt;&lt;textarea cols="35" rows="" 8=""&gt;&lt;br /&gt;/** Drop Down Menu (http://www.krowland.net/tutorials/boxer_tutorial.html) **/&lt;br /&gt;&lt;br /&gt;#wrapper {&lt;br /&gt;  padding: 0;&lt;br /&gt;  margin: 0;&lt;br /&gt;  width: 100%;&lt;br /&gt;}&lt;br /&gt;#menu {&lt;br /&gt;  font-size: 1.0em;&lt;br /&gt;}&lt;br /&gt;#tiles, #tiles ol {&lt;br /&gt; list-style: none;&lt;br /&gt; padding: 0;&lt;br /&gt; margin: 0;&lt;br /&gt;}&lt;br /&gt;#tiles li {&lt;br /&gt; float: left;&lt;br /&gt;}&lt;br /&gt;#tiles a {&lt;br /&gt; display: block;&lt;br /&gt; color: #333;&lt;br /&gt; text-decoration: none;&lt;br /&gt;}&lt;br /&gt;#menu li:hover, #menu li.sfhover {&lt;br /&gt; background-position: 0% -148px;&lt;br /&gt;}&lt;br /&gt;#menu li:hover a, #menu li.sfhover a {&lt;br /&gt; background-position: 100% -148px;&lt;br /&gt; color: #c4683d;&lt;br /&gt;}&lt;br /&gt;#tiles li ol {&lt;br /&gt; position: absolute;&lt;br /&gt; margin-top: -12px;&lt;br /&gt; left: -999em;&lt;br /&gt; width: 160px;&lt;br /&gt; w\idth: 160px;&lt;br /&gt; color: #c4683d;&lt;br /&gt;}&lt;br /&gt;#tiles li.daddy {&lt;br /&gt; background: url("../images/rightarrow.gif") 90% 50% no-repeat;&lt;br /&gt;}&lt;br /&gt;#tiles ol.left li.daddy {&lt;br /&gt;  background: url("../images/leftarrow.gif") 5% 50% no-repeat;&lt;br /&gt;  padding-left: 2em;&lt;br /&gt;}&lt;br /&gt;#tiles li ol li {&lt;br /&gt; width: 160px;&lt;br /&gt; w\idth: 160px;&lt;br /&gt; color: #c4683d;&lt;br /&gt; padding: 3px 5px;&lt;br /&gt; font-size: 10px;&lt;br /&gt; background: url(/images/sb_dropdown_02.gif) no-repeat 0 0;&lt;br /&gt;}&lt;br /&gt;#tiles li ol.left li {&lt;br /&gt; width: 160px;&lt;br /&gt; w\idth: 160px;&lt;br /&gt; padding-left: 2em;&lt;br /&gt;}&lt;br /&gt;#tiles li ol li a {&lt;br /&gt; background: transparent;&lt;br /&gt; color: #c4683d;&lt;br /&gt;}&lt;br /&gt;#tiles li ol ol {&lt;br /&gt; margin: -2em 0 0 17.5em;&lt;br /&gt; mar\gin: -2.1em 0 0 16.7em;&lt;br /&gt; border: 1px solid #999;&lt;br /&gt;}&lt;br /&gt;#tiles li ol.left ol {&lt;br /&gt; margin-left: -16.5em;&lt;br /&gt; mar\gin-left: -17.8em;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;#tiles li:hover ol ol, #tiles li:hover ol ol ol, #tiles li.sfhover ol ol, &lt;br /&gt;#tiles li.sfhover ol ol ol {&lt;br /&gt; left: -999em;&lt;br /&gt;}&lt;br /&gt;#tiles li:hover ol, #tiles li li:hover ol, #tiles li li li:hover ol, &lt;br /&gt;#tiles li.sfhover ol, #tiles li li.sfhover ol, #tiles li li li.sfhover ol {&lt;br /&gt; left: auto;&lt;br /&gt;}&lt;br /&gt;#tiles li:hover ol a, #tiles li li:hover ol a, #tiles li li li:hover ol a, &lt;br /&gt;#tiles li.sfhover ol a, #tiles li li.sfhover ol a,&lt;br /&gt;#tiles li li li.sfhover ol a {&lt;br /&gt; color: #c4683d; &lt;br /&gt; &lt;br /&gt;}&lt;br /&gt;#tiles li:hover ol.left, #tiles li.sfhover ol.left {&lt;br /&gt; margin-left: -7.7em;&lt;br /&gt; mar\gin-left: -11.2em;&lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li:hover, #menu #tiles li ol li.sfhover {&lt;br /&gt; background: url(/images/sb_dropdown_02_hover.gif) no-repeat 0 0;&lt;br /&gt; width: 160px;&lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li:hover a, #menu #tiles li ol li.sfhover a {&lt;br /&gt; color: #c4683d;; &lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li:hover ol li, #menu #tiles li ol li.sfhover ol li {&lt;br /&gt; background: #F1F1F1; &lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li:hover ol li a , #menu #tiles li ol li.sfhover ol li a {&lt;br /&gt; color: #c4683d;&lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li ol li:hover, #menu #tiles li ol li ol li.sfhover {&lt;br /&gt; background: #f1ebdd;&lt;br /&gt; &lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li ol li:hover a , #menu #tiles li ol li ol li.sfhover a {&lt;br /&gt; color: #c4683d;&lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol li.daddy:hover {&lt;br /&gt;  /*background: #f1ebdd url("../images/rightarrow_over.gif") 90% 50% no-repeat;*/&lt;br /&gt;}&lt;br /&gt;#menu #tiles li ol.left li.daddy:hover {&lt;br /&gt;  /*background: #f1ebdd url("../images/leftarrow_over.gif") 5% 50% no-repeat;*/&lt;br /&gt;}&lt;br /&gt;/********************/&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;3. Last, here's the html code to make it all happen&lt;br /&gt;&lt;textarea cols="35" rows="" 8=""&gt;&lt;br /&gt;&lt;div id="menu"&gt;&lt;br /&gt;  &lt;ol id="tiles"&gt;&lt;br /&gt;    &lt;li&gt;&lt;a href="#"&gt;Title 1&lt;/a&gt;&lt;br /&gt;      &lt;ol&gt;&lt;br /&gt;        &lt;li style="font-size: 4px; background: url(/images/sb_dropdown_01.gif) no-repeat bottom left;"&gt;&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;a href="/"&gt;&lt;img src="/images/leaf_bullet1.gif" border="0" /&gt;Face&lt;/a&gt;&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;a href="/"&gt;&lt;img src="/images/leaf_bullet1.gif" border="0" /&gt;Lips&lt;/a&gt;&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;a href="/"&gt;&lt;img src="/images/leaf_bullet1.gif" border="0" /&gt;Eyes&lt;/a&gt;&lt;/li&gt;&lt;br /&gt; &lt;li&gt;&lt;a href="/"&gt;&lt;img src="/images/leaf_bullet1.gif" border="0" /&gt;Body&lt;/a&gt;&lt;/li&gt;&lt;br /&gt; &lt;li style="background: url(/images/sb_dropdown_03.gif) no-repeat top left;"&gt;&lt;/li&gt;&lt;br /&gt;      &lt;/ol&gt;&lt;br /&gt;    &lt;/li&gt;&lt;br /&gt;  &lt;/ol&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/textarea&gt;</description><link>http://blog.neverboredgames.com/2008/03/cross-browser-compatable-drop-down-menu.html</link><author>noreply@blogger.com (Jon)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-5224550018206441398.post-3024794577934203475</guid><pubDate>Wed, 12 Mar 2008 22:15:00 +0000</pubDate><atom:updated>2008-03-12T16:15:59.857-06:00</atom:updated><title></title><description>Sign up for free MP3 hosting at &lt;a href="http://mp3crib.com"&gt;mp3crib.com&lt;/a&gt;</description><link>http://blog.neverboredgames.com/2008/03/sign-up-for-free-mp3-hosting-at-mp3crib.html</link><author>noreply@blogger.com (Jon)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-5224550018206441398.post-5266419331630398013</guid><pubDate>Tue, 11 Mar 2008 03:50:00 +0000</pubDate><atom:updated>2008-03-10T21:52:59.590-06:00</atom:updated><title>First Blog</title><description>Never bored games (ie Never board games) has started development of its site. View progress at&lt;a href="http://www.neverboredgames.com"&gt; www.neverboredgames.com&lt;/a&gt;.   Be sure to visit our affiliate &lt;a href="http://daily-sudoku.org"&gt;daily-sudoku.org&lt;/a&gt; to play in daily sudoku tournaments.</description><link>http://blog.neverboredgames.com/2008/03/first-blog.html</link><author>noreply@blogger.com (Jon)</author></item></channel></rss>