Showing posts with label Beginners Guide. Show all posts

Snowfall Effect using CSS for Blogger Blogs

How to Add a Flash Background to Blogger


Flash files (SWF) animations are those that are created using special program, And there are also programs that convert videos into flash format.
However, First you need a flash file (the bigger the better) uploaded to your hosting. Than put it in the code we below.

Add it to Blogger

This swf background can be added by putting this code below <body> .

<object height='100%' id='fondoflash' width='100%'>
<param name='movie' value='URL of SWF'/>
<param name='scale' value='exactFit'/>
<param name='wmode' value='transparent'/>
<embed height='100%' scale='exactFit' src='URL of SWF' type='application/x-shockwave-flash' width='100%' wmode='transparent'/>
</object>
<style>
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
#fondoflash {
height: 100%;
z-index:-9999;
position:fixed;
margin: 0 auto;
}
</style>

And 
DoNe.

Admin Panel Widget For Blogger (Only Visible To Admin)

Hi guys as i said before that i would by designing widgets then templates for blogger so this time i have an Admin Panel widget for your blog only visible to admin of the blog.



Simple CSS Dropdown Menu For Blogger

Hi guys long ago i did not post about menu`s but today i got one for you guys all thanks goes to djogzS this menu is designed by some HTML and CSS.

Simple Header With CSS3

Hi guys long time i did`nt posted any posts i was just busy on my latest template which was Smile Blogger Template but now i finished designing that template so now until i get some other inspirations for an another template i would be staying in Bloggeraxe for posting more and more posts today`s post is about a simple header with css3, I will just give the HTML and the CSS3 and you should find where to add them.

Fading Box With Newer/Older Posts Links And Titles For Blogger

The navigation links are those that appear at the bottom of the page that says "Older Posts", "Newer Posts" and "Home" and help us to move through the blog posts. This tutorial will show you how to change the word "Older Posts" and "Newer Posts" for post titles and make these to appear in a box "fading" when you scroll down the page.







Google Translate Flags widget for Blogger



Google flags help your visitors to browse your blog with their own languages so lets add it to blogger.




Official Contact Form Widget released for Blogger



As +Prayag Verma  of Stylifyyourblog.com wrote on his post on 02 April 2013 that blogger is working on Contact Form. He found out CSS codes for Contact form from the bundle css file which is by default in every blog. That Contact form is released now. Just prior to Google I/O 2013 all Google products are really working hard to improve their services and the same goes for blogger.

How to Create Your First Blog Using Blogger


You’re ready to become a blogger by writing your very first blog post, an entry, for your new blog. Fortunately, the mechanics of writing a blog post aren’t much different from writing an e-mail.