How to set access password for awstats in Kloxo?

Posted by NosaLee in UNIX/Linux, Web Programming & Resources on 27-07-2012. Tags: ,

Author: Nosa Lee Original Address: http://www.seeksunslowly.com/how-to-set-access-password-for-awstats-in-kloxo To reprint this article, please indicate the source, thank you. _____________________________________
 
As you know, if you set your VPS environment by using Kloxo software [......]

Read More…

Kloxo 中如何给 awstats 设置访问密码

Posted by NosaLee in UNIX/Linux, Web Programming & Resources on 27-07-2012. Tags: ,

作者:牧山道人 原文地址:http://www.seeksunslowly.com/kloxo-中如何给-awstats-设置访问密码 转载请注明出处,谢谢。 _____________________________________
 
大家知道,如果用 Kloxo 套件搭建你的 VPS 环境,那么默认会装上 awstats 这个流量分析工具。
其默认 URL 为:http://your-domain.com/awstats/awstats.pl,并且没有密码,任何人都可以访问,任何人都可以看到你的流量情况,分析你的商业机密,这非常恐怖!
在网上查了一些设置 a[......]

Read More…

HTML Special Characters – Free Web Design Tutorials for Beginners 11.11

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course

Character
HTML Entity
ISO Latin-1
Comments

"
"
"
Double quotation mark


 
'
Single quote or apostrophe

&
&
&
Ampersand

÷
÷
÷
Divide symbol

>
>
>
great[......]

Read More…

HTML5 Video, Audio Tags and their Options – Free Web Design Tutorials for Beginners 11.10

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
HTML5 Video Tags

HTML5 Video Tags
Comments

VIDEO
The main tag to add a video

SOURCE
Add a source attribute

SRC
Specify where the video is

TYPE
Add codex values

 

HTML5 Audio Tags

HTML 5 Audio Tags
Comments

AUDIO
T[......]

Read More…

HTML Form Tags and Elements – Free Web Design Tutorials for Beginners 11.9

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
HTML Form Tags

   Main Form Tags  
Comments

Form
Create a HTML form

Name
Add a name for your form

Method
Select a method, GET or POST

Action
Say where the form should be sent

Input
Create a HTML form element

Type
Se[......]

Read More…

HTML and HTML5 Table and its Attributes – Free Web Design Tutorials for Beginners 11.8

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
HTML and HTML5 Tables

HTML and HTML5 Table tags
Explanation

TABLE
Create a table

TR
Create a row in a table

TD
Create a cell in a table

THEAD
HTML5 Table header

TFOOT
HTML5 Table footer

TBODY
HTML5 Table body

 

HTML Tabl[......]

Read More…

HTML5 Layout Tags – Free Web Design Tutorials for Beginners 11.7

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

HTML5 Tag
Comments

HEADER
Used for the heading of any section

NAV
Used for a navigation area

SECTION
Used for a section of your web page

ARTICLE
Used for an article in a section of your web page

FOOTER
Used for the footer area

Back to[......]

Read More…

Images, DIVs and Hyperlinks – Free Web Design Tutorials for Beginners 11.6

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
Images and DIVs

HTML Tag
Attributes

IMG
SRC, ALT, HEIGHT, WIDTH, USEMAP

DIV
 

FIGURE
 

FIGCAPTION
 

 

Hyperlinks

HTML
Explanation
Attributes
Options

A HREF
The HTML for a hyperlink
TARGET
_blank _par[......]

Read More…

CSS used in the Positioning section – Free Web Design Tutorials for Beginners 11.5

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

CSS Property
CSS Value
Explanation

/* */
A colour
CSS comment – more than one line

//
A colour
CSS comment – one line

position:
relative, absolute, fixed
Types of positioning

top
A pixel value
Position an element on the page

bo[......]

Read More…

CSS used in the Lists section – Free Web Design Tutorials for Beginners 11.4

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

CSS Property
CSS Value
Explanation

a:hover
A colour
Used for mouseover colours

a:visited
A colour
Used for visited pages colours

display
block, inline
Blocks of elements or all in a line

height
A px or % value
Set a height for an element suc[......]

Read More…