webmaster

You are browsing the webmaster tag archive.

Redirect out of your secret folders - ex images

Want to keep prying eyes out of your images folder or any other folder for that matter? Your images folder and some other folders can be looked at if you do not have an index.html in there. We suggest you do the following instead of a plain index.html file.
Create your index.html file that you will [...]

Break Out of Frames

How would you like to ensure that your visitors are viewing your website without being inside someone else’s frames? Add this simple piece of javascript to the head section your your HTML file:

Code:
<script language=”JavaScript”>
if (top.location.href != location.href)
top.location.href = location.href;
</script>

Randomize Your Button Friends

Got alot of friends you link to? Want to randomize their small buttons? You can randomize anything really with this script. Check it out… Have some fun!

Code:
<?
$Buttons = 5; // # of button to show
$Img[] = “<a href=’http://www.friend1.com’><IMG src=’images/1.gif’></a>”;
$Img[] = “<a href=’http://www.friend2.com’><IMG src=’images/2.gif’></a>”;
$Img[] = “<a href=’http://www.friend3.com’><IMG src=’images/3.gif’></a>”;
//over and over like [...]

Users online - on your site

You must have seen this on some sites where they display the number of users online. This scripts exactly does that. It displays number of users currently browsing your website.
The table structure
Code:

CREATE TABLE useronline (
timestamp int(15) DEFAULT ‘0′ NOT NULL,
ip varchar(40) NOT NULL,
file varchar(100) NOT NULL,
PRIMARY KEY (timestamp),
KEY ip (ip),
KEY file (file)
);

User’s Online Displays the [...]

Paths - URLs - and URIs

Learn some more webmaster lingo today. Here we’ll show you paths, urls, and uri’s. Check out the rest…

Paths
A path specifies the location of a file or directory (folder) on a computer. A simple path looks like this:
/user/jones/notes
The components of a path are separators (the “/” character) and file or directory names. There is always [...]

Decorate your text links - remove underlines and more

Here are some nifty tips for you to use on your webpage. Why settle for plain ol links when you can decorate them? Try them out for yourself…
Put the following script inbetween your header files on the page(s) you’d like to use it on –> like this: <head>place it in here</head>
Code:
<style type=”text/css”>
<!–
A:link {text-decoration: none}
–>
</style>
The above [...]

Rounded CSS Table Borders In FF

This example is only viewable with the FireFox browser.
Add the following code to your css style sheet:
Code:
<style type=”text/css”>
.cborder { border: 1px #000000 solid; }
</style>
Add the following to your table tag like so:
Code:
<table class=”cborder” style=”-moz-border-radius: .8em .8em .8em .8em”>

What is HTML?

What’s the definition?
HTML, or Hyper Text Markup Language, is a standardized language for presenting information, graphics, and multimedia on the World Wide Web. HTML consists of hundreds of codes, tags, and symbols that define the type of information and how it should be displayed in a browser. HTML is universally understood on a wide variety [...]

Basic Html Tags

Tags and what they do…
BASIC TAGS
<HTML> </HTML> Signals the start and end of the html document
<HEAD> </HEAD> Encloses TITLE and META tags
<BODY> </BODY> Signals the start and end of web page content
<B> </B> Makes text bold
<I> </I> Makes text italic
<T> </TT> Makes text resemble that of typerwriter
<FONT> </FONT> Manipulates text
<H> </H> Puts heading on page. [...]

Understanding Tables

Here are some table tips to help get you started at understanding tables better. I’ve tried to explain in detail as much as possible.
Think of tables as a grid. Each square is a cell. You can border the cells border=”1″ or have cells appear with no border border=”0″ .
The <TABLE> and </TABLE> tags must surround [...]

m121ban2





mp

Star Resell Our Services As Your Own
Basic Reseller
Pro Reseller
Reseller Login

register domain names
Domain Sales
.com $8.99 (Now-Sept)

dotme
NEW .ME
There’s a story inside each one of us, waiting to be told. Tell yours to the world with .ME -- the Top Level Domain that’s all about you!