<?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:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3193277615878635948</id><updated>2010-08-05T03:39:11.120-07:00</updated><title type='text'>My Things Windows</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.brels.net/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default?orderby=updated'/><link rel='alternate' type='text/html' href='http://blog.brels.net/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-6320988799482278083</id><published>2010-06-27T13:45:00.001-07:00</published><updated>2010-06-27T14:10:23.486-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wordpress Hell'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP Hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Hosting Hell'/><title type='text'>A simple way to convert your Wordpress blog into a static page (W.I.P.)</title><content type='html'>&lt;p&gt;I'm leaving Blogger and hosting my blog on my own website. This indeed looks like SEO talk, but since the beginning I wanted to host my website and blog in the same place, but I didn't want approach Wordpress. I've tried MovableType and Drupal, but Wordpress is certainly the easiest to install and use. &lt;/p&gt;&lt;p&gt;The problem is I don't want to keep my blog and site "on the cloud". My approach is working "offline" then publish. Yes, it's a very old fashioned approach, but that's how I like it. I came across several plugins to generate static pages, but none of them did exactly what I wanted: a complete offline copy/mirror of my blog, independent of host, database or anything else, only pure, fully functional HTML pages.&lt;/p&gt;&lt;p&gt;That's when I recalled a very useful utility I used in remote times to leech pages: &lt;a href="http://gnuwin32.sourceforge.net/packages/wget.htm"&gt;WGET for Windows&lt;/a&gt;. It works wonderfully. I have a full Wordpress blog configured locally and all I have to do is leech it and publish the content. The command line I use for thid is:&lt;/p&gt;&lt;blockquote style="font-family: monospace"&gt;wget --no-verbose --force-directories --no-cache --no-cookies --recursive --level=inf --no-remove-listing  --page-requisites --convert-links --no-parent "http://localhost:8081"&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: W.I.P. = Work In Progress, meaning I'll return to this post whenever I find difficulties or have something worthy to add.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Note2&lt;/strong&gt;: this obviously doesn't work for the admin control panel and comment system. I'll use &lt;a href="http://disqus.com/comments/"&gt;Disqus Comments&lt;/a&gt; as my comment system, so it won't be an issue.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-6320988799482278083?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/6320988799482278083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/06/simple-way-to-convert-your-wordpress.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/6320988799482278083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/6320988799482278083'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/06/simple-way-to-convert-your-wordpress.html' title='A simple way to convert your Wordpress blog into a static page (W.I.P.)'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-4220776792001945890</id><published>2010-06-27T10:10:00.000-07:00</published><updated>2010-06-27T13:17:13.333-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CMS Hell'/><category scheme='http://www.blogger.com/atom/ns#' term='DLL Hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Perl Hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Drupal Hell'/><title type='text'>How to quickly obtain ssleay32.dll and libeay32.dll</title><content type='html'>&lt;p&gt;&lt;strong&gt;WGET for Windows&lt;/strong&gt; (and other utilities) requires the &lt;strong&gt;OpenSSL&lt;/strong&gt; libraries &lt;strong&gt;ssleay32.dll&lt;/strong&gt; and &lt;strong&gt;libeay32.dll&lt;/strong&gt; (among others) in order to run (check the Windows README). If you search for them on Google, you'll only get to confusing forum posts, artificially-ranked DLL download sites (very suspicious) and not-quite-useful process information pages. The quick solution: they're all included in the dependencies package for WGET for Win32. Get it &lt;a href="http://gnuwin32.sourceforge.net/packages/wget.htm"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: I'm migrating this blog to &lt;strong&gt;WWAMP&lt;/strong&gt; (Windows+Wordpress+Apache+MySQL+Php). I was particularly interested in &lt;strong&gt;MovableType&lt;/strong&gt; and &lt;strong&gt;Drupal&lt;/strong&gt;, but &lt;strong&gt;Perl&lt;/strong&gt; (for the former) is horribly hard to integrate to Apache on Windows and the second isn't compatible with the current version of Php (or maybe I didn't figure it out how to make it work, but it doesn't matter, &lt;strong&gt;Wordpress&lt;/strong&gt; worked nicely with comparatively much less effort).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;NOTE2:&lt;/strong&gt; ssleay32.dll can be found in &lt;strong&gt;Apache&lt;/strong&gt;'s MSI. package or the &lt;strong&gt;bin&lt;/strong&gt; directory.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-4220776792001945890?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/4220776792001945890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/06/how-to-quickly-obtain-ssleay32dll-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/4220776792001945890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/4220776792001945890'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/06/how-to-quickly-obtain-ssleay32dll-and.html' title='How to quickly obtain ssleay32.dll and libeay32.dll'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-1246618526034359057</id><published>2010-06-27T11:15:00.000-07:00</published><updated>2010-06-27T13:09:27.659-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Apache Hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Wordpress Hell'/><title type='text'>Error "not found" when activating custom permalinks in Wordpress on Apache VirtualHost</title><content type='html'>&lt;p&gt;I'm new to Wordpress and Apache and found a quite intriguing error: default permalinks (in the format /?p=123) work, but custom permalinks (also known as "Pretty links", in the format /yyyy/mm/dd/sample-post/) do not, spawning 404 "not found" errors. The solution resides in a link "hidden" in the Wordpress Readme.html file. Wordpress recommends Apache &lt;strong&gt;&lt;a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html"&gt;mod_rewrite&lt;/a&gt;&lt;/strong&gt; module. If you're using VirtualHosts, you'll need to activate rewrite for each of them with the following lines:&lt;/p&gt;&lt;pre&gt;RewriteEngine On&lt;br /&gt;RewriteOptions Inherit&lt;/pre&gt;&lt;p&gt;Additionally, you must activate the following Apache options, pointed in the &lt;a href="http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks"&gt;official documentation&lt;/a&gt;, in your Wordpress directory:&lt;/p&gt;&lt;p&gt;&lt;pre&gt;Options FollowSymLinks&lt;br /&gt;AllowOverride All&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;That's it. Check the official links above if more info is needed.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-1246618526034359057?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/1246618526034359057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/06/error-not-found-when-activating-custom.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/1246618526034359057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/1246618526034359057'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/06/error-not-found-when-activating-custom.html' title='Error &quot;not found&quot; when activating custom permalinks in Wordpress on Apache VirtualHost'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-2266071288807812695</id><published>2010-06-08T17:00:00.000-07:00</published><updated>2010-06-08T17:02:34.933-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General technology'/><title type='text'>URL Shortening services threatened?</title><content type='html'>The advent of Twitter's t.co shows how risky is to invest solely in supplementary applications, those without an own life apart from a main service. This could very well kill ALL url shortening services if Twitter ever decides to offer user generation of links.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-2266071288807812695?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/2266071288807812695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/06/url-shortening-services-threatened.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/2266071288807812695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/2266071288807812695'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/06/url-shortening-services-threatened.html' title='URL Shortening services threatened?'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-7123192272067424582</id><published>2010-06-01T05:32:00.000-07:00</published><updated>2010-06-01T06:02:15.271-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Other'/><title type='text'>Will technology help keeping endangered languages alive?</title><content type='html'>Every fan of languages like myself loves (and hates, sometimes) &lt;a href="http://translate.google.com"&gt;Google Translate&lt;/a&gt;. It still lacks phonetic information, but I think more specialized tools will tend to this need. Economic pressures are leading to multi-polarization of a relative few languages (links to reports and data on &lt;a href="http://en.wikipedia.org/wiki/Endangered_language"&gt;Wikipedia&lt;/a&gt;), with the younger simply abandoning or never having contact with their ancestors' speak in favor of major languages. I think widespread adoption of free language technology will diminish these pressures since there will be less economic advantage in the knowledge of non-native languages.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-7123192272067424582?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/7123192272067424582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/06/will-technology-help-keeping-endangered.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/7123192272067424582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/7123192272067424582'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/06/will-technology-help-keeping-endangered.html' title='Will technology help keeping endangered languages alive?'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-557285315830189291</id><published>2010-05-20T18:32:00.000-07:00</published><updated>2010-05-20T18:33:54.108-07:00</updated><title type='text'>Technorati and new site version</title><content type='html'>&lt;p&gt;I've submitted my blog to Technorati. I'll be updating my website in the next days (or hope so!).&lt;/p&gt;&lt;input type="hidden" value="W99DZBH7S3V8"&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-557285315830189291?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/557285315830189291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/05/technorati-and-new-site-version.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/557285315830189291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/557285315830189291'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/05/technorati-and-new-site-version.html' title='Technorati and new site version'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-6804582389379798579</id><published>2010-04-03T15:44:00.000-07:00</published><updated>2010-04-03T16:08:12.366-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Development hell'/><title type='text'>Eclipse CDT x Code::Blocks</title><content type='html'>&lt;p&gt;I'm configuring a shared project folder for both Eclipse CDT and Code::Blocks using MinGW as compiler. In Code::Blocks, I must inform full library names, e.g., &lt;em&gt;&lt;strong&gt;libwinmm.a&lt;/strong&gt;&lt;/em&gt; while in Eclipse I must inform Windows' original names, in that case &lt;strong&gt;&lt;em&gt;winmm&lt;/em&gt;&lt;/strong&gt;. So Code::Blocks is more intuitive since you will naturally refer to the compiler package's lib files.&lt;/p&gt;&lt;p&gt;Code::Blocks also provides native support for Windows applications. You can create an empty project, select build target as GUI application and add a .rc file to embed resources, including the executable's icon. In order to achieve the same in Eclipse CDT, all compiler settings have to be passed manually:&lt;/p&gt;&lt;p&gt;GUI Application: add these linker's miscellaneous settings: &lt;strong&gt;-mwindows -mwin32&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;RC file: add this pre-build step : &lt;strong&gt;windres ..\resources.rc resources.o&lt;/strong&gt; then add &lt;strong&gt;resources.o&lt;/strong&gt; to linker's miscellaneous settings. The path of resources.rc must conform to the project file structure. The current directory will be the &lt;strong&gt;Release&lt;/strong&gt;/&lt;strong&gt;Debug&lt;/strong&gt; folder.&lt;/p&gt;&lt;p&gt;It may look simple, but a beginner in C/C++ programming may be in trouble to figure this out.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-6804582389379798579?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/6804582389379798579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/04/eclipse-cdt-x-codeblocks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/6804582389379798579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/6804582389379798579'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/04/eclipse-cdt-x-codeblocks.html' title='Eclipse CDT x Code::Blocks'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-4247475046702619590</id><published>2010-02-21T10:58:00.000-08:00</published><updated>2010-02-21T11:43:48.940-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Filesystem hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Not quite a hell'/><title type='text'>Using question mark on filenames... sorta</title><content type='html'>&lt;p&gt;Actually, you can't use question marks or any character from the reserved set (&lt;span style="white-space: pre; font-family: monospace" &gt;\ / : * ? " &lt; &gt; |&lt;/span&gt;) in filenames on any version of Windows. However, question marks are necessary sometimes, especially when cataloging movies and series episodes. I use alternate versions of the question mark in Unicode, such as the Spanish one (¿ U+00BF), the Arabian one (؟ U+061F) and the interrobang (‽ U+203D).&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-4247475046702619590?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/4247475046702619590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/02/using-question-mark-on-filenames-sorta.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/4247475046702619590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/4247475046702619590'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/02/using-question-mark-on-filenames-sorta.html' title='Using question mark on filenames... sorta'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-6907082902135390696</id><published>2010-02-16T12:29:00.001-08:00</published><updated>2010-02-16T12:41:34.758-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Migration hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Conversion hell'/><title type='text'>Problems migrating from Opera Mail/Outlook Express to Outlook 2007</title><content type='html'>&lt;p&gt;Outlook Express was discontinued in favor of Windows Mail since Windows Vista. If you have a backup with mail messages from it, you'll discover Outlook 2007 doesn't have any simple way to import them. You'll have to use &lt;a href="http://download.live.com/wlmail"&gt;Windows Live Mail&lt;/a&gt; (don't mistake it for Hotmail) as an intermediate: import your Outlook Express .dbx files into Windows Live Mail and then import your Windows Live Mail to Outlook 2007.&lt;/p&gt;&lt;p&gt;For Opera Mail, the easiest way to import the messages in .mbs format is to use &lt;a href="http://www.aid4mail.com/downloads.php"&gt;Aid4Mail Professional&lt;/a&gt;. It will create a separate .PST file in your Outlook data folder, but it won't preserve Opera folder and account structure. You can use Aid4Mail instead of Windows Live Mail to import Outlook Express messages, if you wish.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-6907082902135390696?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/6907082902135390696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/02/problems-migrating-from-opera.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/6907082902135390696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/6907082902135390696'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/02/problems-migrating-from-opera.html' title='Problems migrating from Opera Mail/Outlook Express to Outlook 2007'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-7453692881725478223</id><published>2010-02-15T08:21:00.000-08:00</published><updated>2010-02-15T13:02:22.626-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Device hell'/><category scheme='http://www.blogger.com/atom/ns#' term='Network hell'/><title type='text'>USB wireless network adapter doesn't... work (Windows 7)</title><content type='html'>&lt;p&gt;If you have many USB devices, including an &lt;strong&gt;external wireless network adapter (Ralink)&lt;/strong&gt;, it may suddenly stop working under &lt;strong&gt;Windows 7&lt;/strong&gt;. I had this problem after opening my computer's case and reconnecting the USB devices in different positions. It is not the case of a device error or driver installation failure. It was perfectly installed and only failed to transmit and detect network. I've tried a huge variety of drivers and tweaks, but only this solved the problem:&lt;/p&gt;&lt;p&gt;1) Delete all related drivers. This means to uninstall the device with the option to delete the driver alongside. Let Windows detect the device again and repeat the uninstallation until you get the default driver (the one that comes with Windows). If your driver doesn't come with Windows, skip this.&lt;/p&gt;&lt;p&gt;2) Stop and disable WLAN AutoConfig in "services.msc".&lt;/p&gt;&lt;p&gt;3) Open the registry editor, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft and delete the folder Wlansvc (this is not the service, only configurations).&lt;/p&gt;&lt;p&gt;4) Reboot in safe mode (F8) and choose "Safe mode with networking".&lt;/p&gt;&lt;p&gt;5) Delete all your network adapters (choose the option to view hidden devices) and let Windows reinstall them. If everything went well, you'll see wireless networks immediately. &lt;b&gt;Microsoft Virtual WiFi Miniport Adapter&lt;/b&gt; must be present.&lt;/p&gt;&lt;p&gt;6) If your driver doesn't come with Windows, use the one supplied by the vendor or, preferably, a newer one.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-7453692881725478223?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/7453692881725478223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/02/usb-wireless-network-adapter-doesnt.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/7453692881725478223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/7453692881725478223'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/02/usb-wireless-network-adapter-doesnt.html' title='USB wireless network adapter doesn&apos;t... work (Windows 7)'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-4658353207023917449</id><published>2010-01-21T10:34:00.000-08:00</published><updated>2010-01-21T10:48:43.814-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Service hell'/><title type='text'>Service hell - winmgmt - Windows Management Instrumentation</title><content type='html'>Disabling the service &lt;strong&gt;winmgmt&lt;/strong&gt;  (Windows Management Instrumentation) has unexpected side effects. Once I disabled it and had problems with &lt;strong&gt;taskkill&lt;/strong&gt; using the option &lt;strong&gt;/IM&lt;/strong&gt;, which tells to kill a specific image name or pattern (example: &lt;strong&gt;taskkill.exe /IM iexplore.exe&lt;/strong&gt; tries to kill all instances of Internet Explorer). Another time, &lt;strong&gt;Remote Desktop&lt;/strong&gt; was not working. Windows Firewall (&lt;strong&gt;SharedAccess&lt;/strong&gt; on XP) is dependent of &lt;strong&gt;winmgmt&lt;/strong&gt;, so if it is set to start and fails with a dependency error, related ports will remain closed and the host will be inaccessible, even to ping requests.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-4658353207023917449?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/4658353207023917449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/01/service-hell-winmgmt-windows-management.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/4658353207023917449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/4658353207023917449'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/01/service-hell-winmgmt-windows-management.html' title='Service hell - winmgmt - Windows Management Instrumentation'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3193277615878635948.post-8794135192098376278</id><published>2010-01-21T10:19:00.000-08:00</published><updated>2010-01-21T10:34:56.798-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Meta'/><title type='text'>First post (remade)</title><content type='html'>&lt;p&gt;Sometimes computers can be as stubborn and complicated as human people. Sometimes I feel like a &lt;strong&gt;Sherlock Holmes&lt;/strong&gt; trying to solve mysterious problems on &lt;strong&gt;Windows&lt;/strong&gt;. It's when I think: "hey, I should publish that!".&lt;/p&gt;&lt;p&gt;&lt;span style="color:#cccccc;"&gt;&lt;strong&gt;Blogger&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="color:#cccccc;"&gt; has managed to place my blog on limbo from the very first post. Now I have two of them with the same URL.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3193277615878635948-8794135192098376278?l=blog.brels.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.brels.net/feeds/8794135192098376278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.brels.net/2010/01/first-post-remade.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/8794135192098376278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3193277615878635948/posts/default/8794135192098376278'/><link rel='alternate' type='text/html' href='http://blog.brels.net/2010/01/first-post-remade.html' title='First post (remade)'/><author><name>Breno</name><uri>http://www.blogger.com/profile/06008394832557392962</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03037145855830246434'/></author><thr:total>0</thr:total></entry></feed>