mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-10 21:16:32 +01:00
some old content redirects
This commit is contained in:
parent
269d293c75
commit
ebfed35a90
@ -10,6 +10,9 @@ category: design
|
||||
tags:
|
||||
- tutorial
|
||||
- osx
|
||||
|
||||
redirect_from:
|
||||
- /2008/02/how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites/
|
||||
---
|
||||
|
||||
As you may know you can easily password protect your website or parts of it using an htaccess file with special instructions on an [Apache](http://www.apache.org/)-based server. For using this method you just have to put a file named `.htaccess` (which includes the instructions for the webserver) and a file named `.htpasswd` (which includes the login-accounts) in the directory you want to have password protected. But you have to encrypt the passwords of the login data for yourself, which is a quick task on a Mac.
|
||||
|
@ -8,7 +8,11 @@ date: 2008-04-17 01:32:13+00:00
|
||||
wordpress_id: 39
|
||||
category: design
|
||||
tags:
|
||||
- css
|
||||
- tutorial
|
||||
|
||||
redirect_from:
|
||||
- /2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/
|
||||
---
|
||||
|
||||
![CSS](/media/css.png)The aim of this article is to give you a quick introduction of a css property named text-shadow which was first included in CSS2 (but it's not implemented in all browsers yet). Nevertheless you can make some cool effects with it, which could only be done before by photoshopping text and rendering it as an image.
|
||||
|
@ -8,6 +8,9 @@ date: 2008-04-28 12:53:18+00:00
|
||||
wordpress_id: 44
|
||||
categories:
|
||||
- design
|
||||
|
||||
tags:
|
||||
- css
|
||||
---
|
||||
|
||||
![WebKit](/media/webkit.png)They won't stop with their cutting edge love. After having [text-shadow](http://www.kremalicious.com/2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/) implemented since many years and having a bunch of other cool stuff implemented like CSS gradients or CSS box-shadow the WebKit team freshly announced a new cool feature: CSS alpha masks.
|
||||
|
@ -8,6 +8,10 @@ date: 2008-05-22 20:01:12+00:00
|
||||
wordpress_id: 59
|
||||
categories:
|
||||
- design
|
||||
- css
|
||||
|
||||
redirect_from:
|
||||
- /2008/05/showcasing-the-css-parallax-effect-12-creative-usages/
|
||||
---
|
||||
|
||||
[![The kremalicious Parallax](/media/parallax-visualization.png)](/media/parallax-visualization_big.png)
|
||||
|
@ -12,12 +12,14 @@ wordpress_id: 67
|
||||
categories:
|
||||
- goodies
|
||||
- photography
|
||||
|
||||
tags:
|
||||
- icon
|
||||
|
||||
redirect_from:
|
||||
- /new-goodie-niepces-camera-obscura-and-the-history-of-the-first-photograph/
|
||||
- /4-more-icons-niepces-camera-obscura-v11/
|
||||
- /2008/06/niepces-camera-obscura-and-the-history-of-the-first-photograph/
|
||||
---
|
||||
|
||||
These two desktop icons show the Camera Obscura as it was used by Nicéphore Niépce in an Aperture and iPhoto style and are intended as an homage to him. Nicéphore Niépce made it first possible to preserve an image taken with a camera obscura in 1826 or 1827 by using a special mixture of bitumen on a pewter plate, naming it Heliography. This first preserved photograph "View from the Window at Le Gras" is the one you can see in the iPhoto icon contained in this package. The third icon is the folder icon I have created for this icon package.
|
||||
|
@ -15,6 +15,9 @@ tags:
|
||||
- boilerplate
|
||||
- tutorial
|
||||
- wordpress
|
||||
|
||||
redirect_from:
|
||||
- /2012/05/wp-icons-template/
|
||||
---
|
||||
|
||||
Here’s a template for designing your own icons for the admin area of WordPress including icons ready for Retina screens and some recommendations for the workflow of implementing these.
|
||||
|
Loading…
Reference in New Issue
Block a user