Forum Replies Created
-
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.
-
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.
-
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.
-
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.
-
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.
-
Fernando Mol
August 9, 2010 at 8:18 pm in reply to: What program do I need to make a banner exactly like this?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.
-
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.
-
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.
-
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;
}
txtThank 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.
-
Fernando Mol
July 24, 2010 at 2:57 am in reply to: Is it possible to use WordPress and Dreamweaver on the same website?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.