Flock or WordPress bug

I’m having some problems with this blog and posting from Flock. All lt; and gt; are removed from blog posts using Flocks built in blog post function.

a href=”http://getsatisfaction.com/flock/topics/all_and_are_removed_when_publishing_a_blog_post_with_flock?utm_content=topic_linkamp;utm_medium=emailamp;utm_source=reply_notification”Reported it/a using GetSatisfaction and there might be a solution to it, according to this a href=”https://bugzilla.flock.com/show_bug.cgi?id=16002#c16″bug report/a.
!– technorati tags begin –p style=”font-size:10px;text-align:right;”Tags: a href=”http://technorati.com/tag/flock” rel=”tag”flock/a, a href=”http://technorati.com/tag/bug” rel=”tag”bug/a, a href=”http://technorati.com/tag/wordpress” rel=”tag”wordpress/a/p!– technorati tags end —

How to create a real working symbolic link in Windows

I’m very used to unix systems and there it is very common to use symbolic links. Say you mount another machine at /machine2 but want to access some files from it in your home directory on that machine but have them in the home directory on this machine. Just use ln, ln -s /machine2/home/user/file /home/user/file and there is no difference in using file on any machine. This has not been possible in Windows until Vista was released!

Another way to explain it is it is possible to map a remote folder not just into a drive(e.g. Z:) but also onto a folder!

The solution is the new mklink command, this article explains well how to use it!

Tags: ,