<?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>Dmitri's Blog &#187; notify</title>
	<atom:link href="http://www.dmitri.me/blog/tag/notify/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmitri.me/blog</link>
	<description>Dmitri Smirnov. Web development in Estonia.</description>
	<lastBuildDate>Tue, 10 Aug 2010 12:07:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Notify bar</title>
		<link>http://www.dmitri.me/blog/notify-bar/</link>
		<comments>http://www.dmitri.me/blog/notify-bar/#comments</comments>
		<pubDate>Wed, 27 May 2009 10:11:47 +0000</pubDate>
		<dc:creator>Dmitri</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[notify]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.dmitri.me/blog/?p=245</guid>
		<description><![CDATA[&#8216;Notify Bar&#8217; plugin

      Simple plugin (basically it&#8217;s not a plugin, but widget) to show notify bar
      (like on Twitter&#8217;s webpage).
      It&#8217;s very simple to use:
    

      
$(function () {
  $.notifyBar({
  [...]]]></description>
			<content:encoded><![CDATA[<h1>&#8216;Notify Bar&#8217; plugin</h1>
<p>
      Simple plugin (basically it&#8217;s not a plugin, but widget) to show notify bar<br />
      (like on Twitter&#8217;s webpage).<br />
      It&#8217;s very simple to use:
    </p>
<pre>
      <code>
$(function () {
  $.notifyBar({
    html: "Thank you, your settings were updated!",
    delay: 2000,
    animationSpeed: "normal"
  });
});
      </code>
    </pre>
<p>    and to your html page stylesheet:</p>
<pre>
<code>&lt;link rel="stylesheet" href="jquery.notifyBar.css" type="text/css" media="screen"  /&gt;</code>
</pre>
<h3>$.notifyBar can pass next parameters:</h3>
<table border="1">
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Type</th>
<th>Default</th>
</tr>
<tr>
<td>html</td>
<td>What text will be inside bar, can be HTML</td>
<td>String [optional]</td>
<td>&#8220;Your message here&#8221;</td>
</tr>
<tr>
<td>delay</td>
<td>How long bar will be delayed, doesn&#8217;t count animation time.</td>
<td>Integer [optional]</td>
<td>2000</td>
</tr>
<tr>
<td>animationSpeed</td>
<td>How long this bar will be slided up and down</td>
<td>String | Integer [optional]</td>
<td>&#8220;normal&#8221;</td>
</tr>
<tr>
<td>jqObject</td>
<td>Own jquery object for notify bar</td>
<td>jQuery object [optional]</td>
<td>null</td>
</tr>
<tr>
<td>cls</td>
<td>You can set own CSS class for &#8216;Notify bar&#8217;. There is too premade clasess &#8220;error&#8221; and &#8220;success&#8221;</td>
<td>String</td>
<td></td>
</tr>
<tr>
<td>close</td>
<td>If set to true close button will be displayed</td>
<td>Boolean</td>
<td>false</td>
</tr>
</table>
<p><a href="/misc/notify/">See demonstration</a> or <a href="http://github.com/dknight/jQuery-Notify-bar">download source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmitri.me/blog/notify-bar/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
