Archive for the ‘Projects’ Category

CSS 3 dash

Sunday, January 9th, 2011

This is a test I wanted to make, using the css3 rotate() transformation.

I’m really happy with the initial result.

This script is using the following css declarations:

-moz-transform: rotate(Xdeg);
-webkit-transform: rotate(Xdeg);
transform: rotate(Xdeg);

(replace X with the proper degrees you want to rotate)

I’ve tested this on FF 3.5, Safari 4, and Chrome 6 and they all seem to be handling it pretty good.

I’d love to hear comments and suggestions about this.

demo

Number & Letter map marker icons

Wednesday, November 24th, 2010

lwt map marker icons with number and alphabet letters

This collection contains custom map marker icons tagged with all English letters (A-Z) and number 0-99.

Have fun using it and let me know if anything interesting comes up.

Download (13.5 MB, zip)

Creative Commons LicenselwtMapIcons by Vassilis Dourdounis is licensed under a Creative Commons Attribution 3.0 Greece License.

Introducing jQuery Blinds

Sunday, March 7th, 2010

Old idea, new implementation really.

I’ve ported my javascript slideshow to jQuery and this is what came about:

jQuery Blinds

Enjoy!

Letters & numbers Map Icons

Monday, March 1st, 2010

I have been fooling around with photoshop scripting today and I tried creating something practical as an exercise.

So this turned out:

(more…)

Guitar Tabs PHP Class

Saturday, February 13th, 2010

(more…)

Moving old projects to blog

Saturday, February 13th, 2010

My old projects for this site have been moved to this blog.

They are:

(more…)

jQuery Countdown Script

Friday, February 12th, 2010

Update (5/2/2010): This plugin has been updated. Please refer to the plugin’s page for up to date information.

This is an Easy to use animated countdown javascript.

Full example features a complete “under construction” page with 2 skins.

jQuery Countdown

(more…)