Showing posts with label PROCEDURE. Show all posts
Showing posts with label PROCEDURE. Show all posts

Nov 9, 2009

Guide upload data to the host

You can register for free the host in http://byethost.com/
Many software that you can up data to host, but here I use FLASHFXP. You can download here
After opening up Flash FXP, click the Connect button (with the lightning) select Quick Connect.A dialog box appears, enter the parameters that you can host:

Upload.AloxoVn.Com

Finished, press the Connect button, wait a second is OK.

Upload.AloxoVn.Com

After completion Connect, in the left pane navigate to the folder with files or folders to upload, click to select Transfer.
Once Transfer is complete, to the right pane right-click the file upload has choose Copy URL (Ctrl + U) to get people to link to share.
-->Read more...

Oct 29, 2009

Feed for your blog

This article will guide transfer from feed into js from feed2js.org
Go to page:

http://feed2js.org/index.php?s=build

You can see:

Upload.AloxoVn.Com

Fill the feed address that you want to get and consider modifying the parameters at the bottom to suit your requirements.

Now, scroll up, press the test button Preview Feed . A new window will appear, as follows:

Upload.AloxoVn.Com

If you do not like the show, you can change the parameters before.
Press "Generate Java scrip" button to get the code Javascript :

Upload.AloxoVn.Com

Copy the entire code and put into your blog stay anywhere you want.
-->Read more...

Create " NEW POST", "RECENT COMMENTS"

If you want to have your own blog asterales fit, beautiful, and easy link, create more "NEW POST" and "RECENT COMMENTS". Principle to create 2 widgets is to get feed. You can refer articles about feed here

Recent Post:
First, enter the web address of the RSS Feed:

http://yourblog.blogspot.com/feeds/posts/default

Upload.AloxoVn.Com

After get java code, Copy and Paste entire code to get into the content of the widget.

Upload.AloxoVn.Com

Upload.AloxoVn.Com

With "Recent Comments" you to do the same but web address of the RSS Feed is:

http://yourblog.blogspot.com/feeds/comments/default?alt=rss
-->Read more...

Margin and padding

This article will guide you to familiarize yourself with margin and padding, alignment and watch buffer.
To have a nice blog we have to edit the source code for the components become balanced and harmonious.
What is MARGIN ?
Margin is used to control the space between the components of the page
How to use it ?
Go to Edit HTML, drag the first down and you can see a lot of ingredients margin with different values. Depending on the number of values that stand behind the different spaces. You can see 4, 3, 2, or even one worth standing behind.
Examples:
Four values:
margin 2px 7px 0 1px;
Margin above, right, bottom, left to be cultivated according to the distance turn 2px, 7px, 0px, 1px
Three values:
margin: 12px 15px 7px;
Margin above, right, bottom, left to be cultivated according to the distance turn 12px, 15px, 7px, 15px
Two values:
margin: 8px 4px;
Upper and lower margin: 8px
Left and right margin: 4px
A value:
margin: 10px;
All margins are farming a distance 10px
If you do not remember these positions, please use the following syntax for each position one.
margin-top: 2px;
margin-right: 3px;
margin-bottom: 5px;
margin-left: 4px;
What is PADDING ?
Padding used to control the gap between content and its border
How to use it ?
Similar margin, padding may be worth going back four, respectively on, right, bottom, left (ie clockwise).
Examples:
padding: 15px 30px 25px 0;
On 15px, not 30px, bottom 25px, left 0px
Also we can use:
padding-top: 2px;
padding-right: 6px;
padding-bottom: 0;
padding-left: 8px;
-->Read more...

Oct 28, 2009

Put code in the box

First, go to the Presentation (Layout) and select Edit HTML tab without JavaScript Open utility model. Then, add the code date on the card below ]]>:
Upload.AloxoVn.Com
you have created property set in a framework unique code
From now on, you can add the code anywhere on the message
Upload.AloxoVn.Com
-->Read more...

Show only titles posts in Blogger

This procedure helps homepage neat and more complete. To perform this procedure, you conduct the following steps :
* Log in to your Blogger > Layout> Edit HTML and add Open Form
* Find the code , then replace it with code below:
Upload.AloxoVn.Com
* Save template and test results.
-->Read more...

Create text run on the title of the Blog

* Log in to your Blogger > Layout> Edit HTML (no need to expand Model utility).
* Add the code above head tag:

Upload.AloxoVn.Com
-->Read more...

Create posts related

LinkWithin is a service that allows to create widgets 'Related articles include pictures thumbnails' to appear on the blog recently. It will create the widget below each Blog message, encouraging the reader see the message the field and help increase the amount pageview Blog. The other displayed are LinkWithin selection based on factors like relevance, popularity ...
Installation instructions:
First, you visit LinkWithin and fill in the register,then click Get Widget! LinkWithin will go to the settings, just click Install Widget widget and confirm settings for Blog, that's it.
-->Read more...