Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Learn to Make Web Design by Simple

Learn to Make Web Design by Simple
Learn to Make Web Design by Simple - On this occasion I want to share a little tutorial how to make a website easily, I've tried it as an assignment from my school that requires me and my friends gather web design on my teacher. I am not here to make the website of the enol but looking template which there are many on the internet and edit it for free and just live a little. For that I would to love a little tutorial for you as follows:

Materials and Tools:
  1. Dreamweaver CS3
  2. Web Templete ready-made, and can look it up on the internet.
  3. Browser For Trying / design Looking at the results.
  4. and XAMPP local server for web applications.
The trick is as follows:
  1. Download XAMPP advance (here)
  2. Then diinsttal XAMPPnya to be functioning properly.
  3. Install Dreamweaver CS 3 if you do not have search the internet, sorry I did not provide the download link.
  4. Open Dreamweaver CS3 and create a site that in linkkan to localhost on file in the directory htdoc XAMMP, it is to make it easier to edit html files and others.
  5. Extrac web file that you downloaded in the folder in the XAMPP directory htdoc.
  6. Open the directory with Dreamweaver CS3 and click one of the files that you want to edit.
  7. And please edit as you like and with creative as possible.
  8. Completed.
That's all from me this article may be useful for you :)

Creating Popular Posts Widget Appear More Attractive

On this occasion I want to share about how to make popular posts widget appear more attractive. Actually, this widget is the widget itself belongs Blogger added some CSS code to make it look more attractive and the other from the other.

Screenshot :
Creating Popular Posts Widget Appear More Attractive
How do I make it? Please observe the steps below:

1. Log into your Blogger account :
2. Click the Design & Edit HTML
3. Click the Download full template as a precaution in case something goes wrong later in editing.
4. Please find the code ]]></b:skin>
5. Place the following code under the code ]]></b:skin>
<style type='text/css'>
.PopularPosts .item-title{display:yes}
.PopularPosts ul li {
border-radius:50px 0px 0px 50px;
float: left;list-style: none outside none;margin: 1px !important;padding: 1px !important;
border: 1px solid #444;
overflow: hidden;
box-shadow: 0px 0px 1px #333;
font-style: normal;
font-weight:bold;
width: 100%;
height:60px;
border-radius:35px 5px 5px 35px;
}
.PopularPosts ul li:hover{
background: -moz-linear-gradient(top, #FFFFFF 1%, #5c5c5c 50%);
overflow: hidden;
color: #414141;
width: 100%;
height:60px;
border: 1px solid #ffffff;
box-shadow: 0px 0px 2px #ffffff;
}
.PopularPosts ul li img {
padding:1px  ;
margin:1px;
margin-top:3px;
border-radius:35px 35px 35px 35px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 1px solid #333;
height: 50px;width:50px;
overflow: hidden;
}
.PopularPosts ul li img:hover {
border:1px solid #ffffff;
border-radius:25px 25px 25px 25px;
background: -moz-linear-gradient(top, #FFFFFF 1%, #5c5c5c 50%);
box-shadow: 0px 0px 10px #ffffff;
}
</style>
6. Click the Save Template button ..
7. Put your Popular Posts widget and configure it as you wish.

Good Luck :) 

Popular Posts