<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codec &#187; link</title>
	<atom:link href="http://www.trembl.org/codec/tag/link/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trembl.org/codec</link>
	<description>A Personal Polylogic Code/Decode &#039;Zettelkasten&#039;</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating soft symbolic links between two directories</title>
		<link>http://www.trembl.org/codec/759/</link>
		<comments>http://www.trembl.org/codec/759/#comments</comments>
		<pubDate>Mon, 30 May 2011 08:20:35 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[ln]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[symlink]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=759</guid>
		<description><![CDATA[ln -s /path/to/existing/directory /path/to/new/symbolic/link After that, a cd /path/to/new/symbolic/link brings you to /path/to/existing/directory Sometimes a little magic is necessary. Symbolic link can be removed with a simple &#8216;rm&#8217;. This only removes the symbolic link, and not the linked files. rm /path/to/new/symbolic/link]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">ln <span style="color: #339933;">-</span>s <span style="color: #339933;">/</span>path<span style="color: #339933;">/</span>to<span style="color: #339933;">/</span>existing<span style="color: #339933;">/</span>directory <span style="color: #339933;">/</span>path<span style="color: #339933;">/</span>to<span style="color: #339933;">/</span>new<span style="color: #339933;">/</span>symbolic<span style="color: #339933;">/</span>link</pre></div></div>

<p>After that, a</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">cd <span style="color: #339933;">/</span>path<span style="color: #339933;">/</span>to<span style="color: #339933;">/</span>new<span style="color: #339933;">/</span>symbolic<span style="color: #339933;">/</span>link</pre></div></div>

<p>brings you to</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #339933;">/</span>path<span style="color: #339933;">/</span>to<span style="color: #339933;">/</span>existing<span style="color: #339933;">/</span>directory</pre></div></div>

<p>Sometimes a little magic is necessary.</p>
<p>Symbolic link can be removed with a simple &#8216;rm&#8217;. This only removes the symbolic link, and not the linked files.</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">rm <span style="color: #339933;">/</span>path<span style="color: #339933;">/</span>to<span style="color: #339933;">/</span>new<span style="color: #339933;">/</span>symbolic<span style="color: #339933;">/</span>link</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/759/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript:void(0) &#8211; the better a href=&#8221;#&#8221;</title>
		<link>http://www.trembl.org/codec/680/</link>
		<comments>http://www.trembl.org/codec/680/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 07:37:25 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=680</guid>
		<description><![CDATA[Using a href=&#8221;javascript:void(0)&#8221; instead of a href=&#8221;#&#8221; does not jump to the top. Sould have been clear, but still good to know.]]></description>
			<content:encoded><![CDATA[<p>Using <em>a href=&#8221;javascript:void(0)&#8221;</em> instead of <em>a href=&#8221;#&#8221;</em> does not jump to the top. Sould have been clear, but still good to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/680/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UIWebView &#8211; checking when user clicks a link</title>
		<link>http://www.trembl.org/codec/275/</link>
		<comments>http://www.trembl.org/codec/275/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:03:29 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UIWebView]]></category>
		<category><![CDATA[UIWebViewNavigationType]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=275</guid>
		<description><![CDATA[- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType { // intercepting web click in the webView NSLog(@"%@, %i", [request.URL absoluteString], navigationType); } Don&#8217;t forget to set &#60;UIWebViewDelegate&#62;]]></description>
			<content:encoded><![CDATA[<p><code>- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {</p>
<p>	// intercepting web click in the webView<br />
	NSLog(@"%@,  %i", [request.URL absoluteString], navigationType);<br />
}<br />
</code></p>
<p>Don&#8217;t forget to set &lt;UIWebViewDelegate&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/275/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking libxml2 in Xcode</title>
		<link>http://www.trembl.org/codec/220/</link>
		<comments>http://www.trembl.org/codec/220/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 03:27:23 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[libxml2]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Multiple Values]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=220</guid>
		<description><![CDATA[How to link libxml2 in Xcode for use with TouchXML? 1. Copy TouchXML files. They are wrappers to libxml2. 2. Instead of copying an extra copy of libxml2 to the project frameworks, add the following to the target information: Header Search Paths: /usr/include/libxml2 Other Linker Flags: -lxml2 (Of course assuming, that libxml2 is present at [...]]]></description>
			<content:encoded><![CDATA[<p>How to link libxml2 in Xcode for use with TouchXML?</p>
<p>1. Copy TouchXML files. They are wrappers to libxml2.<br />
2. Instead of copying an extra copy of libxml2 to the project frameworks, add the following to the target information:</p>
<p><strong>Header Search Paths:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #002200;">/</span>usr<span style="color: #002200;">/</span>include<span style="color: #002200;">/</span>libxml2</pre></div></div>

<p><strong>Other Linker Flags:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #002200;">-</span>lxml2</pre></div></div>

<p>(Of course assuming, that libxml2 is present at this location on your system.)</p>
<p>In the Target Info, make sure to select the current configuration to see the values. Otherwise you get &lt;Multiple Values&gt; and they look like it&#8217;s not possible to edit them. Took me a while to figure out, that changing the configuration [top left] was the key. Duh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

