Friday, 5 August 2011

How To Add Stacked Polaroid And Other Cool Effects To Images

Edit ImagesThere are hundreds of image editing and resizing services available online so finding a quick and easy option can be hard.One service i use regularly is Dr Pic as it has just a few quick editing options and a re size option with an instant preview.The stacked Polaroid effect is probably the one i use most and i have received a few Emails asking how it's done.So i have created a short video to show you how to use Dr Pic to edit and re size your images.
Click Here To View Full Post >>

Wednesday, 3 August 2011

A Neat Bold Red Drop Down Menu For Blogger Using Just Css

In the last post we had a tutorial for a very unique style of drop down navigation menu for Blogger.That menu used a horizontal bar as the drop down to display links on hover.This menu uses the more conventional style of a vertical drop down to display links.It has a large bold red on grey color scheme that stands out and looks great.As with the last menu it's built purely from Css using just two images.Below you can see the screenshot and a live demo to see it in action.

drop down menu blogger

View Demo Button

This menu is also courtesy of the awesome Free Css Menu, let's add it to your blog.

Add The Bold Red Drop Down Menu To Blogger


Remember Always Back Up Your Template Before You Make Changes - How To Back Up A Blogger Template

Step 1. In Your Blogger Dashboard Click Design > Edit Html

Design Edit Html Blogger

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)

]]></b:skin>

Step 3. Copy and paste the following code Directly Above / before ]]></b:skin>

Note - This is a scroll box make sure to get all the code.
/*Start Css Menu*/
.menu{
border:none;
border:0px;
margin:0px;
padding:0px;
font-family:verdana,geneva,arial,helvetica,sans-serif;
font-size:14px;
font-weight:bold;
color:8e8e8e;
}
.menu ul{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimTwg5sk8zNhFGoE6JfCZ4pZKFWhjDW9IjYpBkkCJQJGAsmyFepBJBRYo2rRyQ7XvERBvZvDE8kgWVM2G-1BC3kt-91N2BGbfxbDqapP-1oLrIV_v2H6wANdb747SFPZM3ZsIO9GipeeTZ/s1600/menu-bg.gif) top left repeat-x;
height:43px;
list-style:none;
margin:0;
padding:0;
}
.menu li{
float:left;
padding:0px 8px 0px 8px;
}
.menu li a{
color:#666666;
display:block;
font-weight:bold;
line-height:43px;
padding:0px 25px;
text-align:center;
text-decoration:none;
}
.menu li a:hover{
color:#000000;
text-decoration:none;
}
.menu li ul{
background:#e0e0e0;
border-left:2px solid #a80329;
border-right:2px solid #a80329;
border-bottom:2px solid #a80329;
display:none;
height:auto;
filter:alpha(opacity=95);
opacity:0.95;
position:absolute;
width:225px;
z-index:200;
/*top:1em;
/*left:0;*/
}
.menu li:hover ul{
display:block;
}
.menu li li {
display:block;
float:none;
padding:0px;
width:225px;
}
.menu li ul a{
display:block;
font-size:12px;
font-style:normal;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover{
background:#949494;
color:#000000;
opacity:1.0;
filter:alpha(opacity=100);
}
.menu p{
clear:left;
}
.menu #current{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNQsJa9k5QsTDHNtKZVbRuMQCgMDtHVsIwO7ivkbPEw-Rp7K5QKvhMhfA5cLUKjwKHBMVX7ZRzS5_CQGlVT8Stwj4WnWcbSCPern86hHgn9whbfFZ_R-LoDhChuAe0ob3pIozmxmz2lnoQ/s1600/current-bg.gif) top left repeat-x;
color:#ffffff;
}

/*End Css Menu from http://www.spiceupyourblog.com*/

Step 4. Save your template.

That's the Css added next is to add the html for your menu.

Now go to your blogs Design Page, we will be adding the menu across your blog below the header.This area is called Cross Column and can be seen in the image below.If your blog does not have this section available you can see how to enable it here - Add Full Width Cross Column Gadgets To Blogger.


Add The Menu Html


In your blogs Design Page click Add A Gadget > Choose Html/Javascript > Copy and paste the following code into the Html/Javascript gadget :

<div class="menu">

<ul>
<li><a href="#" id="current">Home</a></li>
<li><a href="#" >Products</a>
<ul>
<li><a href="#">Drop Down CSS Menus</a></li>
<li><a href="#">Horizontal CSS Menus</a></li>
<li><a href="#">Vertical CSS Menus</a></li>

<li><a href="#">Dreamweaver Menus</a></li>
</ul>
</li>
<li><a href="/faq.php">FAQ</a>
<ul>
<li><a href="#">Drop Down CSS Menus</a></li>
<li><a href="#">Horizontal CSS Menus</a></li>

<li><a href="#">Vertical CSS Menus</a></li>
<li><a href="#">Dreamweaver Menus</a></li>
</ul>
</li>
<li><a href="/contact/contact.php">Contact</a></li>
</ul>
</div>

This is the code that makes up the menu in the demo above.Replace the hash tags (#) with your links and the text with your text.If you take a few minutes to reference the demo and the code you should see how it works.If you want to add more links you can do so in the same way, once again take a few minutes to look at the layout of the code and you will see how its done.

Template Designer Tabs Fix


If you use a template from the Blogger Template Designer there is a section of Css that will effect this or any menu you place in the cross column section.This is called tabs and you will need to remove or over ride the tabs css.I have made a short video to show you how to remove it.You can see the video here - Remove Tabs Css.

That's it simple ! Make sure to check out more of our Css tutorials and Blogger gadgets.

Drop Your Comments And Questions Below.

Tuesday, 26 July 2011

A Unique Style Drop Down Bar Navigation Menu For Blogger

In this post i have a very cool and in many ways unique type of Css drop down menu for Blogger.The regular drop down menu we are used to seeing will when a link is hovered over display more links vertically below.This menu however is known as a 'Drop Bar' as on hover it displays links horizontally in a bar below the menu.I had been looking for something like this and while i found some jQuery powered versions but i loved this as it only uses Css, so no scripts or added load time to your blog and easier to implement.Also the menu has a great fix for our old friend Internet Explorer which usually plays up when Css is used.I have tested it back to IE6 and it looks fine.Your probably still wondering how it displays the links horizontally instead of vertically so i have a screenshot and live demo you can check out below.


View Demo Button
Click Here To View Full Post >>

Thursday, 21 July 2011

How To Add Breadcrumb Navigation To Blogger Blogs

Blogger LogoBreadcrumbs is the name given to navigation links usually displayed above posts on blogs and at the top of pages on websites.The links are a trail from the page you are currently on back to the home page.So for example on a blog you will have the home page link, a link to a label used for the post then the post title.This will be displayed like this 'Home > Label > Post Title'.This is a very popular type of navigation on all sorts of sites and in this post i will show you how to add it to blogger.

Below you can see a screenshot and the live demo.Credit for the original breadcrumbs for Blogger goes to Hoctro with further work by Blogger Plugins.



View Demo Button
Click Here To View Full Post >>

Tuesday, 19 July 2011

20 Fantastic Themes And Templates Available For Both Wordpress And Blogger

There are so many options for bloggers on both Wordpress and Blogger when it comes to free themes and templates.In fact many of the best free Wordpress Themes are converted to work on Blogger blogs.With that in mind i wanted to assemble a list of the best themes and templates available for both Wordpress and Blogger.So here are 20 Wordpress themes and Blogger templates with the same design and totally free to download and use on your blog regardless of platform.

20 Free Wordpress Themes And Blogger Templates


Ocenolis Magazine


Ocenolis Magazine Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Cupid


Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Namisan


Namisan Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Galleria


Galleria Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Poker Point


Poker Point Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Spectacular


Spectacular Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Corage


Corage Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Yalene


Yalene Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Bluitos Magazine


Bluitos Magazine Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Grunge2


Grunge2 Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Palutonis Magazine


Palutonis Magazine Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Jacosta


Jacosta Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Namalitis


Namalitis Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Astronova


Astronova Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Forbiz


Forbiz Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Lamonica


Lamonica Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




Redoze


Redoze Wordpress and Blogger Theme Template

Blogger Demo / Download Wordpress Demo / Download




Tag Magazine


Tag Magazine Wordpress and Blogger Theme Template





Blogger Demo / Download Wordpress Demo / Download




Beiger


Beiger Wordpress and Blogger Theme Template


Blogger Demo / Download Wordpress Demo / Download




Matus Tribune


Matus Tribune Wordpress and Blogger Theme Template




Blogger Demo / Download Wordpress Demo / Download




That's the list have you a favorite ? Make sure to check out more of our Blogger Templates.

Drop Your Comments And Questions Below.

Friday, 15 July 2011

An Updated Look At Do-Follow And No-Follow Comments

In January 2010 i published what has become the most popular Search Engine Optimization (SEO) posts on Spice Up Your Blog (SUYB).The post titled 'Building Backlinks, Do-Follow Comments And Information To Increase Google Search Rank And Page Rank' has consistently been in the top 10 in terms of views and to date has 117 comments.I guess the reason it has been so popular is it covers a number of topics related to improving your blogs performance in search, especially Google.The original intention of the post was to explain Do-Follow comments, what they are and how they work.I wont explain the whole do-follow process again you can check out the post linked above for more on the subject.

To explain Do-Follow i ended up covering why Back Links are so important and the whole Back Link process.The points covered in the post are still valid and i stand behind the information but in the 19 months since published some of my personal opinions have changed.In this post i want to explain how my opinions especially of Do-Follow comments have changed.

To Follow Or Not To Follow


At the time of writing that post Spice Up Your Blog had Do-Follow comments.I have since switched the comments back to no-follow in an effort to reduce spam which was getting out of control.I said in the post i thought Do-Follow comments would help build a community.While i still think this is valid for a new blog or growing blog once you blog is established it becomes less feasible.

At the moment i receive about 10-20 spam comments every day along with 20-30 valid comments.If the SUYB comments were still do-follow the spam number could grow towards 100 daily.I simply don't have the time to sort through this and that is the reason i switched back to no-follow.If you think this is a bit of an exaggeration check out the article by Web Pro News on how professional SEO company's actually pay people to work full time leaving comments on blogs - Why SEO Disgusts Me.

Another piece of advice i gave in that post was to use the Name URL format when leaving a comment.This would mean when published your name beside your comment is a direct link to your blog.I would still recommend this were possible but unfortunately i have had to switch this option off on SUYB.The reason for switching it off is because this also opens up the comment as Anonymous option.Once again as SUYB has grown some fools have found it entertaining to leave whats best called rude comments.I'm sure you have seen the types that spend their sad lonely existence on places like YouTube commenting on every video just to say how 'F***ing S**t' it is.

I guess to sum up my opinion has changed over the last 19 months as far as my own blogs are concerned.Taking both these steps (i only turned off the Name URL and Anonymous comments last week) has seen a serious decline in spam.But if you are trying to entice comments maybe on a new blog do follow comments are something to consider.

Drop Your Comments And Questions Below.

Monday, 11 July 2011

2 Cool New Blogger Resources - Custom Blogger Templates And Glitter Burned

Two excellent designers and friends of Spice Up Your Blog recently launched new blogs that Blogger users will love.Many of you will have heard me mention Harish before, he works with me on various projects and has launched an original Blogger Template site.Lauren 'nymphont' Thompson recently listed in a top ten female designers list has launched a gallery you can all submit your blogs to and it's a Blogger only zone.

Custom Blogger Templates




CBT is the latest endeavor of Harish Dasari, he has put his amazing knowledge of Blogger along with the latest coding techniques together to provide amazing free blogger templates.The templates are converted from original Wordpress and Css designs but unlike so many "half hearted" efforts at template conversions Harish leaves no stone unturned in providing the best possible quality.Although i made some tweaks when i changed the design of SUYB two months ago the template i used is from CBT and called Corage.

Check Out Custom Blogger Templates

Glitter Burned




I have been a fan of Lauren Thompson for some time from her work on Nymfont.Com.Now Lauren has launched a showcase of Blogger powered blogs called Glitter Burned.A few minutes browsing through the gallery can uncover some fantastic blogs you might otherwise never find.You can of course also submit your own blog and have it added to the Glitter Burned gallery.

Check Out Glitter Burned

Let Us Know What You Think, Drop Your Comments And Questions Below.