Doorgaan naar hoofdcontent

Posts

Er worden posts getoond met het label Webdesign

New website online! (and more)

Take me straight to the webpage! Hard work It was a lot of work re-designing my websites, but finally it was done and online end 2023. But either the blog or the social-media section got hacked (I could have known) so I took those down, never again any interactivity on my website (this is the second time in 23 years this happened). Website-architecture All the websites now have the same architecture, this means that whenever I need to make changes in the future again, it will be a piece of cake. Social-media section The 7th. of august 2023, I installed OSSN-social media application and added the facebook-theme to it. This theme looked exactly like facebook did in the old days, before they started adding all kinds of things that nobody asks for and that make facebook a labyrinth in which nobody can find anything anymore. I thought it was awesome: finally we could have social contact again like it's supposed to be. No selling personal data, no unclear rules, no censor...

De codex Hammurabi

Breng me direct naar de webpagina! Hammurabi´s wetten Één van mijn eerste website-projecten was het vertalen van de wetboeken van Hammurabi Bronnen Ik heb deze vertaling niet vanuit het Babylonisch gedaan maar een Engelse en een Duitse vertaling gebruikt En dat was al werk genoeg.... Rechtvaardig Hammurabi was een hardvochtig man (moest ook wel in die tijd) Maar hij was óók rechtvaardig: hij heeft bijvoorbeeld diverse wetten geschreven over het vals beschuldigen van een ander

Install PHP locally

PHP the easy way If you have a website with PHP-files, you can install a webserver-package with PHP, Apache webserver and MySQL for example, one like Xampp, Wampserver or whatever. But that can bring some serious trouble too: often you need to change several settings and other additional software to make everything work and it can therefore become pretty annoying. But what if you only need PHP? Is there a simpler way to maintain your website offline? Yes there is, let me explain: you can go to the downloadpage of php.net or if you are on windows even easier: go to the windows-downloadpage . Preparing for installation Download the PHP-version you want (look for the version you´re running on your website) and extract the package to any folder you want. In the root folder where you unpacked the zipfile exists a file called "php.exe". Starting this file alone is not going to work, you need to give it some extra info. Getting it done Now, I have unpacked the downloaded...