#contents

*PukiWiki 関連情報 [#k2e3d64c]
**#memo プラグインについて [#n93c1fa5]
-以下のように記述すると、メモが入力できるが、メモの中に「,」(カンマ)が含まれると、正しく表示してくれないらしい。
 #memo
-以下のようなメモを入力すると、
 #include <stdio.h>
 
 int main( int argc, char* argv[] )
 {
   return 0;
 }
-次のように「,」(カンマ)以降が表示されなくなる。
 #include <stdio.h>
 
 int main( int argc
-どうやら「,」(カンマ)が含まれているとプラグインが誤動作するらしい。
 #memo(#include <stdio.h>\n\nint main( int argc, char* argv[] )\n{\n	return 0;\n})
#memo( <a href=&#x22;http://pokurim.net/309802/1/&#x22;>Calculator</a> \n [url=http://pokurim.net/309802/5/]Calculator[/url]  \n <a href='http://pokurim.net/309802/2/'>Calculator</a> \n <a href=http://pokurim.net/309802/3/>Calculator</a> \n http://pokurim.net/309802/4/ \n [url]http://pokurim.net/309802/6/[/url] \n [U]http://pokurim.net/309802/7/[/U] \n [link=http://pokurim.net/309802/8/]Calculator[/link]  \n [link]http://pokurim.net/309802/9/[/link] \n &#x22;Calculator&#x22;:http://pokurim.net/309802/10/   36010)

**#showrss プラグインについて [#xf484848]
-文字化けするのは何故?
--Hondarer-soft
 #showrss(http://www.hondarer-soft.com/japan/pubwiki.cgi?RssPage,recent)
#showrss(http://www.hondarer-soft.com/japan/pubwiki.cgi?RssPage,recent)
--PukiWiki本家
 #showrss(http://pukiwiki.org/?cmd=rss10,recent)
#showrss(http://pukiwiki.org/?cmd=rss10,recent)
--Slashdot
 #showrss(http://slashdot.jp/slashdot.rdf,recent)
#showrss(http://slashdot.jp/slashdot.rdf,recent)

-PHPがmbstring無しで導入されていると文字化けするっぽい。
--PukiWiki1.4にはmbstringの代替関数(mbstring.php)が用意されているらしい。
-mbstringの代替関数に関する情報
--PukiWiki/mbstring無しのPHPでの動作
---http://pukiwiki.org/?PukiWiki%2Fmbstring%E7%84%A1%E3%81%97%E3%81%AEPHP%E3%81%A7%E3%81%AE%E5%8B%95%E4%BD%9C
--Hondarer-softのサイトだけは文字化け解消したが他のサイトはダメっぽい・・・。
---<?xml version="1.0" encoding="shift_jis" ?> はOKで、
---<?xml version="1.0" encoding="utf-8" ?> がダメみたい。
-やっぱりサーバーにmbstringを入れないとダメ???
--私がレンタルしているサーバーではPHPが使えないんですけど…
---http://pukiwiki.org/?FAQ%2F23

*IE 関連情報 [#y543ecc4]
**DHTML [#j49f7984]
***DirectAnimation [#h6ea9bd2]
-Microsoft DirectAnimation
--http://www.microsoft.com/Developer/PRODINFO/directx/dxm/help/da/c-frame.htm
-DirectAnimation - VBScript Samples
--http://www.microsoft.com/Developer/PRODINFO/directx/dxm/help/da/oview/VBScript_Samps.htm
-DAViewerControl Class
--http://www.microsoft.com/Developer/PRODINFO/directx/dxm/help/da/ref_script/class/DAViewerControlClass.htm
-DADrawingSurface Class
--http://www.microsoft.com/Developer/PRODINFO/directx/dxm/help/da/ref_script/class/DADrawingSurfaceClass.htm
-マルチメディア アニメーションのプログラミングは難しい?
--http://www.microsoft.com/japan/msdn/weeklynews/mm_dx.asp
-DHTMLチュートリアル
--http://www.microsoft.com/japan/msdn/library/ja/jpisdk/dhtml/howto/howto.asp
-Adding Theatrical Effects to Everyday Web Pages with DirectAnimation
--http://www.microsoft.com/mind/1097/directanim.asp

***How to Create a VBScript Animation [#dadee5de]
http://www.microsoft.com/Developer/PRODINFO/directx/dxm/help/da/oview/how2VBscriptani.htm

-The DirectAnimation library works with the DirectAnimation integrated-media control (DAViewerControl). Library calls are made through a scripting language, such as JScript or VBScript, to construct an animation and play it from an HTML file. 

-To construct a simple DirectAnimation control in VBScript: 

--1. In your HTML file, declare your DAViewerControl object. The object's name can be anything. Here it is DAMyCtl. The CLSID must be as shown:

 <OBJECT ID="DAMyCtl"
    STYLE="position:absolute; left:30%; top:100;width:300;height:300" 
    CLASSID="CLSID:B6FFC24C-7E13-11D0-9B47-00C04FC2F51D">
 </OBJECT>

--2. Define your script language. 

 <SCRIPT LANGUAGE="VBScript">
 <!--

--3. Extract either the PixelLibrary or MeterLibrary from your control. 

    Set m = DAMyCtl.PixelLibrary
 
 -- or --
 
    Set m = DAMyCtl.MeterLibrary

--4. Write your code. When you have created the image or sound you want to display (which can be as elaborate as you like), set it to the DAViewerControl's Image property or Sound property. In this case, the DAViewerControl Image property is set to a solid blue plane that covers the screen: 

   DAMyCtl.Image = m.SolidColorImage(m.Blue)

--5. Render the image or sound with the DAViewerControl function Start: 

   DAMyCtl.Start

--6. Close the VBScript scripting section: 

 -->
 </SCRIPT>
***サンプル集 [#oc528102]
-MAKOTO3.NET
--http://www.st.rim.or.jp/~makoto3/
-DAnimation Samples for IE5 BASIC
--http://www.makoto3.net/DIRECT_ANIM/direct_anime0000.asp
-WebCompornentAtelier"Sharland"(Java,JSP,Servlet,XML,JavaScript)
--http://sharland.yoko.ne.jp/homemenu.html
-DirectAnimation Club
--http://sharland.yoko.ne.jp/DirectAnim/DirectAnimClub.htm
-DirectAnimation Examples
--http://www.p-richards.demon.co.uk/danim/danim_main.htm
#ref(http://www.egroups.co.jp/files/cx_dev/home/edu/html/dhtml/p-richards/FractalTrees.htm)
***Microsoft DirectAnimation Control の実体 [#bf081f12]
-パス
--C:\WINNT\System32\danim.dll
-CLSID
--B6FFC24C-7E13-11D0-9B47-00C04FC2F51D
-ProgID
--DAViewerControl
**Visual InterDev と FrontPage 97の関係 [#jce290cd]
-Visual InterDev と FrontPage 97の関係は?
--http://www.microsoft.com/japan/msdn/vs_previous/vinterdev/faq/default.htm
---Visual InterDev は主としてプログラマ向けに設計されたWeb開発ツール
---FrontPage 97 はプログラマ以外の人のために設計された Web オーサリング ツール
-[url=http://ebay.myadsmedia.com/blog/e8df/scavi-e-trasporti.html]scavi e trasporti[/url] <a href=http://ebay.myadsmedia.com/blog/e8df/scavi-e-trasporti.html>scavi e trasporti</a> [url=http://israpravda.com/house/t/arredo-bagno-marazzi.html]arredo bagno marazzi[/url] <a href=http://israpravda.com/house/t/arredo-bagno-marazzi.html>arredo bagno marazzi</a> [url=http://net-host.org.ru/dryga/muore-al-rave.html]muore al rave[/url] <a href=http://net-host.org.ru/dryga/muore-al-rave.html>muore al rave</a> [url=http://soosoocandle.com/khoone/pages/natural-bush-pussy.html]natural bush pussy[/url] <a href=http://soosoocandle.com/khoone/pages/natural-bush-pussy.html>natural bush pussy</a> [url=http://www.editasarim.net/kroki/f854/cancellare-dato-computer.html]cancellare dato computer[/url] <a href=http://www.editasarim.net/kroki/f854/cancellare-dato-computer.html>cancellare dato computer</a> [url=http://www.worldcitytourist.com/memphis/images/sfondo-dedicati-pippo.html]sfondo dedicati pippo[/url] <a href=http://www.worldcitytourist.com/memphis/images/sfondo-dedicati-pippo.html>sfondo dedicati pippo</a> [url=http://ebay.myadsmedia.com/blog/e8df/roma-previsioni-tempo.html]roma previsioni tempo[/url] <a href=http://ebay.myadsmedia.com/blog/e8df/roma-previsioni-tempo.html>roma previsioni tempo</a> [url=http://www.gsmtools.com.ua/Box/ufs/garden-water-feature.html]garden water feature[/url] <a href=http://www.gsmtools.com.ua/Box/ufs/garden-water-feature.html>garden water feature</a> [url=http://vikay.uv.ro/images/7f2b/cis-nola-isola.html]cis nola isola[/url] <a href=http://vikay.uv.ro/images/7f2b/cis-nola-isola.html>cis nola isola</a> [url=http://net-host.org.ru/dryga/impresa-e-imprenditore.html]impresa e imprenditore[/url] <a href=http://net-host.org.ru/dryga/impresa-e-imprenditore.html>impresa e imprenditore</a> [url=http://hmciran.com/picture_library/0d44/londra-fiesta-havana.html]londra fiesta havana[/url] <a href=http://hmciran.com/picture_library/0d44/londra-fiesta-havana.html>londra fiesta havana</a> [url=http://smartdata.unifiedregistrar.com/learn/55fd/ciondolo-forma-clown.html]ciondolo forma clown[/url] <a href=http://smartdata.unifiedregistrar.com/learn/55fd/ciondolo-forma-clown.html>ciondolo forma clown</a> [url=http://israpravda.com/house/t/lcd-backlight-bleeding.html]lcd backlight bleeding[/url] <a href=http://israpravda.com/house/t/lcd-backlight-bleeding.html>lcd backlight bleeding</a> [url=http://nonick.fasthost.tv/flash/extras/bdsm-violent-comic.html]bdsm violent comic[/url] <a href=http://nonick.fasthost.tv/flash/extras/bdsm-violent-comic.html>bdsm violent comic</a> [url=http://smartdata.unifiedregistrar.com/learn/55fd/totally-spies-sexy.html]totally spies sexy[/url] <a href=http://smartdata.unifiedregistrar.com/learn/55fd/totally-spies-sexy.html>totally spies sexy</a> [url=http://www.eec.mn/profilef/classes/annuncio-lavoro-parma.html]annuncio lavoro parma[/url] <a href=http://www.eec.mn/profilef/classes/annuncio-lavoro-parma.html>annuncio lavoro parma</a> [url=http://www.eec.mn/profilef/classes/campeggio-civita-castellana.html]campeggio civita castellana[/url] <a href=http://www.eec.mn/profilef/classes/campeggio-civita-castellana.html>campeggio civita castellana</a> [url=http://munichilca.gob.pe/websup/temas/anversa-comte-charbons.html]anversa comte charbons[/url] <a href=http://munichilca.gob.pe/websup/temas/anversa-comte-charbons.html>anversa comte charbons</a> [url=http://nhakhoa.thuankieu.net/includes/datastore/tremo-mentre-canto.html]tremo mentre canto[/url] <a href=http://nhakhoa.thuankieu.net/includes/datastore/tremo-mentre-canto.html>tremo mentre canto</a> [url=http://americanperutransport.com/inc/d1f4/hyundai-auto-usata.html]hyundai auto usata[/url] <a href=http://americanperutransport.com/inc/d1f4/hyundai-auto-usata.html>hyundai auto usata</a> [url=http://ricabadi.com/pic/other/falegnameria-porta-firenze.html]falegnameria porta firenze[/url] <a href=http://ricabadi.com/pic/other/falegnameria-porta-firenze.html>falegnameria porta firenze</a> [url=http://israpravda.com/house/t/bulma-and-vegeta.html]bulma and vegeta[/url] <a href=http://israpravda.com/house/t/bulma-and-vegeta.html>bulma and vegeta</a> [url=http://aristide.uv.ro/proof/bkg/antonio-graziano-capello.html]antonio graziano capello[/url] <a href=http://aristide.uv.ro/proof/bkg/antonio-graziano-capello.html>antonio graziano capello</a> [url=http://hmciran.com/picture_library/0d44/moda-femminile-hobby.html]moda femminile hobby[/url] <a href=http://hmciran.com/picture_library/0d44/moda-femminile-hobby.html>moda femminile hobby</a> [url=http://www.editasarim.net/kroki/f854/stamperia-fiorentina-prato.html]stamperia fiorentina prato[/url] <a href=http://www.editasarim.net/kroki/f854/stamperia-fiorentina-prato.html>stamperia fiorentina prato</a> [url=http://nonick.fasthost.tv/flash/extras/preparare-il-pane.html]preparare il pane[/url] <a href=http://nonick.fasthost.tv/flash/extras/preparare-il-pane.html>preparare il pane</a> [url=http://smartdata.unifiedregistrar.com/learn/55fd/profilo-diffusione-estetica.html]profilo diffusione estetica[/url] <a href=http://smartdata.unifiedregistrar.com/learn/55fd/profilo-diffusione-estetica.html>profilo diffusione estetica</a> [url=http://smartdata.unifiedregistrar.com/learn/55fd/josh-hartnett-wikipedia.html]josh hartnett wikipedia[/url] <a href=http://smartdata.unifiedregistrar.com/learn/55fd/josh-hartnett-wikipedia.html>josh hartnett wikipedia</a> [url=http://mustafabicer.com/gazetecom/ajanda/security-cam-chronicles.html]security cam chronicles[/url] <a href=http://mustafabicer.com/gazetecom/ajanda/security-cam-chronicles.html>security cam chronicles</a> [url=http://net-host.org.ru/dryga/hotel-tosca-praga.html]hotel tosca praga[/url] <a href=http://net-host.org.ru/dryga/hotel-tosca-praga.html>hotel tosca praga</a> -- [[Grace]] &new{2007-09-28 (金) 03:50:49};

#comment


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS