<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JackGuy's site</title>
        <link>http://www.byond.com/members/JackGuy</link>
        <description></description>
        <lastBuildDate>Fri, 10 Feb 2012 22:37:20 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Question for Website Devs around here...</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=100862</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=100862</guid>
            <pubDate>Tue, 24 Aug 2010 23:52:50 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=100862#comments</comments>
            
            <description>I'm working on developing a relatively basic website for the company I work for, however I'm having a problem. I'm trying to load an XML file so that I can dynamically generate a few of the pages.&lt;br&gt;
&lt;br&gt;
Here's my code...&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
&amp;lt;script type=&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&lt;br&gt;&lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt; (window.XMLHttpRequest)&lt;br&gt;{&lt;span class=&quot;dmcomment&quot;&gt;// code for IE7+, Firefox, Chrome, Opera, Safari&lt;/span&gt;&lt;br&gt;   xmlhttp=&lt;span class=&quot;dmkeyword&quot;&gt;new&lt;/span&gt; XMLHttpRequest();&lt;br&gt;}&lt;br&gt;&lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;{&lt;span class=&quot;dmcomment&quot;&gt;// code for IE6, IE5&lt;/span&gt;&lt;br&gt;   xmlhttp=&lt;span class=&quot;dmkeyword&quot;&gt;new&lt;/span&gt; ActiveXObject(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Microsoft.XMLHTTP&amp;quot;&lt;/span&gt;);&lt;br&gt;}&lt;br&gt;xmlhttp.open(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;GET&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;locations.xml&amp;quot;&lt;/span&gt;,false);&lt;br&gt;xmlhttp.send(); &lt;span class=&quot;dmcomment&quot;&gt;//FAILS HERE&lt;/span&gt;&lt;br&gt;xmlDoc=xmlhttp.responseXML;&lt;br&gt;&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
The message I get in the javascript console is:&lt;br&gt;
Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101&lt;br&gt;
&lt;br&gt;
All of the files are located on my hard disk. The XML file is valid (checked on the w3c site). The code there was pulled from the w3c site, the only change I made was the file's name... I googled for similar problems but couldn't find any solutions. I could barely find a description of what that exception stands for...&lt;br&gt;
&lt;br&gt;
Does anyone have an idea what may be wrong?&lt;br&gt;
&lt;br&gt;
Thanks ahead of time,&lt;br&gt;
Jack</description>
        </item>
                <item>
            <title>DirectX   vs.   OpenGL</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=96025</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=96025</guid>
            <pubDate>Thu, 27 May 2010 17:31:59 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=96025#comments</comments>
            
            <description>Has anyone here had any experience using both DirectX and OpenGL? If so, which would you suggest for use in a decently large 3D online RPG. I will be using either C++ or C#.&lt;br&gt;
&lt;br&gt;
I've done a little research on their advantages and disadvantages, however I want another opinion from those who have used both.&lt;br&gt;
&lt;br&gt;
Let me know!&lt;br&gt;
Thanks,&lt;br&gt;
Jack&lt;br&gt;
&lt;br&gt;
[Poll Closed]&lt;br&gt;
OpenGL is the winner. =)&lt;br&gt;
&lt;br&gt;
Side Note:&lt;br&gt;
Finished learning and implementing WinSock, now to learn and test sockets for clients running linux...&lt;br&gt;</description>
        </item>
                <item>
            <title>It has been so long.</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=95964</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=95964</guid>
            <pubDate>Wed, 26 May 2010 05:57:02 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=95964#comments</comments>
            
            <description>Wow. I haven't been very active in the past 2 years. Amazing what college and multiple jobs will do to ya, hehe. College is out until the Fall semester. I got a perfect 4.0, on the 4.0 scale, this semester.&lt;br&gt;
I placed 2nd in Computers/Artificial Intelligence (senior level class), 1st in Computers/Fundamentals of Computer Graphics (junior level), 1st in Computers/Software Engineering (senior level), and tied 1st in Math/Number Theory.&lt;br&gt;
&lt;br&gt;
I just re-installed BYOND again. I might be able to work on my big project again soon. Once I catch up on all of the new features and changes.&lt;br&gt;
&lt;br&gt;
Honestly though, I would rather develop a game using C# or C++. BYOND has several drawbacks that I could do without. We'll see about that though. I'm lazy and like having BYOND do a lot of the work for me...&lt;br&gt;
&lt;br&gt;
[EDIT]&lt;br&gt;
Ohh, Happy Birthday to me tomorrow. [May 27]&lt;br&gt;
Turning the double deuce, 22.&lt;br&gt;
&lt;br&gt;</description>
        </item>
                <item>
            <title>Soon to arrive: Jack</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=41691</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=41691</guid>
            <pubDate>Wed, 16 Apr 2008 18:21:52 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=41691#comments</comments>
            
            <description>Well, my college semester is coming to a close, and the summer break is on it's way. Due to lack of funds, I won't really be going anywhere for summer this time. So, I will be back on BYOND for that time being. I have to catch up on all the changes and make more progress on two projects. The first being my near-exact remake of Final Fantasy Tactics, and the other being a massive RPG I've been working on for years in C++.&lt;br&gt;
&lt;br&gt;
I'll make attempts to get back into the community, help out new developers, etc. The good ol' stuff I used to do. I just have one little question. What's the 'popular' chat program that's used now? Not long ago I remember there being 15+ different chat programs.&lt;br&gt;
&lt;br&gt;
I'll write more when I get a chance, more college work to do.&lt;br&gt;
~Jack Weldon</description>
        </item>
                <item>
            <title>Programming Job Offer?</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=35201</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=35201</guid>
            <pubDate>Fri, 28 Sep 2007 17:32:41 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=35201#comments</comments>
            
            <description>Just today I was offered a programming job that would last until the end of next semester. It would be data-mining for an organization here in WV. I would have to learn Java though. The pay is around $9/h and would be working approximately 10 hours a week. I already have 20 hours a week for classes, though, which might be reducing my current 5 hours of sleep to &quot;sleeping whenever I get a chance&quot;. However, I wouldn't mind actually having a source of income for a change...</description>
        </item>
                <item>
            <title>Interesting, but not.</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=35057</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=35057</guid>
            <pubDate>Sun, 23 Sep 2007 06:53:50 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=35057#comments</comments>
            
            <description>Well, it was finally time to start picking the watermelons, when I came across 4 of the most awesome watermelons I've yet to grow.&lt;br&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://members.byond.com/JackGuy/files/watermelon2.jpg&quot; rel=&quot;thumbnail&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;107&quot; src=&quot;http://members.byond.com/JackGuy/files/watermelon2_thumb.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Yes... they're the size of oranges, heh. Pretty awesome, eh? The rest came out normal, about the size of a basketball.&lt;br&gt;
&lt;br&gt;
I stumped &lt;a href=&quot;http://members.byond.com/Tiberath&quot;&gt;Tiberath&lt;/a&gt; , &lt;a href=&quot;http://members.byond.com/Audeuro&quot;&gt;Audeuro&lt;/a&gt;, and &lt;a href=&quot;http://members.byond.com/MobiusEvalon&quot;&gt;Mobius Evalon&lt;/a&gt; with a puzzle, which is in &lt;a href=&quot;http://games.byond.com/hub/Tiberath/%20PuzzleGame&quot; target=&quot;_blank&quot;&gt;Tiberath's Game-in-a-Day entry&lt;/a&gt;. It's the 5th puzzle, currently the last one. Good luck. Hopefully I'll get to add more to the little puzzle game later. :D&lt;br&gt;
&lt;br&gt;
Speaking of puzzles... why is there no BYOND Puzzles guild? I think we need one, and more puzzle games. &lt;a href=&quot;http://members.byond.com/Aaiko&quot;&gt;Aaiko&lt;/a&gt; recently started on a very unique puzzle game, which will hopefully be out in public testing soon. It's a little confusing, but it's quite nifty.&lt;br&gt;
&lt;br&gt;
Once I get time to add &lt;a href=&quot;http://en.wikipedia.org/wiki/Texas_Hold'em&quot; target=&quot;_blank&quot;&gt;Texas Hold'em&lt;/a&gt; to the &lt;a href=&quot;http://games.byond.com/hub/IccusionEntertainment/Iccumania&quot;&gt;Iccusino&lt;/a&gt;, I plan on making &lt;a href=&quot;http://en.wikipedia.org/wiki/Mahjong_solitaire&quot; target=&quot;_blank&quot;&gt;Mahjong Solitaire&lt;/a&gt; with BYOND 4.0 as a fun little puzzle game, so keep your eye out for that. I'll try to make it very professional, but I don't have any artist to make a nice UI, unless &lt;a href=&quot;http://members.byond.com/Aaiko&quot;&gt;Aaiko&lt;/a&gt; wants to help me on this non-Iccusion project, heh.&lt;br&gt;
&lt;br&gt;
-Jack</description>
        </item>
                <item>
            <title>Stressed Out!</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=34984</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=34984</guid>
            <pubDate>Thu, 20 Sep 2007 15:45:47 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=34984#comments</comments>
            
            <description>Today in Phsychology we were talking about stress, managing it, and other pish-posh. The instructor actually brought in a Galvanic Skin-Response meter. The ideal reading is between 7 and 15, however no one in our 90-person class had that. Afterall, we're college students. A fair deal of the people were between 15 and 20, a fairly larger chunk was 20 to 30. Three people had 30 to 35. What did I have? 54. After a moment of relaxing, I was able to drop it to 47. There is some consolation for this high number though. Even though I was just in front of a group of 7 people at the time, I get extreme anxiety attacks when put in the spotlight. If I had the meter myself and measured it during my own free time, it would probably only be around 18 to 23.&lt;br&gt;
&lt;br&gt;
Another thing is a 'Stress Vulnerability' thing she handed out. It's 20 questions that you rate 1 to 5, add it up, subtract 20. If you scored 30+ you're vulnerable. 50 to 75 is seriously vulnerable, and 75+ is extremely vulnerable. What did I score? 94, haha.&lt;br&gt;
&lt;br&gt;
And finally, a 'How You Deal With Stress' thing, which you rate 1 to 4. It's another 20 questions you add up. 20 to 29 = Deals with stress well. 30 to 50 = Moderate. 51+ = Poorly, and at risk of heart disease. What did I score? No, I actually got a good score of 31.</description>
        </item>
                <item>
            <title>So, What's New?</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=34953</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=34953</guid>
            <pubDate>Wed, 19 Sep 2007 14:26:32 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=34953#comments</comments>
            
            <description>Ok, here's another one of those &quot;progress reports&quot;.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;College Life&lt;/b&gt;&lt;br&gt;
I was recently bombarded with 4 tests, which hindered progress on pretty much everything. The World Literature test was possibly the hardest, as I had to associate given passages of text with their author and what book it was from. We've been reading religious texts, including &quot;The Old Testament&quot; [Genesis], Ovid's &quot;Metamorphoses&quot; [book 1], Ahkenaten's &quot;Hymn to the Sun&quot;, &quot;Popul Vuh&quot; [books 1-4], and John Milton's &quot;Paradise Lost&quot; [books 4-12]. I'm pretty sure it was a disaster, heh. Psychology, Physics, and Programming [The 3 P's] were easy stuff.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Final Fantasy Tactics&lt;/b&gt; [BYOND Remake]&lt;br&gt;
As I mentioned above, I'm in college and was just bombarded with tests. However, I'm still in the extremely long and painstaking process of ripping the landscape art. Once I finally have the first battle field ready, I'll be able to do the easy stuff -- programming in the pseudo-3D engine. I also still need to rip character sprites. Basically, I have a lot of art to rip because I can start adding structure.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Iccusino&lt;/b&gt;&lt;br&gt;
Yup, &lt;a href=&quot;http://members.byond.com/Aaiko&quot;&gt;Aaiko&lt;/a&gt; brought back the &lt;a href=&quot;http://members.byond.com/Contests&quot;&gt;Iccusino&lt;/a&gt;. I am adding Texas Hold'em to it, fixing up some odd bug that -just- recently showed up *cough*Aaiko-messing-with-my-code*cough*, and &quot;rigging&quot; Keno to make someone win the Jackpot 'eventually'. I'm thinking after the Jackpot reaches 20k, the odds that it'll &quot;cheat&quot; to make someone win will be significantly low, but exponentially grow with every 1k tokens over 20k. Last I heard, it was just over 96k.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Contests&lt;/b&gt;&lt;br&gt;
&lt;a href=&quot;http://members.byond.com/Tiberath&quot;&gt;Tiberath&lt;/a&gt; recently linked me to a &lt;a href=&quot;http://www.supportipd.com/forum/viewtopic.php?t=49&quot; target=&quot;_blank&quot;&gt;C/C++ programming contest&lt;/a&gt; that simply wants you make a console app. Calculator. Pretty simple little program to do, so I figured I might as well participate.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Other News&lt;/b&gt;&lt;br&gt;
&lt;a href=&quot;http://members.byond.com/Ry4n&quot;&gt;Ry4n&lt;/a&gt; is Mr. Awesome. 'Nuff said. Also, I only have $32 to last me 2 weeks, heh. I guess that means no movie night or parties. :( Hooray for being a full-time student with no source of income. :/</description>
        </item>
                <item>
            <title>Forgive me BYOND, for I have sinned...</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=34872</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=34872</guid>
            <pubDate>Sun, 16 Sep 2007 12:23:52 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=34872#comments</comments>
            
            <description>... and due to peer pressure [don't quote me there Mikau!] I have cracked and made a MySpace account.&lt;br&gt;
&lt;br&gt;
So, fellow sinners, if you also contribute to the random BYOND website downtimes, then &lt;a href=&quot;http://www.myspace.com/jackrweldon&quot; target=&quot;_blank&quot;&gt;add me to your friends list&lt;/a&gt;! Be sure to leave me a message of who you are though. I probably won't recognize you, and therefore not accept the request.</description>
        </item>
                <item>
            <title>What happens when Dialup drinks 5-Hour Energy...</title>
            <link>http://www.byond.com/members/JackGuy?command=view_post&amp;post=33277</link>
            <guid>http://www.byond.com/members/JackGuy?command=view_post&amp;post=33277</guid>
            <pubDate>Wed, 01 Aug 2007 22:44:12 +0000</pubDate>
            
            <comments>http://www.byond.com/members/JackGuy?command=view_comments&amp;post=33277#comments</comments>
            
            <description>This is what happens when I poured 5-Hour energy onto my dialup modem...&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://members.byond.com/JackGuy/files/dialup.PNG&quot; alt=&quot;Downloading file at over 68KB/s&quot; title=&quot;Downloading file at over 68K/s&quot;&gt;&lt;br&gt;
&lt;br&gt;
Yes, my dialup which normally downloads at rates between 1.0 and 3.5 kb/s is downloading at MUCH faster speeds. It's absolutely insane.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;big&gt;&lt;br&gt;
WARNING: &lt;b&gt;DO NOT&lt;/b&gt; pour any liquids onto modems or other electrical devices! I was trying to be creative in bringing about this interesting situation.&lt;br&gt;&lt;/big&gt;&lt;br&gt;</description>
        </item>
            
    </channel>
</rss>


