eigene Homepage erstellen

overle

Mausschubser
Hallo Leute.

ich möchte mir eine eigene Homepage erstellen, nur leider habe ich davon bis jetzt keinen Plan! Nun bin ich auf der Suche, nach howto´s die mir die Zusammenhänge zwischen mysql + php + apache erklären und wie man mit diesen eine Website erstellt.

Was ich bis jetzt dazu gefunden habe ist:

http://www.netzwelt.com/selfhtml/
http://www.boku.ac.at/htmleinf/
http://www.uni-siegen.de/help/html/barebone/

Über eine Sammlung von Links über Howto´s zu meiner Sache und Hinweise wäre ich euch sehr dank bar! Genauso über einen sehr einfachen HTML-Editor, für FreeBSD, mit dem ich das ganze passend bekomme.

Grüße

Matthias
 
overle schrieb:
mysql + php + apache [...] sehr einfachen HTML-Editor
Eine sehr interessante Kombination, wie ich finde. Vielleicht möchtest du uns mal erzählen, was du damit überhaupt bezwecken willst. Falls du es noch nicht wußtest: PHP ist eine Programmiersprache, da solltest du wohl kaum ein HOWTO erwarten, sondern einen Programmierkurs.

Ansonsten: Kauf dir ein Buch zu PHP feat. MySQL und ein Buch zu Apache.
Oder mach's wie ich: Erstelle deine Seiten mit HTML.
 
Das Erstellen einer statischen Website hatte nun garnix mit Software/Datenbanken zu tun. Du kannst eine Homepage mit ee schreiben und fertig.
 
Fang lieber langsam an.

Wie die Kollegen es schon gesagt haben, PHP ist eine Programmiersprache und man kann sie wenn man denn soweit ist zum Erstellen dynamischer Inhalte nutzen.

Als Einsteigertutorial kann man nur immer wieder selfhtml http://www.selfhtml.org/ empfehlen. Dort bekommst du die Grundlagen und mehr mit und bist in recht kurzer Zeit in der Lage HTML-Dokumente zu erstellen.

Als Editor geht im Grunde jeder normale Texteditor. Es gibt auch spezielle HTML-Editoren, aber meine Empfehlung ist besonders zu Anfang ein normaler Texteditor.

CU

Martin
 
Also, dass php ne Programmiersprache ist, mit welcher Skripts erstellt werden, die auf die SQL-Datenbank zugreifen weiß ich. Wenn ich das nicht brauche, um meine erste einfache Homepage für mein "Intranet" zu erstellen soll´s mir recht sein!

Gibts denn ein empfehlenswertes Howto zum Thema Homepages erstellen mit HTML?
 
mit der rechten maustaste?

z.b. die hier:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="de-DE">
<head>
	<title>BSDForen.de - eigene Homepage erstellen</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
<meta name="generator" content="vBulletin 3.0.7" />
<meta name="keywords" content="bsdforen, bsd foren, forum, foren, openbsd, freebsd, netbsd, community, bsd, support, unix, howto, deutsch, kernel, ppp, dsl, modem, netzwerk, help, openoffice, server, apache, firewall, root, ISO" />
<meta name="description" content="BSDForen.de ist eine deutschsprachige Anlaufstelle bei Problem und Fragen zu den BSDs" />

<!-- CSS Stylesheet -->
<style type="text/css">
<!--
/* vBulletin 3 CSS For Style 'Forum' (styleid: 6) */
body
{
	background-color: #E1E1E2;
	color: #000000;
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 5px 5px 5px;
	
}
a:link
{
	color: #22229C;
}
a:visited
{
	color: #22229C;
}
a:hover, a:active
{
	color: #FF4400;
}
.page
{
	background-color: #FFFFFF;
	color: #000000;
}
td, th, p, li
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
	background-color: #D1D1E1;
	color: #000000;
	border: 0px solid #0B198C;
}
.tcat
{
	background: #869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
	color: #FFFF66;
	text-decoration: underline;
}
.thead
{
	background: #5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link
{
	color: #FFFFFF;
}
.thead a:visited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
	color: #FFFF00;
}
.tfoot
{
	background-color: #3E5C92;
	color: #E0E0F6;
}
.tfoot a:link
{
	color: #E0E0F6;
}
.tfoot a:visited
{
	color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active
{
	color: #FFFF66;
}
.alt1, .alt1Active
{
	background-color: #F5F5FF;
	color: #000000;
}
.alt2, .alt2Active
{
	background-color: #E1E4F2;
	color: #000000;
}
.wysiwyg
{
	background-color: #F5F5FF;
	color: #000000;
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
	font-size: 9px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
	color: #666686;
}
.navbar
{
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.fjsel
{
	background-color: #3E5C92;
	color: #E0E0F6;
}
.fjdpth0
{
	background-color: #F7F7F7;
	color: #000000;
}
.panel
{
	background: #E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left;
	color: #000000;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #D5D8E5 url(images/gradients/gradient_panelsurround.gif) repeat-x top left;
	color: #000000;
}
legend
{
	color: #22229C;
	font: 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
	background-color: #738FBF;
	color: #FFFFFF;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
.vbmenu_popup
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0B198C;
}
.vbmenu_option
{
	background-color: #BBC7CE;
	color: #000000;
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:visited
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite
{
	background-color: #8A949E;
	color: #FFFFFF;
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }


/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
-->
</style>

<!-- / CSS Stylesheet -->

<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "images/misc";
// -->
</script>

<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js"></script>
		<!-- set up CSS for the editor -->
		<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_editor.css" />
		<style type="text/css">
		<!--
		#vBulletin_editor {
			background: #ECE9D8;
			padding: 6px;
		}
		#controlbar, .controlbar {
			background: #ECE9D8;
		}
		.imagebutton {
			background: #ECE9D8;
			color: #000000;
			padding: 1px;
			border: none;
		}
		-->
		</style>
	

</head>
<body onload="if (is_ie || is_moz) { fetch_object('currentPost').scrollIntoView(!is_moz); } editInit();">

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="left"><a href="index.php?"><img src="http://www.bsdforen.de/forumlogo.jpg" border="0" alt="BSDForen.de" /></a></td>
	<td align="right"><a href=http://bytecamp.net/start.php?p=bsdforen><img src=http://yogsototh.bytecamp.net/gfx/bc468x60.gif></a>
		&nbsp;
<!--
  NEW HEADER &amp; NAVBAR
  
  Now that the nav buttons are in the
  navbar template, you can stick whatever
  you like into this space.

  This makes it much easier for novice
  admins to customize their header
  template without affecting important
  navigation elements.
-->
	</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">



<script type="text/javascript">
<!--
function log_out()
{
	ht = document.getElementsByTagName("html");
	ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	if (confirm('Willst du dich wirklich abmelden?'))
	{
		return true;
	}
	else
	{
		ht[0].style.filter = "";
		return false;
	}
}
//-->
</script>

<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
	<td class="alt1" width="100%">
		
			<table cellpadding="0" cellspacing="0" border="0">
			<tr valign="bottom">
				<td><a href="#" onclick="history.back(1)"><img src="images/misc/navbits_start.gif" alt="Zurück" border="0" /></a></td>
				<td>&nbsp;</td>
				<td width="100%"><span class="navbar"><a href="index.php?">BSDForen.de</a></span> 
	<span class="navbar">&gt; <a href="forumdisplay.php?f=1">FreeBSD</a></span>


	<span class="navbar">&gt; <a href="forumdisplay.php?f=5">FreeBSD - Allgemein</a></span>

</td>
			</tr>
			<tr>
				<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/showthread.php?p=91905"><img class="inlineimg" src="images/misc/navbits_finallink.gif" alt="Seite neu laden" border="0" /></a> <strong>
	eigene Homepage erstellen


</strong></td>
			</tr>
			</table>			
		
	</td>	
	
	
	
		<td class="alt2" valign="top" nowrap="nowrap">
		<div class="smallfont">
			<!--<span style="float:right">[<a href="login.php?do=logout" onclick="return log_out()">Abmelden</a>]</span>-->
			<strong>Willkommen, dettus</strong><br />
			Dein letzter Besuch war: Heute um <span class="time">13:53</span>

			<br /><a href="private.php?">Private Nachrichten</a>: 0 ungelesen, Insgesamt 32.
		</div>
		</td>
		
		
	
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div align="center">
	<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
	<tr align="center">	
		<!--<td class="vbmenu_control"><a href="index.php?">Home</a></td>-->

			<td class="vbmenu_control"><a href="portal.php?">Portal</a></td>
		
			<td class="vbmenu_control"><a href="usercp.php?">Mein Profil</a></td>
		
		
<td class="vbmenu_control"><a href="http://wiki.bsdforen.de" target="_blank">Wiki</a></td>
<td class="vbmenu_control"><a href="http://www.bsdforen.de/cgi-bin/cgi-irc/irc.cgi" target="_blank">Chat</a></td>
		<td class="vbmenu_control"><a href="faq.php?">FAQ</a></td>
		<td class="vbmenu_control"><a href="memberlist.php?">Benutzerliste</a></td>

		<td class="vbmenu_control"><a href="calendar.php?">Kalender</a></td>
				
			
				
				<td class="vbmenu_control"><a href="search.php?do=getnew">Neue Beiträge</a></td>
				
				<td id="navbar_search" class="vbmenu_control"><a href="search.php?">Suche</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
			
			
				<td id="usercptools" class="vbmenu_control"><a href="#usercptools">Quick Links</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>		
			
		
		
			<td class="vbmenu_control"><a href="login.php?do=logout" onclick="return log_out()">Abmelden</a></td>

		
	</tr>
	</table>
</div>
<!-- / nav buttons bar -->

<br />
<br />








<!-- NAVBAR POPUP MENUS -->
	
	
	<!-- header quick search form -->
	<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead">Forensuche</td>
		</tr>
		<tr>
			<td class="vbmenu_option" title="nohilite">

			<form action="search.php" method="post">
				<input type="hidden" name="do" value="process" />
				<input type="hidden" name="showposts" value="0" />
				<input type="text" class="bginput" name="query" size="20" /><!-- go button -->
<input type="submit" class="button" value="Los"  /><br />
			</form>
			</td>
		</tr>
		<tr>

			<td class="vbmenu_option"><a href="search.php?">Erweiterte Suche</a></td>
		</tr>
		</table>
	</div>
	<!-- / header quick search form -->
	

	
	<!-- user cp tools menu -->
	<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">

		
		<tr><td class="thead">Quick Links</td></tr>		
		<tr><td class="vbmenu_option"><a href="search.php?do=getnew">Neue Beiträge</a></td></tr>
		<tr><td class="vbmenu_option"><a href="forumdisplay.php?do=markread">Markiere alle Foren als gelesen</a></td></tr>
		<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Buddy Liste öffnen</a></td></tr>
				
		<tr><td class="thead"><a href="usercp.php?">Benutzer Kontrollzentrum</a></td></tr>
		<tr><td class="vbmenu_option"><a href="profile.php?do=editsignature">Signatur bearbeiten</a></td></tr>

		<tr><td class="vbmenu_option"><a href="profile.php?do=editavatar">Benutzerbild bearbeiten</a></td></tr>
		<tr><td class="vbmenu_option"><a href="profile.php?do=editprofile">Profil bearbeiten</a></td></tr>
		<tr><td class="vbmenu_option"><a href="profile.php?do=editoptions">Optionen bearbeiten</a></td></tr>
		
		<tr><td class="thead">Sonstiges</td></tr>
		<tr><td class="vbmenu_option"><a href="private.php?">Private Nachrichten</a></td></tr>
		<tr><td class="vbmenu_option"><a href="subscription.php?">Abonnierte Themen</a></td></tr>

		<tr><td class="vbmenu_option"><a href="member.php?u=1918">Mein Profil</a></td></tr>
		<tr><td class="vbmenu_option"><a href="online.php?">Wer ist Online</a></td></tr>
		
		</table>
	</div>
	<!-- / user cp tools menu -->
	
<!-- / NAVBAR POPUP MENUS -->




<a name="poststop" id="poststop"></a>

<!-- controls above postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
	
		<td class="smallfont"><a href="newreply.php?do=newreply&amp;noquote=1&amp;p=91890"><img src="images/buttons/reply.gif" alt="Antwort" border="0" /></a></td>
	
	
</tr>
</table>
<!-- / controls above postbits -->

<!-- toolbar -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>

	<td class="tcat" width="100%">
		<div class="smallfont">
		
			<a href="#post91890"><img class="inlineimg" src="images/buttons/firstnew.gif" alt="Gehe zum ersten ungelesenen Beitrag" border="0" /></a>
			<a href="#post91890"><strong>Gehe zum ersten ungelesenen Beitrag</strong></a>
		
		&nbsp;
		</div>
	</td>
	<td class="vbmenu_control" id="threadtools">

		<a href="#goto_threadtools">Themen Tools</a>
		<script type="text/javascript"> vbmenu_register("threadtools"); </script>
	</td>
	
		<td class="vbmenu_control" id="threadsearch">
			<a href="#goto_threadsearch">Suche in diesem Thema</a>
			<script type="text/javascript"> vbmenu_register("threadsearch"); </script>
		</td>

	
	
		<td class="vbmenu_control" id="threadrating">
			<a href="#goto_threadrating">Thema bewerten</a>
			<script type="text/javascript"> vbmenu_register("threadrating"); </script>
		</td>
	
	
	<td class="vbmenu_control" id="displaymodes">
		<a href="#goto_displaymodes">Anzeige Modus</a>
		<script type="text/javascript"> vbmenu_register("displaymodes"); </script>

	</td>
	
</tr>
</table>
<!-- / toolbar -->

<!-- end content table -->

		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / end content table -->


<div id="posts"><!-- post #91890 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->

			<a name="post91890"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:09
			<a name="newpost"></a>
			<!-- / status icon and date -->				
		</td>
		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91890&amp;postcount=1" target="new"><strong>1</strong></a>
		</td>

	
</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91890">
				
				<a class="bigusername" href="member.php?u=1845">overle</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91890", true); </script>
				
			</div>
			
			<div class="smallfont">Mausschubser</div>

			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1845"><img src="image.php?u=1845&amp;dateline=1106576834" alt="overle's Benutzerbild" border="0" /></a>
				</div>
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Jul 2004</div>
				<div>Ort: idN v. HN [9°40491' N | 49°2169' E]</div>
				
				<div>

					Beiträge: 156
				</div>
				
				<div><a href="#" onclick="return imwindow('icq', '1845', 500, 450)"><img src="images/misc/im_icq.gif" alt="Sende eine Nachricht via ICQ an overle" border="0" /></a> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
			<!-- icon and title -->
			<div class="smallfont">
				
				<strong>eigene Homepage erstellen</strong>

			</div>
			<hr size="1" style="color:#D1D1E1" />
			<!-- / icon and title -->
		
		
		<!-- message -->
		<div>Hallo Leute.<br />
<br />
ich möchte mir eine eigene Homepage erstellen, nur leider habe ich davon bis jetzt keinen Plan! Nun bin ich auf der Suche, nach howto´s die mir die Zusammenhänge zwischen mysql + php + apache erklären und wie man mit diesen eine Website erstellt. <br />
<br />
Was ich bis jetzt dazu gefunden habe ist:<br />

<br />
<a href="http://www.netzwelt.com/selfhtml/" target="_blank">http://www.netzwelt.com/selfhtml/</a><br />
<a href="http://www.boku.ac.at/htmleinf/" target="_blank">http://www.boku.ac.at/htmleinf/</a><br />
<a href="http://www.uni-siegen.de/help/html/barebone/" target="_blank">http://www.uni-siegen.de/help/html/barebone/</a><br />
<br />
Über eine Sammlung von Links über Howto´s zu meiner Sache und Hinweise wäre ich euch sehr  dank bar! Genauso über einen sehr einfachen HTML-Editor, für FreeBSD, mit dem ich das ganze passend bekomme.<br />
<br />
Grüße<br />
<br />
Matthias</div>

		<!-- / message -->
	
		
		
		
		<!-- sig -->
			<div>
				__________________<br />
				[BS:AMD 700Mhz, 512MB SDRAM, ~ 0,54TB, TNT2,... @ FBSD 5.3]<br />
[WS: PIII 450Mhz, 128MB SDRAM, 15GB @ FBSD 5.3]<br />
[TS: PIII 450Mhz, 128MB SDRAM, 10GB @ FBSD 5.3]<br />
[VR: PII 200Mhz, 64MB RAM, ~ 5GB,... @ OBSD 3.6]<br />

<br />
- never change a running System -
			</div>
		<!-- / sig -->
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">
		
<img class="inlineimg" src="images/statusicon/user_online.gif" alt="overle ist online" border="0" />

		
		<a href="report.php?p=91890"><img class="inlineimg" src="images/buttons/report.gif" alt="Schlechten Beitrag melden" border="0" /></a>
		
		&nbsp;

	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91890"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91890" onclick="return qr(91890);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->
	</td>
</tr>
</table>

<!-- post 91890 popup menu -->
<div class="vbmenu_popup" id="postmenu_91890_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">overle</td>
	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1845">Öffentliches Profil ansehen</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1845">Sende eine Private Nachricht an overle</a></td></tr>

	
	
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1845">Finde mehr Beiträge von overle</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1845">overle zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>
</div>
<!-- / post 91890 popup menu -->

</div>
		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91890 --><!-- post #91894 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->

			<a name="post91894"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:24
			
			<!-- / status icon and date -->				
		</td>
		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91894&amp;postcount=2" target="new"><strong>2</strong></a>
		</td>
	

</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91894">
				
				<a class="bigusername" href="member.php?u=1023">0815Chaot</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91894", true); </script>
				
			</div>
			
			<div class="smallfont">Tastaturquäler</div>

			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1023"><img src="image.php?u=1023&amp;dateline=1086971442" alt="0815Chaot's Benutzerbild" border="0" /></a>
				</div>
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Jan 2004</div>
				
				
				<div>
					Beiträge: 635
				</div>

				
				<div> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Zitat:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">

	<tr>
		<td class="alt2" style="border:1px inset">
			
				<div>Original geschrieben von <strong>overle</strong></div>
				<div style="font-style:italic">mysql + php + apache [...] sehr einfachen HTML-Editor</div>
			
		</td>
	</tr>
	</table>

</div>Eine sehr interessante Kombination, wie ich finde. Vielleicht möchtest du uns mal erzählen, was du damit überhaupt bezwecken willst. Falls du es noch nicht wußtest: PHP ist eine Programmiersprache, da solltest du wohl kaum ein HOWTO erwarten, sondern einen Programmierkurs.<br />
<br />
Ansonsten: Kauf dir ein Buch zu PHP feat. MySQL und ein Buch zu Apache.<br />
Oder mach's wie ich: Erstelle deine Seiten mit HTML.</div>
		<!-- / message -->
	
		
		
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">
		<img class="inlineimg" src="images/statusicon/user_offline.gif" alt="0815Chaot ist offline" border="0" />


		
		<a href="report.php?p=91894"><img class="inlineimg" src="images/buttons/report.gif" alt="Schlechten Beitrag melden" border="0" /></a>
		
		&nbsp;
	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91894"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91894" onclick="return qr(91894);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->

	</td>
</tr>
</table>

<!-- post 91894 popup menu -->
<div class="vbmenu_popup" id="postmenu_91894_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">0815Chaot</td>
	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1023">Öffentliches Profil ansehen</a></td></tr>

	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1023">Sende eine Private Nachricht an 0815Chaot</a></td></tr>
	
	
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1023">Finde mehr Beiträge von 0815Chaot</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1023">0815Chaot zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>
</div>
<!-- / post 91894 popup menu -->

</div>
		</div>	
	</div>

</div>

<!-- / close content container -->
<!-- / post #91894 --><!-- post #91896 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->

			<a name="post91896"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:36
			
			<!-- / status icon and date -->				
		</td>
		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91896&amp;postcount=3" target="new"><strong>3</strong></a>
		</td>
	

</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91896">
				
				<a class="bigusername" href="member.php?u=1169">ww</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91896", true); </script>
				
			</div>
			
			<div class="smallfont">Fortschreitender N00b</div>

			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1169"><img src="image.php?u=1169&amp;dateline=1109079983" alt="ww's Benutzerbild" border="0" /></a>
				</div>
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Mar 2004</div>
				<div>Ort: Frankfurt/Main</div>
				
				<div>

					Beiträge: 440
				</div>
				
				<div> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div>Das Erstellen einer statischen Website hatte nun garnix mit Software/Datenbanken zu tun. Du kannst eine Homepage mit ee schreiben und fertig.</div>
		<!-- / message -->

	
		
		
		
		<!-- sig -->
			<div>
				__________________<br />
				&quot;Let's see, we'll put our backupserver way down on the 20th floor of WTC 2. That way, if the sprinkler system goes off up here on the 70th floor we'll be good to go.&quot;
			</div>
		<!-- / sig -->
		
		
		
	
	</td>
</tr>

<tr>
	<td class="alt2">
		
<img class="inlineimg" src="images/statusicon/user_online.gif" alt="ww ist online" border="0" />

		
		<a href="report.php?p=91896"><img class="inlineimg" src="images/buttons/report.gif" alt="Schlechten Beitrag melden" border="0" /></a>
		
		&nbsp;
	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91896"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>

		
		
			<a href="newreply.php?do=newreply&amp;p=91896" onclick="return qr(91896);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->
	</td>
</tr>
</table>

<!-- post 91896 popup menu -->
<div class="vbmenu_popup" id="postmenu_91896_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">ww</td>

	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1169">Öffentliches Profil ansehen</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1169">Sende eine Private Nachricht an ww</a></td></tr>
	
	
	
		<tr><td class="vbmenu_option"><a href="http://www.zahnarzt-frankfurt.com">ww's Homepage ansehen!</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1169">Finde mehr Beiträge von ww</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1169">ww zu deiner Buddy-Liste hinzufügen</a></td></tr>

	
	</table>
</div>
<!-- / post 91896 popup menu -->

</div>
		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91896 --><!-- post #91898 -->
<!-- open content container -->

	<div align="center">

		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->
			<a name="post91898"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:44
			
			<!-- / status icon and date -->				
		</td>

		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91898&amp;postcount=4" target="new"><strong>4</strong></a>
		</td>
	
</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91898">

				
				<a class="bigusername" href="member.php?u=2714">troll</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91898", true); </script>
				
			</div>
			
			<div class="smallfont">Registered User</div>
			
		
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Dec 2004</div>

				
				
				<div>
					Beiträge: 183
				</div>
				
				<div> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div>Fang lieber langsam an.<br />

<br />
Wie die Kollegen es schon gesagt haben, PHP ist eine Programmiersprache und man kann sie wenn man denn soweit ist zum Erstellen dynamischer Inhalte nutzen.<br />
<br />
Als Einsteigertutorial kann man nur immer wieder selfhtml <a href="http://www.selfhtml.org/" target="_blank">http://www.selfhtml.org/</a> empfehlen. Dort bekommst du die Grundlagen und mehr mit und bist in recht kurzer Zeit in der Lage HTML-Dokumente zu erstellen.<br />
<br />
Als Editor geht im Grunde jeder normale Texteditor. Es gibt auch spezielle HTML-Editoren, aber meine Empfehlung ist besonders zu Anfang ein normaler Texteditor.<br />
<br />
CU<br />
<br />
Martin</div>

		<!-- / message -->
	
		
		
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">
		
<img class="inlineimg" src="images/statusicon/user_online.gif" alt="troll ist online" border="0" />

		
		<a href="report.php?p=91898"><img class="inlineimg" src="images/buttons/report.gif" alt="Schlechten Beitrag melden" border="0" /></a>
		
		&nbsp;
	</td>

	<td class="alt1" align="right">
		<!-- controls -->
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91898"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91898" onclick="return qr(91898);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->
	</td>
</tr>
</table>

<!-- post 91898 popup menu -->
<div class="vbmenu_popup" id="postmenu_91898_menu" style="display:none">

	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">troll</td>
	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=2714">Öffentliches Profil ansehen</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=2714">Sende eine Private Nachricht an troll</a></td></tr>
	
	
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=2714">Finde mehr Beiträge von troll</a></td></tr>

	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=2714">troll zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>
</div>
<!-- / post 91898 popup menu -->

</div>
		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91898 --><!-- post #91901 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->
			<a name="post91901"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:46
			
			<!-- / status icon and date -->				
		</td>

		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91901&amp;postcount=5" target="new"><strong>5</strong></a>
		</td>
	
</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91901">

				
				<a class="bigusername" href="member.php?u=1845">overle</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91901", true); </script>
				
			</div>
			
			<div class="smallfont">Mausschubser</div>
			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1845"><img src="image.php?u=1845&amp;dateline=1106576834" alt="overle's Benutzerbild" border="0" /></a>
				</div>

			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Jul 2004</div>
				<div>Ort: idN v. HN [9°40491' N | 49°2169' E]</div>
				
				<div>
					Beiträge: 156
				</div>
				
				<div><a href="#" onclick="return imwindow('icq', '1845', 500, 450)"><img src="images/misc/im_icq.gif" alt="Sende eine Nachricht via ICQ an overle" border="0" /></a> 
  </div>

			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div>Also, dass php ne Programmiersprache ist, mit welcher Skripts erstellt werden, die auf die SQL-Datenbank zugreifen weiß ich. Wenn ich das nicht brauche, um meine erste einfache Homepage für mein &quot;Intranet&quot; zu erstellen soll´s mir recht sein!<br />
<br />
Gibts denn ein empfehlenswertes Howto zum Thema Homepages erstellen mit HTML?</div>

		<!-- / message -->
	
		
		
		
		<!-- sig -->
			<div>
				__________________<br />
				[BS:AMD 700Mhz, 512MB SDRAM, ~ 0,54TB, TNT2,... @ FBSD 5.3]<br />
[WS: PIII 450Mhz, 128MB SDRAM, 15GB @ FBSD 5.3]<br />
[TS: PIII 450Mhz, 128MB SDRAM, 10GB @ FBSD 5.3]<br />
[VR: PII 200Mhz, 64MB RAM, ~ 5GB,... @ OBSD 3.6]<br />

<br />
- never change a running System -
			</div>
		<!-- / sig -->
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">
		
<img class="inlineimg" src="images/statusicon/user_online.gif" alt="overle ist online" border="0" />

		
		<a href="report.php?p=91901"><img class="inlineimg" src="images/buttons/report.gif" alt="Schlechten Beitrag melden" border="0" /></a>
		
		&nbsp;

	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91901"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91901" onclick="return qr(91901);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->
	</td>
</tr>
</table>

<!-- post 91901 popup menu -->
<div class="vbmenu_popup" id="postmenu_91901_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">overle</td>
	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1845">Öffentliches Profil ansehen</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1845">Sende eine Private Nachricht an overle</a></td></tr>

	
	
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1845">Finde mehr Beiträge von overle</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1845">overle zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>
</div>
<!-- / post 91901 popup menu -->

</div>
		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91901 --><!-- post #91903 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->

			<a name="post91903"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:49
			
			<!-- / status icon and date -->				
		</td>
		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91903&amp;postcount=6" target="new"><strong>6</strong></a>
		</td>
	

</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91903">
				
				<a class="bigusername" href="member.php?u=1918">dettus</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91903", true); </script>
				
			</div>
			
			<div class="smallfont">Bicycle User</div>

			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1918"><img src="image.php?u=1918&amp;dateline=1096197676" alt="dettus's Benutzerbild" border="0" /></a>
				</div>
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Aug 2004</div>
				<div>Ort: erlangen</div>
				
				<div>

					Beiträge: 691
				</div>
				
				<div> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div>selfhtml?<br />
<br />

<a href="http://de.selfhtml.org/" target="_blank">http://de.selfhtml.org/</a><br />
<br />
also, ich persoenlich habe html dadurch gelernt, dass ich mir den sourcecode zu irgendwelchen &quot;geilen&quot; webseiten angeguckt habe.<br />
<br />
zum thema html-editor wuerde ich dir diesen thread hier empfehlen: <a href="http://www.bsdforen.de/showthread.php?p=91902" target="_blank">http://www.bsdforen.de/showthread.php?p=91902</a> *ngngngngng*</div>
		<!-- / message -->
	
		
		
		
		<!-- sig -->

			<div>
				__________________<br />
				Computer science is not about using a computer, but to unleash its powers.
			</div>
		<!-- / sig -->
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">
		

<img class="inlineimg" src="images/statusicon/user_online.gif" alt="dettus ist online" border="0" />

		
		
		
		&nbsp;
	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
			<a href="editpost.php?do=editpost&amp;p=91903"><img src="images/buttons/edit.gif" alt="Bearbeiten/Lösch Mitteilung" border="0" /></a>
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91903"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91903" onclick="return qr(91903);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->

	</td>
</tr>
</table>

<!-- post 91903 popup menu -->
<div class="vbmenu_popup" id="postmenu_91903_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">dettus</td>
	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1918">Öffentliches Profil ansehen</a></td></tr>

	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1918">Sende eine Private Nachricht an dettus</a></td></tr>
	
	
	
		<tr><td class="vbmenu_option"><a href="http://www.dettus.net">dettus's Homepage ansehen!</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1918">Finde mehr Beiträge von dettus</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1918">dettus zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>
</div>
<!-- / post 91903 popup menu -->

</div>
		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91903 --><!-- post #91904 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">

<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal" >		
			<!-- status icon and date -->
			<a name="post91904"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:50
			
			<!-- / status icon and date -->				
		</td>
		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91904&amp;postcount=7" target="new"><strong>7</strong></a>

		</td>
	
</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91904">
				
				<a class="bigusername" href="member.php?u=1845">overle</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91904", true); </script>
				
			</div>

			
			<div class="smallfont">Mausschubser</div>
			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1845"><img src="image.php?u=1845&amp;dateline=1106576834" alt="overle's Benutzerbild" border="0" /></a>
				</div>
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Jul 2004</div>
				<div>Ort: idN v. HN [9°40491' N | 49°2169' E]</div>

				
				<div>
					Beiträge: 156
				</div>
				
				<div><a href="#" onclick="return imwindow('icq', '1845', 500, 450)"><img src="images/misc/im_icq.gif" alt="Sende eine Nachricht via ICQ an overle" border="0" /></a> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div>@ dettus: Wie komme ich an den Sourcecorde von &quot;geilen&quot; (Seiten die mir gefallen) seiten?</div>

		<!-- / message -->
	
		
		
		
		<!-- sig -->
			<div>
				__________________<br />
				[BS:AMD 700Mhz, 512MB SDRAM, ~ 0,54TB, TNT2,... @ FBSD 5.3]<br />
[WS: PIII 450Mhz, 128MB SDRAM, 15GB @ FBSD 5.3]<br />
[TS: PIII 450Mhz, 128MB SDRAM, 10GB @ FBSD 5.3]<br />
[VR: PII 200Mhz, 64MB RAM, ~ 5GB,... @ OBSD 3.6]<br />

<br />
- never change a running System -
			</div>
		<!-- / sig -->
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">
		
<img class="inlineimg" src="images/statusicon/user_online.gif" alt="overle ist online" border="0" />

		
		<a href="report.php?p=91904"><img class="inlineimg" src="images/buttons/report.gif" alt="Schlechten Beitrag melden" border="0" /></a>
		
		&nbsp;

	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91904"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91904" onclick="return qr(91904);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>
		
		<!-- / controls -->
	</td>
</tr>
</table>

<!-- post 91904 popup menu -->
<div class="vbmenu_popup" id="postmenu_91904_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">overle</td>
	</tr>
	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1845">Öffentliches Profil ansehen</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1845">Sende eine Private Nachricht an overle</a></td></tr>

	
	
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1845">Finde mehr Beiträge von overle</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1845">overle zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>
</div>
<!-- / post 91904 popup menu -->

</div>
		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91904 --><!-- post #91905 -->
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">


<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	
		<td class="thead" style="font-weight:normal"  id="currentPost">		
			<!-- status icon and date -->

			<a name="post91905"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="Ungelesen" border="0" /></a>
			Heute, 16:51
			
			<!-- / status icon and date -->				
		</td>
		<td class="thead" style="font-weight:normal" align="right">
			&nbsp;
			#<a href="showpost.php?p=91905&amp;postcount=8" target="new"><strong>8</strong></a>
		</td>
	

</tr>
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_91905">
				
				<a class="bigusername" href="member.php?u=1918">dettus</a>
				<script type="text/javascript"> vbmenu_register("postmenu_91905", true); </script>
				
			</div>
			
			<div class="smallfont">Bicycle User</div>

			
		
			
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?u=1918"><img src="image.php?u=1918&amp;dateline=1096197676" alt="dettus's Benutzerbild" border="0" /></a>
				</div>
			
			
			<div class="smallfont">
				&nbsp;<br />
				<div>Dabei seit: Aug 2004</div>
				<div>Ort: erlangen</div>
				
				<div>

					Beiträge: 691
				</div>
				
				<div> 
  </div>
			</div>					
		
	</td>
	<td class="alt1">
	
		
		
		<!-- message -->
		<div>mit der rechten maustaste?</div>
		<!-- / message -->

	
		
		
		
		<!-- sig -->
			<div>
				__________________<br />
				Computer science is not about using a computer, but to unleash its powers.
			</div>
		<!-- / sig -->
		
		
		
	
	</td>
</tr>
<tr>
	<td class="alt2">

		
<img class="inlineimg" src="images/statusicon/user_online.gif" alt="dettus ist online" border="0" />

		
		
		
		&nbsp;
	</td>
	<td class="alt1" align="right">
		<!-- controls -->
		
			<a href="editpost.php?do=editpost&amp;p=91905"><img src="images/buttons/edit.gif" alt="Bearbeiten/Lösch Mitteilung" border="0" /></a>
		
		
		
			<a href="newreply.php?do=newreply&amp;p=91905"><img src="images/buttons/quote.gif" alt="Antwort mit Zitat" border="0" /></a>
		
		
			<a href="newreply.php?do=newreply&amp;p=91905" onclick="return qr(91905);"><img src="images/buttons/quickreply.gif" alt="Schnellantwort zu diesem Beitrag" border="0" /></a>

		
		<!-- / controls -->
	</td>
</tr>
</table>

<!-- post 91905 popup menu -->
<div class="vbmenu_popup" id="postmenu_91905_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">dettus</td>
	</tr>

	
		<tr><td class="vbmenu_option"><a href="member.php?userid=1918">Öffentliches Profil ansehen</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="private.php?do=newpm&amp;userid=1918">Sende eine Private Nachricht an dettus</a></td></tr>
	
	
	
		<tr><td class="vbmenu_option"><a href="http://www.dettus.net">dettus's Homepage ansehen!</a></td></tr>
	
	
		<tr><td class="vbmenu_option"><a href="search.php?do=finduser&amp;userid=1918">Finde mehr Beiträge von dettus</a></td></tr>
	
	
	<tr><td class="vbmenu_option"><a href="profile.php?do=addlist&amp;userlist=buddy&amp;u=1918">dettus zu deiner Buddy-Liste hinzufügen</a></td></tr>
	
	</table>

</div>
<!-- / post 91905 popup menu -->


		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- / post #91905 --></div>

<!-- start content table -->
<!-- open content container -->

	<div align="center">

		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">

<!-- / start content table -->

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
	
		<td class="smallfont"><a href="newreply.php?do=newreply&amp;noquote=1&amp;p=91905"><img src="images/buttons/reply.gif" alt="Antwort" border="0" /></a></td>
		
	
</tr>
</table>
<!-- / controls below postbits -->

<br />

<div class="smallfont" align="center">
	<strong>&laquo;</strong>
		<a href="showthread.php?t=11454&amp;goto=nextoldest">Vorheriges Thema</a>
		|
		<a href="showthread.php?t=11454&amp;goto=nextnewest">Nächstes Thema</a>
	<strong>&raquo;</strong>
</div>

<br />

<script type="text/javascript">
<!--
var WYSIWYG = 1;
var threadedmode = 0;
var minchars = 0;
var maxchars = 0;
var require_click = 0;
var must_click_message = "Klicke auf das Schnellanwort Icon in einem Beitrag um die Schnellantwort zu aktivieren!";
var istyles = new Array(); istyles = { "pi_button_down" : [ "#98B5E2", "#000000", "0px", "1px solid #316AC5" ], "pi_button_hover" : [ "#C1D2EE", "#000000", "0px", "1px solid #316AC5" ], "pi_button_normal" : [ "#ECE9D8", "#000000", "1px", "none" ], "pi_button_selected" : [ "#E1E6E8", "#000000", "0px", "1px solid #316AC5" ], "pi_menu_down" : [ "#98B5E2", "#316AC5", "0px", "1px solid #316AC5" ], "pi_menu_hover" : [ "#C1D2EE", "#316AC5", "0px", "1px solid #316AC5" ], "pi_menu_normal" : [ "#FFFFFF", "#000000", "0px", "1px solid #FFFFFF" ], "pi_popup_down" : [ "#98B5E2", "#000000", "0px", "1px solid #316AC5" ] };
var normalmode = false;
var vbphrase = {
	// wysiwyg only
	"wysiwyg_please_wait" : "Bitte warten bis der WYSIWYG Editor fertig geladen wurde...",
	"wysiwyg_initialized" : "WYSIWYG Editor initialisiert für %1$s in %2$s Sekunden.",
	"wysiwyg_command_invalid" : "Dieser Befehl ist unzulässig oder nicht implementiert.",
	"moz_must_select_text" : "Mozilla benötigt einen ausgewählten Text damit diese Funktion arbeitet.",
	"moz_edit_config_file" : "Du must deine Mozilla-Konfiguration ändern, damit sie diese Funktion erlaubt.",
	"enter_tag_option" : "Option für deinen %1$s Tag eingeben:",
	"must_select_text_to_use" : "Um diese Funktion zu verwenden, müssen Sie einen Text markieren.",
	"browser_is_safari_no_wysiwyg" : "",
	// standard only
	"enter_text_to_be_formatted" : "Zu formatierenden Text eingeben für:",
	"enter_link_text" : "Beschreibungstext für den Link eingeben (optional):",
	"enter_list_type" : "Art der Liste wählen: '1' für eine nummerierte Liste, 'a' für eine alphabetische Liste oder leer lassen für eine ungeordnete Liste.",
	"enter_list_item" : "Einen Listeneintrag eingeben.\nFeld leer lassen oder 'Abbrechen' drücken , um die Listenerstellung zu beenden.",
	// both
	"must_enter_subject" : "Du musst einen Titel/Betreff eingeben!",
	"message_too_short" : "Die Nachricht die du geschrieben hast, ist zu kurz. Die Nachricht muss mindestens %1$s Zeichen lang sein.",
	"enter_link_url" :  "Komplette URL für den Link eingeben:",
	"enter_image_url" : "URL zu deiner Grafik eingeben:",
	"enter_email_link" : "eMail-Addresse für diesen Link eingeben:"
};
//-->
</script>
	
<form action="newreply.php" method="post" name="vbform" onsubmit="return checkQR(this);">

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="2">
			<a style="float:right" href="#top" onclick="return  toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
			<!--<img class="inlineimg" src="images/buttons/quickreply.gif" alt="" title="Schnellantwort" border="0"  />-->
			Schnellantwort
		</td>

	</tr>
</thead>
<tbody id="collapseobj_quickreply" style="">
<tr>
	<td class="panelsurround" align="center">
		<div class="panel">	
			<table cellpadding="0" cellspacing="0" border="0" align="center">
			<tr>
				<td class="smallfont" align="left">Nachricht:</td>
			</tr>

			<tr>
				<td id="vBulletin_editor" align="left">
				<!-- <<<< indent back for ease of reading -->		





<!-- standard quick reply -->

	<div id="controlbar">
	<table cellpadding="0" cellspacing="0" border="0">
	<tr>
		
			<td><div class="imagebutton"><a href="#" onclick="return vbcode('B', '')"><img src="images/editor/bold.gif" alt="Fett" width="21" height="20" border="0" /></a></div></td>
			<td><div class="imagebutton"><a href="#" onclick="return vbcode('I', '')"><img src="images/editor/italic.gif" alt="Kursiv" width="21" height="20" border="0" /></a></div></td>

			<td><div class="imagebutton"><a href="#" onclick="return vbcode('U', '')"><img src="images/editor/underline.gif" alt="Unterstrichen" width="21" height="20" border="0" /></a></div></td>
			<td><img src="images/editor/separator.gif" alt="" width="6" height="20" /></td>
		
		<td><div class="imagebutton"><a href="#" onclick="return vbcode('QUOTE', '')"><img src="images/editor/quote.gif" alt="[QUOTE] Tags umschliessen" title="[QUOTE] Tags umschliessen" width="21" height="21" border="0" /></a></div></td>
	</tr>
	</table>
	</div>
	
	<div class="controlbar">
		<textarea name="message" id="qr_message" class="bginput" style="width:600px; height:100px" cols="60" rows="5" tabindex="1"></textarea>
	</div>

				
	<script type="text/javascript" src="clientscript/vbulletin_editor.js"></script>
	<script type="text/javascript" src="clientscript/vbulletin_stdedit.js"></script>

<!-- / standard quick reply -->






				<!-- >>>> outdent back to normal -->
				</td>

			</tr>
			<tr>
				<td align="left">
				
					<fieldset class="fieldset" style="margin:3px 0px 0px 0px">
						<legend>Optionen</legend>
						<div>
							
								<div style="float:right">
									<label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />Signatur anzeigen</label>

								</div>
							
							<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />Nachricht in deiner Anwort zitieren?</label>
						</div>
					</fieldset>
				
				</td>
			</tr>
			</table>
		</div>

		
		<div style="margin-top:6px">
			<input type="hidden" name="fromquickreply" value="1" />
			<input type="hidden" name="s" value="" />
			<input type="hidden" name="do" value="postreply" />
			<input type="hidden" name="t" value="11454" id="qr_threadid" />
			<input type="hidden" name="p" value="who cares" id="qr_postid" />
			<input type="hidden" name="parseurl" value="1" />
			<input type="hidden" name="clickedelm" value="" />
			<input type="submit" class="button" value="Schnellantwort schreiben" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" onclick="this.form.clickedelm.value=this.value" />

			<input type="submit" class="button" value="erweitert" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="this.form.clickedelm.value = this.value" />
		</div>		
	</td>
</tr>
</tbody>
</table>

</form>
<br />



<script type="text/javascript" src="clientscript/vbulletin_quickreply.js"></script>
<!-- END WYSWIWYG QUICK REPLY -->

<!-- currently active users -->

	<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
	<tr>
		<td class="tcat" colspan="2">
			Aktive Benutzer in diesem Thema: 6 <span class="normal">(5 Benutzer und 1 Besucher)</span>
		</td>
	</tr>

	<tr>
		<td class="alt1" colspan="2">
			<span class="smallfont"><a href="member.php?u=1918" target="_blank">dettus</a>, <a href="member.php?u=2714" target="_blank">troll</a>, <a href="member.php?u=449" target="_blank">crotchmaster</a>, <a href="member.php?u=1169" target="_blank">ww</a></span>
		</td>
	</tr>

	</table>

<!-- currently active users -->














<!-- popup menu contents -->
<br />

<!-- thread tools menu -->
<div class="vbmenu_popup" id="threadtools_menu" style="display:none">
<form action="postings.php" method="post" name="threadadminform">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">Themen Tools<a name="goto_threadtools"></a></td>
	</tr>

	<tr>
		<td class="vbmenu_option"><img class="inlineimg" src="images/buttons/printer.gif" alt="Druck Version zeigen" /> <a href="printthread.php?t=11454" accesskey="3">Druck Version zeigen</a></td>
	</tr>
	<tr>
		<td class="vbmenu_option"><img class="inlineimg" src="images/buttons/sendtofriend.gif" alt="diese Seite per eMail senden" /> <a href="sendmessage.php?do=sendtofriend&amp;t=11454">diese Seite per eMail senden</a></td>
	</tr>
	
	<tr>

		<td class="vbmenu_option"><img class="inlineimg" src="images/buttons/subscribe.gif" alt="Abonnement" />
		
			<a href="subscription.php?do=removesubscription&amp;t=11454">Abonnement von diesem Thema beenden</a>
		
		</td>
	</tr>
	
	
	
	</table>
</form>
</div>
<!-- / thread tools menu -->

<!-- **************************************************** -->

<!-- thread display mode menu -->
<div class="vbmenu_popup" id="displaymodes_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">Anzeige Modus<a name="goto_displaymodes"></a></td>
	</tr>
	<tr>
	
		<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="images/buttons/mode_linear.gif" alt="Linear Modus" /> <strong>Linear Modus</strong></td>

	
	</tr>
	<tr>
	
		<td class="vbmenu_option"><img class="inlineimg" src="images/buttons/mode_hybrid.gif" alt="Hybrid Modus" /> <a href="showthread.php?mode=hybrid&amp;t=11454">In Hybrid Modus umschalten</a></td>
	
	</tr>
	<tr>
	
		<td class="vbmenu_option"><img class="inlineimg" src="images/buttons/mode_threaded.gif" alt="Threaded Modus" /> <a href="showthread.php?p=91890&amp;mode=threaded#post91890">In Threaded Modus umschalten</a></td>
	
	</tr>

	</table>
</div>
<!-- / thread display mode menu -->

<!-- **************************************************** -->


<!-- thread search menu -->
<div class="vbmenu_popup" id="threadsearch_menu" style="display:none">
<form action="search.php" method="post">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">Suche in diesem Thema<a name="goto_threadsearch"></a></td>

	</tr>
	<tr>
		<td class="vbmenu_option" title="nohilite">
			<input type="hidden" name="s" value="" />
			<input type="hidden" name="do" value="process" />
			<input type="hidden" name="searchthread" value="1" />
			<input type="hidden" name="showposts" value="1" />
			<input type="hidden" name="searchthreadid" value="11454" />
			<input type="text" class="bginput" name="query" size="20" /><!-- go button -->

<input type="submit" class="button" value="Los"  /><br />
		</td>
	</tr>
	<tr>
		<td class="vbmenu_option"><a href="search.php?">Erweiterte Suche</a></td>
	</tr>
	</table>
</form>
</div>
<!-- / thread search menu -->


<!-- **************************************************** -->

<!-- thread rating menu -->
<div class="vbmenu_popup" id="threadrating_menu" style="display:none">
<form action="threadrate.php" method="post">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">Dieses Thema bewerten<a name="goto_threadrating"></a></td>
	</tr>
	
	<tr>

		<td class="vbmenu_option" title="nohilite">
		<div><img class="inlineimg" src="images/rating/rating_5.gif" alt="Ausgezeichnet" /><label for="vote5"><input type="radio" name="vote" id="vote5" value="5"  />Ausgezeichnet</label></div>
		<div><img class="inlineimg" src="images/rating/rating_4.gif" alt="Gut" /><label for="vote4"><input type="radio" name="vote" id="vote4" value="4"  />Gut</label></div>
		<div><img class="inlineimg" src="images/rating/rating_3.gif" alt="Durchschnitt" /><label for="vote3"><input type="radio" name="vote" id="vote3" value="3"  />Durchschnitt</label></div>
		<div><img class="inlineimg" src="images/rating/rating_2.gif" alt="Schlecht" /><label for="vote2"><input type="radio" name="vote" id="vote2" value="2"  />Schlecht</label></div>
		<div><img class="inlineimg" src="images/rating/rating_1.gif" alt="Schlecht" /><label for="vote1"><input type="radio" name="vote" id="vote1" value="1"  />Schlecht</label></div>

		</td>
	</tr>
	<tr>
		<td class="vbmenu_option" title="nohilite" align="center">
			<input type="hidden" name="s" value="d6fac2030355d1fcd33c2e46cf8636dd" />
			<input type="hidden" name="t" value="11454" />
			<input type="hidden" name="pp" value="15" />
			<input type="hidden" name="page" value="1" />
			<input type="submit" class="button" value="Abstimmen" />

		</td>
	</tr>
	
	</table>
</form>
</div>
<!-- / thread rating menu -->


<!-- / popup menu contents -->
















<!-- forum rules and admin links -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom">
	<td class="smallfont" align="left">

		<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="180">
<thead>
<tr>
	<td class="thead">
		<a style="float:right" href="#top" onclick="return toggle_collapse('forumrules')"><img id="collapseimg_forumrules" src="images/buttons/collapse_thead.gif" alt="" border="0" /></a>
		Forum Regeln
	</td>
</tr>
</thead>
<tbody id="collapseobj_forumrules" style="">
<tr>
	<td class="alt1" nowrap="nowrap"><div class="smallfont">

		
		<div>Es ist dir <strong> erlaubt</strong>, neue Beiträge zu schreiben.</div>
		<div>Es ist dir <strong> erlaubt</strong>, auf Beiträge zu antworten.</div>
		<div>Es ist dir <strong>  erlaubt</strong>, Anhänge anzufügen.</div>

		<div>Es ist dir <strong> erlaubt</strong>, Deine Beiträge zu bearbeiten.</div>
		<hr />
		
		<div><a href="misc.php?do=bbcode" target="_blank">vB code</a> ist <strong>An</strong></div>
		<div><a href="misc.php?do=showsmilies" target="_blank">Smilies</a> sind <strong>An</strong></div>

		<div><a href="misc.php?do=bbcode#imgcode" target="_blank">[IMG]</a> code ist <strong>An</strong></div>
		<div>HTML code ist <strong>Aus</strong></div>
	</div></td>
</tr>
</tbody>
</table>
	</td>

	<td class="smallfont" align="right">
		<table cellpadding="0" cellspacing="0" border="0">
		
		<tr>
			<td>
			<div class="smallfont" style="text-align:left; white-space:nowrap">
	<form action="forumdisplay.php" method="get">
	<input type="hidden" name="s" value="" />
	<input type="hidden" name="daysprune" value="" />
	<strong>Gehe zu</strong><br />

	<select name="f" onchange="this.form.submit();">
		<optgroup label="Seitenbereiche">
			<option value="-1" >Bitte auswählen</option>
			<option value="cp" >Benutzer Kontrollzentrum</option>
			<option value="pm" >Private Nachrichten</option>
			<option value="subs" >Abonnements</option>
			<option value="wol" >Wer ist Online</option>

			<option value="search" >Forensuche</option>
			<option value="home" >Forum Startseite</option>
			<option value="-1">--------------------</option>
		</optgroup>
		<optgroup label="Foren">
		<option value="16" class="fjdpth0" > News und Umfragen</option>

<option value="3" class="fjdpth1" >&nbsp; &nbsp;  News</option>
<option value="4" class="fjdpth1" >&nbsp; &nbsp;  Umfragen</option>
<option value="37" class="fjdpth0" > BSD Allgemein</option>
<option value="60" class="fjdpth1" >&nbsp; &nbsp;  *BSD - Serverdienste</option>
<option value="71" class="fjdpth1" >&nbsp; &nbsp;  *BSD und Single-Board</option>

<option value="59" class="fjdpth1" >&nbsp; &nbsp;  *BSD - Hardware</option>
<option value="74" class="fjdpth1" >&nbsp; &nbsp;  DragonFlyBSD</option>
<option value="52" class="fjdpth1" >&nbsp; &nbsp;  Apple MacOS X</option>
<option value="38" class="fjdpth1" >&nbsp; &nbsp;  Darwin</option>
<option value="39" class="fjdpth1" >&nbsp; &nbsp;  Weitere BSD-Varianten</option>

<option value="1" class="fjdpth0" > FreeBSD</option>
<option value="5" class="fjsel" selected="selected">&nbsp; &nbsp;  FreeBSD - Allgemein</option>
<option value="8" class="fjdpth1" >&nbsp; &nbsp;  FreeBSD - Installation</option>
<option value="6" class="fjdpth1" >&nbsp; &nbsp;  FreeBSD - Netzwerk</option>
<option value="7" class="fjdpth1" >&nbsp; &nbsp;  FreeBSD - Anwendungen</option>

<option value="9" class="fjdpth1" >&nbsp; &nbsp;  FreeBSD - Sonstiges</option>
<option value="17" class="fjdpth0" > OpenBSD</option>
<option value="18" class="fjdpth1" >&nbsp; &nbsp;  OpenBSD - Allgemein</option>
<option value="19" class="fjdpth1" >&nbsp; &nbsp;  OpenBSD - Installation</option>
<option value="20" class="fjdpth1" >&nbsp; &nbsp;  OpenBSD - Netzwerk</option>

<option value="21" class="fjdpth1" >&nbsp; &nbsp;  OpenBSD - Anwendungen</option>
<option value="22" class="fjdpth1" >&nbsp; &nbsp;  OpenBSD - Sonstiges</option>
<option value="10" class="fjdpth0" > NetBSD</option>
<option value="11" class="fjdpth1" >&nbsp; &nbsp;  NetBSD - Allgemein</option>
<option value="14" class="fjdpth1" >&nbsp; &nbsp;  NetBSD - Installation</option>

<option value="12" class="fjdpth1" >&nbsp; &nbsp;  NetBSD - Netzwerk</option>
<option value="13" class="fjdpth1" >&nbsp; &nbsp;  NetBSD - Anwendungen</option>
<option value="15" class="fjdpth1" >&nbsp; &nbsp;  NetBSD - Sonstiges</option>
<option value="51" class="fjdpth0" > Howtos und Tutorials</option>
<option value="44" class="fjdpth1" >&nbsp; &nbsp;  FreeBSD</option>

<option value="47" class="fjdpth2" >&nbsp; &nbsp; &nbsp; &nbsp;  Links zu FreeBSD Howtos</option>
<option value="45" class="fjdpth1" >&nbsp; &nbsp;  OpenBSD</option>
<option value="48" class="fjdpth2" >&nbsp; &nbsp; &nbsp; &nbsp;  Links zu OpenBSD Howtos</option>
<option value="46" class="fjdpth1" >&nbsp; &nbsp;  NetBSD</option>

<option value="49" class="fjdpth2" >&nbsp; &nbsp; &nbsp; &nbsp;  Links zu NetBSD Howtos</option>
<option value="50" class="fjdpth1" >&nbsp; &nbsp;  Sonstige Howtos</option>
<option value="69" class="fjdpth1" >&nbsp; &nbsp;  DragonFlyBSD</option>
<option value="70" class="fjdpth2" >&nbsp; &nbsp; &nbsp; &nbsp;  Links zu DragonFlyBSD Howtos</option>

<option value="61" class="fjdpth0" > Geekstuff</option>
<option value="31" class="fjdpth1" >&nbsp; &nbsp;  Netzwerk</option>
<option value="42" class="fjdpth1" >&nbsp; &nbsp;  Programmieren</option>
<option value="29" class="fjdpth1" >&nbsp; &nbsp;  Hardware</option>
<option value="23" class="fjdpth0" > Sonstiges</option>

<option value="25" class="fjdpth1" >&nbsp; &nbsp;  Geplauder</option>
<option value="68" class="fjdpth1" >&nbsp; &nbsp;  Fun</option>
<option value="72" class="fjdpth1" >&nbsp; &nbsp;  Treffen</option>
<option value="41" class="fjdpth1" >&nbsp; &nbsp;  Flohmarkt</option>
<option value="30" class="fjdpth1" >&nbsp; &nbsp;  Lob und Kritik</option>

<option value="43" class="fjdpth1" >&nbsp; &nbsp;  Jobsuche und Angebote</option>
<option value="36" class="fjdpth1" >&nbsp; &nbsp;  Mülleimer und Testforum</option>

		</optgroup>
	</select><!-- go button -->
<input type="submit" class="button" value="Los"  />
	</form>
</div>

			</td>
		</tr>		
		</table>
	</td>
</tr>
</table>
<!-- /forum rules and admin links -->

<br />

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
	<tr>

		<td class="tcat" width="100%" colspan="5">
			<a style="float:right" href="#top" onclick="return toggle_collapse('similarthreads')"><img id="collapseimg_similarthreads" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
			Ähnliche Themen<a name="similarthreads"></a>
		</td>
	</tr>
</thead>
<tbody id="collapseobj_similarthreads" style="">
<tr class="thead" align="center">
	<td class="thead" width="40%">Thema</td>

	<td class="thead" width="15%" nowrap="nowrap">Autor</td>
	<td class="thead" width="20%">Forum</td>
	<td class="thead" width="5%">Antworten</td>
	<td class="thead" width="20%">Letzter Beitrag</td>
</tr>
<tr>
	<td class="alt1" align="left"><span class="smallfont"><a href="showthread.php?t=2174" title="Inhaltsangabe 

1. Intro
2. Gedanken zu Hardware und Software
3. Was muss der Server können? Allgemeine Gedanken zum Netzwerk
4. Installation von FreeBSD 5.1
5. FreeBSD Feintuning (Basissystem Sicherheit Teil 1)
6. FreeBSD up to date halten 
7. FreeBSD Feintuning (Basissystem Sicherheit Teil 2)
8....">FreeBSD Samba PDC Howto</a></span></td>

	<td class="alt2" nowrap="nowrap"><span class="smallfont">Highfish</span></td>
	<td class="alt1" nowrap="nowrap"><span class="smallfont">FreeBSD</span></td>
	<td class="alt2" align="center"><span class="smallfont">81</span></td>
	<td class="alt1" align="right"><span class="smallfont">23.05.2005 <span class="time">19:50</span></span></td>
</tr>
<tr>
	<td class="alt1" align="left"><span class="smallfont"><a href="showthread.php?t=9735" title="Hallo,

ich möchte mir eine DVD mit allen ports erstellen. ich will nicht von der DVD booten oder FreeBSD installieren oder so, sondern wirklich nur die *.tbz dateien drauf packen. Weiss vielleicht jemand welche Dateien/Ordner mit auf die DVD müssen, so dass sysinstall die INDEX auch findet, und...">Ports-DVD erstellen</a></span></td>

	<td class="alt2" nowrap="nowrap"><span class="smallfont">nismo2000</span></td>
	<td class="alt1" nowrap="nowrap"><span class="smallfont">FreeBSD - Allgemein</span></td>
	<td class="alt2" align="center"><span class="smallfont">1</span></td>
	<td class="alt1" align="right"><span class="smallfont">15.04.2005 <span class="time">00:04</span></span></td>
</tr>
<tr>
	<td class="alt1" align="left"><span class="smallfont"><a href="showthread.php?t=9727" title="Hallo,

als stolzer Besitzer eines DVD-RAM Laufwerks will ich dieses Medium jetzt für Backupzwecke verwenden.
Auf DVD-RAM kann man ja sehr schön ein bel. Dateisystem erstellen. Um ein bischen Plattformunabhängiger beim Wiedereinlesen zu sien, hätte ich gerne ext2 und nicht ufs verwendet.
Kann man...">ext2fs erstellen</a></span></td>

	<td class="alt2" nowrap="nowrap"><span class="smallfont">chaos</span></td>
	<td class="alt1" nowrap="nowrap"><span class="smallfont">FreeBSD - Allgemein</span></td>
	<td class="alt2" align="center"><span class="smallfont">9</span></td>
	<td class="alt1" align="right"><span class="smallfont">11.04.2005 <span class="time">16:47</span></span></td>
</tr>
<tr>
	<td class="alt1" align="left"><span class="smallfont"><a href="showthread.php?t=7480" title="Tach,

ich hab vom linux tag in karlsruhe ne FreeBSD 5.2.1 DVD abgestaubt.
Diese ist eigentlich sehr praktisch da man nicht online sein um sein system mit ports oder packages aufzufrischen.

Wie kann man so eine DVD selbst erstellen:

- mit der aktuellsten Stable Release version, boot fähig.
- mit...">FreeBSD Linux-Tag selbst erstellen ?</a></span></td>

	<td class="alt2" nowrap="nowrap"><span class="smallfont">Finalspace</span></td>
	<td class="alt1" nowrap="nowrap"><span class="smallfont">FreeBSD - Allgemein</span></td>
	<td class="alt2" align="center"><span class="smallfont">5</span></td>
	<td class="alt1" align="right"><span class="smallfont">27.11.2004 <span class="time">21:33</span></span></td>
</tr>
<tr>
	<td class="alt1" align="left"><span class="smallfont"><a href="showthread.php?t=3854" title="Ich möchte mir gerade auf meinem Rechner zu meinem Win2ksp4, FreeBSD 4.9 von CD installieren. Nach fehlerfreier absolvierung von FDisk, bleibe ich aber leider bei der Eerstellung der Slices hängen. Wenn ich vesuche per Hand oder mit den Auto Defaults ein Slice zu erstellen, kommt die Meldung...">Slices bei FreeBSD 4.9 installation erstellen schlägt fehl</a></span></td>

	<td class="alt2" nowrap="nowrap"><span class="smallfont">Wasp</span></td>
	<td class="alt1" nowrap="nowrap"><span class="smallfont">FreeBSD - Installation</span></td>
	<td class="alt2" align="center"><span class="smallfont">2</span></td>
	<td class="alt1" align="right"><span class="smallfont">05.04.2004 <span class="time">23:09</span></span></td>
</tr>

</tbody>
</table>


<br />

<br />
<div class="smallfont" align="center">Alle Zeiten sind WEZ +2 Stunde(n). Es ist <span class="time">16:51</span> Uhr.</div>
<br />


		</div>	
	</div>
</div>

<!-- / close content container -->
<!-- /content area table -->

<form action="index.php" method="get">
	
<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
<tr>
	
	<td class="tfoot" align="right">
		<div class="smallfont">
			<strong>
				<a href="mailto:saint@bsdforen.de">Kontakt</a> -
				<a href="http://www.bsdforen.de/">BSDForen.de - Die BSD-Community</a> -
				
				
				<a href="archive/index.php">Archiv</a> -
				<!-- - <a href="http://www.bsdforen.de/faq.php?faq=new_faq_item#faq_new_faq_item2">Impressum</a> - -->

				<a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a> -
				<a href="portal.php">Portal</a>
			</strong>
		</div>
	</td>
</tr>
</table>

<br />

<div align="center">
	<div class="smallfont" align="center">
	<!-- Do not remove this copyright notice -->
	Powered by: vBulletin<br />Copyright &copy;2000 - 2005, Jelsoft Enterprises Ltd.
	<!-- Do not remove this copyright notice -->
	</div>
	
	<div class="smallfont" align="center">
	<!-- Do not remove  or your scheduled tasks will cease to function -->
	
	<!-- Do not remove  or your scheduled tasks will cease to function -->

	
	
	</div>
</div>

</form>


<center><a href="http://www.bsdforen.de/faq.php?faq=new_faq_item#faq_new_faq_item2">Impressum</a></center>
<script type="text/javascript">
<!--
	// Main vBulletin Javascript Initialization
	vBulletin_init();

	// Initialize 'Active' Table Cells
	//vBulletin_init();
//-->
</script>

<!-- temp -->
<div style="display:none">
	<!-- thread rate -->
	
		<!-- thread ratings form here -->

	
	<!-- / thread rate -->
</div>

</body>
</html>
 
overle schrieb:
Über eine Sammlung von Links über Howto´s zu meiner Sache und Hinweise wäre ich euch sehr dank bar!

Fürs reine Design würde ich dir css ans Herz legen.
Wie dettus schon schrieb ist es ein guter Weg Quelltexte zu klauen und dran rumzupröckeln, irgendwann verstehst du es schon.

Einfache und schnell zu verstehende Vorlagen für Homepages und Navigationsleisten findest du z.B. hier:
http://www.pixelgraphix.de/log/2004-02/cssressourcen-vorlagen.php

Wenn du richtig auf die Kacke hauen willst bediene dich hier:
http://www.csszengarden.com , da haben ein paar Verrückte wirklich gezaubert.

Unkontrollierter Speichelfluss:
http://www.csszengarden.com/?cssfile=http://adjustafresh.com/zen/mozattack.css
(scrollen!)


wolkenlos
 
Mmmmh, reicht das [1] hier nicht schon? Da habe ich mal mit rumgespielt. Wenn du lediglich eine homepage mit Navigationsleiste brauchst, sollte das mit cut'n'paste und ein wenig Englischkenntnissen eine ordentlich und schnelle Seite werden (und in recht kurzer Zeit).
Kommt aber auch darauf an, was du willst.
Unter [2] gibts Hinweise und links, auch in deutsch (siehe z.B. [3] und [4]). Ich habe aber nur mit [1] gearbeitet.

ciau

[1] http://www.w3.org/Style/Examples/011/firstcss
[2] http://www.w3.org/Style/CSS/learning
[3] http://www.html-world.de/program/css_1.php
[4] http://www.bjoernsworld.de/css/
[5] http://www.heise.de/ix/artikel/2003/03/050/
 
Hm .... selfhtml ist schon ganz ok.
Da Du offenbar von der ganzen Materie noch recht wenig weisst, würde ich Dir aus den Ports www/nvu empfehlen. Das ist ein Wysiwyg HTML-Editor. Damit kannst Du statische Webseiten bauen - das ist für den Anfang mehr als genug. Dann wenn Dir das zu billig wird kannst Du weitermachen. Es stimmt schon, ein normaler Texteditor reicht da im Prinzip. Aber für den Anfang ist es mit Wysiwyg einfacher.
 
d-ra schrieb:
Aber für den Anfang ist es mit Wysiwyg einfacher.

Ja, aber dennoch ein Wiederspruch von mir:

Es ist zwar einfacher, aber gleich mit einem Texteditor anfangen dauert nur unwesendlich länger, bei enorm steiler Lernkurve.

Es bleibt also abzuwägen, ob es nur um die Erstellung einer einzigen Homepage geht, oder ob das KnowHow "rein" soll.

Ein zusätzlicher Punkt ist, dass es kaum WYSIWYG-Editoren gibt, die ordendlichen Quältext fabrizieren. Mir ist jedenfalls keiner bekannt...

CU

Martin
 
troll schrieb:
Es ist zwar einfacher, aber gleich mit einem Texteditor anfangen dauert nur unwesendlich länger, bei enorm steiler Lernkurve.

Es bleibt also abzuwägen, ob es nur um die Erstellung einer einzigen Homepage geht, oder ob das KnowHow "rein" soll.

Ein zusätzlicher Punkt ist, dass es kaum WYSIWYG-Editoren gibt, die ordendlichen Quältext fabrizieren. Mir ist jedenfalls keiner bekannt...
Stimmt. Er wird sich seinen Weg suchen, dazu ist es hilfreich wenn er verschiedene Meinugen hört. Ich verwende für den Hausgebrauch nvu, und wenn da mal was hackt, nehm ich vim oder gedit.
Klar ist: Um es richtig zu lernen ist der Texteditor besser. Vor allen Dingen wird er da nicht verwirrt, was denn nun eine Eigenart vom nvu ist, und was an HTML hängt. Die Argumente sind eigentlich die genau gleichen wie beim "Programmierenlernthread" http://www.bsdforen.de/showthread.php?t=11437 denn egal ob C oder HTML, es sind formale (Programmier-) Sprachen.
 
Hi,

d-ra schrieb:
denn egal ob C oder HTML, es sind formale (Programmier-) Sprachen.

Er hat Jehoova gesagt ;-)
Ich kenne Leute, die dich schlachten, wenn du PHP als Programmiersprache bezeichnest. Wenn du allerdings HTML als Programmiersprache bezeichnest, kippen die einfach tot um :D

CU

Martin
 
Hehe, HTML - Lektion 1 ... man nehme seinen Editor der Wahl, öffne http://de.selfhtml.org/ im Webbrowser und los gehts :D

Code:
      1 <html>
      2   <head>
      3     <title>Homepage</title>
      4   </head>
      5   
      6   <body>
      7     <h1>Überschrift</h1>
      8     <p>Mein Text, Mein Text, Mein Text</p>
      9     <p>Ein <a href="http://www.bsdforen.de/">Link</a></p>
     10     <p><img src="http://www.bsdforen.de/images/smilies/biggrin.gif"></p>
     11   </body>
     12 </html>

Mal im Ernst, ich denke um Webseiten zu erstellen zu erlernen, ist es ein guter Anfang sich erstmal mit HTML zu beschäftigen und etwas später sein Wissen, mit Hinblick auf die Layoutgestaltung, mit CSS zu erweitern.

PHP, Perl, Ruby, ... und Datenbankanbindungen wie z.B. MYSQL, kommen eigentlich erst zum tragen, wenn es mehr um dynamische Webinhalte geht ... das Ergebnis sind dann wieder HTML und CSS

java, flash, asp ... naja es gibt noch de ganze Ecke mehr ...
 
tigion schrieb:
Hehe, HTML - Lektion 1 ... man nehme seinen Editor der Wahl, öffne http://de.selfhtml.org/ im Webbrowser und los gehts :D

Code:
      1 <html>........

Nicht schlecht Herr Specht!

Code:
No Character Encoding Found! Falling back to UTF-8.
No DOCTYPE found! Attempting validation with HTML 4.01 Transitional.

# Error  Line 1 column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".

<html>

The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.

✉
# Error Line 10 column 68: required attribute "ALT" not specified.

...ttp://www.bsdforen.de/images/smilies/biggrin.gif"></p>

The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

:eek:

Sorry, ich konnts mir nicht verkneifen.

CU

Martin
 
@overle

Also ich würde DIr folgendes nahelegen. Bzw mein letzter Azubi durfte diesen Weg gehen.

Wie einige schon richtig erwähnt haben Selfthml ist Pflicht.

Mein Azubi durfte jedoch zum schreiben der Homepage nur "vi" benutzen, der Hintergrund war folgender. Dadurch war er ziemlich schnell in der Lage "vi" zu beherrschen und ohne vi kommt man im Unixumfeld kaum aus.

Ich würde es Dir wirklich empfehlen vi als Editor zu verwenden, Du wirst ihn am Anfang zwar hassen wie die Pest, aber irgendwann wirst Du mir für den Ratschlag wahrscheinlich dankbar sein. Der Lerneffekt ist nicht zu unterschätzen. :)
 
troll schrieb:
Sorry, ich konnts mir nicht verkneifen.

CU

Martin

Ich denke Validierbarkeit nach gewissen Standards, wie z.B. W3C, ist am Anfang des erlernens nicht wirklich wichtig, aber für Lektion 10 eine sehr gute Idee ;)
 
Hi,

tigion schrieb:
Ich denke Validierbarkeit nach gewissen Standards, wie z.B. W3C, ist am Anfang des erlernens nicht wirklich wichtig, aber für Lektion 10 eine sehr gute Idee ;)

Überdenks noch mal.
Du wirst bei der HTML-Schreiberei öfters darauf stossen, dass du vollkommen unterschiedliche Darstellungen bei verschiedenen Browsern hast.
Ich hab damals den Fehler gemacht, das ich dann solange im HTML-Text rumgelötet habe, bis es einigermassen gleich aussieht. Meiner Erfahrung nach sind die Darstellungsprobleme aber auch weg, wenn man die HTML-Fehler beseitigt.
Zudem gewöhnt man sich keine falschen Sachen an.

In dem Beispiel vom Kollegen waren im Grunde zwei Fehler:
Der fehlene Dolkumententyp und ein fehlender alt-tag.

Der erste Fehler kann zu unterschiedlichen Browserdarstellungen führen(z.B. bei Zentrierungen)

Der zweite schliesst Sehbehinderte aus, weil kein Alternativtext für eine Grafik angegeben wurde und ein Sehbehinderter nicht verstehen kann worum es geht.

In meinen Augen sind das durchaus ernst zu nehmende Sachen.
Ich sehe den Validator als Hilfe und Supervisor an.

CU

Martin
 
@Martin: Ok, wo du recht hast hast du recht. Ich will hier ja schliesslich niemanden zu schluderigen HTML-Code verleiten :)

Code:
      1 <![url=http://de.selfhtml.org/html/allgemein/grundgeruest.htm#dokumenttyp]DOCTYPE[/url] HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      2                       "http://www.w3.org/TR/html4/loose.dtd">
      3 <html>
      4   <head>
      5     <title>Homepage</title>
      6   </head>
      7   
      8   <body>
      9     <h1>Überschrift</h1>
     10     <p>Mein Text, Mein Text, Mein Text</p>
     11     <p>Ein <a href="http://www.bsdforen.de/">Link</a></p>
     12     <p><img src="http://www.bsdforen.de/images/smilies/biggrin.gif"
     13             [url=http://de.selfhtml.org/html/grafiken/einbinden.htm#referenz]alt[/url]=":-D"></p>
     14   </body>
     15 </html>
 
Zuletzt bearbeitet:
rofl, ihr habt ja schmerzen :)
lass den jung doch mal das selfhtml erstmal anfangen.
wenn seine erste homepage steht, sehn wir weiter :)
 
Habe gerade den XML mind für mich entdeckt. Steht sogar unter editors/xxe in den Ports.

Nachteil: Basiert auf Java, ist also recht langsam, zudem noch auf dem jdk1.5!

Vorteile: Sehr gut strukturiert, erweiterbar durch Plugins, sogar mit deutscher Oberfläche (nachdem man das Plugin geladen hat), Schablonen (Templates) für DocBook, JavaDoc, XML, XHTML, HTML ...
Nur so als Empfehlung.
 
Ich würde auch sagen, dass du dir einen guten Editor aussuchst. Ich empfehle dir hier auch mal vim, da der Syntax-Highlighting kann und sonst auch fast überall genutzt wird in irgendeiner Weise. Ist letztendlich egal.
Fang einfach an irgendwas in html zu machen. Sehr empfehlen kann ich dir nur gleich XHTLM 1.0 zu lernen und gar nicht erst die alten HTML-Standards. Dann hast du nachher nämlich deinen Inhalt und deine Präsentation schön getrennt. Das wird nämlich mit CSS gemacht. Hier empfehle ich folgende sehr gute Links, da guck ich auch immer wieder nach:

http://www.w3schools.com/xhtml/default.asp
http://www.w3schools.com/css/default.asp

Ach ja, und beschäftige dich dann ruhig eine Weile damit, warum welche Browser irgendwas nicht richtig darstellen oder warum du nach den Standards arbeiten solltest (Stichwort: Accessibility und sowas).
Eine gute Homepage mit kostenlosen Vorlagen, die auch einfach nachzuvollziehen sind, findest du hier:

http://www.oswd.org/

Da gucke ich auch immer wieder und lasse mich inspirieren, da die Design meist sehr einfach gehalten sind und dennoch leicht zu verstehen sind. Im Normalfall sind die auch alle in XHTML geschrieben.
 
Zurück
Oben