Here is a link to my resume.
Here are some code samples:
Few words. Professionally I have been working on very large projects, where it’s difficult to showcase my code, since these sites have many other developers involved. To name a few: http://www.nbcnewyork.com or http://www.laredoute.fr.
My main showcase project is a Czech social networking site that I have been working on for the past year. I am the owner of this site and did 100% of the programming and design.
Test accout:
http://fungu.cz
login: pedro
password: test
Here is some code to pinpoint.
Main CSS file:
http://fungu.cz/css/main.css
JavaScript Code:
(fungu.cz uses the jQuery framework extensively. In addition in most cases the code attempts to be organized in ‘classes’ using OO principles)
Regarding JavaScript, I am using jQuery and a few jquery plugins.
To pinpoint some of the functionality: (make sure you login first)
Here is the latest OO js:
http://fungu.cz/js/j_classes.js
It is basically a photo slideshow, that runs from JSON (on purpose not AJAX based) so that it could be used as widget (kind of works as ondemand js loading). Some features of this code; it preloads the next image; allows for url bookmarking registering the #index (for example: http://fungu.cz/fotka.aspx?i=2864&t=u&r=pedro#4)
Some other samples:
http://fungu.cz/h.aspx
Drag and drop photo organizer:
http://fungu.cz/serad-fotky.aspx
Inline editing:
http://fungu.cz/fotky.aspx?iu=pedro
Google maps integration:
http://fungu.cz/lide.aspx
Other Code to be mentioned
Prototype of multi-parameter product filtering inspired by endless.com. (prototypejs and scriptaculous
Dave's CMS