100Topics.net

Websites and Web Designing

           


Home > Computers & Tech > How-To's and Tutorials > Websites and Web Designing

TOPICS

How To Take Full Control Of Workpress Menu

[center][b]WorkPress Menu brief introduction[/b][/center] Whatever theme you choose to use in WordPress, you will have a menu (or a menu system in some feature rich themes). This is a very handy featrue in WordPress, and some themes even provide you an option to choose the way you prefer how your navigating system look. With a few steps of settings, you'll porbably satisfied. If not, that means you will be diving into some coding stuffs. Don't be scared. I'm going to provide you a d

....know more

Password protect your site!

If you need to password protect a page on your site, then you should take a look at this. I'll show you how to make a simple password protection for your site right here!! Just copy and paste the php script below: [b]Put this in a file you call [color="orange"]login.html[/color][/b] <form action="[color="orange"]login.php[/color]" method="post"> <input type="text" name="login"> <input type="password" name="pass

....know more

Converting Html 4.01 Sites To Xhtml 1.0

[size=5]Converting from HTML 4.01 Transitional (Loose) to XHTML 1.0 Transitional[/size] Many of you who write HTML are probably writing HTML 4.01 Transitional. This includes all of the deprecated elements and attributes such as <font> and bgcolor=””. This tutorial will cover how to convert from HTML 4.01 Transitional to XHTML 1.0 Transitional. The main reason here is for cleaner code. This tutorial does not cover why XHTML is better or worse than HTML. You can Google that for more inform

....know more

How To Fix Your Site From A Google Penalty

In the beginning, Google cared only about indexing every website on the Internet. It managed to accumulate over 4 million pages in data. This was at the start of Google.com around the year 2000. Over 10 years later, Google.com has acquired over 4 billion pages on the Internet. It has been the most successful website on the Internet: its purpose: to deliver to billions of eyes easily accessible information. Google is getting smart. And that is a good thing. Google used to chase after meta tags,

....know more

Hosting A Webserver On Your Computer, If You Have A Dynamic Ip

First let me start off by saying that this tutorial is not about how to host a webserver on your computer. That was done quite well by swizzeron. This tutorial has to do with those of you who are interested in hosting a webserver on your computer, but are stuck with a dynamic ip. For those who don't know, a dynamic ip is one that is non-permanent; and thus it changes. This is opposed to static ip address' which are permanent locations on the internet assigned to computers. How did dynami

....know more

How To Install Crawltrack

When it comes to your website, you want to make sure you know whose visiting and how many visitors you are receiving. Sure, you could get one of those counters, but those are likely counting your refreshes and each time you click a link to that main page, you are getting counted as a visitor. Very unreliable and not the best way to know whose visiting. While I'm here today to cover CrawlTrack, there are 2 other ways that I recommend, and those will not be covered here: Google Analytics whic

....know more

Advertising And Promoting Your Website

I've learned quite a bit about advertising a website which is a loaded job with lots of work to do and lots of creative ways to do it. So the following is a complete guide on how to get your website into the public eye, get it known, get web browsers like Google to start seeing it, and especially, getting visitors to your site. Ok, you've done so much work. You came up with a good idea for making a website and you've actually managed to go through with it. Congratulations. You'

....know more

How To Create A Google Custom Search On Your Blog

With all the features we love in WordPress, most of us would vote down the default WordPress search engine. Its ability is quite limited. Espcially when we have mulitsite installed, its search engine simply can't search site wide. I've tried a variety of plugins but they didn’t work the way that I wanted to. So, I decided to make Google work the way that I want, and now Goodle is working on my site and its making money for me. Here are the steps to go: 1.Start off at Google Custom Sea

....know more

Core Process Of Designing Website

I've been going throught a lot of stuffs since 2 years ago when I start thinking of blogging. Till recently, I still didn't have a nice blog. I've build some blogs, all of them end up abandoned-- either because I see it's not what I wanted, or I see nobody else want to read it. Some of them started with a good idea, then, go too far till my thoughts become unmanagable. I was frustrated-- Why some people's blog is about a small topic but hanging there shinning. Why my bri

....know more

Php Fusion

I didn't see a tutorial on the installation of PHP Fusion and although it might be easy to some. I definitely had an experience to go through in order to understand it better. A friend told me how easy it was to install. I believed that it was so easy I wouldn't even have to really know what I was doing. To an extent, that was true. I remember the first time I tried to install PHP Fusion. Failed miserably. The site just wouldn't show up. The second time. Again, nothing. My friend o

....know more

Phpbb - Installation Tutorial ( For Newbies Based On Astahost Cpane)l

[size=4][b]Introduction!![/b][/size] Providing a comprehensive 'How To' tutorial guide, on the installation of phpbb 2.0.22 forum on your Astahost/cPanel account. Tutorial includes[list=1] [*]Downloading of files [*]Uploading using cPanel File Manager [*]CHMOD using cPanel File Manager [*]MySQL database creation [*]PhpBB initial configuration [/list]This guid will help everyone from beginners, with images and an in depth guide of what to do. [b]Step 1[/b] To start with we need

....know more

Creating Rollover Images With Css

I have seen it reported that 10% of Internet users have Javascript disabled. Whether for security concerns or to curtail annoyances like pop-up windows, it seriously limits your ability, as a web designer, to mold your website into something creative and novel. This is where CSS rollovers come in. You know that effect you get when you roll the cursor over an image, and then the image changes? Traditionally, that effect has been accomplished by using Javascript to swap out images. I present here

....know more

Kill Spammers Before They Arrive

Recently, I encounted serious spammer attacking. They came like water fall, registering every minute, never stop. I had to install a humanity protection plugin. This plug in efficiently blocked the spammers. But the problem didn't end there-- the spammers kept trying to register. Every registering activity requires the register page from server, at the end, it cost me 3000mb bandwidth per month. A small site with limited resources like mine, this is a lot, and my site really got slower and

....know more

How To Access A Ftp/sftp Server, And Download/upload Files

FTP/SFTP is a method of transferring files that most webhosts use, so its nice to know how it is done [u][b]For Macs[/b][/u] Navigate your browser to [url="http://cyberduck.ch/"]http://cyberduck.ch/[/url] and download the latest version of CyberDuck. Drag the application to wherever you want it to be (most probably /Applications) and open the app. You will see a window that looks similar to the one below: [img]http://dl.dropbox.com/u/2510044/Astahost%20posts/ftp/2.png[/img] Click Open Connect

....know more

Complete Guide: Install, Run And Manage Webserver On Ubuntu: Chapter 1

Complete guide: Install, Run and Manage Webserver on Ubuntu: Chapter 1 [color="#006400"][size=5]A Brief Introduction to the whole Tutorial Series:[/size][/color] [b]Target Audience:[/b] Absolute Beginners to Web Development, especially for learning the basics of web server management. Written in detailed manner to make newcomers interested in linux web development and linux in general. [b]Target Operating System:[/b] Ubuntu/Kubuntu (Mostly, only the installation differs but configuration setup

....know more

Create Cms-look Blog Pages With Dynamic Content

We love blogs because the build in advanced content management makes our life easier. We don't need to create a website from scratch. But many of us are blogging not just for journaling personal stuffs. We want to go CMS. So, we hate some of the blog features--pages come with a sidebar, contents is one colum that we can't easily manage the layout to our heart desire. After some study and test, I've found an easy way to create WordPress pages in any layout I prefer. If you want the f

....know more

How To Populate Metadata For Your Wordpress Pages And Posts

I was with other software before I fall for WordPress-- one of the most powerful content management software. While I enjoy the vast features WordPress presents, I do feel something missing-- where to write the page descriptions and keywords. I've got used to write those stuffs when building pages in other software. Now with WordPress, I can't find a place to enter those stuffs. I felt bothered because I've been taught that page descriptions and metadata keywords are important for se

....know more

Creating A Webpage Using Photoshop

I've read that this can be done with greater ease by using Ready Image, but since I'm more familiar with PS, I shall use PS as the guide. This guide does make a few assumptions :: 1) You already knew how to use Photoshop. 2) You already knew how to write HTML codes 3) You knew both of the above but did not ralise that it can be done .. Thus, I shall not touch on those 2 topics, as books a thousand pages thick have been written on them. So, I would wanna waste my time and yours and al

....know more

Smf - Asta Style!

So your not too happy with your current Bulletin Board System or are just wanting one, well this guide has insructions on setting up SMF in a very astahost way. First you need to actually find and learn about SMF, you can see there forum at [url="http://www.simplemachines.org/community/index.php"]http://www.simplemachines.org/community/index.php[/url] youll see its working blindingly fast. It can handle a lot more and that has be proven, for instance a Liverpool FC fan club, look at the stats

....know more

{} Changing Font Color / Size {}

[b][u]Changing the Size of your Font: [/u][/b] - So you've got basic text on your website but its JUST not what you want. Why not change the size of your font. It can both attract and reject viewers so becareful how you use it. This tutorial will show you how to do that in very easy, basic steps! Getting Started.. - Changing the size of your font is quite easy. It requires [b]TWO[/b] tags. These two tags require the <> Brackets and ending brackets (tags) </>. If you do not

....know more

How To Create A Good Forum

[size=20][b]Introduction[/b][/size] After looking around a bit, I managed to find numerous tutorials on how to create a good web site. But most of them talk about developing a template and/or managing a (static) web site. Next, there are few of them that deal with Content Management Systems, and even less tutorials mentioning forums (and if they do, it's pretty raw, in my opinion). So that's what I'm going to deal with – forums – or better to say, [b]bulleting board systems (BBS)[/b

....know more

Howto Add Google Adsense To Phpbb3 Subsilver2 (3.0.4)

This tutorial will explain how to add Google Adsense to phpBB version 3 ([url="http://www.phpbb.com/index.php"]http://www.phpbb.com/index.php[/url]) and specifically to version 3.0.4. Before upgrading to version 3.0.4 I had 3.0.1 installed and I was happily using a mod that I found on the phpBB forums called “Inline Banner Ad” by geocator ([url="http://www.phpbb.com/community/viewtopic.php?t=306680"]www.phpbb.com/community/viewtopic.php?t=306680[/url]). I found that upgrading to the latest ver

....know more

Ajax+php+sql=simply Superb!(with Visitor Tracking) :: Section 2 (retrive Values From Database And Dynamic Update!)

Hi all.. This the Section 2 for my previous tutorial about storing values in background using ajax! Please have a look at here: [b][url="http://www.astahost.com/ajax-php-sql-simply-superb-visitor-tracking-t15502.html"]Astahost.com/ajax-php-sql-simply-superb-visitor-tracking-t15502.html[/url][/b] [size=4][b]Introduction![/b][/size] We are going to create 2 background script files. One to get values from the main page input field and store all values including visitor details ( IP Add

....know more

Web Hosting From Your Own Local Machine. (very Easy)

I know that all want to opt for a free hosting company especially AstaHost but equally many people want to host their own website, totally free of cost with all sort of supports and software support like "ASP", "FTP", "phpMyAdmin", "MySQL", "phpBB" etc etc, and they simply do not know how to do it so they opt for a free web hosting company which displays irritating ads on the limited web space with a freehostingdomain.freehostingcompany.com/freem

....know more

Html Meta Tags Tutorial

So, you've got your beginning page started, your homepage is defined, neat, and it looks like everyone will love it - STOP. Do you really think your site will be even accidently view by anyone, even if you do have a bought domain?! Don't kid yourself; the fact of the matter is, you're just one infantesimle speck in the universe of much greater websites than yours. Don't worry, though - I got your back. Here, I'm gonna explain what meta tags are, and what they're u

....know more

Add Favicon To Your Site

Have you ever wondered how to get those icons displayed in your address bar for your own site? If you do not know what I mean, you could possibly have a browser that does not support favicon.ico or you just have not noticed. If you visit [url="http://www.google.com/"]Google[/url] they should have a favicon in their address bar, if it's not displaying just goto [url="http://www.google.com/favicon.ico"]this place[/url] to get the idea of what it would look like, but in your address bar, it

....know more

Starting A Website From Scratch - Tags

If you do not have know the structure of HTML, please leave or go to [url="http://www.astahost.com/Website-Scratch-Starting-Document-t20972.html#entry140971"]http://www.astahost.com/Website-Scratch-St...tml#entry140971[/url] Okay Now that you have the basic programming skills to write website in HTML, we can move on to real web programming. In this lesson we will be learning all about HTML tags. We can start us off with how to make a link in HTML. If you are unsure what a link is, a link is some

....know more

Juggling An Iframe Box With Xhtml Sites

You most likely have encountered a situation (as a web developer) where you have an iframe box and you are using valid XHTML Strict. Iframes are still valid in FRAMESET and TRANSITIONAL XHTML but it is best to use XHTML 1.0 Strict or XHTML 1.1 (application/xhtml-xml). A method for including iframes have been found. It doesn't use the <iframe> tag at all. Since tags are depreciated, new tags/CSS are to replace them (except DOM, which is a little off topic here). The <applet> and

....know more

Serverside Vs Clientside

Just thought I'd post about the differences between a serverside language, and a clientside language. Alot of people get them confused easily [b]Clientside[/b]: Scripts are placed inside a <script> tag in the page. Visitors are able to see the scripts in the source code of the page. The scripts are run on your computer. [color="#00CC00"][b]Advantages[/b][/color]:[list] [*]Can do more, e.g. make items move. [*]Can perform actions without having to reload the page first. [*]Can be u

....know more

How To Make A Website From Scratch - Starting Your Document

Hello and Welcome to my Tutorial. In this lesson I will be teaching you how to create a basic page using any Text Editor. To start us off in html the root tag is html and all HTML tags are inside <>. Also to end a tag you would type the tag but after the < character you type a left-right slash. Then also their are to tags inside the HTML tags in the framework. They are the head tag which is to set the header, everthing in the header tag is invisible content goes. Then the other one is

....know more

Creating A Color Combination

Ever been to a website that is barely readable because of the bad color design? Well here's some tips to make sure that you don't fall into the same trap. * Black text on a white background, while not exciting, is the most practical color combination. * Try and not use more then four colors on your website, too many can be disorientating for the user. * Find out what each color represents to the users mind. For example green represents wealth while red represents daring. * Don'

....know more

The Don'ts Of Web Designing

Getting a great looking website is really a difficult task. We need to take care to make the site more acceaaible and get more visitors pouring in. Here are a few dont's that you need to keep in in while designing a site. [u][b]1. Clutter[/b][/u] - Too much text and too many links is information overload. Simplicity is the most efficient way of getting a point across. If you must have a dozen of links in your site, classify them in sections for easy navigation. [u][b]2. Different font siz

....know more

Php Tutorial: Making A Shoutbox

Hi everyone, I'm going to tell you how to make a simple shoutbox using PHP and MySQL. To start off, open up mysql in the command line, or phpmyadmin, and create a database called shoutbox. Next, enter the following sql into the command line, or the phpmyadmin sql box, while using the shoutbox database: [code]create table messages(author varchar(30), message text, time timestamp, mid int auto_increment, primary key(mid));[/code] This creates the table we need to store

....know more

Transparent Iframe Scrollbars ( For Internet Explorer )

[u][b]Requirements[/b][/u] Internet Explorer IFrames on your site Perhaps a little basic HTML knowledge [size=2][u][b]Adding Iframes[/b][/u][/size] [i]What are Iframes?[/i] Iframes is like an 'area' on a webpage where an external page is displaid. In other words it's where a webpage is show up in another page. [i]How do I create an Iframe on my site?[/i] [b]Step 1[/b] Create two files named [b]page1.htm[/b] and [b]frame.htm[/b]. You can use Notepad (on Windows) to do this. [b]S

....know more

CuteNews: PHP-based Blog System - No MySQL

I don't know if you guys have heard about CuteNews, but I think it's an awesome blogging system. If you don't know where to get it or how to set it up, here is a quick run-down. Download the zip file (virus free) from [url="http://www.mysharebox.com/dl.php?key=8276639"]http://www.mysharebox.com/dl.php?key=8276639[/url]. 1) Unzip the file. 2) Make a folder titled "cutenews". 3) Upload the contents of the cutenews folder into the one you've just created. 4) CHMOD the

....know more

Effective Website Promotion Without Spamming!

I've been working on my website, [url="http://www.handyphp.com"]Handy PHP[/url], pretty hard for the last few months and it has really paid off. According to Yahoo, there are about 1,500 links to my website. This number has been steadily increasing over the past few months and wasn't really that hard to accomplish. The best part is that I have done all of this without spamming! I thought that I'd offer some ideas for promoting your website without the need to spam. To begin

....know more

Psychostats

[quote]Required Server Software A Web server (usually Apache or IIS) PHP v4.3 or any version higher. MySQL v4.1.11 or any version higher. Windows ActivePerl v5.8 or v5.10 Linux Perl v5.8+ Required Perl modules DBI (v1.4 or higher) DBD::mysql (v3.0002 or higher) Optional Perl modules Net::FTP - This is only required if you need to download logs from a remote FTP server (chances are this will be installed by default with your version of Perl). Net::SFTP - This is only required if you

....know more

Add A Forum To Your Site

[quote]When you’re setting up a site using CSS, it’s a good idea to do a little planning ahead and think how you’ll be using your styles, otherwise you could end up spending much more time later. As a case in point – for a site I’ve recently built, a basic style sheet was put together, with entries for matters like headlines, section headings, item headings and so on. When it came to forms on the site that needed headings next to the data entry boxes, the logical choice was the item headings st

....know more

Sizes In Webdesign: Em Vs. Px

[color=red][font="Impact"]EM vs. Pixel[/color][/font] [font="Courier"]and why EM is better[/font] A lot of the leading websites nowadays have fixed sizes, made to fit into a 800*600px resolution screen, but this has disadvantages: People with an unusually high resolution, see a tiny website or people with limited visual acuity have problems reading the text. Normally this should not be a problem because all leading browsers have the ability to zoom (Opera even zooms pictures). But, a problem tha

....know more

Short "slicing" Tutorial

Ok if you have Photoshop and Dreamweaver and you have no idea how to slice images in photoshop and how to export it to dreamweaver here is a short picture-guided tutorial... NOTICE: This tutorial will show you only how to slice FLATERNED photoshop image and export it to html and open in Dreamweaver... Ok here we go... [img]http://img257.echo.cx/img257/7759/slicingtutorial0mv.jpg[/img] I hope this was understandable...

....know more

Content Sites And Mini Sites

Content sites usually profit by educating their visitors. For example, a content site focusing on dog grooming might provide a basic tutorial to assist their visitors in learning how to groom a dog. They provide this tutorial completely free; however, the main purpose for this tutorial is to educate their visitors and promote their products. When you provide your visitors with quality information that teaches and informs, you are not only gaining their trust in you by sharing your expertise, b

....know more

Css Workshop

[img]http://img80.imageshack.us/img80/9476/cssworkshopgl0.png[/img] I decided CSS tutorials by me would be interesting. This is the first part of the tutorial, in this, I will be posting some basic information on CSS Syntax, and of course a "Hello World" example to get readers started on CSS. But first, a quick introduction. HTML Tags, like <h1>, <table>, and <p>, were originally meant for showing content on a web page. Back in the days of pre-html 3.2, layouts were

....know more

Finishing The Look Of Your Newly Install Web Script

Most third party webscript come complete with a standard template, color scheme, graphics set, logo, favicon, and of course a copyright notice. Since most of these scripts are open source these days, we have a lot of room to modify the original script as long as we don't redistribute the modified script.[color="#CC0000"]*[/color] In fact, even for most paid scripts, we are allowed to modify the script to suit our needs. It would be nearly impossible to stop most of us from making such mod

....know more

Favicon (icon Before Url)

You Know how some sites have Those Little Icons Before There Url? Well I Am Going To Tell You How To Make One :-D [b]Step 1[/b] You Need A 16*16 Image.. You Can Use One You Have Or Make One Of Your Own. [b]Step 2[/b] Make The Image A Favicon. [url="http://www.chami.com/html-kit/services/favicon/"]Click Here[/url]. [b]Step 3[/b] After You Make The Image A .ico Put It In your "Home Folder" On your Website... The same Place as your Index. [b]Step 4[/b] Then You Open Your Index.ht

....know more

Ajax

Most of you would have heard of AJAX. What is it? Is it a language? No. It's JavaScript. Basically, AJAX lets us get the content from an external page without reloading! It's especially useful when you need to get information from a serverside script (e.g. A php page that gets information from a database), and you don't want the page reloading all the time. So how do you use AJAX? Let's make an example. Make a new html document. Let's call it ajaxexample.htm. Make it l

....know more

Creating Your Own Simple But Effective Site

[size=4]Creating your own UKISS site[/size] [size=2][i]from beginning to end[/i][/size] [size=2]Contents[/size] So that you know what is happening and when I’ve compiled this contents section. It will also help you got to the parts that you need without scrawling through everything.[list] [*][b]Introduction[/b] [*][b]Design[/b][list] [*][b]Step 1 – Starting Fireworks and creating your canvas[/b] [*][b]Step 2 – Making a base on which to work on[/b] [*][b]Step 3 – HeadR

....know more

Convert Csv To Xml

[quote]The following options are supported in the DataDirect XML Converter CSV converter precisely because they are unspecified in the real world, and vary between applications. Whether the first row of the CSV data contains the names of the fields, or they are known by the sending and receiving applications implicitly How commas within values are handled in CSV files How quotes within quoted values are handled in CSV files. Are they doubled to escape them, or is there a special escape charac

....know more

Css

[size=6][b]What is CSS?[/b][/size] CSS stands for Cascading Style Sheets. It is a language used to apply style to webpages (Without using font tags, bgcolor, etc.) CSS saves time by letting you apply style to elements of a certain type, or with a certain class/ID instead of having to add it manually to each of them. Most webpages use CSS, as it can create nice-looking websites, without a huge amount of excess HTML. [size=6][b]Where do I put it?[/b][/size] If you want to just apply some style to

....know more

Creating Tooltips

Here is a little tutorial to make those small yellow-background boxes (tootltips) that pop-up for some links that describe them when you hover the mouse over them, it uses DHTML, CSS, HTML, and Javascript, so it gives us a much more wide range than my previous tutorials that just where on HTML. OK, so here we go... Put this right under <body> [code]<div id="dhtmltooltip"></div> <script type="text/javascript"> var offsetxpoint=-60 //Customize x offs

....know more

What Language Is That?

While browsing the internet, you've most likely heard people mention different web scripting languages? What are they? What do they do? What do they stand for? You'll find all the answers here! I've tried to list some of the most common languages for your benefit [b]HTML[/b] Probably one of the languages you will hear about the most, HTML stands for Hyper-Text Markup Language. HTML is the main language used to code websites. Without HTML, there would be no websites! If you o

....know more

Good Practices When Designing A Website

We've all com across terrible websites before and hit the back button as quickly as possible. But what makes these sites any terrible? Keep the following in mind when designing.[list] [*]JavaScript and Flash can be great tools, but only if used properly. Don't put trails after the curser, fireworks or other animations flying around the page or the dreaded Flash intro. [*]If you must use an intro, Flash or otherwise, then put a 'skip intro' button. You may wish to show of your Fl

....know more

How To Backup Your Phpbb2 Forum And Restore It On A Phpbb3 Server.

I love the phpbb2 forum system. I used it to create my family forum. I really appreciated how easy the installation was, using the “Fantastico” menu of my astahost cpanel. And I appreciate the one-click backup facility provided by the forum. Making a backup is really easy, and you have to do it often. So, in case of trouble of your forum, for instance if the forum was spoiled by some spammers, you can easily go back to a point in time where your forum worked correctly. Also, a backup is necessar

....know more

4 Html Based Website Tips

Their are many factors to take into consideration when created your own personal webpage, or a huge website system such as gaming communitys equiped with systems to upload your custom content. All these hints are intended for HTML based websites. [b]Background[/b] One thing to think about is adding some kind of background detail. Whether is be a simple background color, a simple background image. In fact i encourage you to keep it simple to reduce loading times, and to keep from drawing to muc

....know more

Music Videos On Myspace?

Hi... I'm new here. I'm having trouble putting a youtube video on myspace.... I can any 1 teach me or give me the code. Below is the song and music video codes from youtube. I also need 4 it to start automatically when my page is entered. I don't know how to do this. Thanx in advance and I appreciate the help. SIA Breath Me [url="http://www.youtube.com/watch?v=U6PGrub3jUc"]http://www.youtube.com/watch?v=U6PGrub3jUc[/url] [code]<object width="425" height="350">

....know more

Show External Images Without Hotlinking!

Many websites rely on information from other websites to run. This is fine when it comes to text, but when using images, most webmasters don't like you hotlinking their pictures. Hotlinking is when you place an image on your website that is not stored on your website. This uses up the image host's bandwidth, which is something they don't like! So, how would you go about putting an image on without hotlinking? Well, you could download it from the website, and upload it ont your ow

....know more

Fake An Ajax Loading Sequence

I wrote a Tutorial about a Faux Ajax Loading technique and planted it over on the Trap17 sister site. Actually, most of the information can be gleaned from the [url="http://www.jlhaslip.trap17.com/samples/misc/ajax/ajax_load.html"]direct link[/url]. Tutorial: [url="http://www.trap17.com/forums/faux-ajax-loading-css-only-t52030.html"]http://www.trap17.com/forums/faux-ajax-loa...nly-t52030.html[/url] Thought the Astahost crew needed to see it, too. Enjoy.

....know more

Major Website Mistakes

I have made some of these mistakes myself so I want to pass on what is have learned to help others create easy website for the viewers. These are not in any order. This is my first tutorial so feel free to add comments. TY, Enjoy 1) [u]URL/E-mail Names[/u] This goes on the theme of trust really. Many small business like to set shops up on service providers like astahost, geocites,yahoo. Those sites will usually supply you with a subdomain name like yoursite.serviceprovider.com.

....know more

Protect Your Site

Thinking your site is safe and knowing it is safe are two different things. Hackers can easily get into any site that isn't protected. They can then access databases to find user information, steal files, or plant dubious files that will get your account taken off of you. To ensure that the above doesn't happen, you need to keep your site as secure as possible. If you think that databases and the relevant programming (PHP, ASP, etc) are secured, think again. Simple SQL injections, Cro

....know more

How To Make Your Site Sticky

These are some basic ways in which you can make your site sticky. 1) What is sticky? A sticky website is one that a visitor will keep coming back to, expecting to find out if there has been an update. It is the fascination of the visitor that this site is constantly changing that draws them near. Here are the useful tips. [b]How much text-imagery should I have on my site?[/b] Generally it should be 70% text or space and 30% imagery. Remember that the site layout (table borders, backgrounds, e

....know more

The How To's And What Not's Of Web Design

[center][b][size=7]The How To's and What Not's of Web Design[/size][/b][/center] By[i]Onthescreen[/i] [b]Whats Included:[/b][list] [*]Setting up Your Server [*]Where to Start [*]Finding a Host/Uploading [*]Forums [/list][size=5][b][center]1. Setting up Your Server[/center][/b][/size] [b]First Steps:[/b]1. Download Xampp for your system: Linux: [url="http://www.apachefriends.org/en/xampp-linux.html"]http://www.apachefriends.org/en/xampp-linux.html[/url] Windows: [url="http://www.apachefr

....know more

Port Forwarding For Webservers

Hi guys, I' back again and this tutorial is about port forwarding. I am going to gear it towards users who want to run a webserver on their computer but cannot, simply because their router is blocking the http port (usually 80). Before we begin, let me give you some background. Usually, when you connect to the internet directly through a modem, a user would just have to visit your ip address (assigned by your isp) to visit your server. However, when you are running on a router, there are a f

....know more

Coding Html Properly In The New Age

In all your html there are things you want to follow. [b]Always use lowercase for your HTML Tags[/b] Don't use upper case. Upper case is bad (this can be hard to do if your like me and tend to write <I> and then </i> for closing:P). [code]<center><H3>Types of Staff</H3></center> <H4>Administrators: <i>SilverFox, Danmidas</i></H4>[/code] [i]Above: Bad Code Below: Good Code[/i] [code]<center><h3

....know more

Simple Web-design How-to

Simple web-design how-to There are thing things to check before making the site: get the theme, make the site to be easily navigated, giving the appropriate design to the site. When you get the theme, you have to be able to measure what the site is all about and even the design preferably. When you make the site easily navigated, you have to consider a lot of things. The navigation has to go not against the theme and as well as the design preferably. When you giving the appropriate design t

....know more

Establishing Yourself As A Local Web Designer

I have seen several inquiries concerning becoming an established web designer in the forums. As a result, I will attempt to concisely explain how I did it. First Steps First: If you have been using frontpage, unless you know it through and through, get rid of it. Take the time to learn how to write the code yourself. There are alot of script editors out there that write a clean code. I have found that there are alot of want-to-be designers that use front page, designing sites on the s

....know more

Three Html/ Css/ Javascript Tutorials

Here are some tutorials that always get great results when I post them. [u]Lesson 1[/u] HTML means Hyper Text Markup Language. HTML is a very common language used for many websites, is the base for more complicated and powerful langauges like php, HTML can seem hard, but you will find it is one of the easiest langauges one can learn. The core of HTML is the tag, a tage is just a set of two arrows-like brackets created by hitting Shift and the comma key, or Shift and the period key. They look

....know more

Tutorial: Build Pure CSS Using Online Tools - Part 1

The next step will be to set up our header with a tab menu a search box and a header image. With these three parts you will be able to be make a somewhat dynamic header, so it can be seen more and not blended within the website and be lost or hard to find within the website. You have to remember the website is for other people and not for you, so you have to make it as user friendly as possible. Now with the Text with in the image you could say that this could use be used for important update

....know more

A Tutorial For Html Color Codes

HTML Coloring System - RGB Values RGB which stands for Red, Green, Blue. Each can have a value from 0 (none of that color) to 255 (fully that color). The format for RGB is - rgb(RED, GREEN, BLUE), just like the name implies. Below is an example of RGB in use. Red, Green, and Blue Values: bgcolor="rgb(255,255,255)" White bgcolor="rgb(255,0,0)" Red bgcolor="rgb(0,255,0)" Green bgcolor="rgb(0,0,255)" Blue HTML Color Code - Breaking the Code The followin

....know more

Writting Tutorials For Your Website

I was recently asked about suggestions for tutorial layouts. [quote name='Chesso' post='100770' date='Mar 31 2007, 11:01 AM']vujsa sorry to cut in here, but do you have any advice for tutorial layout (and like what is good to build for creation)? My site has somewhat a simple and good enough file layout, just basic tables with minimal information, description and screenshot, but I have never gotten the tutorial aspect off the ground because it's rather annoying to write for and have it

....know more

Joomla Tutorial Part One

In this first part of my Joomla tutorial I will explain how to download and install the Joomla core package. First of all we need the latest release of Joomla, you can just use the version that is included in the Fantastico installer but I recommend using the latest most stable release from the Joomla site. Download it here [url="http://joomlacode.org/gf/download/frsrelease/111/262/Joomla_1.0.12-Stable-Full_Package.zip"]http://joomlacode.org/gf/download/frsrelea...ull_Package.zip[/url] Next job

....know more

Drop-right Menus With Pure CSS

I am sure you've all encountered drop-down (not to say drop-right) menus. While these may seem pretty hard to make, it is actually extremely easy. Actually, it can get rather hard when using JavaScript, but this tutorial will show you how to create good-looking "pop up" menus opening to the right with pure CSS. However, I must warn you that this tutorial is more for educational purposes, then for use in real web sites. Why? Simply because the following method won't work proper

....know more

Php/xhtml Pages

As you know, if you use the XML encoding tag, XHTML Doctype and the XML Namespace attribute in the html tag on a .php document, it won't render properly and will infact display errors. A solution to this problem is to use the [b]require[/b] function of the PHP system. (I'm new at PHP, just learnt it yesterday, please feel free to correct anything ) Here are some examples of pre-body text: Normal XHTML document pre-body information: [code][b]<?xml version='1.0' enc

....know more

How To Build A Pure Css Using Online Tools Tutorial (part 4)

Step 4 Verticle Nav Menu The next step is to add in a basic rollover menu so I bring you to the following online tool: [color="blue"][b][url="http://www.listulike.com/generator/"]Menu Generator[/url][/b][/color] Now with this online tool you can not only create vertical but also horizontal rollover menus. Since we will be doing a Verticle menu we will keep it on that option. Now the next part is deciding if we want it fixed, relative, or absolute. If we have learned anything it is insane tr

....know more

How To Build A Pure Css Using Online Tools Tutorial (part 3)

Step: 3 Usually The footer is a simple design of lett people know who design it, when the design was made and of course links to the HTML and CSS validation thats about it really. Of course if you plan to have more links to different website services then I recommend this drop down menu that opens up instead of down. [url="http://cssplay.co.uk/menus/final_pullup.html"][b][color="blue"]Drop Down Menu[/b][/color][/url] Step 4 Since that was a simple step how about we design our content box ma

....know more

Tutorial: Build Pure CSS Using Online Tools - Part 2

Online tools to design a complete website Tutorial By Saint-Michael AKA Mike A. With this tutorial I will show you how to use specific online tools to create a fully functioning website in pure css with little to no JavaScript to be used. Also their will be some moderate editing to make everything fit and of course to make sure everything is working like it should. The links that you will need to either book mark or save to a file, will be in bold and blue. Also we will be using the Firefox

....know more

Robots Meta Tag Introduction

Robots meta tags, do we need them. What good do they do and what does it control. “Robots Meta Tag” are used to control if you want a spider or a bot to index a html page or not. You can give permission to index your whole site and the spider will crawl all your pages. This is a great way to control bots and spiders if you don’t have access to the root directory and robots.txt file. Some search engines (not all) fully obey the “Robots Meta Tag”. What is the format of “Robots Meta Tag” and w

....know more

Reading Your Server Logs And Using The Statistical Data!

Many website owners have no idea why people visit their site and even more have no idea why people don't visit their site. Using your server's weblogs as a valuable developement tool can help you figure out what your visitors like, dislike, where they came from, and where the didn't. Here I'll brifly explain how to read your web logs and more importantly what to do with the information. Let's start with some raw weblog data: [codebox]70.116.XX.XX - - [20/Nov/2006:06:28:21

....know more

Integrating Html And Css

[quote name='the_aggie10 @ Trap17.com']Ok. Well i am writing this as a series of tutorials i will be doing on this subject, so enjoy. I hope this helps. [b][size=5]Introduction to HTML and CSS[/size][/b] HTML and CSS are to work together. HTML is what puts the characters on the page, while CSS is what makes everything look outreageous! For instance, I would use HTML if i wanted to put "Trap17 is the poop!" onto my page, although if i

....know more

Xhtml Tutorial - Introduction

This is a free lesson of [b][font="Comic Sans Ms"]XHTML[/font][/b] provided by [color="#0000FF"]FirefoxRocks[/color]. After successfully completing your course of XHTML, you will be able to: [list] [*]Create a simple website [*]Have valid XHTML to clean up the web [*]Apply tags properly to minimize work [/list] What is [b]HTML[/b]? HTML is a language that is read by Internet browsers. It tells how browsers display the webpage. HTML files must have the .html extension, although very old pages do

....know more

Website Maintenance Guide - Why And How

Even if you are running a popular website with thousands of hits per month, you need to invest time for maintaining your site. Website maintenance has different aspects to consider and each one of it is important. [b]Why do we need to spend time for website maintenace?[/b] Maintaining a website has never been a simple task and some webmasters may be reluctant to get into that troublesome affair every now and then or periodically even. But it is a must to do like thing. The best part of a websi

....know more

Newbie

hai, i am new and i am a totally newbie. i would like to know between microsoft frontpages 2002 and publishing 2003. which one is more suitable for me? actually by common sense, i know how to use this 2. but which is more stable? or there is another free software available on market? thanks

....know more

The Big Guide To Web Design Part 1 Of 4

[b]Author:[/b][color="gray"] Michael Land (me)[/color] [b]Date:[/b][color="gray"] 12 May 2005[/color] [color="blue"][b]Introduction:[/b][/color] I've decided to put all the information I know that is relevant into one compendium. The following parts to this guide have been designed in different stages. Each stage looks at the four crucial parts to a website. The [b]SLIP[/b] method ([b]S[/b]tructure and Layout, [b]L[/b]anguage and text, [b]I[/b]magery and the [b]P[/b]roducer's Intentions

....know more

Content Management Systems

[quote][b]Synopsis[/b] This is an article to understand the basics of Content Management System (CMS). It would briefly look into the origins and advent of CMS. It would also look into few of the variations and the technology involved in the design of CMS. This article would be focusing on the CMS from the perspective as a website, but it must be noted that similar technology and design principles go into a CMS for a in-house or intranet based CMS for any organization. [b]Introduction[/b] Conte

....know more

How To Install S9y Weblog Software

Right , here's my guide at how to install S9Y ( www.s9y.org ) 1. Download the version of S9Y you want from the website above 2. Extract the rar file 3.Upload all the files to a Web host 4. Go to you domain/subdomain , also at this point make sure all the files are CHMOD 775 5. S9Y's Installer should start and give you an overview of you system's setup [img]http://img256.imageshack.us/img256/2237/installer18th.png[/img] 6. Make sure there is nothing in red and click Simple In

....know more

Custom Error Pages

Creating a custom error page without PHP You can easily create your own custom error pages by making an .htaccess file [quote]The .htaccess file is a simple text file which can do many things on your website. You can use it for several different things: custom error pages, banning people from your site, password protecting your directories and automatic redirects to another page among others. Not every web host will allow you to use an .htaccess file. Usually, if your server runs Unix or Lin

....know more

Ssi

-------------------------------------------- INTRO -------------------------------------------- [quote name='http://www.xantansnest.com/pw/ssi_syntax.shtml']Do you have a website, and you would like add a menu / navigation bar on every page? Well, there are a few options, you can use ugly frames (which many people don't like) or you can add a navigation bar on every page. But if you would like to change it, you have to edit ALL the pages. Which is OK if you have a 5 page website, but once i

....know more

{} Html'ing & Basic Codes {}

[color=blue][i]** I was looking through the tutorials page and I saw one tutorial on beginning HTML, I thought I would expand a little on it and show ya some basic codes you can use for your website if your beginning HTML! ** [/i][/color] [b]Beginning HTML[/b] HTML isnt all that hard. Once you get the hang of it, its quite a breeze, but sense your starting out new and would like some basic help on how to do simple things regarding HTML heres a little help for you! First off, lets star

....know more

All About The Fav Icon

do you want to add fav icon to you site the fav icon show in favorites in the user brwoser and adress bar it show in only ie5+ ------- to add this icon to your site you need to your icon must be 16 *16 pixels and 256 color and win32 format it name must be favicon.ico -------- 2 way 1 if you have yourname.com you can add only the icon on the master root dir and 2 if you have not domain and you have subdomain you must add this code to your web page [code]<link rel="shortcut icon"

....know more

Starting Your Website With Html

I was reading through the tutorials, and it seems throughout the tutorials, no one has ever really taught [i]how[/i] to build a beginner's page using HTML. Not that it's anyone's fault, but if someone is unsure of how to begin and end a page with HTML, then they will not be able to make a page. So, I figured I'd lend a hand... -------------------------------------------- To begin your first webpage using HTML, you will need these tags* (in this order): [code]<html> &

....know more

Mambo-Invision Power Board Bridge Advanced Install

Here is a tutorial I did for Antilost.com. Thought it might be useful here as well. [url="http://www.antilost.com/community/index.php?showtopic=71&view=findpost&p=342"]Original Post[/url] [quote name='vujsa @ www.AntiLost.com - May 13 2005' date=' 12:31 AM'][b][color="red"]Tutorial Finished![/color][/b] Here is the deal, the original release of invision4mambo is no longer supported by the individual that developed it.  Additionally, the bridge was written for Mambo 4.5.

....know more

Creating A Simple But Effective Website

[center][color=red]WARNING: This is a [u]VERY[/u] image heavy tutorial and will take time to complete[/color][/center] [note=twitch]Topic closed until I can find the time to complete it, and I am getting mad with the large scale plagrism of other articles. Also, the images will no longer work, as I have changed domain name and also removed the images to make space.[/note] [b]Creating a basic but effective website[/b] [i]For beginners[/i] [b]Introduction:[/b] Ok, so maybe you want to make a w

....know more

The 'good Website'

[font="Arial"]The ‘good website’[/font] Creating a website is easy, just fire up your favourite WYSIWYG ([u]W[/u]hat [u]Y[/u]ou [u]S[/u]ee [u]I[/u]s [u]W[/u]hat [u]Y[/u]ou [u]G[/u]et) editor and throw the content in, add a little violent array of colour and publish to the web. Well done, you just took up useful space with a useless piece. [b]What makes the ‘good website’?[/b] To answer it in as few words as possible would undermine the whole idea of the good website. Every little aspect needs

....know more

Upgrading Your Site!

I planned to post 3 different parts because of the length, but so there's no confusion, I'll just make one big tutorial all together . ====================================== (A note to the moderators: Alright, I've got this down now, so please delete all of my other posts besides this one, and any posting credits as well; thanks!) ====================================== Now the tutorial: Concerning those in the webmaster biz... If you are an aspiring experienced webmaster, the

....know more

Starting With Your Website

So, you have decided to publish your own website. The main thing you should be concerned is about the 'content' that you want to put in the website . Your website can be your 'personal homepage' - describing your family, your photographs, your creativities. If you are a programmer, you can put them for download. If your website is for your business - you can have your products displayed along with their detailed information and price-listings. You can also allow your visitors to

....know more

Search Engine Optimization

Well, You have made a site and you got the data. You have put it online and want people to see it. The best and easiest way to get people to your site is Search Engines. But most of us know the vast amount of Competition on Internet. So here are some steps which will Definately let you rank better than others on Search Engines. In short.. I m trying to give you basic points of Search Engine optimization. [list=1] [*]The Text that comes first has the highest importance. Don't forget this. So

....know more

How To Create Your Own Homepage

Hello, In this tutorial, I will explain how you can make your own personalized homepage, for use with any browser. This tutorial is for beginners, but it assumes you know the HTML basics, especially frames. And yes, this tutorial will be done in Notepad, not in a WYSIWYG program. 1. OK, to start out, you will want to make a folder into which you will put the two .html file that you will make in this procedure. It can be anywhere, and have any name (but I suggest that you make it something

....know more

Submitting To Major Free Directories

Most webmasters and other SEO people believe that getting your site listed in the major human-edited directories helps it to rank high in the search engines. I have listed some comments on some important general, human-edited directories where many sites can be listed for free. [b] First, some general notes:[/b] 1. Read the submission rules carefully before submitting, and follow them exactly. This will often greatly speed up your site's acceptance, and in some cases will make a difference

....know more

Forming A New Website's Layout

I'm not the best web designer in the world, so this tutorial isn’t going to be great. But if you’re baffled heres some short tips that might help. [b]Colors[/b] I always thought that the main color of your site had a big influence on the visitor. Like each color has its separate emotion. If your website is all black it could hint that your hiding something. It also tends to looks slightly amateur. But on the other hand, if you’re trying to appeal in a younger audience and your selling some

....know more

Robots.txt Introduction

Search engines look in the "root" directory for robots.txt. This file first tell the spider / bot (called "User-agent" from now on) what files it can harvest and the folders it can harvest from. This is called "[b]The Robots Exclusion Standard[/b]". The format (syntax) of the robots.txt file has to be followed. It consists of records that have 2 fields. The first is the "[b]User-agent Line[/b]" the second is one or more "[b]Disallow Line(s)[/b]"

....know more

Creating A Css Rollover Menu (with Table Cells)

Ive found this code very usefull when it comes to clients who cant afford Flash (and I hate JavaScript rollovers as they only work half the time and when you hold the mouse over the button for 5 seconds) When your done here you should be able to create a menu that looks like the following: [url="http://www17.brinkster.com/nightwingx/css/rollovers.html"]click here to see what it looks like[/url] [b]Step 1:[/b] setting up the framework Get the framework in there for the script to work , I gener

....know more

Parking Domains

Since this is something we may encounter while being hosted here I thought I'd touch the subject First of all this tutorial/how to is written for those who have purchased a domain name through a registrar Depending on how your registrar works, you should be able to log into your account and point the domain to astahost's nameservers. [b]Nameserver 1: ns1.astahost.com Nameserver 2: ns2.astahost.com[/b] Now that that's done, you're ready to change a few things in your astahost

....know more

Low cost web hosting