Forum Replies Created

Page 24 of 63
  • Fernando Mol

    September 7, 2010 at 5:44 pm in reply to: Tips for producing web design demo reel

    Adobe Captivate has a great tool for screen capture. It actually takes screen shots and animates the mouse, so your final file will be a very small swf, instead a full movie.

    I don’t think that, for the final user, anything will be better than a list of your examples with thumbnails and links to the real sites.

    If you sell e-learning or animation it’s great, otherwise, I think it will be just a clever (and maybe too complicated) way to do a list. But that’s just my opinion.

    I hope this helps.

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    September 7, 2010 at 5:38 pm in reply to: google will not translate

    I have never used the Google tool that way, but probably it has nothing to do with Dreamweaver. Once you open a file using F12 you are opening a local file in a browser. From there, you are using your browser and the Google service.

    So, I think, Google is not translating local files anymore. But you can test using an older file to see if there’s something different in your code.

    I hope this helps.

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    August 20, 2010 at 10:22 pm in reply to: Conditional redirect

    I googled: “javascript detect window already opened” and found some code examples.

    I hope this helps

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    August 16, 2010 at 2:36 pm in reply to: How to convert PSD to WP?

    If what you want is to export your PSD design to an HTML functional page, look in the tutorial section of the COW.

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    August 11, 2010 at 3:02 pm in reply to: HTML5 Video on the iPad

    Could it be that your DOCTYPE is for HTML 4.01 Transitional?

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • It’s done in Flash.

    There are some sites that sells templates. Google for “Flash template” and see if there’s something you like.

    But beware, Flash has a slow learning curve.

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    August 9, 2010 at 8:13 pm in reply to: WordPress video uploading plugins

    I don’t use Worldpress, but a fast googlesearch give me this list:

    https://mashable.com/2007/07/27/50-wordpress-plugins-for-multimedia/

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    August 1, 2010 at 7:12 pm in reply to: Professional Resources (Fonts, Images)

    These are some places I check when I’m looking for free resources.

    https://sixrevisions.com/
    A blog with freebies, fonts, high res textures, Photoshop brushes, etc.

    https://www.psdgraphics.com/
    Illustrations, textures and resources for Photoshop.

    https://www.geeksucks.com/
    Lots of resources. Look at the freebies section.

    https://www.smashingapps.com/
    Resources mostly for inspiration and web design, but in the freebies category there are some vector art that may help you.

    There’s a forum in the cow called Free Stuff. I haven’t see many design resources there, but no harm to take a look.

    I hope this helps.

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Fernando Mol

    July 27, 2010 at 6:32 pm in reply to: Mark names to text layer

    It worked great!

    I tweak it a little to access the comp marks.

    txt = value;
    n = 0;
    if (thisComp.marker.numKeys > 0){
    n = thisComp.marker.nearestKey(time).index;
    if (thisComp.marker.key(n).time > time) n--;
    if (n > 0) txt = thisComp.marker.key(n).comment;
    }
    txt

    Thank you very much, Dan.

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • You may want to read this article:

    https://www.wpbeginner.com/news/wordpress-themes-made-easy-with-adobe-dreamweaver-cs5/

    And about PHP/MySQL, it’s a lot easier to just create a database and display posts in your website than to install wordpress just for the comments, but that’s true if you have some basic knowledge of how to use databases (not that difficult) and how to configure Dreamweaver to use them (not that difficult). DW has some behaviors that make very easy to interact with databases (not that difficult). But once you get an error, and probably you will, then it will not be that easy to debug a code that you don’t understand.

    Some people think that you’ll end giving the same effort to learn how to install and use wordpress than the effort you’ll do to learn how DW interact with a database.

    I hope this helps

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

Page 24 of 63

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy