<?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/"
	>

<channel>
	<title>Kaizeku Ban &#187; iStalker</title>
	<atom:link href="http://blog.kaizeku.com/topics/animepaper/ap_userpage/istalker/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kaizeku.com</link>
	<description>So many evil plans, so little time...</description>
	<pubDate>Sat, 13 Dec 2008 17:01:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" />
	<image>
		<link>http://blog.kaizeku.com/</link>
		<url>http://i.istalker.net/1.6.2/stamp.png</url>
		<title>Kaizeku Ban</title>
	</image>
		<item>
		<title>AP-iStalker 1.6.2</title>
		<link>http://blog.kaizeku.com/animepaper/ap-istalker-162/</link>
		<comments>http://blog.kaizeku.com/animepaper/ap-istalker-162/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 09:38:41 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Animepaper]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[iStalker]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[DOM]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=281</guid>
		<description><![CDATA[I just release AP-iStalker v1.6.2 theme for animepaper userpage. This theme is exclusively for waller and scanner community groups. It will looks weird in normal userpage especialy for those without the featured gallery section.

This gorgeous stalkerlicious theme will not work on certain userpage so its best if you test first before using it. The following [...]]]></description>
			<content:encoded><![CDATA[<p>I just release <strong><a href="http://blog.kaizeku.com/silo/27/">AP-iStalker <tt>v1.6.2</tt></a></strong> theme for animepaper userpage. This theme is exclusively for <em>waller</em> and <em>scanner</em> community groups. It will looks weird in normal userpage especialy for those without the <em>featured gallery</em> section.</p>
<p><img style="border:5px solid #f0f0f0;margin:0pt auto" src="http://blog.kaizeku.com/wp-content/uploads/2008/10/istalker-162.jpg" alt="AP iStalker 1.6.2" title="istalker-162" width="500" height="200" class="alignnone size-full wp-image-285" /></p>
<p>This gorgeous stalkerlicious theme will not work on certain userpage so its best if you test first before using it. The following code is a simple javascript hack for switching your userpage styles &darr;.</p>
<pre class="smallbox" style="height:40px">
 document.getElementById('thisstyle').remove();
 Apc.append(css_filename);
</pre>
<p><span id="more-281"></span></p>
<h3>JIT stylesheet switcher</h3>
<p>The <tt>Apc.append()</tt> function will append a stylesheet <em>relative </em>to animepaper user static server. For this function to work it need a single <span class="hilite-1">&#8220;css_filename&#8221;</span>. You can get the user-stylesheet <em>filename</em> by viewing the userpage HTML sources <small>(Right click view sources or <tt>CTRL + U</tt> for Firefox)</small>. </p>
<p>The below code is what you will normally found in animepaper userpage source.</p>
<pre class="prebox" style="height:128px">&#60;style id&#61;&#34;thisstyle&#34; media&#61;&#34;screen&#34; type&#61;&#34;text&#47;css&#34;&#62;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static3&#46;animepaper&#46;net&#47;upload&#47;css&#47;890&#46;css&#34;&#41;&#59;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static3&#46;animepaper&#46;net&#47;css&#47;constant&#46;css&#34;&#41;&#59;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static1&#46;animepaper&#46;net&#47;css&#47;ui&#46;css&#34;&#41;&#59;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static1&#46;animepaper&#46;net&#47;css&#47;userpage&#46;css&#34;&#41;&#59;
&#60;&#47;style&#62;</pre>
<p>The upload user style is at the second line; &rarr; <tt>&#8220;http://static3.animepaper.net/upload/css/*.css&#8221;</tt>, we only need the CSS filename so just grab <strong>890.css</strong>.</p>
<p>You can also run the following javascript inline code inside your browser address bar to get the user-stylesheet <abbr title="Uniform Resources Locator">URL</abbr>. (<a href="javascript:alert(document.styleSheets[0].cssRules[0].href);">bookmark</a>) </p>
<pre class="smallbox">javascript:alert(document.styleSheets[0].cssRules[0].href);</pre>
<p><strong>Firebug console</strong></p>
<pre class="smallbox">console.log('CSS: %s', document.styleSheets[0].cssRules[0].href);</pre>
<h2>Do it yourself</h2>
<p>Switching <a href="http://hatesyou.animepaper.net">^hatesyou</a> default v5 theme to iStalker CSS. </p>
<p> <strong>AP-iStalker 1.6.2</strong> CSS file is <dfn class="hilite-2">890.css</dfn></tt> </p>
<ol class="xoxo mgb pdl">
<li>
<p>First, go to <a href="http://hatesyou.animepaper.net">^hatesyou</a> animepaper userpage, wait till it finished loading.</p>
<p><a href='http://blog.kaizeku.com/animepaper/ap-istalker-162/attachment/hatesyou-animepaper-userpage/' rel="attachment wp-att-282"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/10/hatesyou-animepaper-userpage-150x150.jpg" alt="hatesyou animepaper userpage" title="hatesyou-animepaper-userpage" width="150" height="150" class="alignnone size-thumbnail wp-image-282" /></a></p>
</li>
<li>
<p>Paste the below code in your browser addressbar and run it. (<a href="javascript:document.getElementById('thisstyle').remove();Apc.append('890.css');void(0);" title="switch to istalker 1.6.2 theme bookmark code">Bookmark</a>)</p>
<pre class="smallbox" style="height:40px">javascript&#58;document&#46;getElementById&#40;&#39;thisstyle&#39;&#41;&#46;remove&#40;&#41;&#59;Apc&#46;append&#40;&#39;890&#46;css&#39;&#41;&#59;void&#40;0&#41;&#59;</pre>
<p><a href='http://blog.kaizeku.com/animepaper/ap-istalker-162/attachment/hatesyou-animepaper-userpage-istalker-theme/' rel="attachment wp-att-284"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/10/hatesyou-animepaper-userpage-istalker-theme-150x150.jpg" alt="hatesyou-animepaper-userpage-istalker-theme" title="hatesyou-animepaper-userpage-istalker-theme" width="150" height="150" class="alignnone size-thumbnail wp-image-284" /></a></li>
</ol>
<h2>Update</h2>
<h5>1.6.2.3</h5>
<ul>
<li> Fixes the three column &#8220;recent gallery&#8221; thumb, thanks to <a href="http://kuryuki.animepaper.net">kuryuki</a> for noticing this issues.</li>
<li> Replaced the color pattern banner with <a href="http://static.animepaper.net/upload/rotate.jpg">Animepaper random wallpapers</a>.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/animepaper/ap-istalker-162/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iStalker theme</title>
		<link>http://blog.kaizeku.com/animepaper/ap_userpage/neo-minimalist-1-0/</link>
		<comments>http://blog.kaizeku.com/animepaper/ap_userpage/neo-minimalist-1-0/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 15:15:50 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Userpage]]></category>

		<category><![CDATA[iStalker]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/animepaper/neo-minimalist-1-0/</guid>
		<description><![CDATA[iStalker is my latest animepaper userpage stylesheets modifications. "I changed the name" its moar lul now. The stylesheets is "Open Source" Released under MIT Licensed. I actually made this to test blueprint grid framework but then i decide to complete it for my userpage.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/istalker-header.png" class="fl reflect" style="margin-right: 5px" alt="iStalker Banner" /><strong>iStalker</strong> is my latest animepaper userpage stylesheets modifications. &#8220;I changed the name&#8221; its moar lul now. The stylesheets is &#8220;Open Source&#8221; Released under MIT Licensed. I actually made this to test blueprint grid framework but then i decide to complete it for my userpage.</p>
<blockquote class="quote" cite="http://chaoskaizer.animepaper.net"><p><span>I haven&#8217;t got time to update the userpage XHTML structure so the css is pretty messy right now.</span></p></blockquote>
<ul>
<li><strong>Theme:</strong> Mac Tiger.</li>
<li><strong>Layout Type:</strong> 1 column Fix width.</li>
</ul>
<p><span id="more-16"></span></p>
<h2>Some part is missing?</h2>
<p>Below is a list of contents that I <em>intentionally</em>, scrap out from the userpage.</p>
<ol>
<li><strong>The comment signature. </strong> <em>~ I don&#8217;t like the triple sigs with animating gif and clever remarks. so this part have to go.</em></li>
<li><strong>Recently submit scan</strong> on showcase.<em>~ I don&#8217;t have scans.</em></li>
<li class="txt-ccc td-s"><strong>Main banner</strong> . <em> ~ I haven&#8217;t got time to create the banner yet. </em></li>
<li><strong>&#8220;I&#8217;m watching lists&#8221;</strong> on sidebar. <em>~ It suppose to be private.</em></li>
<li><strong>Bread-and-crumb </strong>the pathway. <em>~ not relevant.</em></li>
<li><strong>Staff links</strong> on footer. <em>~ I&#8217;ll add it back as soon as i figure out where to place it.</em></li>
<li class="txt-ccc td-s"><strong>Posting Date</strong> <em>~ compact layout. &#8220;ok that&#8217;s a dumb excuse&#8221;</em></li>
<li class="txt-ccc td-s">user custom title ~ compact layout.</li>
<li><strong>1st pagination link on comment section</strong> <em>~ I dont think u need it</em></li>
<li><strong>Guest login and register new account buttons </strong><em>~ pending</em></li>
</ol>
<h2>Features</h2>
<p><a href="http://blog.kaizeku.com/wp-content/uploads/2007/09/ckkjkjkjs-userpage-at-animepaper.jpg" title="userpage at animepaper" rel="lightbox"> <img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/ckkjkjkjs-userpage-at-animepaper.thumbnail.jpg" alt="Ck\’s userpage at animepaper" class="thumb fr" /> </a></p>
<ol class="child-icn-l" style="padding-left: 5px">
<li class="bultick16">
<h3>More Visual Profile.</h3>
</li>
<li class="bultick16">
<h3>Compact Fix Layout.</h3>
</li>
<li class="bultick16">
<h3>Versatile colors theme.</h3>
</li>
<li class="bultick16">
<h3>Grid Base Layout.</h3>
</li>
<li class="bultick16">
<h3>Browser Support.</h3>
<p><strong>Compatible with: IE7, Firefox 1+, Safari2+ , Opera8+ , Camino 1+</strong><br />
<small><strong> Dropped support for <strike>IE6</strike></strong>: Internet Explorer 6 cannot view the hidden sidebar. </small></p>
<blockquote><p><small>If you&#8217;re reading this with Internet Explorer 6, go and <a href="http://blog.kaizeku.com/uri/?http://www.google.com/search?hl=en&amp;q=alternative+browser">amuse yourself for a few minutes</a>, as CSS hover over elements won&#8217;t work in the world&#8217;s most popular <strong>*cough*</strong> browser. Still here? *sigh*, my advice <a href="http://blog.kaizeku.com/uri/?http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Upgrade your browser</a>.</small></p></blockquote>
</li>
<li class="bultick16">
<h3>Custom BBCODE.</h3>
<p><strong>Float image to left</strong><br />
<a href="http://blog.kaizeku.com/wp-content/uploads/2007/09/float-left.jpg" rel="lightbox" title="Float image to left Example"> <img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/float-left.thumbnail.jpg" class="thumb" alt="BBCODE Float image to left Example" /> </a></p>
<pre> [b] [img=url] [/b]</pre>
<p><strong>Float image to right</strong><br />
<a href="http://blog.kaizeku.com/wp-content/uploads/2007/09/float-right.jpg" rel="lightbox" title="Float Image to Right"> <img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/float-right.thumbnail.jpg" class="thumb" alt="BBCODE Float image to Right Example" /> </a></p>
<pre>[i] [img=url] [/i]</pre>
<p><strong>Clear default image padding and border</strong><br />
<a href="http://blog.kaizeku.com/wp-content/uploads/2007/09/imagenoborder.jpg" rel="lightbox" title="Clear Image border and padding"> <img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/imagenoborder.thumbnail.jpg" class="thumb" alt="BBCODE no padding and border Example" /> </a></p>
<pre> [u] [img=url] [/u]</pre>
<p><strong>Magazine styles Drop Cap</strong><br />
<a href="http://blog.kaizeku.com/wp-content/uploads/2007/09/dropcap.jpg" rel="lightbox" title="Drop Cap"> <img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/dropcap.thumbnail.jpg" class="thumb" alt="Drop Cade Example" /> </a></p>
<pre>[align=left] [b] [i] M [/i] [/b] [/align]</pre>
<p>View the Example <a href="http://chaoskaizer.animepaper.net/?page=3#ID302117">my up</a></li>
</ol>
<h2>Download</h2>
<ul>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.<br />
<small><a href="http://static3.animepaper.net/images/ck/bits/istalker.png">PNG</a> (11Kb) | <a href="http://static3.animepaper.net/images/ck/bits/istalker.gif">GIF</a> (4.95Kb) </small></li>
</ul>
<h2>Installation for <strong>Animepaper</strong> user profile page</h2>
<p>Easy peasy, lemon squeazy</p>
<p><img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/cssedit-w.png" class="fr" alt="css" /></p>
<ol>
<li>Create new CSS styles : <a href="http://www.animepaper.net/styles/create/" title="Create new css">http://www.animepaper.net/styles/create/</a></li>
<li>set it to &#8220;<strong>Private</strong>&#8220;.<em>note: not for public yet</em></li>
<li>Copy the <strong>iStalker </strong>CSS source file <a href="http://static2.animepaper.net/upload/css/3224.css">3224.css</a> and overwrite your default CSS.</li>
<li> Open the <a href="http://chaos-kaizer.deviantart.com/art/Stalker-Pass-Badge-ID-Card-64236669">Profile badges PSD</a> in photoshop. Update the member &#8220;join date&#8221;, &#8220;expiration date&#8221; &amp; &#8220;birth date&#8221;. Set the badges background color to<strong> #f9f9f9</strong>. Save and upload it to your image host (ie photobucket or imageshack).</li>
<li>add the below code in your stylesheet (at bottom most)
<pre lang="css">.userheader{ background-image:url(replace-this-with-ur-images-url) ! Important }</pre>
<p>Dont forget to change the <strong>&#8220;replace-this-with-ur-images-url&#8221; </strong>with your stalker badges url (yes! the one you upload at your image host).</li>
<li>Save your CSS and select active on &#8220;<strong>userpage</strong>&#8220;.<em>note: this styles is not compatible for &#8220;groups&#8221; or &#8220;globals&#8221; settings.</em></li>
<li>Clear all your browser cached <small>(ctrl+f5 or ctrl+shift+del on firefox)</small> &amp; view the result in your userpage.</li>
<li>You are done, do the happy dance and go stalk some few n00b in the forum.</li>
</ol>
<h2>Change logs</h2>
<ul>
<li><strong>0.2(Sept 23, 2007)</strong>
<ul>
<li>iStalker Lite Version.</li>
</ul>
</li>
<li><strong>0.1.2 (Sept 13, 2007)</strong>
<ul>
<li>add posting date and user custom title on comments row.</li>
<li>tweak emoticons, clear padding and border.<br />
<small>img[title$="emoticons"]</small></li>
<li>Minor fixes</li>
</ul>
</li>
<li><strong>0.1.1 (Sept 11, 2007)</strong>
<ul>
<li>Changed the styles name from &#8220;neo minimalist&#8221; to &#8220;iStalker&#8221;.</li>
<li>iStalker Logo (Header/banner).</li>
</ul>
</li>
<li><strong>0.1 (Aug 28, 2007)</strong>
<ul>
<li>Initial Release.</li>
</ul>
</li>
</ul>
<h2 id="openpoll">Public Poll</h2>
<p>closed</p>
<h2>Les peuples de Stalker</h2>
<p>Hover over the icon to view the userpage snapshot.</p>
<ol>
<li><a href="http://aplastictree.animepaper.net/" class="snap_shots">*aplastictree</a></li>
<li><a href="http://blue-green.animepaper.net/" class="snap_shots">`blue-green</a></li>
<li><a href="http://Brad-M13.animepaper.net/" class="snap_shots">$Brad-M13</a></li>
<li><a href="http://chibimisao.animepaper.net/" class="snap_shots">*chibimisao</a></li>
<li><a href="http://calamity-ace.animepaper.net/" class="snap_shots">*Calamity-Ace</a></li>
<li><a href="http://cloudger.animepaper.net/" class="snap_shots">CloudGer</a></li>
<li><a href="http://danalm.animepaper.net/" class="snap_shots">danalm</a></li>
<li><a href="http://darkletterd.animepaper.net/" class="snap_shots">darkletterd</a></li>
<li><a href="http://deto15.animepaper.net/" class="snap_shots">*deto15</a></li>
<li><a href="http://dioma.animepaper.net" class="snap_shots">+Dioma</a></li>
<li><a href="http://ghost1800.animepaper.net/" class="snap_shots">*Ghost1800</a></li>
<li><a href="http://k1ru.animepaper.net/" class="snap_shots">`k1ru</a></li>
<li><a href="http://k5nn25.animepaper.net/" class="snap_shots">k5nn25</a></li>
<li><a href="http://pink-sakura.animepaper.net/" class="snap_shots">^pink-sakura</a></li>
<li><a href="http://s3n1sh1.animepaper.net/" class="snap_shots">s3n1sh1</a></li>
<li><a href="http://sakurasuki.animepaper.net/" class="snap_shots">sakurasuki</a></li>
<li><a href="http://sakurab.animepaper.net/" class="snap_shots">*sakurab</a></li>
<li><a href="http://shikonxx.animepaper.net/" class="snap_shots">`Shikonxx</a></li>
<li><a href="http://shigemitsubaki.animepaper.net/" class="snap_shots">shigemitsubaki</a></li>
<li><a href="http://swordfish-ii.animepaper.net/" class="snap_shots">`Swordfish-II</a></li>
<li><a href="http://vampirebuster666.animepaper.net/" class="snap_shots">vampirebuster666</a></li>
<li><a href="http://warrior.animepaper.net/" class="snap_shots">+Warrior</a></li>
<li><a href="http://yina.animepaper.net/" class="snap_shots">+Yina</a></li>
</ol>
<h2>Todo List</h2>
<ol>
<li class="td-s"><strong>Lite Version</strong> - for non-waller and scanner</li>
<li><strong>Default Avatar</strong> just a faux box so user with no avatar wont break the layout</li>
<li><strong>Sprite Button Dev Kit</strong></li>
</ol>
<h2>Release date</h2>
<p>I would release the <strong>iStalker</strong> at animepaper public sections on <em>sept 17</em> 2007.</p>
<p style="text-align: center"><span style="margin: 18px auto; background-image: url('http://blog.kaizeku.com/wp-content/uploads/2007/09/lul.jpg'); width: 275px; height: 230px" class="bof thumb block nr cc">&nbsp;</span></p>
<p class="notice"><em>Sept 17</em>. Join the <a href="http://url.kaizeku.com/?http://www.animepaper.net/groups/stalkerclub/" class="external" title="The Stalker Club at AnimePaper group" rev="http://www.animepaper.net/groups/stalkerclub/"><strong>Stalker Club</strong></a></p>
<h2>Notes</h2>
<p>This is the first release of this theme (its not even beta). I don’t see how it could break anything, but what do I know. Don’t blame me for loss, damage, or bad presidents. Please report bugs and/or suggestions in the comments. Including a screen-shot, url and a clear description in your report will save time having to ask.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/animepaper/ap_userpage/neo-minimalist-1-0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[ViewCode] iStalker v0.2</title>
		<link>http://blog.kaizeku.com/animepaper/ap_userpage/viewcode-istalker-css-v02/</link>
		<comments>http://blog.kaizeku.com/animepaper/ap_userpage/viewcode-istalker-css-v02/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 20:08:39 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Userpage]]></category>

		<category><![CDATA[iStalker]]></category>

		<category><![CDATA[Animepaper]]></category>

		<category><![CDATA[blueprint]]></category>

		<category><![CDATA[code_view]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[geshi]]></category>

		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/animepaper/ap_userpage/viewcode-istalker-css-v02/</guid>
		<description><![CDATA[iStalker stylesheets

[viewcode] src=3224.csx scroll=yes showsyntax=&#8221;no&#8221; scrollheight=400px link=&#8221;no&#8221; geshi=css[/viewcode]]]></description>
			<content:encoded><![CDATA[<h2>iStalker stylesheets</h2>
<p><span id="more-86"></span><br />
[viewcode] src=3224.csx scroll=yes showsyntax=&#8221;no&#8221; scrollheight=400px link=&#8221;no&#8221; geshi=css[/viewcode]</p>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/animepaper/ap_userpage/viewcode-istalker-css-v02/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
