Forum Replies Created

Page 100 of 129
  • Abraham Chaffin

    November 3, 2008 at 9:43 pm in reply to: posting issues

    Hey Richard,

    This is because I’m using the <pre> tag. Which tells the browser not to wrap to a new line until it wraps in the code. This is for better readability of code generally. Thanks for the tip though because people who use larger font sizes in their browser will have the same trouble you are experiencing.

    Abraham

  • Abraham Chaffin

    November 1, 2008 at 1:50 am in reply to: tester
  • Abraham Chaffin

    October 31, 2008 at 9:57 pm in reply to: tester
  • Abraham Chaffin

    October 31, 2008 at 9:16 pm in reply to: tester
  • Abraham Chaffin

    October 30, 2008 at 10:26 pm in reply to: “Personalized” Video URLs

    Scripting something like this in flash would be the easiest way to go. You could set a layer that is timed to follow the movement of the video clip and you could dynamically overlay any sort of content you wanted there. There’s a number of things you’ll need to learn before you can begin to do this but if you are interested in doing stuff like this I suggest you go through some flash and action script tutorials.

    https://library.creativecow.net/tutorials/adobeflash

    Abraham

  • Abraham Chaffin

    October 30, 2008 at 10:18 pm in reply to: Question to the Overlay Window

    Hey Isabel,

    You can paste any HTML code you want to use into the innerhtml section if you make sure you are escaping the single quote or double quote mark that is used to wrap the code. I suggest you view the source code and do it from a source code level so you know what is being used rather than using Dreamweaver.

    If you look at the code it says something like thediv.innerHTML = “HTML CODE”

    The HTML CODE there is surrounded by two double quotes. So as long as whatever the HTML CODE is doesn’t have another double quote in it you should be fine. Or if you must use a double quote you can use a backslash to escape that character. Most of the time you can replace any double quotes you might have in your code with single quotes.

    Abraham

  • Abraham Chaffin

    October 30, 2008 at 5:40 pm in reply to: link to site

    You need to have https:// before the www
    Go ahead and spam as much as you need to in the
    COW Test Forum
    https://forums.creativecow.net/forum/cowtestpostforum

    Abraham

  • Abraham Chaffin

    October 30, 2008 at 5:25 pm in reply to: link to site

    The signature field in your profile allows for html. If you would like to put a link there you must use the HTML code for a link as follows:

    <a href=”PUT THE URL OF YOUR LINK HERE”>Text</a>

    My signature is also an example:

    Abraham

  • Abraham Chaffin

    October 24, 2008 at 8:46 pm in reply to: test
  • Abraham Chaffin

    October 24, 2008 at 8:01 pm in reply to: registering users

    There is a bit of a learning curve for doing this, however not unbearable as there is a ton of help online instantly at your finger tips if you know what to google. If you are the site admin of your own growing web site and you plan on keeping that way I suggest you learn MySQL and PHP. MySQL is the most commonly used database and php is the most commonly used server side scripting language. Both are highly documented. You can get a starter tutorial lesson here:

    https://library.creativecow.net/articles/chaffin_abraham/mysql-php-basics.php

    Start playing around with it and hopefully you’ll see things are pretty straight forward if you start small and just add on more functionality as you need it.

    Abraham

Page 100 of 129

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