<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>なでしこブログ</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/" />
    <link rel="self" type="application/atom+xml" href="http://aoi-project.com/nadesiko/blog/atom.xml" />
   <id>tag:aoi-project.com,2007:/nadesiko/blog//3</id>
    <link rel="service.post" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3" title="なでしこブログ" />
    <updated>2006-11-13T07:56:10Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  3.33-ja</generator>
 
<entry>
    <title>日経 PCオンラインでなでしこの連載はじまりました！</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/2006/11/post_3.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=121" title="日経 PCオンラインでなでしこの連載はじまりました！" />
    <id>tag:aoi-project.com,2006:/nadesiko/blog//3.121</id>
    
    <published>2006-11-13T07:52:45Z</published>
    <updated>2006-11-13T07:56:10Z</updated>
    
    <summary>PCオンライン「文系サラリーマンのための仕事に役立つプログラミング入門」連載１回...</summary>
    <author>
        <name>kujira</name>
        
    </author>
            <category term="お知らせ" />
    
    <content type="html" xml:lang="ja" xml:base="http://aoi-project.com/nadesiko/blog/">
        <![CDATA[PCオンライン「文系サラリーマンのための仕事に役立つプログラミング入門」連載１回目と２回目が公開されています。

１：<a href="http://blog.nikkeibp.co.jp/pconline/sakatoku/2006/11/kujira1.html">http://blog.nikkeibp.co.jp/pconline/sakatoku/2006/11/kujira1.html
</a>

２：<a href="http://blog.nikkeibp.co.jp/pconline/sakatoku/2006/11/kujira2.html">http://blog.nikkeibp.co.jp/pconline/sakatoku/2006/11/kujira2.html</a>

本連載では、仕事や生活に役立つプログラムを作っていきます。普段あまり馴染みのない「プログラミング」を身近なものに感じられるよう便利で役立つ連載になるように頑張ります。
]]>
        
    </content>
</entry>
<entry>
    <title>日本語プログラミング言語「なでしこ」友の会を作りました</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/2006/10/post_2.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=99" title="日本語プログラミング言語「なでしこ」友の会を作りました" />
    <id>tag:aoi-project.com,2006:/nadesiko/blog//3.99</id>
    
    <published>2006-10-29T14:53:51Z</published>
    <updated>2006-10-29T14:57:04Z</updated>
    
    <summary>ユーザー同士の交流や情報交換、オフ会、イベントの企画や、オープンソースカンファレ...</summary>
    <author>
        <name>kujira</name>
        
    </author>
            <category term="お知らせ" />
    
    <content type="html" xml:lang="ja" xml:base="http://aoi-project.com/nadesiko/blog/">
        ユーザー同士の交流や情報交換、オフ会、イベントの企画や、オープンソースカンファレンスへの出展など、なでしこを使っている人同士で、なでしこを盛り上げるのを目的とした会を作りました。

日本語プログラミング言語「なでしこ」友の会
http://nadesi.com/tomonokai/

なでしこが気になっている人、一緒になでしこを盛り上げましょう！！


        
    </content>
</entry>
<entry>
    <title>なでしこバージョンアップ</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/2006/10/post_1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=88" title="なでしこバージョンアップ" />
    <id>tag:aoi-project.com,2006:/nadesiko/blog//3.88</id>
    
    <published>2006-10-08T07:20:38Z</published>
    <updated>2006-10-08T07:21:02Z</updated>
    
    <summary>以下の通りなでしこをバージョンアップしました。 2006/10/08 versi...</summary>
    <author>
        <name>kujira</name>
        
    </author>
    
    <content type="html" xml:lang="ja" xml:base="http://aoi-project.com/nadesiko/blog/">
        <![CDATA[以下の通りなでしこをバージョンアップしました。

2006/10/08 version 1.4015
・「ダイアログ表示時間」を導入。「言う」「二択」「尋ねる」ダイアログで
　一定時間経つと自動的に閉じるダイアログを実現。
・エクセルやワードがプロセスに残ってしまうバグをようやく修正。
・NKFでの変換でUTF-16が変換できない問題(ヌル文字で切れる)を修正。
・代入文の動作を修正。A=3=3と書いたとき、3=3が比較されない問題を修正。
・タスクトレイにアイコンを表示する命令、母艦で「タスクトレイ表示」を追加。
・「エクセルブック閉じる」命令の引数にブックファイル名を指定できるように修正。

特に、「エクセルやワードがプロセスに残ってしまうバグ」は、ずっと理由が分からず悩んでいたのですが、リソース開放の順序を見直してようやく解決しました。良かったです。

<a href="http://nadesi.com/">http://nadesi.com/</a>]]>
        
    </content>
</entry>
<entry>
    <title>Rubyist Magazine 0016 号に記事を書きました</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/2006/09/rubyist_magazine_0016.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=83" title="Rubyist Magazine 0016 号に記事を書きました" />
    <id>tag:aoi-project.com,2006:/nadesiko/blog//3.83</id>
    
    <published>2006-09-23T15:46:51Z</published>
    <updated>2006-09-23T15:46:51Z</updated>
    
    <summary>クジラです。どもどもです。 日本語プログラミング言語のすばらしい点について、また...</summary>
    <author>
        <name>kujira</name>
        
    </author>
    
    <content type="html" xml:lang="ja" xml:base="http://aoi-project.com/nadesiko/blog/">
        <![CDATA[クジラです。どもどもです。

日本語プログラミング言語のすばらしい点について、また、言語開発の楽しさや苦労する点について、Rubyist Magazineに記事を書きました。興味があれば読んでみて下さい。

<a href="http://jp.rubyist.net/magazine/?0016-Legwork">→Rubyist Magazine 0016 号</a>
]]>
        
    </content>
</entry>
<entry>
    <title>HSPのお茶会に参加しました</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/2006/09/hsp.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=82" title="HSPのお茶会に参加しました" />
    <id>tag:aoi-project.com,2006:/nadesiko/blog//3.82</id>
    
    <published>2006-09-23T15:02:17Z</published>
    <updated>2006-09-23T15:08:08Z</updated>
    
    <summary>今日、ＨＳＰのおにたまさんからお誘いがあり、ＨＳＰユーザーが集うお茶会に参加しま...</summary>
    <author>
        <name>kujira</name>
        
    </author>
            <category term="雑談" />
    
    <content type="html" xml:lang="ja" xml:base="http://aoi-project.com/nadesiko/blog/">
        今日、ＨＳＰのおにたまさんからお誘いがあり、ＨＳＰユーザーが集うお茶会に参加しました。
ＨＳＰの今後の部分や、現在注目が集まっている部分などについて紹介あり、とても興味深く見ました。

特に、教育に力を入れているとのことで、学校でのＨＳＰ授業について紹介がありました。
なでしこも、教育に向いていると思うので、今後、体験授業など、開催していきたいと思います。

それから、ＨＳＰの新しい機能の紹介もあり、感心して聞いていました。
テンプレートの機能や、プログラム作成補助の機能は、ある程度、なでしこには備わっている部分ですが、なでしこもさらに強化することで、より、手軽なプログラミング言語環境を整えることができそうな気がしています。

また、時代は、ＷＥＢに移行しつつあり、Window Ｖｉｓｔａへの対応などの話題もあがり、なでしこの今後とも重なる部分が多くありました。

        
    </content>
</entry>
<entry>
    <title>なでしこブログを開設しました</title>
    <link rel="alternate" type="text/html" href="http://aoi-project.com/nadesiko/blog/2006/09/post.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://aoi-project.com/presents/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=81" title="なでしこブログを開設しました" />
    <id>tag:aoi-project.com,2006:/nadesiko/blog//3.81</id>
    
    <published>2006-09-23T14:58:17Z</published>
    <updated>2006-09-23T14:59:11Z</updated>
    
    <summary>なでしこブログを開設しました。 開発日誌などを書いていこうと思います。...</summary>
    <author>
        <name>kujira</name>
        
    </author>
            <category term="お知らせ" />
    
    <content type="html" xml:lang="ja" xml:base="http://aoi-project.com/nadesiko/blog/">
        なでしこブログを開設しました。
開発日誌などを書いていこうと思います。
        
    </content>
</entry>

</feed> 

