glFusion Site http://www.towerboy.com Fusing Technology with Style webmaster@towerboy.com webmaster@towerboy.com Copyright 2010 TowerBoy.com glFusion Sun, 16 May 2010 20:48:29 -0700 en-gb Fishy Cam down temporarily http://www.towerboy.com/article.php?story=20100516204228884 http://www.towerboy.com/article.php?story=20100516204228884 Sun, 16 May 2010 20:42:28 -0700 http://www.towerboy.com/article.php?story=20100516204228884#comments Jeremy Fishy News <p>&nbsp;OK, So I really wanted to install Ubuntu on my desktop and I need to have the Camera Offline for a bit. I know... AHHHHH!!!! The world is ending, right? What will I do without Fred? I need some time to figure out if the camera can be used in Ubuntu or if I need to get it running on another machine. I need to go through some things to see what will work... If not, there is another PC running our phone system 4 feet away and I will get it running on that ( I think )... That's all for now...</p> http://www.towerboy.com/trackback.php?id=20100516204228884 Fishy Cam Goes Infrared! http://www.towerboy.com/article.php?story=20100428231448421 http://www.towerboy.com/article.php?story=20100428231448421 Wed, 28 Apr 2010 23:14:48 -0700 http://www.towerboy.com/article.php?story=20100428231448421#comments Jeremy Fishy News <p>&nbsp;As you may have noticed, the fishy cam looks a little bit different. That is because I took out the infrared filter. In doing this, the glare on the glass in nearly eliminated. The tank looks brighter too. Any comments or questions are welcome.</p> http://www.towerboy.com/trackback.php?id=20100428231448421 Fishy Cam Status http://www.towerboy.com/article.php?story=20100302080918240 http://www.towerboy.com/article.php?story=20100302080918240 Tue, 02 Mar 2010 08:09:18 -0800 http://www.towerboy.com/article.php?story=20100302080918240#comments Jeremy Fishy News <p>&nbsp;OK, so I know that the fishy cam is not up and that is because I was upgrading some hardware on my computer. Well the motherboard had to be sent back and I should be getting a new one soon. I did acquire and new computer from Dave but i need to rig up a fan for the CPU. Thinking of making that the dedicated Fishy Cam Server. That would be nice... I would think that the Fishy Cam should be up by this time next week.</p> http://www.towerboy.com/trackback.php?id=20100302080918240 IRLP Status Script (PHP Embed) http://www.towerboy.com/article.php?story=20091209095305397 http://www.towerboy.com/article.php?story=20091209095305397 Mon, 14 Dec 2009 12:15:05 -0800 http://www.towerboy.com/article.php?story=20091209095305397#comments Jeremy Ham Radio <p>&nbsp;I now have another version of the status script available. This version is intended to be called from inside of a PHP page and rendered there. You are still able to define the requested node in the query of the url. An example on how you call the script is below:</p> <p><span class="down">include 'http://www.towerboy.com/irlp/script_embed.php?node=3808';</span></p> <p style="">&nbsp;</p> <p style="margin-top: 5px; margin-bottom: 0px; ">&nbsp;Anywhere you stick that code in your PHP webpage, the status of the node will be rendered. Change the node number and the node will change. You can also have as many nodes displayed as you want on a page. Just make sure that the code above is pasted as many times and where you want them to show up. Also, don't forget to change the node number or you will have a bunch of status scripts showing the same node.</p> <p style="margin-top: 5px; margin-bottom: 0px; ">&nbsp;</p> <p style="margin-top: 5px; margin-bottom: 0px; ">I did not include the capability to set the color of the text in this script for the following reason. Since the text is embeded into the page just like native text, you will be able to define the text color and style just like all the other text on your page.&nbsp;</p> <p style="margin-top: 5px; margin-bottom: 0px; ">&nbsp;</p> <p style="margin-top: 5px; margin-bottom: 0px; ">If you have HTML content on a PHP saved page, for example, your page is all HTML but the name of it is &quot;index.php&quot; then embeding the code is a little bit different. Here is an example:</p> <p style="margin-top: 5px; margin-bottom: 0px; "><span class="down">&lt;?&nbsp;include 'http://www.towerboy.com/irlp/script_embed.php?node=3808'; ?&gt;</span></p> <p style="margin-top: 5px; margin-bottom: 0px; ">&nbsp;</p> <p style="margin-top: 5px; margin-bottom: 0px; ">Now, defining the color of the text is really easy here. If you want the text to be a light blue, then you will need to wrap the above code like this:</p> <p style="margin-top: 5px; margin-bottom: 0px; "><span class="down">&lt;span style=&quot;color: #723CFF;&quot;&gt;&lt;?&nbsp;include 'http://www.towerboy.com/irlp/script_embed.php?node=3808'; ?&gt;&lt;/span&gt;</span></p> <p style="margin-top: 5px; margin-bottom: 0px; ">&nbsp;</p> <p style="margin-top: 5px; margin-bottom: 0px; ">That's about it. If you have any questions or need help, send me an email. If you really think the ability to change the color of the text in the query of the url (like the IFRAME script) would be better, let me know and I will add that to the script. Email me here:&nbsp;ns7r &nbsp;at &nbsp;towerboy &nbsp;dot &nbsp; com</p> http://www.towerboy.com/trackback.php?id=20091209095305397 IRLP Status Script (IFRAME) http://www.towerboy.com/article.php?story=20091201092903490 http://www.towerboy.com/article.php?story=20091201092903490 Mon, 14 Dec 2009 11:49:03 -0800 http://www.towerboy.com/article.php?story=20091201092903490#comments Jeremy Ham Radio <p>&nbsp;In the past I had a made a PHP Script that could be used to show the status of an IRLP Node on one's website. In early November I noticed that the file I was getting my data from was changed as to how it was served up. I had two choices on how I could fix the script. Choice one was to alter the script to unzip the text file and choice two was to completely rewrite the script to parse an HTML page the served live data. If you remember back to the old script, there was a two minute lag between updates. Now it is instantaneous.</p> <p>&nbsp;</p> <p>The way you implement the script into your page is also a little bit different. You will need to use an &quot;IFRAME&quot; where you want the status to show up on your page. Doing this allows for two things. One is the ability to have the status script refresh while the page it is on does not refresh. The second, is the ability to have more than one node status displayed on a page in an easy, user customizable way.</p> <p style="">&nbsp;</p> <p style="">There are some new features also. The first is the ability to change the background color and the text color by declaring what you want in the query of the URL called in the IFRAME. The second feature is the time values. The script will only show to measurements of time when it shows how long the node has been in the STATE is in. For example, if node 1000 has been IDLE for 0 Days, 5 Hours, 29 Minutes, 48 Seconds Then the status will read like this:</p> <p style="">Node 1000 is IDLE for 5 Hours, 29 Minutes.</p> <p style="">The script will only show the two larges time values that have any data in them.</p> <p style="">There is one last feature and it has to do with the refresh rate of the script. By default, the ability to refresh the script is on and if the status is showing the seconds value then the script will automatically refresh every 5 seconds. If the status is not showing the seconds value, then the status is refreshed every minute. You also have the ability to turn off the refresh so that it will not refresh, thus saving a few KB of bandwidth.</p> <p style="">Here is an example code of what you would put in your HTML page where you want the script to show up:</p> <p><span class="down">&lt;iframe src=&quot;http://www.towerboy.com/irlp/script.php?node=1000&quot; width=&quot;100%&quot; height=&quot;20&quot; frameborder=&quot;0&quot;&gt;If you can see this, your browser doesn't understand IFRAME.&lt;/iframe&gt;</span></p> <p>&nbsp;That code will display the following:<br /> <iframe src="http://www.towerboy.com/irlp/script.php?node=1000" width="100%" height="20" frameborder="0">If you can see this, your browser doesn't understand IFRAME.</iframe></p> <p style="">Notice that there is no color formatting. If you want your background to be black and your text to be turquoise, then you would add &quot;&amp;bgcolor=000000&amp;textcolor=00CCFF&quot; to the end of the URL in the IFRAME like the following example:</p> <p style=""><span class="down">&lt;iframe src=&quot;http://www.towerboy.com/irlp/script.php?node=1000&amp;bgcolor=000000&amp;textcolor=00CCFF&quot; width=&quot;100%&quot; height=&quot;20&quot; frameborder=&quot;0&quot;&gt;If you can see this, your browser doesn't understand IFRAME.&lt;/iframe&gt;</span></p> <p style="">This will display the following:<br /> <iframe src="http://www.towerboy.com/irlp/script.php?node=1000&amp;bgcolor=000000&amp;textcolor=00CCFF" width="100%" height="20" frameborder="0">If you can see this, your browser doesn't understand IFRAME.</iframe></p> <p style="">&nbsp;If you want to disable the auto refresh, then you need to add &quot;&amp;refresh=off&quot; to the URL also:</p> <p style=""><span class="down">&lt;iframe src=&quot;http://www.towerboy.com/irlp/script.php?node=1000&amp;bgcolor=000000&amp;textcolor=00CCFF&amp;refresh=off&quot; width=&quot;100%&quot; height=&quot;20&quot; frameborder=&quot;0&quot;&gt;If you can see this, your browser doesn't understand IFRAME.&lt;/iframe&gt;</span>That code will not refresh like the following example:<br /> <iframe src="http://www.towerboy.com/irlp/script.php?node=1000&amp;bgcolor=000000&amp;textcolor=00CCFF&amp;refresh=off" width="100%" height="20" frameborder="0">If you can see this, your browser doesn't understand IFRAME.</iframe></p> <p style="">If you have any questions or have an idea on how to improve the script, email me here: ns7r &nbsp;at &nbsp;towerboy &nbsp;dot &nbsp; com</p> http://www.towerboy.com/trackback.php?id=20091201092903490 New Fishies!!! http://www.towerboy.com/article.php?story=20091130183106838 http://www.towerboy.com/article.php?story=20091130183106838 Mon, 30 Nov 2009 18:31:06 -0800 http://www.towerboy.com/article.php?story=20091130183106838#comments Jeremy Fishy News <p>Hey!!! My water in the tank is fine says the local fish store and I probably just need some heartier fish... So, my sister picked some up for me... 9 to be exact!!! I now have 12 fishies in the tank and they are as follows:</p> <p>1 <a target="_blank" href="http://images.google.com/images?rlz=1C1GGLS_enUS335US335&amp;q=Albino+Cory+Catfish&amp;um=1&amp;ie=UTF-8&amp;sa=N&amp;tab=wi">Albino Cory Catfish</a> (aka: Fred)</p> <p>2&nbsp;<a target="_blank" href="http://images.google.com/images?hl=en&amp;rlz=1C1GGLS_enUS335US335&amp;um=1&amp;sa=1&amp;q=Otocinclus&amp;btnG=Search+images&amp;aq=f&amp;oq=&amp;aqi=">Otocinclus</a></p> <p>2 <a target="_blank" href="http://images.google.com/images?hl=en&amp;rlz=1C1GGLS_enUS335US335&amp;um=1&amp;sa=1&amp;q=Blue+Neon+Tetras&amp;btnG=Search+images&amp;aq=f&amp;oq=&amp;aqi=">Blue Neon Tetras</a></p> <p>3&nbsp;<a target="_blank" href="http://images.google.com/images?hl=en&amp;rlz=1C1GGLS_enUS335US335&amp;um=1&amp;sa=1&amp;q=Blue+Tetras&amp;btnG=Search+images&amp;aq=f&amp;oq=&amp;aqi=">Blue Tetras</a></p> <p>1&nbsp;<a target="_blank" href="http://images.google.com/images?hl=en&amp;rlz=1C1GGLS_enUS335US335&amp;um=1&amp;sa=1&amp;q=Zebra+Danios&amp;btnG=Search+images&amp;aq=f&amp;oq=&amp;aqi=">Zebra Danios</a></p> <p>3&nbsp;<a target="_blank" href="http://images.google.com/images?hl=en&amp;rlz=1C1GGLS_enUS335US335&amp;um=1&amp;sa=1&amp;q=Black+Rasbora+Het&amp;btnG=Search+images&amp;aq=f&amp;oq=&amp;aqi=">Black Rasbora Het</a></p> <p>&nbsp;</p> <p>The Blue Tetras are not blue right now. My sister said they were in the tank before they started to get them so maybe they will get there color back after they calm down and get used to the new tank... The pictures I saw on the internet shows them to be very nice looking...</p> http://www.towerboy.com/trackback.php?id=20091130183106838 Last Glo-Fish died... http://www.towerboy.com/article.php?story=20091127125811427 http://www.towerboy.com/article.php?story=20091127125811427 Fri, 27 Nov 2009 12:58:11 -0800 http://www.towerboy.com/article.php?story=20091127125811427#comments Jeremy Fishy News <p>&nbsp;So, the las of the Glo-Fish died in my tank... Not sure if it has anything to do with them being genetically altered or if it was my tank or just natural... Everything else seems fine... I was told that I should have a few Snails and at least two of the Albino Cory Catfish in there... That might make everything stay cleaner longer... Who know... Monday should be fish shopping day... :)</p> http://www.towerboy.com/trackback.php?id=20091127125811427 Chantelle is testing... http://www.towerboy.com/article.php?story=20091125170236119 http://www.towerboy.com/article.php?story=20091125170236119 Wed, 25 Nov 2009 17:02:36 -0800 http://www.towerboy.com/article.php?story=20091125170236119#comments Chantelle General News <p>Do dee do dee do....</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>Blah blah blah.</p> <p>&nbsp;</p> <p>It's raining today. :(</p> http://www.towerboy.com/trackback.php?id=20091125170236119 Windows 7 Multi Touch http://www.towerboy.com/article.php?story=20091116205948548 http://www.towerboy.com/article.php?story=20091116205948548 Mon, 16 Nov 2009 20:59:48 -0800 http://www.towerboy.com/article.php?story=20091116205948548#comments Jeremy Technology <p>&nbsp;I went to Costco today so my sister could get some film developed and we killed time looking around... I saw this computer and had to play with it for a bit... I love touch, and multi touch is so much better... HP makes the one that I am playing with but it is an all-in-one computer... As of now, Dell is the only Company making a multi touch monitor that is only a monitor... It is a 21.5 inch widescreen and has VGA/DVI and USB ports and will run you about &#36;470... Oh yeah!!! I'll take two please and biggie size it! :)</p> <p>&nbsp; <span style="float:left;padding:5px;"><script type="text/javascript"> var flashvars = {}; var params = { wmode: "transparent" }; var attributes = {}; flashvars.config="{ showMenu: true, menuItems: [ true, true, true, true, false, true ], initialScale: 'scale', showLoopButton: false, autoRewind: false, loop: false, autoBuffering: true, autoPlay: false, playList: [ { url: 'http://www.towerboy.com/mediagallery/mediaobjects/tn/4/tn_4_multi.jpg', overlayId: 'play' }, { url: 'http%3A%2F%2Fwww.towerboy.com%2Fmediagallery%2Fmediaobjects%2Forig%2F4%2F4_multi.flv' } ], progressBarColor1: 0xFFFFFF, progressBarColor2: 0xDDFFDD, bufferBarColor1: 0xFFFFFF, bufferBarColor2: 0xDDFFDD, showFullScreenButton: false }"; swfobject.embedSWF("http://www.towerboy.com/mediagallery/players/FlowPlayer.swf", "id_1930375677", "640", "502", "9.0.0", "expressInstall.swf", flashvars, params, attributes); </script> <div id="id_1930375677"> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a> </div> </span></p> http://www.towerboy.com/trackback.php?id=20091116205948548 Cleaning The Fish Tank http://www.towerboy.com/article.php?story=20091102235243592 http://www.towerboy.com/article.php?story=20091102235243592 Mon, 02 Nov 2009 23:52:43 -0800 http://www.towerboy.com/article.php?story=20091102235243592#comments Jeremy General News <p>OK, as you all might have seen the tank got really green. YUK! Anyway, i am in the middle of cleaning their environment so that is why there is nothing in the tank except the heater... I am letting the water cycle through the filter and waiting for it to get unclouded and then I think I'm gonna vacuum the tank one more time and let it sit for a bit cycling...</p> <p>Yes there is a new background behind the tank... I'm not sure I like how dark it makes it for the camera... It makes it seem to pick up a strong glare off of the front of the tank... I could reverse the background which on the other side is white rock and blue water... Maybe in a few days I will switch it and you can post a comment on what looks better, the Green, Blue or nothing...</p> <p>Any other ideas or suggestions, let me know... :)</p> http://www.towerboy.com/trackback.php?id=20091102235243592