Free Templates

Does any know where you can get free "good" Adobe After Effects templates?

You can always check out my stuff:
http://www.aestuff.myleniumstuff.de
Aside from that, you can find a plethora of pre-made projects on sites like Videohive or Revostock for a few bucks. Some are ugly, some are okay and there are even some who are really nice. And of course scour all tutorail sites. Not only Video Copilot, but also Tuts+ etc.
Mylenium

Similar Messages

  • Are there any good free templates for motion like the 8 that come with it?

    Hi,
       Are there any decent free templates out there for Motion - similar to the ones that it ships with (ie small intros, lower thirds, etc..)
       Thanks!
      - Jack

    You may want to check here first.
    http://www.fcp.co/forum/9-free-fcpx-plugins-and-templates

  • Free template help

    I found a free template for a photo gallery and I am having problems making it work. Can someone maybe break the code down a lil bit for me or provide me with some direction. Please.. or maybe reference me to a more simple template.
    here is the code.  for the html:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>www.BuyBoatLiftsCheap.com</title>
    <link rel="stylesheet" type="text/css" media="all" href="gallery.css">
    </head>
    <body>
    <!-- gallery div start -->
    <div class="gallery">
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image01">
    <span><img src="images/pre_image01.gif" alt="Elevator 1"><em>Elevator Lift</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image02">
    <span><img src="images/pre_image01.gif" alt="Image02"><em>Image02</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image03">
    <span><img src="images/pre_image01.gif" alt="Image03"><em>Image03</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image04">
    <span><img src="images/pre_image01.gif" alt="Image04"><em>Image04</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image05">
    <span><img src="images/pre_image01.gif" alt="Image05"><em>Image05</em></span></a>
    </div>
    <div class="no-thumb"> </div>
    <div class="no-thumb"> </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image06">
    <span><img src="images/pre_image01.gif" alt="Image06"><em>Image06</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image07">
    <span><img src="images/pre_image01.gif" alt="Image07"><em>Image07</em></span></a>
    </div>
    <div class="no-thumb"> </div>
    <div class="no-thumb"> </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image08">
    <span><img src="images/pre_image01.gif" alt="Image08"><em>Image08</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image09">
    <span><img src="images/pre_image01.gif" alt="Image09"><em>Image09</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image10">
    <span><img src="images/pre_image01.gif" alt="Image10"><em>Image10</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image11">
    <span><img src="images/pre_image01.gif" alt="Image11"><em>Image11</em></span></a>
    </div>
    <div class="thumb">
    <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image12">
    <span><img src="images/pre_image01.gif" alt="Image12"><em>Image12</em></span></a>
    </div>
    </div>
    <!-- gallery div end -->
    <!-- clear both div -->
    <div class="clear"> </div>
    </body>
    </html>

    This is the CSS Code that goes with the html code..
    /*****    css photo gallery template    *****/
    /*****  http://www.tankedup-imaging.com *****/
    /*****            20/08/2006            *****/
    /* ---------- gallery container ---------- */
    .gallery {
    position: relative;
    width: 624px;
    height: 472px;
    margin: 1em auto;
    /* ---------- opacity ---------- */
    .gallery a img, .gallery a:visited img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.6;
    .gallery a:hover img {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.9;
    /* ---------- thumbnail images ---------- */
    .thumb, .no-thumb {
    float: left;
    width: 149px;
    height: 112px;
    margin: 2px;
    .thumb {
    border: 1px solid #000;
    .no-thumb {
    border: 1px solid #9ff;
    .thumb a img {display: block;}
    .thumb a span {display: none;}
    .thumb a:hover, .thumb a:active, .thumb a:focus {background: transparent;}
    /* ---------- preview image ---------- */
    .gallery a:hover span {
    display: block;
    position: absolute;
    width: 300px;
    height: 225px;
    top: 123px;
    left: 160px;
    /* ---------- preview image text block ---------- */
    .thumb em {
    position: absolute;
    width: 250px;
    top: 200px;
    left: 25px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #ab5;
    color: #036;
    font: normal 12px/20px verdana,arial,helvetica,sans-serif;
    text-align: center;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    .thumb a {
    text-decoration: none;
    /* ---------- no border on images ---------- */
    a img {border: 0;}
    /* ---------- clear floats ---------- */
    .clear {
    height: 0;
    line-height: 0px;
    font-size: 0;
    clear: both;

  • Free Template Downloads

    When you download the free templates i.e. from WebAssist, they go to a temporary internet file.  What do you need to do to bring them into Dreamweaver?

    Thank you.  I save it and it goes to a zip subdirectory folder.  I tried to open it, it would only open read only with no images.  Do I need to extract it with WinWar?

  • Free Templates For MX

    I use MX and am looking for free templates to download from credible sources.
    Specifically I seek a feedback form with CAPTCHA or another anti-spam measure.
    ta

    Have to say, I fear this is precisely the answer I expected.
    The matters you raise, somewhat overcook my innocuous request for Templates on basic scripting functionality. I am not advocating not learning programming...that would be daft..One begets the other, a win win.
    You do underline my points somewhat, though, in the sensitised tone.
    To clarify:
    Barriers to entry
    Extremely high cost of competent software
    Very steep learning curve. years of practice [as experienced people often describe]
    Overwhelming preponderance of contradictory advice and research, with relatively vague guidance and boundaries
    Huge costs of research material [lest one get lost in the morass of web based claim and counter-claim which are not to be relied upon].
    Books like yours retail at $40, for example [which I have].
    Wordpad is fine for hard coding scripts, but offers little in the way of UI presentation, which has been vital in converting ordinary punters to the internet
    I dont know who thinks that Dreamweaver can do it all for you? I am not aware of anyone who believes that, even of so-called "Code Generators" dont pretend to achieve all [and tend to create more problems than they resolve].
    Quotes: "Anybody can create a sophisticated website with Notepad for the HTML, CSS, and JavaScript, plus a graphics editor for images." and "There's a strange belief that web development must be easy."
    These are self-contradictory statements and morever articulate my points yet further.....why shouldn't web design be easy, pray tell?
    That is expressly the question that IDE developers should be asking?
    It's simple the more accessible my software, the more folks will use it.
    Hard work? Work smart and achive more, surely? The place of business is littered with folks who sit at their desks symbolically, thinking the look like they are working hard. A cursory glance at any basic measures of productivity demonstrates that most of that time is completely wasted. It is a well known syndrome.
    Indeed many, folks have evolved the hard work charade into an art form.
    Academics, have the luxury of time to wade endlessly into flights of fancy, which is as it should because this is how problem solving occurs. Moreover, such folks get paid to so do [and all the power to them].
    My point is that the wider audience wants more efficient ways to achieve defined objectives; as the-crow-flies, not expend valuable energy.
    You say: "There's a strange belief that web development must be easy" What on earth is so "strange" about such an aim?
    Some of the finest pop songs vere composed, were authored in a day! The Model T Ford was like driving a Massey Ferguson tractor compared to the experience in modern cars. Is it strange to want the former "hard work" driving experience over the latter?
    To describe such requests [aforementioned] as somwhow an abrogation of "hard work" is entirely perjorative matter of personal [usually derogatory] and I might proffer diffident, opinion, not least because it suggest that your methods are somewhow superior to others.....once again underlying my point about "elitism".
    Worker A: If I have a problem and find a workable solution to that problem in five minutes, I can then move on to the next challenge more quickly.
    Worker B: If I make a meal out of that problem and take five 15 hour days to resolve the same feasable solution.......tell me this:
    Were you paying someone for their problem solving services, who would you employ in the future? Therein lies the knub of the issue. Or is my logic flawed?
    Why would pay for the person that makes work for themselves, because they worked hard!?
    We can have it all: learn CSS; HTML; Javascript; CGI,XML etc as we go along using the Script Templates and what better than to have peace of mind knowing that an industry leading team of developers had been the ones that put those Templates together. One would then buy in the more sophisticated add ons.
    I can use the time I have saved, by working hard on bringing up my kids.
    w

  • Free Templates for PE

    Hi,
    New wedding Templates
    Design Exclusive and Creative Photo Album with Less labor & less time with the Ready to use Templates Collections. Easy to use Templates Collections not only Save your Time but also Money & Enhance your productivity. This unique collection of Templates presents history of moments experienced in time.
    http://mediacafe.in/product_display.asp?cid=128
    Download Free Templates
    http://mediacafe.in/product_display_free.asp?cid=127
    http://mediacafe.in/product_display_free.asp?currpage=2&cid=83
    Thanks
    www.mediacafe.in

    Hi,
    New wedding Templates
    Design Exclusive and Creative Photo Album with Less labor & less time with the Ready to use Templates Collections. Easy to use Templates Collections not only Save your Time but also Money & Enhance your productivity. This unique collection of Templates presents history of moments experienced in time.
    http://mediacafe.in/product_display.asp?cid=128
    Download Free Templates
    http://mediacafe.in/product_display_free.asp?cid=127
    http://mediacafe.in/product_display_free.asp?currpage=2&cid=83
    Thanks
    www.mediacafe.in

  • Download free Template for PE

    Hello,
    Download free Template for PE
    http://www.mediacafe.in/product_display_free.asp?cid=83
    thanks

    After zip download unzip the zip file and you will found psd file
    that psd file you can open in Photoshop Elements and use it
    still any query please ask
    thanks
    dhiraj

  • Are there any free templates available for MUSE?

    Are there any free templates available for MUSE?

    Thank you for your help!
    Sent from my T-Mobile 4G LTE Device

  • Download Free Templates

    Hi I am create my new webiste so, I need some templates use for our website. I search the best templates provide me. I have download more type of templates for web design sites of web design company free form http://freetemplates.webdesigningcompany.net/ this website. In this website more type of templates are design in PHP . HTML , Flash templates. So, I have more templates for free of cost.

    I am new to Designer LiveCyle. I am trying to calculate a single column similar to an excel sheet.I have read FormCalc but cannot figure out the correct method. It is a single line that need to be total at the bottom. Any suggestions???

  • Free Templates for Pages ?

    Hi,
    Where can we find great templates for Pages ?
    <Edited by Host>
    Thanks.

    Welcome to Apple Discussions
    There are several options for templates you can use in Pages. First, there those submitted by other users & available at iWork Community.
    Try Microsoft Office templates. to find links to many PC templates. The Mactopia site has a lot less templates to choose from, but was less involved to download.
    Jumsoft.com also has templates, but I'm not sure how many might be free.
    An advanced Google search for the exact phrase Pages templates should return a lot of options.

  • Free templates for iWorks

    can any one recommend a source for some good iWorks templates? MS Office offers lots of additional templates on their website and so I've tried searching the Apple site but have come up with nothing so far.
    Thanks in advance

    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=9&sid=4cba0f382414a8 78a6d3bd267c201e84&mforum=iworktipsntrick
    Peter

  • Free templates for Keynote

    Hi,
    Where can we find great templates for Keynote ?
    <Edited by Host>
    Thanks.

    If you search on Google you can find many downloadable files from third party websites.
    example: www.keynotethemepark.com

  • Link to a CD booklet free template?

    The title says all: not just cover, but full booklet template.
    Thanks a lot!

    Hi
    It should still be there, even in the trial. Go to File > New Document and then in the dialog look at the Page Size dropdown.

  • Free iWeb Templates and other goodies?

    Hey, it's me again!
    I was looking for FREE iWeb templates but I haven't been able to any find free ones or great ones.
    Do you know where to get them?
    I was also looking for other free goodies that are on iweb, such as little doodles and pieces of paper. You know what I mean?
    Do you know where to get them?
    You're always appreciated :)

    Hello MissMacintosh,
    MissMacintosh wrote:
    Hey, it's me again!
    Always nice to hear from you.
    As you, I did an extensive search (3 months ago) on Google and Ask, only to find out that there is a poor choice of great / free templates for iWeb '08.
    There are 1 or 2 "user understandable" manuals on how to make your own templates, but I found it less time consuming to choose the "blank" template from a theme, adapt it myself with the tools provided in iWeb and then copy this "custom adapted" template.
    I know this is not the answer you are looking for but it is the best I can provide.
    Hopefully, someone else has found the gold somewhere...
    Kind regards,
    Leo

  • Where can I find free website templates to use in Muse?

    Where can I find free website templates to use in Muse?

    The best quality templates are on themeforest for around $18. This is the only serious attempt I've seen at making professional Muse templates. But it's really good to see Muse taken seriously by a big template website. There are some others doing great work too like muse-grid. Stylishmusetemplates has the best free templates I've seen so far.
    I see so much potential for new Muse designers in this area I'm working on my own site Musefreetemplates. If any budding Muse developers want to contribute I'm all ears.
    Muse may seem easy at first but the design process is still very involved if you want a pro look. Good templates can help.

Maybe you are looking for

  • Can not update apps on iPhone or iTunes

    I updated my iPhone 3GS to iOS 4.3.3 yesterday and I now can't update any apps via my phone or iTunes. On my phone I get the error "Cannot connect to iTunes Store" On iTunes I get "We're sorry, we cannot complete your request on the iTunes Store at t

  • Where can I find an Apple certified internal hard drive?

    I have a December 2006 MacBook Pro that I upgraded RAM and hard drives (twice) from OWC. After having Apple replace the display and the motherboard (again twice) I've been having boot problems. My local Genius Bar told me to replace the RAM with my o

  • Solaris 9/10 Installation

    Hi Folks, Sorry if this has already been asked but im having problems installing either solaris 9 or 10 on a solaris ultra 5. The box has solris 8 installed at the moment and we are looking to upgrade to solaris 10, but with a new HDD when we try to

  • Problem in create a new connection

    Hi, I want to create a new connection with Oracle SQL Developer Migration Workbench, to migrate data from SQL SERVER to ORACLE, but an error occured when i click on RETREIVE DATABASE : Status: Failure -I/O Error: SSO Failed: Native SSPI library not l

  • System disabled pop up

    hi my laptop popped up a box that says system disabled key: 50802807 what do i do This question was solved. View Solution.