<?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>WordPress Magazine &#187; Ajax</title>
	<atom:link href="http://wp-magz.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://wp-magz.com</link>
	<description>Just another WordPress Magazine, all about free wordpress themes, plugins, hack, tips, SEO</description>
	<lastBuildDate>Tue, 06 Jul 2010 17:56:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Ajax greyBox Wordpress</title>
		<link>http://wp-magz.com/how-to/install-ajax-greybox-wordpress.html</link>
		<comments>http://wp-magz.com/how-to/install-ajax-greybox-wordpress.html#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:15:51 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://wp-magz.com/?p=19</guid>
		<description><![CDATA[Introduction
GreyBox can be used to display websites, images and other content in a beautiful way.
Why use GreyBox:
* It does not conflict with pop-up blockers
* It&#8217;s only 22 KB!
* It&#8217;s super easy to setup
* It&#8217;s super easy to use
* You can easily alter the style as it is controlled through CSS
Contoh :
1. Website

 google.com dengan ukuran [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>GreyBox can be used to display websites, images and other content in a beautiful way.</p>
<p>Why use GreyBox:</p>
<p>* It does not conflict with pop-up blockers<br />
* It&#8217;s only 22 KB!<br />
* It&#8217;s super easy to setup<br />
* It&#8217;s super easy to use<br />
* You can easily alter the style as it is controlled through CSS<span id="more-19"></span></p>
<h3>Contoh :</h3>
<h3>1. Website</h3>
<ul>
<li> <a title="Google" rel="gb_page_center[640, 480]" href="http://google.com/">google.com dengan ukuran 640&#215;480</a></li>
<li> <a title="Google" rel="gb_page_fs[]" href="http://google.com/">google.com fullscreen</a></li>
</ul>
<h3>2. Website gallery</h3>
<ul>
<li> <a title="Google" rel="gb_pageset[search_sites]" href="http://google.com/">Google search</a></li>
<li> <a rel="gb_pageset[search_sites]" href="http://search.yahoo.com/">Yahoo search</a></li>
<li> <a rel="gb_pageset[search_sites]" href="http://www.loker.web.id/search-jobs">Loker search</a></li>
</ul>
<h3>3. Image gallery</h3>
<p><script type="text/javascript"><!--
var image_set = [{'caption': 'Flower', 'url': 'http://static.flickr.com/119/294309231_a3d2a339b9.jpg'},
                 {'caption': 'Nice waterfall', 'url': 'http://www.widerange.org/images/large/plitvicka.jpg'}];
// --></script></p>
<ul>
<li> <a onclick="return GB_showImageSet(image_set, 1)" href="http://www.wp-magz.com/GreyBox/examples.html#">Launch gallery</a></li>
<li> <a title="Night valley" rel="gb_imageset[nice_pics]" href="http://www.wp-magz.com/GreyBox/static_files/night_valley.jpg"> <img src="http://www.wp-magz.com/GreyBox/static_files/night_valley_thumb.jpg" alt="" /> </a></li>
<li> <a title="Salt flats in Chile" rel="gb_imageset[nice_pics]" href="http://www.wp-magz.com/GreyBox/static_files/salt.jpg"> <img src="http://www.wp-magz.com/GreyBox/static_files/salt_thumb.gif" alt="" /> </a></li>
</ul>
<h3>4. Tanpa loading</h3>
<p><script type="text/javascript"><!--
GB_myShow = function(caption, url, /* optional */ height, width, callback_fn) {
    var options = {
        caption: caption,
        height: height || 500,
        width: width || 500,
        fullscreen: false,
        show_loading: false,
        callback_fn: callback_fn
    }
    var win = new GB_Window(options);
    return win.show(url);
}
// --></script></p>
<ul>
<li> <a onclick="return GB_myShow('Google', this.href)" href="http://google.com/">Google.com tanpa loading</a></li>
</ul>
<p>Tahap Installasi :</p>
<p>1. <span class="Content"><a href="http://orangoo.com/labs/uploads/GreyBox_v5_53.zip">Download GreyBox</a> [v5.53] dan ekstrak</span></p>
<p>2. Setelah di extract, menghasilkan folder GreyBox_v5_53 yang terdiri dari :<br />
about.html<br />
adobe_images/<br />
advance_usage.html<br />
combiner.py<br />
compressing_greybox.html<br />
compression_lib/<br />
examples.html<br />
greybox/<br />
greybox_source/<br />
installation.html<br />
LGPL.txt<br />
normal_usage.html<br />
static_files/</p>
<p>3. Pindahkan folder greybox beserta isinya dari folder GreyBox_v5_53 ke subdirektori root website anda, sehingga folder grey tersebut ada di /home/usernameanda/www/greybox (jika anda menggunakan webserver linux)</p>
<p>4. edit file header.php theme anda yang berada di folder wp-content/theme/folder-theme-anda dan tambahkan code berikut diantara &lt;head&gt; dengan &lt;/head&gt;</p>
<p class="alert">&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var GB_ROOT_DIR = &#8220;http://websiteanda.com/greybox/&#8221;;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://websiteanda.com/greybox/AJS.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://websiteanda.com/greybox/AJS_fx.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://websiteanda.com/greybox/gb_scripts.js&#8221;&gt;&lt;/script&gt;<br />
&lt;link href=&#8221;http://websiteanda.com/greybox/gb_styles.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&gt;</p>
<p>5. Testing, coba posting atau create link dengan code sebagai berikut :</p>
<p class="alert">&lt;a title=&#8221;Wordpress&#8221; rel=&#8221;gb_page_center[640, 480]&#8221; href=&#8221;http://wordpress.org/&#8221;&gt;wordpress.org dengan ukuran 640&#215;480&lt;/a&gt;</p>
<p>6. Selesai</p>
<p>Link Dokumentasi greyBox:</p>
<p>* <a href="http://orangoo.com/labs/greybox/installation.html">Installation</a><br />
* <a href="http://orangoo.com/labs/greybox/normal_usage.html">Normal usage</a><br />
* <a href="http://orangoo.com/labs/greybox/advance_usage.html">Advance usage</a><br />
* <a href="http://orangoo.com/labs/GreyBox/FAQ/">FAQ</a><br />
<h3>Related Wordpress Magazines</h3>
<ul class="related_post">
<li><a href="http://wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" title="Petunjuk Instalasi WordPress">Petunjuk Instalasi WordPress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wp-magz.com/how-to/install-ajax-greybox-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
