<?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://www.wp-magz.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-magz.com</link>
	<description>Just another WordPress Magazine, all about free wordpress themes, plugins, hack, tips, SEO</description>
	<lastBuildDate>Tue, 18 Oct 2011 10:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install Ajax greyBox WordPress</title>
		<link>http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html</link>
		<comments>http://www.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 [...]]]></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="night valley thumb Install Ajax greyBox Wordpress"  title="Install Ajax greyBox Wordpress" /> </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="salt thumb Install Ajax greyBox Wordpress"  title="Install Ajax greyBox Wordpress" /> </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></p>
<div id="seo_alrp_related"><h2>Posts Related to Install Ajax greyBox WordPress</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Install Ajax greyBox Wordpress" title="Petunjuk Instalasi WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" rel="bookmark">Petunjuk Instalasi WordPress</a></h3><p>Berikut versi cepat petunjuk instalasi WordPress. Unduh dan unzip (ekstrak) paket WordPress, jika Anda belum melakukannya. Ciptakan basis data untuk WordPress di server web Anda ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Install Ajax greyBox Wordpress" title="Hapus Meta Name Generator WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html" rel="bookmark">Hapus Meta Name Generator WordPress</a></h3><p>Secara default wordpress menambah automatis meta generator dengan content biasanya diisi dengan string versi wordpress yang digunakan &lt;meta name="generator" content="WordPress 2.5.1" /&gt; Untuk menghapusnya, silahkan ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Install Ajax greyBox Wordpress" title="Tips 5 Langkah Proteksi WordPress Anda" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html" rel="bookmark">Tips 5 Langkah Proteksi WordPress Anda</a></h3><p>1. Create .htaccess Contoh dibawah jika anda menggunakan permalink yang sudah di modif &lt;IfModule mod_rewrite.c&gt; RewriteEngine On php_flag register_globals off RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-plugin-auto-blog-builder.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Install Ajax greyBox Wordpress" title="WordPress plugin Auto-Blog Builder" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-plugin-auto-blog-builder.html" rel="bookmark">WordPress plugin Auto-Blog Builder</a></h3><p>Auto-Blog Builder Add Hot, Fresh, Search Engine Optimized, Keyword-Targeted Blog Content to Your Site Automatically! Build a Giant Website With Thousands of Pages Instantly - ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/auto-social-poster-pro-3-9-for-wordpress.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/box_large3.jpg" alt="box large3 Install Ajax greyBox Wordpress" title="Auto Social Poster Pro 3.9 for WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/auto-social-poster-pro-3-9-for-wordpress.html" rel="bookmark">Auto Social Poster Pro 3.9 for WordPress</a></h3><p>Social bookmarking involves posting a link back to your web page or blog post from a social bookmarking website which stores the link. You enter ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

