Themes, Templates and Scripts

Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Submitted by Nasyr, , Thread ID: 105

Thread Closed
Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
15-01-2015, 09:58 PM
#1
Hello and welcome to this thread. Today I will be trying, to the best of my ability, to assist you in the creation of your website. I will be covering various areas within this thread and I hope that they will come in handy and be of use to all of you.

Areas that we will cover
  • Free Hosting
  • Paid Hosting
  • Domain Registration
  • Website Templates
  • Scripts



Free Web Hosting
Alright, so a lot of people who plan on building a website want to do it at the cheapest rate possible, often on free webhosting.
The real issue with this is that many of these are running on standard shared hosting and usually have really low disk space, which might not be as useful for people that are trying to run a company or a forum.

List of Free Web Hosts
000WebHost
FreeHostia
x10Hosting
Host1Free
Freeola
FreeWebHostingArea
FreeHosting



Paid Web Hosting
Paid hosting, unlike free hosting, is much more beneficial for many reasons. The main reason being is that you get more options for your money.
In addition to having more for your money, you also get better support when you really need it which is always good.

List of Paid Web Hosts
Tech Hosts
1and1
VenTraip
WebFaction
HawkHost
T1Hosting
Malcube
GoDaddy
DigitalOcean
ASCII Digital
Lease Web
Host Gator
Rack Space



Domain Registration
Ok, so I'm sure we all know what a domain is, but let me explain the difference here for you between a Domain and a Sub-Domain.

Domain:
A full length domain such as HackForums.net

Sub-Domain:
Falls under the domain such as test.HackForums.net
You can get free and paid domains but here is a list of both, usually websites with paid .com/.net etc domains do better than free ones.

Free Domain Hosts
.TK

Paid Domain Hosts
123REG
GoDaddy
Names
UKREG
1and1
EasySpace
CrazyDomains



Website Templates (HTML)

A vast majority of websites that you see are created with HTML and CSS. Although each website you come across is different than the next they all usually have 2 or more columns.
Columns are basically blocks on a webpage where you store content at. The most common ways of adding columns to your website is by using the <div> or <table> tags.

A div defines a block-level section on a webpage.

Example of a div,

Code:
<div>
<p>You can put whatever you want here.</p>
</div>

A table defines an inline section on a webpage.

Example of a table,

Code:
<table>
<tr>
<td>Row 1 Column 1</td>
<td>Row 1 Column 2</td>
</tr>
<tr>
<td>Row 2 Column 1</td>
<td>Row 2 Column 2</td>
</tr>
</table>

Example of a one page webpage with columns using divs,

Code:
<!DOCTYPE html>
<html>
<body>

<div id="container" style="width:500px">

<div id="header" style="background-color:#FFA500;">
<h1 style="margin-bottom:0;">Main Title of Web Page</h1></div>

<div id="menu" style="background-color:#FFD700;height:200px;width:100px;float:left;">
<b>Menu</b><br>
HTML<br>
CSS<br>
JavaScript</div>

<div id="content" style="background-color:#EEEEEE;height:200px;width:400px;float:left;">
Content goes here</div>

<div id="footer" style="background-color:#FFA500;clear:both;text-align:center;">
Copyright  W3Schools.com</div>

</div>

</body>
</html>

Example of a one page website with columns using tables,

Code:
<!DOCTYPE html>
<html>
<body>

<table style="width:500px;" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" style="background-color:#FFA500;">
<h1 style="margin:0;padding:0;">Main Title of Web Page</h1>
</td>
</tr>

<tr>
<td style="background-color:#FFD700;width:100px;vertical-align:top;">
<b>Menu</b><br>
HTML<br>
CSS<br>
JavaScript
</td>
<td style="background-color:#eeeeee;height:200px;width:400px;vertical-align:top;">
Content goes here</td>
</tr>

<tr>
<td colspan="2" style="background-color:#FFA500;text-align:center;">
Copyright  W3Schools.com</td>
</tr>
</table>

</body>
</html>
The code for the 2 sections above was taken from www.w3schools.com. It is just an example and I would not suggest using their site for information.

List of free Website Templates

http://www.freewebsitetemplates.com/
http://www.freewebtemplates.com/
http://www.artisteer.com/?p=free_website_templates
http://www.free-css.com/
http://www.wix.com/website/templates
http://www.opendesigns.org/
http://www.templateworld.com/free_templates.html
http://www.oswd.org/
http://www.metamorphozis.com/free_templa...plates.php
http://www.steves-templates.com/



Software Scripts
Scripts are very common on a lot of Websites, by Scripts I mean website software such as MyBB which HackForums is running on.
I have compiled a list of quite a few scripts below based on their category. I hope these help some people out when making a website!

Blogs
WordPress
OpenBlog
DotClear
Serendipity
B2Evolution
Text Pattern
Pixie
LifeType
Nucleus CMS

Portals/CMS
Drupal
Joomla
Concrete5
ocPortal
PyroCMS
ImpressCMS

Forums
phpBB
SMF
MyBB
InvisionPower
vBulletin
xenForo

Image Galleries
Gallery
Coppermine
4Images

Wikis
MediaWiki
DokuWiki
PmWiki
WikkaWiki

Social Networking
Dolphin
Jcow
Oxwall
Elgg

Ad Manager
OSClass
Noah's
Revive Adserver

Gaming
BlackNova Traders
Shadows Rising
Multiplayers Checkers
Word Search Puzzle

Mails
Roundcube
Squirrel Mail
WEBinsta Maillist
OpenNewsLetter

Polls and Surveys
LimeSurvey
Piwik
Simple
Advanced Poll
Simple PHP Poll

Project Management
qdPM
eyeOS
ProjectPier
PHPProjekt
todoyu

e-Commerce
OpenCart
Abante Cart
osCommerce
TheHostingTool
BoxBilling
ZeusCart

ERP
vTiger
Dolibarr
Simple Invoices
Zurmo

Guest Books
Advanced Guestbook
Lazarus
Bellabook
phpBook
phpKode Guestbook
VX Guestbook
RicarGBook

Customer Support
osTicket
Open Web Messenger
phpOnline
Trellis Desk
Live Helper Chat

Frameworks
Code IgniterZend Framework
CakePHP
WideImage
PHPDevShell

Educational
Moodle
Claroline
DoceboMLS
Dokeos
eFront

DB Tools
phpMyAdmin
MyWebSQL
Adminer
SQLLiteManager
phpLiteAdmin

Music
kPlaylist
Podcast Generator
AmpJuke
Impleo

Vdeo
ClipBucket
VidiScript
videoDB
CumulusClips
Prismotube Express

RSS
Gregarius
Feed on Feeds
Tiny Tiny RSS
selfoss
Simple Pie

File Management
ownCloud
ProjectSend
http://pyd.io/]Pydio
LetoDMS
eXtPlorer


Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
OP
29-01-2015, 11:43 PM
#2
Bumping this up since it hasn't had many views :/
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Calibre
Member
Level:
0
Reputation:
5
Posts:
115
Likes:
10
Credits:
128
29-01-2015, 11:58 PM
#3
People may be afraid of the scripting part. Nice tutorial & resource pick for the beginners Smile
Impress the best, stand out from the rest.

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
OP
02-02-2015, 08:51 PM
#4
29-01-2015, 11:58 PM
Calibre Wrote:
People may be afraid of the scripting part. Nice tutorial & resource pick for the beginners Smile

I know what you mean, just thought it would be a good share for people.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

maloon
Newbie
Level:
0
Reputation:
0
Posts:
10
Likes:
0
Credits:
2
03-02-2015, 01:40 AM
#5
Do you know of any hosts that would allow nulled scripts that aren't very high priced? Thanks for this comprehensive guide!

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Steve
Novice
Level:
0
Reputation:
0
Posts:
30
Likes:
0
Credits:
49
10-02-2015, 04:10 PM
#6
very informative, thanks ^_^

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Aeux
vittu
Level:
0
Reputation:
42
Posts:
577
Likes:
41
Credits:
72
10-02-2015, 04:43 PM
#7
Best tip to everyone starting a website/forum; Never use a free host.
With love, - Coxetamine. :yus:

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
10-02-2015, 06:03 PM
#8
10-02-2015, 04:43 PM
Coxetamine Wrote:
Best tip to everyone starting a website/forum; Never use a free host.
With love, - Coxetamine. :yus:

Whats the prob with it bro.

And what if we use domain which are paid and free host coz i usually did that later i switched to ma vps.
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

Ekwips
Closed Account
Level:
0
Reputation:
2
Posts:
29
Likes:
6
Credits:
30
11-02-2015, 09:34 PM
#9
Nice, thanks for this!

RE: Good resources for starting your website! WebHosting | Domains | HTML | Scripts!

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
12-02-2015, 12:49 AM
#10
What about dedicated Servers? You should add some Providers

Users browsing this thread: 1 Guest(s)