Jump to content

edoplaza

Member
  • Posts

    139
  • Joined

  • Last visited

Everything posted by edoplaza

  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
  15. hello new friend! Anything I can help from Caracas,Venezuela, just tell me. Especially regarding classical music and literature!

  16. Ok ok, you are right. I'll change that. The <br> tags are not mine, by the way (if I remember well). They belong to the client who uses Cushycms to edit the front page and the "concerts" page. I won't ask him to learn how to write a HTML clean code, that would be too much... Bye! Eduardo
  17. I know, but this phrase: "Overall, I find it pretty boring" is the last phrase one would like to hear Cheers, Eduardo
  18. Hello Andrea, Thank you for your review, I am sorry you didn't like it! Cheers, Eduardo
  19. Hello everybody, I just finished a web site of a famous Spanish/Venezuelan progressive rock band called Kotebel: www.kotebel.com I know it's full of validation errors, but I use too many widgets and <objects> which never validate. I am mostly concerned with functionality and design so, please, let me hear what you think. Critics are welcomed. Thanks a lot, Eduardo
  20. Thank you Krillz and Newseed. I've found two solutions: 1- Use navicat to manage all DB and mysql connections from my computer 2- Install XAMPP and use phpMyAdmin as a test erver and then upload the files with the correct login, password, etc. Both are very useful. As for the client, he is my uncle. And he is very stuburn about his beloved host. I'll try to convince him to change into Linux for security reasons... Cheers, Eduardo
  21. Hello, I have a client who has a Windows server hosting plan. He doesn't really use any ASP on his site or any feature related to this platform. Now he want's me to build a new site for him but I am used to the Linux platform. I don't know if it's possible to install phpMyAdmin on this server, but I know it supports php. Or, maybe I'm confused... maybe you don't NEED phpMyAdmin to be installed on the remote server in order to use it. Is it recommended to use phpMyAdmin with a Windows server? or should I suggest my client to change into a linux platform? His server supports both Linux and Windows. Thank you, Eduardo
  22. Thanks Virtual, I will Cheers Eduardo
  23. Hello, I'm looking for a built-in platform or sofware which allows you to download and sell mp3's (with a preview option). Payments must be done through PayPal. I know "Maian music", but I don't like the standalone version (the one for Joomla is much better) Any ideas? Thanks Eduardo
×
×
  • Create New...