Auf ausdrücklichen Wunsch hin schreibe ich nun eine Anleitung zur Verwendung meiner genealogischen Skripte, zunächst einmal auf Deutsch. Zum späteren Zeitpunkt wird auch noch eine Übersetzung auf Englisch folgen.Read More
Autor: luventas
Upload images by PHP
Somehow it depends to the basics of PHP, but there are a lot of beginners who are searching for a possibility to create an upload of images for there websites. So I will give a short explanation how to do this.Read More
Create a database from your GEDCOM file, PHP Version
In response to a special plea, I translated my PERL version for creating a database out of a GEDCOM file to a PHP version. This version is also free for use.Read More
Test Browser compatibility
If you are a developer of websites or -software, you know this problem:
While developing of websites is really a tie to make them compatible for all browsers. Especially because it is not possible to habe all needed browsers on your system. But here are a few possibilities how you can test most of the browsers you want to test.Read More
A stripe should be a stripe
Everybody who develop or design for the world wide web knows this problem: cross browser compatibility. Since the new IE9 it’s getting much more better, but if you have to create a website, which should have pixel to pixel the same view in all browsers, you have a real problem, because every browser has its own properties. Read More
Create an Excel document with PHP
Some weeks ago I needed the possibility to create an excel sheet with PHP. I searched for it and found several possibilities which are more or less unusable or are running to long for the timeout of the webspace where I implemented the solution.
But after a few days of searching I found a good framework to create the excel sheets in an easy way.Read More
Email address validation check
It is possible to check if an email address is valid directly while the user is typing it in the field. It is not to check, if this email address is reachable, only if it can be valid (no unallowed characters, including an @-sign, a dot and a correct localization).Read More
Create your website multilingual – Second way
Yesterday I posted you an easy way to make your website multilingual. There are several ways to do this. Today I wanted to post youa second way to create a multilingual website. The method from yesterday was a version to use, if you want to translate your whole website and to have the possibility to insert also different looks.
If you want to translate only text parts, you can use translation property files. These are read to the session and inserted from the session to your website.Read More
Create your website multilingual
A lot of Websites all over the world have a lot of hits from foreign countries. In 99.9% of this cases the visitors are leaving after a few seconds because they are not able to read or understand the information you offer. How are you able to hold these visitors on your website?Read More
Include your family tree in your webpage
Yesterday I’ve posted for all interested genealogists and webmaster, how they can create a database out of their gedcom file. But how you can display this information on your website?
In this post I want to explain, how I do this and share you my PHP code for free to use it on your website. I only please you for let my link in the code, that I have also something out from it.Read More