Month: July 2006
Photo to impressionist painting action with Photoshop
From Wikipedia: Impressionism was a 19th century art movement that began as a loose association of Paris-based artists who began publicly exhibiting their art in the 1860s. The name of the movement is derived from Claude Monet’s Impression, Sunrise (Impression, soleil levant). Critic Louis Leroy inadvertently coined the term in a satiric review published in … Photo to impressionist painting action with Photoshop
Mouse wheel handler in Javascript
I found this very very interesting script by Adomas PaltanaviÄius to determine if you are using mousewheel. It returns a delta value, +1 or -1, according to scroll direction. Scroll mouse wheel to see delta here. I am publishing it here, and very soon I will start to use it to code games, form handlers, … Mouse wheel handler in Javascript
Vignette effect action for Photoshop
Strip non alphanumeric characters from a string with php
Very simple and useful code, but hard to find in the internet. You may need it when you code an user authentication script and want to prevent the user to hack it with ascii injection. I will use regular expressions because it is the quickest way, and we want to be quick (almost) everytime… $new_string … Strip non alphanumeric characters from a string with php
Enhanced country selection with Css and Javascript
How many times you had to choose your country in a form, with a old, simple popup? Time to change the way you choose your country (or anything else) with a bit of Css and Javascript. I am showing the example in a iframe not to mess with WordPress styles. As you can see, when … Enhanced country selection with Css and Javascript
