DoFollow Blog

Archive

Archive for July, 2011

Simple fade in / fade out button using jQuery

July 21st, 2011
Share

<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js”></script>

<script type=”text/javascript” language=”javascript”>
$(document).ready(function() {
$(“#out”).click(function(){
$(“#out”).fadeOut( ‘slow’, function(){
$(“#out”).fadeIn(‘slow’);
});
});
});
</script>

<a href=”#”><img  src=”/images/update.png” id=”out”></a>

Click the image below to see a live demo:
update

Author: Dani Zaharie Categories: General Tags:

SiteExpert wordpress theme released

July 1st, 2011
Share

The SiteExpert theme for WordPress is stylish, customizable, simple, and readable — make it yours with a custom menu, header image, and background.

DEMO | DOWNLOAD

Installation

= Via WordPress Admin =
1. From your sites admin, go to Themes > Install Themes
2. In the search box, type ‘SiteExpert’ and press enter
3. Locate the entry for ‘SiteExpert’ (there should be only one) and click the ‘Install’ link
4. When installation is finished, click the ‘Activate’ link

= Manual Install =
1. Unzip this file into your mywebsite.com/wp-content/themes/ directory, should look like mywebsite.com/wp-content/themes/SiteExpert/
2. Go into your WordPress Admin, navigate to ‘Appearance > Themes’
3. Find the SiteExpert listing on this page and click ‘Activate’

Author: Dani Zaharie Categories: General Tags: