Jump to content

edoplaza

Member
  • Posts

    139
  • Joined

  • Last visited

Posts posted by edoplaza

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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

  10. 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

  11. Hello,

     

    My new site: w ww.joelarias.com is supposed to have a problem on the very first page when wiewed on Safari for Mac. The problem is on the two navigation buttons: Espanol / English. One of them moves around on the hover position. It works fine in any other browser, even Safari for Windows. The css file is very small, but as I don't have a Mac i don't know how to solve the problem.

     

    Can any one help?

     

    Thanks,

     

    Eduardo

×
×
  • Create New...