Hi all,
Been working with Drupal since 2008 and never looked back. But as most of us you spare time is a scarce commodity so I never got around to create a portfolio of my own work. Started multiple times and never finished it due to deadlines on other projects but this time I managed to pull thru!
You can find it at www.cannedconcept.com let me know what you think!
Am adding more projects soon. Not all projects listed are Drupal projects, I used to do a lot Flash based stuff... used to!
For my portfolio I didn't do a lot of custom module work but I'll be more than happy to answer any questions on the portfolio or the Drupal projects listed in the portfolio.
I'm working on a write up on the listed Nail Creation project which was my biggest Drupal challenge! And for which I wrote a multitude of custom modules.
Cheers
Comments
_
very nice portfolio site! love the simplicity and focus on the sites.
how did you incorporate ccgallery? manually? with views?
Thanx!
Thanx for the compliments!
If I understand your question correctly; I have an cck file field / image that I display as a colorbox: so html output is just a bunch of images that will trigger colorbox. Then via jQuery I wrap all these items with the div.ccGalleryContainer and some other divs and add jQuery cycle pager, prev/next and play buttons and make 'em cyclable. This because I didn't want to output all this jQuery cycle stuff in the source if no javascript was available anyway (screenreaders, SEO and reasons like these :) ) I also hide all but the first images of each gallery by changing it's source and changing the source back upon interaction to save load time. The cycle plugin itself is in my theme directory and is added via the theme.info file...
Hope this answers your question.
Cheers
________________
Live fast die young
Wow
Wow
Thanx :)
Thanx :)
PS. how's the weather there, might pop over to Thailand for a week... need some sun!
________________
Live fast die young
Bangkok and the East is hot,
Bangkok and the East is hot, but the North is cool.
Sawasdee! Hmm might pop over
Sawasdee! Hmm might pop over to Krabi or Phi Phi then, north is nice but the canals of Chiang Mai don't offer great swimming :)
________________
Live fast die young
D6?
Very nice site! I'm looking to do something similar in Drupal 7. How did you get the top to stick like that when you scroll?
It's a combination of js and
It's a combination of js and css. I clone the menu with js and add a classname to it that hides it and add a position: fixed. Upon scrolling I call a jQuery show() for the element.
Cheers
________________
Live fast die young