Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Kategorie "JavaScript / Ajax"
(English) Nothing new, nothing special… just the working code of a basic Ajax skeleton, as this has to be copied and pasted that often. This example shows an application similar to Google suggest, which searches related values, whenever a key is pressed.
(English) These are my todays top 10 Javascript functions which I gathered in more than 6 months of casually Javascript Development. Almost each of them helped out of more than one problem, so they deserve to be perpetuated here and help again. Most of these are not written by me, but by some other great programmer on the web, and I really would like to mention all of them here if I would know where I have got all of these great scripts. Have fun an use wisely. […]
Da auch dieses öfter mal gebraucht wird, anbei die fertige Länderauswahl-Liste nach dem ISO-Standard „ISO 3166“ mit zweistelligem Länderkürzel und dazu die Funktion das gewählte Land per Javascript vorauszuwählen. Man muss natürlich überlegen, ob man für diese Aufgabe zum Beispiel in Benutzerprofilen nicht PHP verwenden will um sicherzugehen, dass alles seine Richtigkeit hat. Wo es […]
This tutorial shows how it is possible to scroll a very big database table using Asynchronous Javascript and JSON with an easy extendable and customizable script. We created four files – index.html (contains the Ajax table), functions.js (contains all the Ajax work), suggest.php (the server-side work), and entries.php (server-side script for instantiating number of table […]