Ricardo Miguel A blog about stuff

21Jun/100

[AS3] Create a Smooth Rolling Scroller with AS3

In this tutorial you will learn how to make a scrolling list activated by mouse up and down movements, with different speeds based on the position of the cursor.

I’ll also cover preparing list data with PHP, loading XML data and a brief explanation of the algorithm I came up with.

Enjoy!

Continue reading @ Activetuts: link

17Jun/100

[PHP] Date Dropdown Menu

Hey there!

So, here I was working on a small project and decided to make an helper class for grabbing dates in a nice storable DB format, PLUS... the weekday!

Anyway, not going to check valid dates for now . Maybe in a later post.

So... let's get started!