Category > HTML Stuff

Wordpress Themes (overzicht)

admin » 17 September 2008 » In HTML Stuff, Wordpress Themes » No Comments

Continue reading...

Website Templates

admin » 16 September 2008 » In HTML Stuff » No Comments

XHTML layout files (tableless), CSS stylesheets, HTML layout files (tables-based), JPEG/GIF images, PSD file(s)


webdesign templates

Continue reading...

Alle mogelijke 301 Redirects

admin » 29 August 2008 » In HTML Stuff, SEO Kennisbank » No Comments

best Rank

How to 301 Redirect your URL’s

February 28th, 2008 by Mike Shannon

One of the most important techniques that a web master can use to help make their site more search friendly is to properly implement 301 redirects. 301 redirects can be used to tell a search engine that301 redirect signs page “A” is really supposed to resolve to page “B”, or we can even make it so that domain “A” should resolve to domain “B”, if needed.

But why should we care about page or domain redirection in the SEO world?

* Cuts down on duplicate content issues.

* Helps to transfers link juice into a concentrated areas on your site

* Helps get your pages indexed

How to 301 Redirect your URL’s | Best Rank Blog

Continue reading...

Base Url

admin » 29 July 2008 » In HTML Stuff » No Comments

Het “Base” element kan gebruikt worden om de basis url (domeinnaam) voor alle interne links binnen een pagina te specificeren.

<base href=”http://www.domeinnaam.nl” />

De “Base” tag dient tussen de header tags geplaatst te worden <head> … </head> en het is belangrijk dat deze boven de verwijzing naar CSS en Javascript files wordt geplaatst.

Continue reading...

Sample tekst generator – Lorem Ipsum

admin » 27 July 2008 » In HTML Stuff, SEO Kennisbank » No Comments

Lorem Ipsum

Genereer eenvoudig sample tekst.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Lorem Ipsum – All the facts – Lipsum generator

Continue reading...

PHP errors weergeven

admin » 26 July 2008 » In HTML Stuff » No Comments

PHP errors kun je weergeven met de volgende code:

<?php error_reporting(E_ALL); ?>

Continue reading...

Zoekbox + (uitleg) Tekst

admin » 14 July 2008 » In HTML Stuff » No Comments

Zoekbox met uitleg Javascript ” onfocus / onblur ”

<input type="text" value="Voer hier uw zoekterm in.." name="s" id="s" onfocus="if (this.value == ' Voer hier uw zoekterm in..') {this.value = '';}" onblur="if (this.value == '') {this.value = Voer hier uw zoekterm in..';}" />

Continue reading...

MySQL query (Zoeken binnen database… en kolom… )

admin » 28 May 2008 » In HTML Stuff » No Comments

MySQL query

Zoeken binnen database… en kolom… , met een zoekwoord bestaand uit…

SELECT * FROM `tabel` WHERE kolom LIKE '%zoekwoord%'

Continue reading...

 Page 3 of 3 « 1  2  3