<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>バイトのメモなど</title>
    <link rel="self" type="application/atom+xml" title="バイトのメモなど (Atom)" href="http://takumi.vox.com/library/posts/2007/01/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="バイトのメモなど" href="http://takumi.vox.com/library/posts/2007/01/page/1/"/> 
    <link rel="service.post" type="application/atom+xml" title="バイトのメモなど" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00c22522e8d9604a00c22523dff18e1d" /> 
    <link rel="service.subscribe" type="application/atom+xml" title="バイトのメモなど" href="http://takumi.vox.com/library/posts/2007/01/atom.xml" />   
    <link rel="last" type="application/atom+xml" title="バイトのメモなど" href="http://takumi.vox.com/library/posts/2007/01/page/1/atom.xml" />  
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2007-01-31T13:29:54Z</updated> 
    <author>
        <name>takumi</name>
        <uri>http://takumi.vox.com/?_c=feed-atom</uri>
    </author> 
    <id>tag:vox.com,2006:6p00c22522e8d9604a/2007/01/</id> 
    <subtitle>あと、買った本とか</subtitle>  
    
    <entry>
        <title>to_absolute_uriをＶB６で</title>   
        <link rel="alternate" type="text/html" title="to_absolute_uriをＶB６で" href="http://takumi.vox.com/library/post/to_absolute_uri%E3%82%92%EF%BD%82%EF%BD%96%EF%BC%96%E3%81%A7.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="to_absolute_uriをＶB６で" href="http://takumi.vox.com/library/post/to_absolute_uri%E3%82%92%EF%BD%82%EF%BD%96%EF%BC%96%E3%81%A7.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="to_absolute_uriをＶB６で" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22522e8d9604a00cdf7f3e09d094f" />          <id>tag:vox.com,2007-01-15:asset-6a00c22522e8d9604a00cdf7f3e09d094f</id>
        <published>2007-01-15T08:25:32Z</published>
        <updated>2007-01-31T13:29:54Z</updated>
    
        <author>
            <name>takumi</name>
            <uri>http://takumi.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://takumi.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
          VB6で下のコードを動かすと、getメソッドが無いって怒られる。 既存のWWW::Mechanizeに定義を追加するのではなくて、新しいWWW::Mechanizeを作り出している。   require &quot;rubygems&quot; require &quot;mechanize&quot;  module WWW    class Mechanize       def to_absolute_uri(url, cur_page=current_page())          url =  URI.parse(...   <p style="clear:both;"> 
    <a href="http://takumi.vox.com/library/post/to_absolute_uri%E3%82%92%EF%BD%82%EF%BD%96%EF%BC%96%E3%81%A7.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22522e8d9604a00cdf7f3e09d094f?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>to_absolute_uri</title>   
        <link rel="alternate" type="text/html" title="to_absolute_uri" href="http://takumi.vox.com/library/post/to_absolute_uri.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="to_absolute_uri" href="http://takumi.vox.com/library/post/to_absolute_uri.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="to_absolute_uri" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22522e8d9604a00d09e4ca563be2b" />          <id>tag:vox.com,2007-01-12:asset-6a00c22522e8d9604a00d09e4ca563be2b</id>
        <published>2007-01-12T09:14:36Z</published>
        <updated>2007-01-12T10:46:01Z</updated>
    
        <author>
            <name>takumi</name>
            <uri>http://takumi.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://takumi.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         rubyのmechanizeで日本語が通らない。   # sample.rb require &quot;rubygems&quot; require &quot;mechanize&quot;  agent = WWW::Mechanize.new agent.user_agent_alias=&#39;Windows Mozilla&#39; agent.get(&quot;http://ja.wikipedia.org/wiki/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8&quot;)  これ...   <p style="clear:both;"> 
    <a href="http://takumi.vox.com/library/post/to_absolute_uri.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22522e8d9604a00d09e4ca563be2b?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
</feed>


