<?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>Industrial Marketerjquery | Industrial Marketer</title>
	<atom:link href="http://www.industrialmarketer.com/how-to/developer-tutorials/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.industrialmarketer.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:22:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Easily add a  jQuery Sliding Panel to your site with SlidePanel</title>
		<link>http://www.industrialmarketer.com/how-to/developer-tutorials/jquery/easily-add-an-ajax-help-panel-to-your-site-with-slidepanel/</link>
		<comments>http://www.industrialmarketer.com/how-to/developer-tutorials/jquery/easily-add-an-ajax-help-panel-to-your-site-with-slidepanel/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 03:20:03 +0000</pubDate>
		<dc:creator>William Golden</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.industrialmarketer.com/?p=986</guid>
		<description><![CDATA[Call it a &#8216;help&#8217; tab, a &#8216;slider&#8217;, a &#8216;panel&#8217;, or whatever you want. The fact of the matter is, sliding panels are a beautiful way to encapsulate information on a page that doesn&#8217;t need to be &#8220;front and center&#8221;. Using this code, you can quickly create a great-looking extension that ...]]></description>
				<content:encoded><![CDATA[<p>Call it a &#8216;help&#8217; tab, a &#8216;slider&#8217;, a &#8216;panel&#8217;, or whatever you want. The fact of the matter is, sliding panels are a beautiful way to encapsulate information on a page that doesn&#8217;t need to be &#8220;front and center&#8221;. Using this code, you can quickly create a great-looking extension that can hold whatever your heart (or client) desires. Customize yours, and don&#8217;t forget to come back and drop us a link so we can see how you&#8217;re using it&#8230;</p>
<h2><a rel="nofollow" href="http://industrialmarketer.com/slidepanel/demo/index.html" target="_blank">Try SlidePanel</a> (opens in new window)</h2>
<p>&nbsp;</p>
<p>To get started follow the instructions below:</p>
<h3><strong>Download the plugin</strong></h3>
<p>Github: <a rel="nofollow" href="https://github.com/egdelwonk/SlidePanel/">https://github.com/egdelwonk/SlidePanel/</a><br />
Project Homepage: <a rel="nofollow" href="http://codebomber.com/jquery/slidepanel/">http://codebomber.com/jquery/slidepanel/</a></p>
<h3><strong>Include required files</strong></h3>
<pre class="brush: plain">&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery.codebomber.panel.js"&gt;&lt;/script&gt;
&lt;link rel="stylesheet" type="text/css" href="css/jquery.codebomber.panel.css"&gt;</pre>
<h3><strong>Add a panel element to your html</strong></h3>
<pre class="brush: plain">&lt;div id="panel" class="cb_slide_panel"&gt;
&lt;div class="wrapper"&gt;
&lt;a class="close" href="#"&gt;Close&lt;/a&gt;
&lt;div class="inner"&gt;
&lt;div class="wrapper"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>
<h3><strong>Load the plugin on your element</strong></h3>
<p><strong></strong></p>
<pre class="brush: plain">&lt;script type="text/javascript"&gt;
$(document).ready(
function(){
$('#panel').codebomber_Panel();
}
);
&lt;/script&gt;</pre>
<h3><strong>Add a panel trigger</strong></h3>
<p><strong></strong><br />
The href attribute is used to load external HTML content into your panel</p>
<pre class="brush: plain">&lt;a href="external.php" rel="panel"&gt;Show Panel&lt;/a&gt;</pre>
<h3><strong>Misc</strong></h3>
<p>If you pass an element to the plugin that does not currently exist in the dom, the plugin will create a default element with the above format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.industrialmarketer.com/how-to/developer-tutorials/jquery/easily-add-an-ajax-help-panel-to-your-site-with-slidepanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
