<?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>マーケティング｜Atelier APOLLO</title>
	<atom:link href="https://atelierapollo.site/category/%E6%9C%AA%E5%88%86%E9%A1%9E/feed/" rel="self" type="application/rss+xml" />
	<link>https://atelierapollo.site</link>
	<description>三重県桑名市、映像、ホームページ、広告などの制作を行う</description>
	<lastBuildDate>Mon, 18 Jul 2022 09:42:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.9</generator>

<image>
	<url>https://atelierapollo.site/wp-content/uploads/2021/11/cropped-logo_atelierapollo_for-siteicon-2-32x32.jpg</url>
	<title>マーケティング｜Atelier APOLLO</title>
	<link>https://atelierapollo.site</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【A-FRAME】</title>
		<link>https://atelierapollo.site/%e3%80%90a-frame%e3%80%91/</link>
					<comments>https://atelierapollo.site/%e3%80%90a-frame%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[APOLLO]]></dc:creator>
		<pubDate>Mon, 18 Jul 2022 09:42:41 +0000</pubDate>
				<category><![CDATA[マーケティング]]></category>
		<guid isPermaLink="false">https://atelierapollo.site/?p=747</guid>

					<description><![CDATA[今回やること 今回はA-FRAMEを使ってWebAR空間にBoxを配置してみます 今回のサンプル サンプルはコチラから実行できます ▼▽▼コードのサンプルはコチラ▼▽▼]]></description>
										<content:encoded><![CDATA[<div class="kaisetsu-box3">
<div class="kaisetsu-box3-title">A-FRAME</div>
<p><div class="t-aligncenter"><strong><span style="font-size: 28px;">Boxを配置してみよう！</span></strong></div>
</p>
</div>



<h2 class="wp-block-heading"><strong>今回やること</strong></h2>



<p>今回はA-FRAMEを使ってWebAR空間にBoxを配置してみます</p>



<h2 class="wp-block-heading"><strong>今回のサンプル</strong></h2>



<p><a title="サンプルを実行" href="https://atelierapollo.site/AR/blog/aframe_box/box01.html" target="_blank" rel="noopener"><span style="color:#e9546b; font-size:18px;" class="jic-sc jin-code-icon-information"><i class="jic jin-ifont-information"></i></span>サンプルはコチラから実行できます</a></p>



<p><strong>▼▽▼コードのサンプルはコチラ▼▽▼</strong></p>



<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&nbsp;</pre>
<pre class="language-markup"><code>&lt;!DOCTYPE html&gt; 
&lt;html&gt;

&lt;head&gt;
&lt;script src="https://aframe.io/releases/1.2.0/aframe.min.js"&gt;&lt;/script&gt;
&lt;title&gt;Boxを配置してみよう！&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;a-scene&gt; &lt;a-box position="0 1.6 -3" height="1" width="1" depth="1" rotation="15 45 0" color="#4CC3D9" &gt;&lt;/a-box&gt;
&lt;a-sky color="#191970"&gt;&lt;/a-sky&gt;
&lt;/a-scene&gt;
&lt;/body&gt;

&lt;/html&gt;</code></pre>
</div>



<div class="wp-block-codemirror-blocks code-block">
<div class="wp-block-codemirror-blocks code-block ">
<h2><strong>&lt;a-box&gt;の中身</strong></h2>
<p>&lt;a-box&gt;の中身をみていきましょう<br />今回使用している要素は以下の６つです<br />プログラムの知識がなくても<br />なんとなくわかるかも…？</p>
<table class="cps-table03" style="height: 114px;">
<tbody>
<tr style="height: 19px;">
<th style="height: 19px; width: 189.7px;"><span style="font-size: 20px;"><strong>position</strong></span></th>
<td class="rankinginfo" style="height: 19px; width: 461.3px;">位置　x軸 y軸 z軸　デフォルト値は中心</td>
</tr>
<tr style="height: 19px;">
<th style="height: 19px; width: 189.7px;"><span style="font-size: 20px;"><strong>height</strong></span></th>
<td style="height: 19px; width: 461.3px;">Boxの高さ　デフォルト値は1</td>
</tr>
<tr style="height: 19px;">
<th style="height: 19px; width: 189.7px;"><span style="font-size: 20px;"><strong>width</strong></span></th>
<td class="rankinginfo" style="height: 19px; width: 461.3px;">Boxの横幅　デフォルト値は1</td>
</tr>
<tr style="height: 19px;">
<th style="height: 19px; width: 189.7px;"><span style="font-size: 20px;"><strong>depth</strong></span></th>
<td class="rankinginfo" style="height: 19px; width: 461.3px;">Boxの奥行　デフォルト値は1</td>
</tr>
<tr style="height: 19px;">
<th style="height: 19px; width: 189.7px;"><span style="font-size: 20px;"><strong>rotation</strong></span></th>
<td class="rankinginfo" style="height: 19px; width: 461.3px;">回転　x軸 y軸 z軸　デフォルト値は0 0 0</td>
</tr>
<tr style="height: 19px;">
<th style="height: 19px; width: 189.7px;"><span style="font-size: 20px;"><strong>color</strong></span></th>
<td class="rankinginfo" style="height: 19px; width: 461.3px;">マテリアルの色</td>
</tr>
</tbody>
</table>
<h2><strong>position (位置)</strong></h2>
<p>WebXR空間は<strong><span style="font-size: 24px;">右手座標系の3次元空間</span></strong>です</p>
<p>分かりやすく言うと<br /><span style="font-size: 24px;"><strong>上方向がx軸のプラス方向</strong></span><br /><strong><span style="font-size: 24px;">右方向がy軸のプラス方向</span></strong><br /><strong><span style="font-size: 24px;">手前方向がz軸のプラス方向</span></strong>になります</p>
<p>位置を指定するときは<br /><strong><span style="font-size: 24px;">x座標,y座標,z座標をそれぞれ指定</span></strong>する必要があります</p>
<p>指定していない場合はWebXR空間の中心、<br />すなわち<strong><span style="font-size: 24px;">[x , y , z]=[0 , 0 , 0]</strong>に配置されます</p>
<h2><strong>rotation (回転)</strong></h2>
<p>回転についてはそれぞれの軸に対して<span style="font-size: 24px;"><strong>時計回りの回転</strong></span>になります</p>
<p><strong><span style="font-size: 24px;">0~360の値を指定</span></strong>できます<br />円が1周360°だからですね！</p>
<p>指定しない場合は<br /><span style="font-size: 24px;"><strong>[x軸の回転 , y軸の回転 , z軸の回転]=[0 , 0 , 0]<br /></strong>になります</span></p>
<p><strong><span style="font-size: 24px;">位置と回転については慣れるしかないですね！<br />数値を変えてみていろいろ試してみましょう！</span></strong></p>
<p> </p>
<figure><img decoding="async" class="alignnone size-full wp-image-677" src="https://atelierapollo.site/wp-content/uploads/2021/02/右手座標系.jpg" alt="" width="300" height="200" /></figure>
<p> </p>
<h2><strong>color (色)<br /></strong></h2>
<p><strong><span style="font-size: 24px;">color</span></strong>は<span style="font-size: 24px;"><strong>色</strong></span>ですね！</p>
<p>これは簡単ですね</p>
<h2><strong>height , width , depth (高さ,横幅,奥行)<br /></strong></h2>
<p>boxは直方体なので<br /><strong><span style="font-size: 24px;">&#8220;高さ&#8221;</span></strong>と<strong><span style="font-size: 24px;">&#8220;横幅&#8221;</span></strong>と<strong><span style="font-size: 24px;">&#8220;奥行&#8221;</span></strong>で大きさが決まります</p>
<p>WebXR空間では<br /><span style="font-size: 24px;"><strong>heightはy軸方向の長さ(高さ)</strong></span><br /><strong><span style="font-size: 24px;">widthはx軸方向の長さ(横幅)</span></strong><br /><strong><span style="font-size: 24px;">depthはz軸方向の長さ(奥行)</span></strong>です</p>
<p>指定しないときは<br /><strong><span style="font-size: 24px;">heightもwidthもdepthもすべて１の立方体</span></strong><br />になります</p>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://atelierapollo.site/%e3%80%90a-frame%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HTML&#038;CSSを学ぼう#06 CSS &#124; AtelierAPOLLO</title>
		<link>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8606-css-atelierapollo/</link>
					<comments>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8606-css-atelierapollo/#respond</comments>
		
		<dc:creator><![CDATA[APOLLO]]></dc:creator>
		<pubDate>Tue, 27 Jul 2021 11:00:15 +0000</pubDate>
				<category><![CDATA[マーケティング]]></category>
		<guid isPermaLink="false">https://atelierapollo.site/?p=886</guid>

					<description><![CDATA[CSS CSSはHTMLの要素に対して色、大きさ、場所などを指定し、 デザインするための言語です CSSは.htmlファイルと別のファイルに記述します CSSの書き方 CSSではHTMLの要素に対して、 「どこを」、「何]]></description>
										<content:encoded><![CDATA[<h2>CSS</h2>
<p>CSSはHTMLの要素に対して色、大きさ、場所などを指定し、<br />
デザインするための言語です</p>
<p>CSSは.htmlファイルと別のファイルに記述します</p>
<h2>CSSの書き方</h2>
<p>CSSではHTMLの要素に対して、<br />
「どこを」、「何を」、「どうするのか」を記述します</p>
<p>たとえばこんな感じ。<br />
<img decoding="async" class="alignnone size-full wp-image-887" src="https://atelierapollo.site/wp-content/uploads/2021/07/004.jpg" alt="" width="279" height="82" /></p>
<p><img decoding="async" class="alignnone size-medium wp-image-888" src="https://atelierapollo.site/wp-content/uploads/2021/07/005-300x169.jpg" alt="" width="300" height="169" /></p>
<h2>CSSのコメントアウト</h2>
<p>CSSもコメントアウトがあります<br />
CSSの場合は /*   */ で囲みます</p>
<p>&nbsp;</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;css&quot;,&quot;mime&quot;:&quot;text/css&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">/*テキストの文字を赤色にする*/</pre>
</div>
<p>&nbsp;</p>
<h2>サンプル</h2>
<p>HTML</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;リストを作成する&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
  　&lt;h1&gt;CSSを設定する&lt;/h1&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>CSS</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;css&quot;,&quot;mime&quot;:&quot;text/css&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">h1 {
  color: red;
}
/*テキストの文字を赤色にする*/</pre>
</div>
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}"></pre>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8606-css-atelierapollo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HTML&#038;CSSを学ぼう#04 タグ &#124; AtelierAPOLLO</title>
		<link>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8604-%e3%82%bf%e3%82%b0-atelierapollo/</link>
					<comments>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8604-%e3%82%bf%e3%82%b0-atelierapollo/#respond</comments>
		
		<dc:creator><![CDATA[APOLLO]]></dc:creator>
		<pubDate>Sun, 25 Jul 2021 11:00:39 +0000</pubDate>
				<category><![CDATA[マーケティング]]></category>
		<guid isPermaLink="false">https://atelierapollo.site/?p=878</guid>

					<description><![CDATA[画像を表示する 画像の表示にはlt;imggt;要素を使います lt;img src=#8221;.photo/sample01.jpg#8221;gt;のように 画像のリンクを指定することで画像が表示されま]]></description>
										<content:encoded><![CDATA[<h2>画像を表示する</h2>
<p>画像の表示には&lt;img&gt;要素を使います</p>
<p>&lt;img src=&#8221;.photo/sample01.jpg&#8221;&gt;のように<br />
画像のリンクを指定することで画像が表示されます</p>
<h2>サンプル</h2>
<p>&nbsp;</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;画像を表示する&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
  　&lt;img src=".photo/sample01.jpg"&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
</div>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8604-%e3%82%bf%e3%82%b0-atelierapollo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HTML&#038;CSSを学ぼう#03 タグ&#124; AtelierAPOLLO</title>
		<link>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8603-atelierapollo/</link>
					<comments>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8603-atelierapollo/#respond</comments>
		
		<dc:creator><![CDATA[APOLLO]]></dc:creator>
		<pubDate>Sat, 24 Jul 2021 11:00:31 +0000</pubDate>
				<category><![CDATA[マーケティング]]></category>
		<guid isPermaLink="false">https://atelierapollo.site/?p=870</guid>

					<description><![CDATA[リンクを作成する リンクを作成するためにはlt;agt;タグを使います お好きなテキストをlt;agt;タグで囲むと そのテキストがリンクになります lt;agt;テキストlt;/agt;  ]]></description>
										<content:encoded><![CDATA[<h2>リンクを作成する</h2>
<p>リンクを作成するためには&lt;a&gt;タグを使います</p>
<p>お好きなテキストを&lt;a&gt;タグで囲むと<br />
そのテキストがリンクになります</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&lt;a&gt;テキスト&lt;/a&gt;</pre>
</div>
<p>&nbsp;</p>
<h2>リンク先を設定する</h2>
<p>&lt;a&gt;タグで囲んだだけでは<br />
どこに飛ばされるかわかりませんね？<br />
リンク先を指定してあげる必要があります</p>
<p>&lt;a href=&#8221;   &#8220;&gt; というようにリンク先のURLを指定すると<br />
そのページへのリンクを作ることができます</p>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&lt;a href="https://www.nao.ac.jp/"&gt;国立天文台へのリンクです&lt;/a&gt;</pre>
</div>
<h2>サンプル</h2>
<div class="wp-block-codemirror-blocks code-block ">
<pre class="CodeMirror" data-setting="{&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}">&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;リンク&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
  　&lt;a href="https://www.nao.ac.jp/"&gt;国立天文台へのリンクです&lt;/a&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://atelierapollo.site/htmlcss%e3%82%92%e5%ad%a6%e3%81%bc%e3%81%8603-atelierapollo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>特定商取引</title>
		<link>https://atelierapollo.site/%e7%89%b9%e5%ae%9a%e5%95%86%e5%8f%96%e5%bc%95/</link>
					<comments>https://atelierapollo.site/%e7%89%b9%e5%ae%9a%e5%95%86%e5%8f%96%e5%bc%95/#respond</comments>
		
		<dc:creator><![CDATA[APOLLO]]></dc:creator>
		<pubDate>Sat, 16 Jan 2021 11:03:36 +0000</pubDate>
				<category><![CDATA[マーケティング]]></category>
		<guid isPermaLink="false">http://atelierapollo.main.jp/?p=408</guid>

					<description><![CDATA[【特定商取引法に基づく表記】 販売名 アトリエアポロ 運営統括責任者 永尾翔 所在地 〒453-0844　名古屋市中村区小鴨町105番地 電話番号 09065894930 メールアドレス arsonex808@gmail]]></description>
										<content:encoded><![CDATA[<h1>【<span class="highlight">特定</span>商取引法に基づく表記】</h1>
<table style="width: 806px;" border="0" cellspacing="1" cellpadding="9" bgcolor="#999999">
<tbody>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">販売名</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">アトリエアポロ</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">運営統括責任者</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">永尾翔</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">所在地</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">〒453-0844　名古屋市中村区小鴨町105番地</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">電話番号</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">09065894930</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">メールアドレス</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">arsonex808@gmail.com</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">販売URL</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">
<pre xml:space="preserve">https://atelierapollo.site/price/</pre>
</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">お支払い方法</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">クレジットカード決済・銀行振込み</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">販売数量</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">　1個から</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">お申込み有効期限</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">7日以内にお願いいたします。<br clear="none" />7日間入金がない場合は、キャンセルとさせていただきます。</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">商品引渡し時期</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">前払いの場合、指定日が無ければ入金確認後、営業日以内で発送致します。<br clear="none" />その他の支払方法の場合、指定日が無ければご注文後7日営業日以内で発送致します。<br clear="none" />後払いの場合、商品到着後5日以内にご入金ください。</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">商品引渡し方法</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">当方にて手配後、運送会社による配送・webサイトを通じての発送</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee">返品・不良品について</th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">「不良品・当社の商品の間違い」の場合は当社が負担いたします。<br clear="none" />配送途中の破損などの事故がございましたら、弊社までご連絡下さい。<br clear="none" />送料・手数料ともに弊社負担で早急に新品をご送付致します。<br clear="none" /><br clear="none" />【返品対象】<br clear="none" />「不良品・当社の商品の間違い」の場合<br clear="none" /><br clear="none" />【返品時期】<br clear="none" />ご購入後7日以内にご連絡があった場合に返金可能となります。<br clear="none" /><br clear="none" />【返品方法】<br clear="none" />メールにて返金要請してください。<br clear="none" />7日以内にご購入代金を指定の口座へお振込みいたします。</td>
</tr>
<tr>
<th style="width: 110px;" colspan="1" rowspan="1" bgcolor="#eeeeee"><span style="font-size: 12px;">表現、及び商品に</span><br clear="none" /><span style="font-size: 12px;">関する注意書き</span></th>
<td style="width: 659px;" colspan="1" rowspan="1" bgcolor="#ffffff">本商品に示された表現や再現性には個人差があり、<br clear="none" />必ずしも利益や効果を保証したものではございません。</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://atelierapollo.site/%e7%89%b9%e5%ae%9a%e5%95%86%e5%8f%96%e5%bc%95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【仕事効率化】アプリを時間指定で起動させる方法</title>
		<link>https://atelierapollo.site/%e3%80%90%e4%bb%95%e4%ba%8b%e5%8a%b9%e7%8e%87%e5%8c%96%e3%80%91%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92%e6%99%82%e9%96%93%e6%8c%87%e5%ae%9a%e3%81%a7%e8%b5%b7%e5%8b%95%e3%81%95%e3%81%9b%e3%82%8b%e6%96%b9/</link>
					<comments>https://atelierapollo.site/%e3%80%90%e4%bb%95%e4%ba%8b%e5%8a%b9%e7%8e%87%e5%8c%96%e3%80%91%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92%e6%99%82%e9%96%93%e6%8c%87%e5%ae%9a%e3%81%a7%e8%b5%b7%e5%8b%95%e3%81%95%e3%81%9b%e3%82%8b%e6%96%b9/#respond</comments>
		
		<dc:creator><![CDATA[APOLLO]]></dc:creator>
		<pubDate>Sat, 31 Oct 2020 05:17:54 +0000</pubDate>
				<category><![CDATA[マーケティング]]></category>
		<guid isPermaLink="false">https://atelierapollo.site/?p=470</guid>

					<description><![CDATA[こんにちは もってぃです  毎日使っているアプリケーションってありますよね？ ”どうせ毎日使うんだから、自動で起動してくれたら 良いのになぁ　って思ったことありませんか？”  「タスクスケジューラ]]></description>
										<content:encoded><![CDATA[<p>こんにちは</p>
<p>もってぃです</p>
<p>&nbsp;</p>
<p>毎日使っているアプリケーションってありますよね？</p>
<p>”どうせ毎日使うんだから、自動で起動してくれたら</p>
<p>良いのになぁ　って思ったことありませんか？”</p>
<p>&nbsp;</p>
<p>「タスクスケジューラ」を使えば、<br />
好きなアプリを決まった時間に</p>
<p>起動させることができますよ！</p>
<p>&nbsp;</p>
<p>僕は好きなラジオを録音するときに使っています。<br />
忙しいときや外出しているときでも対応できるのでめちゃくちゃ便利です！</p>
<p>タスクスケジューラとスタートアップの違い</p>
<p>タスクスケジューラ→指定した時間にアプリを起動する<br />
スタートアップ→PC起動時にアプリを起動する</p>
<p>タスクスケジューラのメリットは</p>
<p>PC起動時の負荷にならないことです。</p>
<p>PCが起動した直後には多くの</p>
<p>アプリケーションが一斉に動いています。</p>
<p>スタートアップに入れてしまうと</p>
<p>スタートアップに指定したすべての</p>
<p>アプリを一斉に起動しようとする為</p>
<p>パソコンの起動が非常に重くなります</p>
<p>&nbsp;</p>
<p>これはかなりストレスです。</p>
<p>毎日使うアプリケーションだけど</p>
<p>パソコン起動してすぐ使う</p>
<p>というアプリばかりでもないですしね…</p>
<p>&nbsp;</p>
<p>タスクスケジューラを使うことで、PCに負荷をかけず、<br />
決めた時間に起動させることができるのです</p>
<p>タスクスケジューラの設定方法</p>
<p>Windowsの検索から</p>
<p>「タスクスケジューラ」と入力</p>
<p>タスクスケジューラを起動します</p>
<p>&nbsp;</p>
<p>タスクの作成→名前を付けます</p>
<p>(○○自動起動、とか！)</p>
<p>説明のところには時間が経ったあとでも</p>
<p>概要が分かるように説明を入れておきましょう</p>
<p><img decoding="async" class="alignnone size-medium wp-image-571" src="https://atelierapollo.site/wp-content/uploads/2020/12/create_task_general-300x214.png" alt="" width="300" height="214" /></p>
<p><span style="font-size: 14px;">プログラムが増えてくると訳が分からなくなります</span></p>
<p><span style="font-size: 14px;"><strong>トリガーの設定</strong></span><br />
トリガーとは&#8221;いつ実行するか&#8221;を決めるところです</p>
<p>好きな時間に設定しましょう</p>
<p>操作<br />
ここでは起動したいアプリを選びます<br />
多くのアプリケーションは</p>
<p>「(アプリケーションの名前).exe」ファイルを選択すると起動するはずです</p>
<p>あとは「OK」を選択します。</p>
<p>これで時間通りに起動します</p>
<p>テストしてみましょう！</p>
<p>&nbsp;</p>
<p>時間になると自動で</p>
<p>アプリケーションが起動しました！</p>
<p>起動する手間が省けて</p>
<p>すぐに仕事ができる状態になりました</p>
<p>&nbsp;</p>
<p>みなさんも毎日使う</p>
<p>アプリケーションは自動で起動させて効率化してみましょう</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://atelierapollo.site/%e3%80%90%e4%bb%95%e4%ba%8b%e5%8a%b9%e7%8e%87%e5%8c%96%e3%80%91%e3%82%a2%e3%83%97%e3%83%aa%e3%82%92%e6%99%82%e9%96%93%e6%8c%87%e5%ae%9a%e3%81%a7%e8%b5%b7%e5%8b%95%e3%81%95%e3%81%9b%e3%82%8b%e6%96%b9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
