<?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-9998044</id><updated>2011-12-14T18:56:33.008-08:00</updated><title type='text'>Ryan Seghers' Blog</title><subtitle type='html'>Experiences in software development and technology</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ryanseghers.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ryanseghers.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/16638784375499554665</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9998044.post-1651691098722918904</id><published>2008-02-15T15:08:00.001-08:00</published><updated>2008-02-22T11:09:56.340-08:00</updated><title type='text'>Robocopy for Mirroring Directory(ies) to a Backup Disk</title><summary type='text'>I did quite a bit of looking around for a way to  backup my documents and music and other files on my new Vista  PC.  I have a second disk in my system and wanted to mirror my important  data to that second disk.  There's a backup utility built in to Vista, but  it doesn't have a way to exclude directories (!) and I have some directories  with large, static data that I already have backed up </summary><link rel='replies' type='application/atom+xml' href='http://ryanseghers.blogspot.com/feeds/1651691098722918904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9998044&amp;postID=1651691098722918904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/1651691098722918904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/1651691098722918904'/><link rel='alternate' type='text/html' href='http://ryanseghers.blogspot.com/2008/02/robocopy-for-mirroring-directory-to.html' title='Robocopy for Mirroring Directory(ies) to a Backup Disk'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/16638784375499554665</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9998044.post-110839675356459308</id><published>2005-02-14T07:53:00.000-08:00</published><updated>2005-02-14T07:59:13.566-08:00</updated><title type='text'>Inno Setup</title><summary type='text'>I just tried Inno Setup, a free install-builder by Jordan Russel.  I can't believe how quickly I got the features I wanted (desktop shortcut, start program at end of install, quick-launch option).  From first seeing the Inno Setup web site to having my install built and working took about 6 minutes. Unbelievable. I wasted multiple days trying to get VS.Net's built-in install builder to do </summary><link rel='replies' type='application/atom+xml' href='http://ryanseghers.blogspot.com/feeds/110839675356459308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9998044&amp;postID=110839675356459308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110839675356459308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110839675356459308'/><link rel='alternate' type='text/html' href='http://ryanseghers.blogspot.com/2005/02/inno-setup.html' title='Inno Setup'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/16638784375499554665</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9998044.post-110609292874393108</id><published>2005-01-18T15:49:00.000-08:00</published><updated>2008-02-22T11:00:49.440-08:00</updated><title type='text'>Deleting Files By Regular Expression with Agent Ransack</title><summary type='text'>I just found a good way to delete a bunch of programming tool temporary files (like .obj and .pdb files).  I have a directory under which I have hundreds of development projects in different languages, and to back it up I either have to select the files I specifically want to backup or delete the files I don't want to backup first. So far I'd been using a script, but due to my discontent with the</summary><link rel='replies' type='application/atom+xml' href='http://ryanseghers.blogspot.com/feeds/110609292874393108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9998044&amp;postID=110609292874393108' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110609292874393108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110609292874393108'/><link rel='alternate' type='text/html' href='http://ryanseghers.blogspot.com/2005/01/deleting-files-by-regular-expression.html' title='Deleting Files By Regular Expression with Agent Ransack'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/16638784375499554665</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9998044.post-110512978288898725</id><published>2005-01-07T13:22:00.000-08:00</published><updated>2005-01-07T13:12:54.623-08:00</updated><title type='text'>Blogger.com Template Show/Hide Setup</title><summary type='text'>I spent quite a bit of time getting my blogger.com Template set up to have a Show/Hide capability a little better than that provided in the Blogger Hacks instructions for a show/hide link. ...I wanted a summary section shown on the main page, not just the title.  Looks like I've gotten it working pretty well now.I ended up with some JavaScript doing DOM navigation to change the class of the </summary><link rel='replies' type='application/atom+xml' href='http://ryanseghers.blogspot.com/feeds/110512978288898725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9998044&amp;postID=110512978288898725' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110512978288898725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110512978288898725'/><link rel='alternate' type='text/html' href='http://ryanseghers.blogspot.com/2005/01/bloggercom-template-showhide-setup.html' title='Blogger.com Template Show/Hide Setup'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/16638784375499554665</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9998044.post-110505286580406617</id><published>2005-01-06T15:04:00.000-08:00</published><updated>2005-01-07T12:07:43.073-08:00</updated><title type='text'>C#/.Net Logging</title><summary type='text'>I went looking for a good C#/.Net logging (Logger) library to use on a home project.  I found two main ...options, Apache’s log4net and one on Sourceforge called NLog.  Both looked pretty well developed.  I also noticed Microsoft’s Logging Application Block, but it’s apparently heavyweight in the extreme, requiring Microsoft Enterprise Instrumentation Framework.  I don’t know much about it, and </summary><link rel='replies' type='application/atom+xml' href='http://ryanseghers.blogspot.com/feeds/110505286580406617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9998044&amp;postID=110505286580406617' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110505286580406617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9998044/posts/default/110505286580406617'/><link rel='alternate' type='text/html' href='http://ryanseghers.blogspot.com/2005/01/cnet-logging.html' title='C#/.Net Logging'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/16638784375499554665</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
