<?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>ひろぽっぽれす &#187; 未分類</title>
	<atom:link href="http://hiropo.co.uk/archives/category/%e6%9c%aa%e5%88%86%e9%a1%9e/feed" rel="self" type="application/rss+xml" />
	<link>http://hiropo.co.uk</link>
	<description>Web系エンジニアの適当なブログです。どうでも酔いものばかり作ってます。</description>
	<lastBuildDate>Fri, 03 Sep 2010 07:16:24 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ヘテムルへサーバ移行中テスト</title>
		<link>http://hiropo.co.uk/archives/434</link>
		<comments>http://hiropo.co.uk/archives/434#comments</comments>
		<pubDate>Sun, 14 Mar 2010 16:33:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[バグ]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[ｦﾁらせ]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=434</guid>
		<description><![CDATA[チカッパからヘテムルへサーバ移行中テストなうパーティ！ なんかムームードメインがDBエラーとかで調子悪いしうんこだし！]]></description>
			<content:encoded><![CDATA[<p>チカッパからヘテムルへサーバ移行中テストなうパーティ！<br />
なんかムームードメインがDBエラーとかで調子悪いしうんこだし！</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/434/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find でベーシック認証が書いてある.htaccess を検索</title>
		<link>http://hiropo.co.uk/archives/364</link>
		<comments>http://hiropo.co.uk/archives/364#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:25:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=364</guid>
		<description><![CDATA[ベーシック認証が書いてある.htaccess を検索するメモ PLAIN TEXT CODE: find ./htdocs -type f -exec grep 'AuthType Basic' &#123;&#125; /dev/null \; -print]]></description>
			<content:encoded><![CDATA[<p>ベーシック認証が書いてある.htaccess を検索するメモ</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showCodeTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">find ./htdocs -type f -exec grep <span style="color:#CC0000;">'AuthType Basic'</span> <span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#006600; font-weight:bold;">&#125;</span> /dev/null \; -print </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tomcatのHelloWorld的な。 &#8211; JSP編</title>
		<link>http://hiropo.co.uk/archives/124</link>
		<comments>http://hiropo.co.uk/archives/124#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:44:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=124</guid>
		<description><![CDATA[tomcat6をインストールした。 超めんどかった。 サーバーサイドはPHPしかやったことないので、コンパイルとか超めんどくさい。 "web.xml" とか "WEB-INF" とか初めて知りました。 とりあえず、JSPのHelloWorld的な。 PLAIN TEXT JAVA: &#60;% &#160; String ahya= "&#60;h1&#62;JSPのテストやね。&#60;/h1&#62;"; &#160; out.println&#40;ahya&#41;; %&#62; ▼テストURL http://funnythingz.com/tomcat/funnythingz/test.jsp JSPはコンパイルとか要らないから良いね。 サーブレットはまた次回。]]></description>
			<content:encoded><![CDATA[<p>tomcat6をインストールした。<br />
超めんどかった。</p>
<p>サーバーサイドはPHPしかやったことないので、コンパイルとか超めんどくさい。<br />
"web.xml" とか "WEB-INF" とか初めて知りました。</p>
<p>とりあえず、JSPのHelloWorld的な。</p>
<div class="igBar"><span id="ljava-4"><a href="#" onclick="javascript:showCodeTxt('java-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVA:</span>
<div id="java-4">
<div class="java">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;%</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <a href="http://www.google.com/search?q=allinurl%3AString+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">String</span></a> ahya= <span style="color: #ff0000;">"&lt;h1&gt;JSPのテストやね。&lt;/h1&gt;"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; out.<span style="color: #006600;">println</span><span style="color: #66cc66;">&#40;</span>ahya<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">%&gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>▼テストURL<br />
<a href="http://funnythingz.com/tomcat/funnythingz/test.jsp">http://funnythingz.com/tomcat/funnythingz/test.jsp</a></p>
<p>JSPはコンパイルとか要らないから良いね。<br />
サーブレットはまた次回。</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mixi風wordpressテーマ</title>
		<link>http://hiropo.co.uk/archives/6</link>
		<comments>http://hiropo.co.uk/archives/6#comments</comments>
		<pubDate>Thu, 13 Dec 2007 17:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/archives/6</guid>
		<description><![CDATA[mixi風wordpressテーマ配布してます。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ikepo.com" title="mixi風wordpressテーマ配布" target="_blank">mixi風wordpressテーマ配布してます。</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
