<?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>DZIO</title>
	<atom:link href="http://www.dzio.jp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dzio.jp</link>
	<description>宮崎県でのホームページ制作｜ECサイト作成｜Webアプリケーション開発ならDZIO：デザイオ</description>
	<lastBuildDate>Tue, 18 May 2010 01:16:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>G-CONSORTIUM様</title>
		<link>http://www.dzio.jp/archives/573</link>
		<comments>http://www.dzio.jp/archives/573#comments</comments>
		<pubDate>Tue, 18 May 2010 01:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/?p=573</guid>
		<description><![CDATA[				gallery]
]]></description>
			<content:encoded><![CDATA[				
				<a href='http://www.dzio.jp/archives/573/g-c' title='g-c'><img width="150" height="150" src="http://www.dzio.jp/dzio_new/wp-content/uploads/2010/05/g-c-150x150.jpg" class="attachment-thumbnail" alt="" title="g-c" /></a>
				<a href='http://www.dzio.jp/archives/573/g-c_mini' title='g-c_mini'><img width="150" height="133" src="http://www.dzio.jp/dzio_new/wp-content/uploads/2010/05/g-c_mini-150x133.jpg" class="attachment-thumbnail" alt="" title="g-c_mini" /></a>
				<a href='http://www.dzio.jp/archives/573/g-c-2' title='g-c'><img width="150" height="150" src="http://www.dzio.jp/dzio_new/wp-content/uploads/2010/05/g-c1-150x150.jpg" class="attachment-thumbnail" alt="" title="g-c" /></a>
				<a href='http://www.dzio.jp/archives/573/g-c_mini-2' title='g-c_mini'><img width="150" height="133" src="http://www.dzio.jp/dzio_new/wp-content/uploads/2010/05/g-c_mini1-150x133.jpg" class="attachment-thumbnail" alt="" title="g-c_mini" /></a>
				<a href='http://www.dzio.jp/archives/573/g-c_mini-3' title='g-c_mini'><img width="150" height="133" src="http://www.dzio.jp/dzio_new/wp-content/uploads/2010/05/g-c_mini2-150x133.jpg" class="attachment-thumbnail" alt="" title="g-c_mini" /></a>
				[gallery]
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/573/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>カワノ時計店様</title>
		<link>http://www.dzio.jp/archives/566</link>
		<comments>http://www.dzio.jp/archives/566#comments</comments>
		<pubDate>Tue, 18 May 2010 00:47:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/?p=566</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/566/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】文字埋め処理</title>
		<link>http://www.dzio.jp/archives/557</link>
		<comments>http://www.dzio.jp/archives/557#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:19:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[テクニック]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/?p=557</guid>
		<description><![CDATA[				PHPで文字埋め処理が必要になる場合があったのですが、
				日本語が混ざると、指定した桁数で埋めることが出来ませんでした。
				そこで、少し調べてみると、以下の関数で、日本語を混ぜても文字埋め処理が可能になりました。
				
function mb_str_pad($input, $pad_length, $pad_string=' ', $pad_type=STR_PAD_RIGHT) {
    $diff = strlen($input) - mb_strlen($input);
    return str_pad($input, $pad_length+$diff, $pad_string, $pad_type);
}

]]></description>
			<content:encoded><![CDATA[				<p>PHPで文字埋め処理が必要になる場合があったのですが、<br />
				日本語が混ざると、指定した桁数で埋めることが出来ませんでした。<br />
				そこで、少し調べてみると、以下の関数で、日本語を混ぜても文字埋め処理が可能になりました。</p>
				<pre>
function mb_str_pad($input, $pad_length, $pad_string=' ', $pad_type=STR_PAD_RIGHT) {
    $diff = strlen($input) - mb_strlen($input);
    return str_pad($input, $pad_length+$diff, $pad_string, $pad_type);
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/557/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>年末年始休暇のお知らせ</title>
		<link>http://www.dzio.jp/archives/551</link>
		<comments>http://www.dzio.jp/archives/551#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:27:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[新着情報]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/?p=551</guid>
		<description><![CDATA[				株式会社クリエートは下記期間を年末年始休暇とさせていただきます。
				恐れ入りますが、予めご了承下さいますよう宜しくお願い申し上げます。
				[期間]
				2009年12月30日(水)～2010年1月4日(月)
				2010年1月5日（火）から平常通り営業いたします。
				年末年始休暇中のお問合せにつきましては、
				0982-63-7706（留守電）または、info@create-m.co.jp
				までお願い致します。2010年1月5日(火)以降に順次対応させていただきます。
]]></description>
			<content:encoded><![CDATA[				<p>株式会社クリエートは下記期間を年末年始休暇とさせていただきます。</p>
				<p>恐れ入りますが、予めご了承下さいますよう宜しくお願い申し上げます。</p>
				<p>[期間]</p>
				<h3>2009年12月30日(水)～2010年1月4日(月)</h3>
				<p>2010年1月5日（火）から平常通り営業いたします。</p>
				<p>年末年始休暇中のお問合せにつきましては、</p>
				<h4>0982-63-7706（留守電）または、<a href="mailto:info@create-m.co.jp">info@create-m.co.jp</a></h4>
				<p>までお願い致します。2010年1月5日(火)以降に順次対応させていただきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/551/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ホームページをリニューアルしました。</title>
		<link>http://www.dzio.jp/archives/546</link>
		<comments>http://www.dzio.jp/archives/546#comments</comments>
		<pubDate>Tue, 24 Nov 2009 03:48:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[新着情報]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/?p=546</guid>
		<description><![CDATA[				この度、DZIO：デザイオは、今後のサービス増強のため、ホームページをリニューアルいたしました。
				より良いサービスをご提供していけるよう、スタッフ一同努力していきたいと思います。
				今後ともDZIO：デザイオを宜しく御願い致します。
				株式会社クリエート　DZIOサービス　スタッフ一同
]]></description>
			<content:encoded><![CDATA[				<p>この度、DZIO：デザイオは、今後のサービス増強のため、ホームページをリニューアルいたしました。</p>
				<p>より良いサービスをご提供していけるよう、スタッフ一同努力していきたいと思います。</p>
				<p>今後ともDZIO：デザイオを宜しく御願い致します。</p>
				<p style="text-align: right;">株式会社クリエート　DZIOサービス　スタッフ一同</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/546/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>アドニス介護支援サービス様</title>
		<link>http://www.dzio.jp/archives/408</link>
		<comments>http://www.dzio.jp/archives/408#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/dzio_new/?p=408</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/408/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>えびの装飾様</title>
		<link>http://www.dzio.jp/archives/406</link>
		<comments>http://www.dzio.jp/archives/406#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:51:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/dzio_new/?p=406</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/406/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>民宿牧山様</title>
		<link>http://www.dzio.jp/archives/404</link>
		<comments>http://www.dzio.jp/archives/404#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/dzio_new/?p=404</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/404/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>元気らーめん様</title>
		<link>http://www.dzio.jp/archives/402</link>
		<comments>http://www.dzio.jp/archives/402#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/dzio_new/?p=402</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/402/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>有限会社NRS様</title>
		<link>http://www.dzio.jp/archives/400</link>
		<comments>http://www.dzio.jp/archives/400#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:43:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[構築事例]]></category>

		<guid isPermaLink="false">http://www.dzio.jp/dzio_new/?p=400</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.dzio.jp/archives/400/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
