<?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>Codebase Hero</title>
	<atom:link href="http://www.codebasehero.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebasehero.com</link>
	<description>Freebies for web developers</description>
	<lastBuildDate>Sun, 25 Sep 2011 21:14:28 +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>CSS3 Buttons</title>
		<link>http://www.codebasehero.com/2011/09/css3-buttons/</link>
		<comments>http://www.codebasehero.com/2011/09/css3-buttons/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 05:37:30 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=120</guid>
		<description><![CDATA[Some simple yet functional CSS3 buttons in 5 colors. The markup and css are extremely concise making the buttons easy to edit. Create new colors simply by changing the background-color ...]]></description>
			<content:encoded><![CDATA[<p>Some simple yet functional CSS3 buttons in 5 colors. The markup and css are extremely concise making the buttons easy to edit. Create new colors simply by changing the background-color and border properties. </p>
<p><span id="more-120"></span></p>
<p>Inspired by the work of <a target="_blank" href="http://www.denniscovent.be/?p=1036">Dennis Covent</a></p>
<p><span class="show-related">visual-form-builder</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=css3-buttons">Download</a><a class="demo" href="http://www.codebasehero.com/files/css3-buttons/demo" target="_blank">Demo</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/09/css3-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Notification Menu</title>
		<link>http://www.codebasehero.com/2011/07/jquery-notification-menu/</link>
		<comments>http://www.codebasehero.com/2011/07/jquery-notification-menu/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 21:33:40 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=110</guid>
		<description><![CDATA[A jQuery plugin to add notification bubbles and a notification list to any menu. Based on the PSD created by Orman Clark notification-center DownloadDemo Usage var notifications = new $.ttwNotificationMenu({ ...]]></description>
			<content:encoded><![CDATA[<p>A jQuery plugin to add notification bubbles and a notification list to any menu.</p>
<p><span id="more-110"></span></p>
<p>Based on the PSD created by <a target="_blank" href="http://www.premiumpixels.com/freebies/menu-notification-badges-psd/">Orman Clark</a></p>
<p><span class="show-related">notification-center</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=notification-menu">Download</a><a class="demo" href="http://www.codebasehero.com/files/notification-menu/demo" target="_blank">Demo</a></div>
<p><strong>Usage</strong></p>
<pre>
var notifications = new $.ttwNotificationMenu({
      colors:['#f56c7e', '#fec151', '#7ad2f4']
}); 

//Add bubbles to a menu
notifications.initMenu({
      someCategory:'#menuItemSelector'
}); 

//create a notification notifications.createNotification('Sample Notification'); 

//delete a notification
var notification = notifications.creatNotification('some notification');
notifications.deleteNotifiction(notification); 

//get the notifications in a category
var notificationsInSomeCategory = getNotifications('someCategory', 'unread');
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/07/jquery-notification-menu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>HTML5 Video Player</title>
		<link>http://www.codebasehero.com/2011/07/html5-video-player/</link>
		<comments>http://www.codebasehero.com/2011/07/html5-video-player/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 19:53:16 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=89</guid>
		<description><![CDATA[This is a pretty awesome jQuery video player. It has playlist functionality and lots of callbacks/options for customization. The original design was created by the very talented kb. media-box DownloadDemo ...]]></description>
			<content:encoded><![CDATA[<p>This is a pretty awesome jQuery video player. It has playlist functionality and lots of callbacks/options for customization. </p>
<p><span id="more-89"></span> </p>
<p>The original design was created by the very talented <a target="_blank" href="http://www.sebastiengabriel.com/blog/resource-for-designer-psd-11/">kb</a>.<br />
<span class="show-related">media-box</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=video-player">Download</a><a class="demo" href="http://www.codebasehero.com/files/video-player/demo" target="_blank">Demo</a></div>
<p><strong>Full list of features</strong><br />
-Built with jPlayer<br />
-Choose which buttons are shown<br />
-Built in playlist<br />
-Heart/Like functionality<br />
-Allows you to provide SD and HD versions of a video</p>
<p><strong>Usage</strong></p>
<pre>$('selector').ttwVideoPlayer(playlist, options);</pre>
<p><strong>Full list of options</strong></p>
<pre>
{
            autoplay:false,
            buttons:['playlist', 'hd', 'heart', 'settings' 'fullscreen'],
            width: "554px",
            height: "312px",
            hdPlaylist:[],
            autoHidePlaylist:true,
            autoHidePlaylistDelay:3000,
            playlistButtonCallback:function(){
                fires when the playlist button is clicked
            },
            hdButtonCallback:function(){
                fires when the HD button is clicked
            },
            heartButtonCallback:function(){
                fires when the heart button is clicked
            },
            settingsButtonCallback:function(){
                fires when the settings button is clicked
            },
            fullscreenButtonCallback:function(){
                fires when the fullscreen button is clicked
            },
            allowHeartIncrement:function(){
                //use this to determine if the heart count should be updated. If you only want to limit a user to
                //one click, you would enforce that requirement here. This function should always return true or false
                return true;
            }
            jPlayer:{}, //these are the jPlayer options. Use the structure defined on the jPlayer site, or leave off to use defaults
};
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/07/html5-video-player/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>HTML5 Music Player (Updated)</title>
		<link>http://www.codebasehero.com/2011/07/html5-music-player-updated/</link>
		<comments>http://www.codebasehero.com/2011/07/html5-music-player-updated/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 18:50:18 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=82</guid>
		<description><![CDATA[Just a small update to make the music player compatible with IE7 and IE8. Now all major browsers are supported. media-box DownloadDemo Usage: //Initialize the plugin $('body').ttwMusicPlayer(myPlaylist, {options}); //You can ...]]></description>
			<content:encoded><![CDATA[<p>Just a small update to make the music player compatible with IE7 and IE8. Now all major browsers are supported.</p>
<p><span id="more-82"></span><span class="show-related">media-box</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=music-player-1.0.1">Download</a><a class="demo" href="http://www.codebasehero.com/files/music-player-1.0.1/demo" target="_blank">Demo</a></div>
<p><strong>Usage:</strong></p>
<pre>  //Initialize the plugin
   $('body').ttwMusicPlayer(myPlaylist, {options});

   //You can specify the following options in the options object:
   {
        currencySymbol:'$',
        buyText:'BUY',
        tracksToShow:5,
        autoPlay:false,
        ratingCallback:function(index, playlistItem, rating){
                //some logic to process the rating, perhaps through an ajax call
        }
   }</pre>
<pre>//Build your playlist. The playlist uses the same format s jPlayer (an array of objects. However, this plugin requires you to add some additional parameters. A sample playlist item:
   {
        mp3:'mix/1.mp3',
	oga:'mix/1.ogg',
        rating:4.5,
        title:'Some song title',
        buy:'http://www.codebasehero.com',
        price:'0.99',
        duration:'4:28',
        artist:'Artist Name',
        cover:'images/cover.jpg'
   }</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/07/html5-music-player-updated/feed/</wfw:commentRss>
		<slash:comments>145</slash:comments>
		</item>
		<item>
		<title>Elegant Form Kit</title>
		<link>http://www.codebasehero.com/2011/06/elegant-form-kit/</link>
		<comments>http://www.codebasehero.com/2011/06/elegant-form-kit/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:12:33 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=74</guid>
		<description><![CDATA[Here is a nice form kit for you next project. It includes all major form elements, client side validation, and a server side processing script. This form kit is based ...]]></description>
			<content:encoded><![CDATA[<p>Here is a nice form kit for you next project. It includes all major form elements, client side validation, and a server side processing script.</p>
<p><span id="more-74"></span>This form kit is based on the great work of Orman Clark @ Premium Pixels.<br />
<span class="show-related">visual-form-builder</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=elegant-form-kit">Download</a><a class="demo" href="http://www.codebasehero.com/files/elegant-form-kit/demo" target="_blank">Demo</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/06/elegant-form-kit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML5 Music Player</title>
		<link>http://www.codebasehero.com/2011/06/html-music-player/</link>
		<comments>http://www.codebasehero.com/2011/06/html-music-player/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 22:54:32 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=44</guid>
		<description><![CDATA[Get the updated version here HTML5 Music Player 1.0.1 Remember that awesome music player psd created by Orman Clark? Well here is the matching jQuery plugin. Enjoy media-box DownloadDemo Usage: ...]]></description>
			<content:encoded><![CDATA[<p><strong>Get the updated version here <a href="http://www.codebasehero.com/2011/07/html5-music-player-updated/">HTML5 Music Player 1.0.1</a></strong></p>
<p>Remember that awesome music player psd created by <a target="_blank" href="http://www.premiumpixels.com/freebies/compact-music-player-psd/" target="_blank">Orman Clark</a>? Well here is the matching jQuery plugin. Enjoy <img src='http://www.codebasehero.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-44"></span> <span class="show-related">media-box</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=music-player">Download</a><a class="demo" href="http://www.codebasehero.com/files/music-player/demo" target="_blank">Demo</a></div>
<p><strong>Usage:</strong></p>
<pre>  //Initialize the plugin
   $('body').ttwMusicPlayer(myPlaylist, {options});

   //You can specify the following options in the options object:
   {
        currencySymbol:'$',
        buyText:'BUY',
        tracksToShow:5,
        autoPlay:false,
        ratingCallback:function(index, playlistItem, rating){
                //some logic to process the rating, perhaps through an ajax call
        }
   }</pre>
<pre>//Build your playlist. The playlist uses the same format s jPlayer (an array of objects. However, this plugin requires you to add some additional parameters. A sample playlist item:
   {
        mp3:'mix/1.mp3',
	oga:'mix/1.ogg',
        rating:4.5,
        title:'Some song title',
        buy:'http://www.codebasehero.com',
        price:'0.99',
        duration:'4:28',
        artist:'Artist Name',
        cover:'images/cover.jpg'
   }</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/06/html-music-player/feed/</wfw:commentRss>
		<slash:comments>153</slash:comments>
		</item>
		<item>
		<title>jQuery CSS3 Notifications</title>
		<link>http://www.codebasehero.com/2011/06/jquery-css3-notifications/</link>
		<comments>http://www.codebasehero.com/2011/06/jquery-css3-notifications/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 22:37:41 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=38</guid>
		<description><![CDATA[Great looking CSS3 notifications in a lightweight script with an easy to use api. Perfect for your next web app DownloadDemo Usage //Initialize the simple notifications plugin: //Use default options: ...]]></description>
			<content:encoded><![CDATA[<p>Great looking CSS3 notifications in a lightweight script with an easy to use api. Perfect for your next web app</p>
<p><span id="more-38"></span></p>
<div class="download-and-demo clearfix"><a href="http://www.codebasehero.com/download?file=simple-notifications" class="download">Download</a><a  target="_blank" href="http://www.codebasehero.com/files/simple-notifications/demo" class="demo">Demo</a></div>
<p><strong>Usage</strong></p>
<pre>
//Initialize the simple notifications plugin:

      //Use default options:
      var notifications = $('body').ttwSimpleNotifications();

      //Use custom options:
      var notifications = $('body').ttwSimpleNotifications({
            position:'bottom right',
            autoHide:true,
            autoHideDelay:3000,
            clickCallback:function(){
               //some callback function
            },
            showCallback:null,
            hideCallback:null
        });
</pre>
<pre>
//Call desired plugin methods:

       //A simple notification with no options:
       notifications.show('codebasehero.com rocks my socks off');

       //A notification with html and an icon:
       notifications.show({msg:'Make sure to bookmark <a href="http://www.codebasehero.com" target="_blank">Codebase Hero</a> and check back often', icon:'images/icon.png'});

       //A notification that overrides the default options:
       notifications.show({msg:'Don\'t forget to check out my <a href="http://codecanyon.net/user/23andwalnut/portfolio" target="_blank">Premium Files</a>', icon:'images/icon.png', autoHide:false});

       //Closing a notification programatically::
       var thisNotif = notifications.show('Yeah, I know I'm awesome <img src='http://www.codebasehero.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ');
       thisNotif.hide();

       //Get a handle to the active notifications array:
       var actives = notifications.notifications;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/06/jquery-css3-notifications/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Contact Form</title>
		<link>http://www.codebasehero.com/2011/06/contact-form/</link>
		<comments>http://www.codebasehero.com/2011/06/contact-form/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 22:13:37 +0000</pubDate>
		<dc:creator>Saleem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://www.codebasehero.com/?p=32</guid>
		<description><![CDATA[Here&#8217;s a basic contact form that would work well in any project. It has built in client side and server side validation logic, as well as sample code to mail ...]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a basic contact form that would work well in any project. It has built in client side and server side validation logic, as well as sample code to mail responses to an email address you specify.</p>
<p><span id="more-32"></span><span class="show-related">visual-form-builder</span></p>
<div class="download-and-demo clearfix"><a class="download" href="http://www.codebasehero.com/download?file=contact-form">Download</a><a class="demo"  target="_blank" href="http://www.codebasehero.com/files/contact-form/demo">Demo</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.codebasehero.com/2011/06/contact-form/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

