<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-31221031</id><updated>2011-12-14T18:53:23.248-08:00</updated><category term='regex'/><category term='PHP'/><category term='jQuery'/><category term='SimpleXML'/><category term='Javascript'/><category term='VirtualBox'/><category term='OS X'/><category term='Mac'/><title type='text'>Javert03</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-31221031.post-2010125863533564415</id><published>2010-07-07T16:24:00.000-07:00</published><updated>2010-07-07T16:43:00.745-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='regex'/><category scheme='http://www.blogger.com/atom/ns#' term='SimpleXML'/><title type='text'>Colonary Surgery</title><summary type='text'>I don't get the opportunity to do a vast amount of XML parsing, but when I do I use SimpleXML because it's normally built into PHP and is just so...well, simple. Unfortunately, there are some things SimpleXML can't handle. One of these is colons in tag names. Google's API's use colons in abundance, such as when giving the ID of a YouTube video: &lt;yt:videoid&gt;.For now, I don't have time to learn </summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/2010125863533564415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=2010125863533564415' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/2010125863533564415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/2010125863533564415'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2010/07/colonary-surgery.html' title='Colonary Surgery'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-5962916535825416813</id><published>2009-12-16T11:58:00.000-08:00</published><updated>2009-12-16T12:31:34.743-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><title type='text'>Foreach His Own</title><summary type='text'>I quite often use the foreach() loop in PHP to easily modify an array by passing the array elements by reference, like so:$testArray = array('one','two','three');foreach($testArray as &amp;$v) {    // whatever}But today this got me into a little trouble. The variables created by the foreach() loop, whether passed by reference or not, continue to exist after the loop has been closed. Thus in the </summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/5962916535825416813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=5962916535825416813' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/5962916535825416813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/5962916535825416813'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2009/12/i-quite-often-use-foreach-loop-in-php.html' title='Foreach His Own'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-2202835326177314085</id><published>2009-11-17T15:00:00.000-08:00</published><updated>2009-11-17T21:02:07.522-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><title type='text'>Checkbox: Finding the TRUE value of "checked"</title><summary type='text'>Today I had a familiar scenario that turned not-so-familiar, so I'll post my results here for future reference. The core problem is that the value of this.checked within jQuery's .click(function({})) changes depending on what triggered the click event.The setup: In a form, I had one checkbox which, when clicked, would set some fields based on the values of other fields (think "Click here if same </summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/2202835326177314085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=2202835326177314085' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/2202835326177314085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/2202835326177314085'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2009/11/checkbox-finding-true-value-of-checked.html' title='Checkbox: Finding the TRUE value of &quot;checked&quot;'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-8429792420872958413</id><published>2009-11-17T13:19:00.000-08:00</published><updated>2009-11-17T16:58:48.653-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>Javascript Toggle Boolean</title><summary type='text'>I'll put this here for future reference. Found it on the blog of Jerad Bitner.var bool = true;bool = !bool        // it's been toggled!</summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/8429792420872958413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=8429792420872958413' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/8429792420872958413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/8429792420872958413'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2009/11/javascript-toggle-boolean.html' title='Javascript Toggle Boolean'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-9067495628839166556</id><published>2008-08-04T16:17:00.000-07:00</published><updated>2009-11-17T14:21:19.927-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><title type='text'>The Threat of shell_exec()</title><summary type='text'>Just built a website? Think it's safe? If you're using shared hosting, think again. On many shared servers, it's a cinch to get a list of every file the web server can see, including configuration files. Hey and guess what, if you've got the config files for every site on the server, you know every site's database login credentials and could wipe out all their data or, better yet, make yourself </summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/9067495628839166556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=9067495628839166556' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/9067495628839166556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/9067495628839166556'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2008/08/threat-of-shellexec.html' title='The Threat of shell_exec()'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-4464773915193768552</id><published>2008-07-20T20:26:00.000-07:00</published><updated>2009-11-17T14:22:10.623-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OS X'/><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><category scheme='http://www.blogger.com/atom/ns#' term='VirtualBox'/><title type='text'>VirtualBox: openSUSE in Mac OS X</title><summary type='text'>In the summer of 2005, Linux came into my life. I know to many of you that doesn't seem like so long ago, but in the years since I have developed quite an attachment to Linux; without it nearby I feel lost and trapped, and somehow computers just aren't as fun. But now I have a MacBook(!), and I must confess, Leopard is quite a piece of software. Still, Linux is Linux. 'Nuf said. Normally I'd just</summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/4464773915193768552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=4464773915193768552' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/4464773915193768552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/4464773915193768552'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2008/07/virtualbox-opensuse-in-mac-os-x.html' title='VirtualBox: openSUSE in Mac OS X'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_y1E5TQ5grAY/SIQGmY7pNOI/AAAAAAAAAG8/B5O3CcVqVsE/s72-c/Picture+1.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-115327089402175702</id><published>2006-07-18T17:13:00.000-07:00</published><updated>2006-07-19T08:54:01.023-07:00</updated><title type='text'>Wonder of Wonders</title><summary type='text'>My tri-boot system is up and running again, but with some serious improvements! Previously I was using Windows 98SE, SUSE Linux 10.0, and Ubuntu Linux 5.10. I've kept Ubuntu as is, but did some major remodeling in Windows and SUSE, the most important change being...I finally have Windows XP! And you know what? I really like it!So far I've been very impressed by XP's speed. Based on my experience </summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/115327089402175702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=115327089402175702' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/115327089402175702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/115327089402175702'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2006/07/wonder-of-wonders.html' title='Wonder of Wonders'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31221031.post-115308967451504629</id><published>2006-07-16T15:39:00.000-07:00</published><updated>2006-07-16T15:41:14.523-07:00</updated><title type='text'>Reality</title><summary type='text'>Ok. Here's the big test. I'm always saying Blogger looks better than Xanga, but is it really? Now I can find out the truth.</summary><link rel='replies' type='application/atom+xml' href='http://javert03.blogspot.com/feeds/115308967451504629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31221031&amp;postID=115308967451504629' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/115308967451504629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31221031/posts/default/115308967451504629'/><link rel='alternate' type='text/html' href='http://javert03.blogspot.com/2006/07/reality.html' title='Reality'/><author><name>Javert03</name><uri>http://www.blogger.com/profile/04702361861657015624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://photos1.blogger.com/blogger/4488/3367/320/img_4923.jpg'/></author><thr:total>1</thr:total></entry></feed>
