Jump to content

edoplaza

Member
  • Posts

    139
  • Joined

  • Last visited

About edoplaza

  • Birthday 09/20/1971

Profile Information

  • Gender
    Male
  • Location
    Caracas, Venezuela
  • Interests
    Music, literature, 3d animation

Contact Methods

  • Website
    http://www.pixelatelier.com

edoplaza's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello everybody, I am finishing a site, and I have a little css problem I can't solve: http://www.rubencantafio.com/wp/ On the search button (magnifying glass), the slide effect works like a charm, but on Opera (both PC and Mac) the position of the button is wrong is always wrong. What's happening? It's driving me crazy. Thanks, Eduardo
  2. Thank you very much. You are right, I changed the font colors and now it looks much better now. Sometimes I forget that legibility and usability is as important (or more) than design... Cheers, Eduardo
  3. Hello Everybody, I created a new website for a small massage academy in Caracas, Venezuela. The client wanted a simple website with nice and soft colors in order to give the impression of a relaxed and cool atmosphere: www.ceiacc.com For this website, I created a Wordpress theme from scratch (sandbox theme) and added some plugins and javascript animations. I hope you like it. Feel free to critisize and comment...I'm all ears... Greetings, Eduardo
  4. Wow, impressive amount of good work. For those e-commerce sites, do you use a pre-made platform, like Shopify?

  5. Ok, most valitation mistakes corrected. But I need the "allow trasparency" to get the iframes work in IE.
  6. Thanks, I'll correct those validation mistakes right away. I am not a fan of horizontal scrolling sites either. It has been a nightmare to me putting all together: horizontal scrolling, multiple slideshows, Google locator, etc., etc. Also, the client (a small company) was very very demanding, changing the design every two weeks... I'm not used to create sites like this, I prefer the good old vertical style, but I really have to say that I learned a lot doing this. Cheers, Eduardo
  7. Hello everybody, It has been a long time I haven't posted in this forum. I'd like to submit a new website I just created. The client wanted a very dynamic horizontal scrolling site. The whole thing was very challenging because I used a lot of javascript, iframes, etc. I know the code is not perfect, and it doesn't validate 100%, but I think it works ok. www.c-slit.com Any comments/critics are welcome... Cheers, Eduardo
  8. Hello, Thanks for your response. I'll try those options. Cheers, Eduardo
  9. Hello, I've created a gallery of images: http://www.pixelatelier.com/portfolio/ but I don't like the way the images load. I think it's messy and not very professional. I'd like to add an image loading effect with jquery. For example: http://jqueryfordesigners.com/image-loading/ But I don't know how to combine both scripts (lightbox + image loading) Any ideas? Thanks, Eduardo
  10. Hello, I like your site very much. Maybe, you could improve the footer with a better layout (the search bar, the white space towards the right side, etc.) Cheers, Eduardo
  11. Thank you very much, You are right, it looks nicer now! I'm glad you like the portfolio. Cheers, Eduardo
  12. Please, it's not a problem at all! Look here: http://fancybox.net/api In advanced options, the very first row: type Forces content type. Can be set to 'image', 'ajax', 'iframe', 'swf' or 'inline' I used iframe. It allows you to display text, links, images, etc. Look how I did: <script type="text/javascript"> $(document).ready(function() { $("a[rel=example_group]").fancybox({ 'width' : 900, 'height' : 600, 'autoScale' : false, 'cyclic' : true, 'hideOnContentClick' : false, 'imageScale' : false, 'scrolling' : 'no', 'centerOnScroll' : false, 'padding' : 0, 'showNavArrows' : true, 'hideOnOverlayClick' : false, 'transitionIn' : 'fade', 'transitionOut' : 'fade', 'type' : 'iframe' }); }); </script> Make sure to set 'hideOnContentClick' to false, otherwise you won't be able to click on any links inside the iframe. E.G. an external link to a website. I hope this helps... Cheers, Eduardo
  13. Thank you very much Susie, Yes, there is plenty of info about fancybox. Maybe I can help you (I'm not an expert though). I'll try to find some tutorials or links for you. Cheers, Eduardo N.B. By the way, your portfolio is awesome!
  14. Hello friends, I'd like to have some feedback for my new website: pixelatelier ww w.pixelatelier.com Pixelatelier is a web and graphic design studio located in Caracas, Venezuela. I designed and programmed it. It's a very simple layout with some JavaScript effects. I tried my best to validate the HTML code. Also, please excuse the English faults, I'm not proficient in that language. Any critics or suggestions are welcome. I hope you like it! Thanks, Eduardo
×
×
  • Create New...