HTML

- Auto refresh / forward
- Commentaar script
- Cursor
- drop down menu - CSS
- Errorcodes (html)
- Favicon, je eigen icoon bij Favorieten
- HTML karakters // leestekens
- HTML-codes
- Iframe
- Selecteer field
- Selecteer textfield
- Spam email voorkomen via je website

Javascript

- Back / Forward
- check invoer op getallen
- check invoer op spatie
- Datum (javascript)
- Image fotoboek 01
- Image fotoboek 02
- Klok images
- Nummering (javascript)
- Slideshow
- Vraag en antwoord

jQuery / Diversen

- Commandline tips
- Lazy Load
- Retina graphics

PHP

- Aftellen naar datum
- Alle landen
- Check MYSQL-verbinding
- Datum (NL)
- Datum/tijd weergave (php)
- Distinct
- Eregi
- File inlezen in een array en sorteren
- htaccess
- Iedere dag een andere kleur
- Karakters omzetten naar HTML
- Laatste update
- Line2Break
- Loop
- Random image
- Random image uit een bepaalde map
- Server gegevens
- String lengte
- Url met extra info
- Verticaal centreren
- Werken met files (php)
- willekeurige url uit lijst

Url

- 101 Websites and Web Apps

Image fotoboek 01



Voorbeeld:

Start Over



Script:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<script language="JavaScript1.1">
var photos=new Array()
var which=0
/*Je kan hieronder zo veel plaatjes neerzetten als je zelf wilt*/
  photos[0]="/00117/dia1.jpg"
  photos[1]="/00117/dia2.jpg"
  photos[2]="/00117/dia3.jpg"
  photos[3]="/00117/dia4.jpg"
  photos[4]="/00117/dia5.jpg"
  photos[5]="/00117/dia6.jpg"
  
function backward(){
  if (which>0){
  window.status=''
  which--
  document.images.photoslider.src=photos[which]}}
            
function forward(){
  if (which<photos.length-1){
  which++
  document.images.photoslider.src=photos[which]}
  else window.status='End of gallery'}
</script>

<div align="center">
<table align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="2"><img src="/00117/dia1.jpg" width="200" height="168" name="photoslider"></td>
  </tr>
  <form method="POST" name="rotater">
  <tr>
    <td><input type="button" class="button" style="width:100px;" value="<<Back" name="B2"
  onClick="backward()"></td>
    <td><input type="button" class="button" style="width:100px;" value="Next>>" name="B1"
  onClick="forward()"></td>
  </tr>
  </form>
  <tr>
    <td colspan="2"><a href="#" onClick="which=1;backward();return false" class="button">
<small>Start Over</small></a></td>
  </tr>
</table>
</div>          


Zoek





Nieuws

11/02
19/10
07/05
17/03
07/03


Kalender



Laatste updates

26/02
16/02
21/12
08/03
17/01




Website: 235 pagina's.