StatiCrypt

With StatiCrypt you can encrypt static HTML pages. That way they can only be viewed after entering a password. StatiCrypt - Password protect static HTML: StatiCrypt uses AES-256 with WebCrypto to encrypt your html string with your long password, in your browser (client side). Download your encrypted string in a HTML page with a password prompt you can upload anywhere (see example). The text was automatically translated from German into English. The German quotations were also translated in sense. ...

May 1, 2023 · 1 min · 79 words

A Single Div

What you can do these days with pure CSS is pretty astonishing. The page A Single Div by Lynn Fisher shows what can be packed into a single div. Everything’s there — from heads and candy to cartoon characters and lovely icons. Really an impressive bit of fun. Thank you Stefan The text was automatically translated from German into English. The German quotations were also translated in sense.

January 11, 2018 · 1 min · 68 words

Twitter Cards in WordPress

Since around mid-2012, Twitter has supported Twitter Cards. Twitter Cards are meant to give Twitter users a preview of posted links. You can present video, images, or text snippets as a preview. The following code lets WordPress users optimize their theme for Twitter Cards. First, add the following code to the function.php of your WordPress theme; once you’ve done that, you still need to apply for Cards with Twitter registrieren. ...

March 3, 2014 · 2 min · 283 words

Edit images with CSS (currently only Webkit)

CSS3 Filters: Altering HTML and Images with just CSS → CSS3 Filters are a quite interesting offshoot from SVG, allowing you to modify HTML elements and images with blurs, brightness and a lot more. In this quick tutorial we’ll go over exactly how they’re going to work. Black-and-white and blur filters should definitely be added to the HTML5 standard. They would make it possible to create some really great effects. ...

July 8, 2012 · 1 min · 90 words