Tag “JavaScript”
-
DOM Trees and Focus Order
6 Jan 2024
Sometimes it is hard to determine which element to focus. This post provides you with a specific tool to make your choice of candidates wider than just the body or “whatever the browser does”.
-
Load jQuery before RequireJS and still use it as dependency
23 Nov 2012
If you use RequireJS and jQuery in a project, you might find yourself in a situation, where you embed jQuery before RequireJS, but still need to have the “jquery” dependency respected. This article describes, how to achieve this.
-
A Minimal Proxy with PHP and SQLite
8 Mar 2011
Many web services allow access to their APIs via JSONP nowadays. This allows client-side JavaScript to access ressources via domain boundaries. However, for several reasons caching ressources locally (on the same server …
-
Website Thumbnails with CSS
14 Dec 2010
A thumbnail view of a website is meanwhile a common sight. Google has recently introduced it in its search results page, and numerous ad services offer more or less annoying tool tips with page previews. What all these i…
-
Kate and Regular Expressions
4 Nov 2010
One of the main reasons, why I finally landed at Vim as editor was the lack of decent regular expression support in all other editors I used so far (except, of course, Emacs). That includes especially Notepad++ on Window…