<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-5224550018206441398</id><updated>2008-06-23T23:21:58.785-06:00</updated><title type='text'>Never Bored Games</title><link rel='alternate' type='text/html' href='http://blog.neverboredgames.com/'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.neverboredgames.com/atom.xml'/><author><name>Jon</name><uri>http://www.blogger.com/profile/07020224337817878079</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5224550018206441398.post-2245161655118199392</id><published>2008-06-23T23:16:00.001-06:00</published><updated>2008-06-23T23:21:58.802-06:00</updated><title type='text'>PHP: sort an array that is not case sensitive</title><content type='html'>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;</content><link rel='alternate' type='text/html' href='http://blog.neverboredgames.com/2008/06/php-sort-array-that-is-not-case.html' title='PHP: sort an array that is not case sensitive'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5224550018206441398&amp;postID=2245161655118199392' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blog.neverboredgames.com/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/2245161655118199392'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/2245161655118199392'/><author><name>Jon</name><uri>http://www.blogger.com/profile/07020224337817878079</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5224550018206441398.post-314065408238187582</id><published>2008-05-29T18:23:00.002-06:00</published><updated>2008-05-29T18:27:08.982-06:00</updated><title type='text'>Always have a scrollbar</title><content type='html'>&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;</content><link rel='alternate' type='text/html' href='http://blog.neverboredgames.com/2008/05/always-have-scrollbar.html' title='Always have a scrollbar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5224550018206441398&amp;postID=314065408238187582' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blog.neverboredgames.com/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/314065408238187582'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/314065408238187582'/><author><name>Jon</name><uri>http://www.blogger.com/profile/07020224337817878079</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5224550018206441398.post-474679713909480473</id><published>2008-03-21T08:19:00.002-06:00</published><updated>2008-03-21T08:34:48.040-06:00</updated><title type='text'>Cross browser compatable drop down menu</title><content type='html'>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;</content><link rel='alternate' type='text/html' href='http://blog.neverboredgames.com/2008/03/cross-browser-compatable-drop-down-menu.html' title='Cross browser compatable drop down menu'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5224550018206441398&amp;postID=474679713909480473' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blog.neverboredgames.com/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/474679713909480473'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/474679713909480473'/><author><name>Jon</name><uri>http://www.blogger.com/profile/07020224337817878079</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5224550018206441398.post-3024794577934203475</id><published>2008-03-12T16:15:00.002-06:00</published><updated>2008-03-12T16:15:59.857-06:00</updated><title type='text'></title><content type='html'>Sign up for free MP3 hosting at &lt;a href="http://mp3crib.com"&gt;mp3crib.com&lt;/a&gt;</content><link rel='alternate' type='text/html' href='http://blog.neverboredgames.com/2008/03/sign-up-for-free-mp3-hosting-at-mp3crib.html' title=''/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5224550018206441398&amp;postID=3024794577934203475' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blog.neverboredgames.com/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/3024794577934203475'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/3024794577934203475'/><author><name>Jon</name><uri>http://www.blogger.com/profile/07020224337817878079</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-5224550018206441398.post-5266419331630398013</id><published>2008-03-10T21:50:00.000-06:00</published><updated>2008-03-10T21:52:59.590-06:00</updated><title type='text'>First Blog</title><content type='html'>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.</content><link rel='alternate' type='text/html' href='http://blog.neverboredgames.com/2008/03/first-blog.html' title='First Blog'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5224550018206441398&amp;postID=5266419331630398013' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://blog.neverboredgames.com/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/5266419331630398013'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5224550018206441398/posts/default/5266419331630398013'/><author><name>Jon</name><uri>http://www.blogger.com/profile/07020224337817878079</uri><email>noreply@blogger.com</email></author></entry></feed>