Search results

  1. S

    HTML5 video problem

    Hmm now I have the same issue with "poster" <video src="sample.mp4" poster="images.jpg" controls ></video> I tried it with the directory, without the directory, checked it if it was a jpg, which it is? does it only work with PNG?
  2. S

    HTML5 video problem

    Fixed it. Not sure if I fixed it tho. I just deletes the video/ part. and now I have the video online. In the tutorial he did use the directory. Did I fix my problem? Or did I just put a band-aid on it while its still bleeding?
  3. S

    HTML5 video problem

    Hello guys. As you adviced me I am working on learning HTML5. Everything went pretty well until I started to work with 'video'. I use the latest chrome. I also tried to update the codec, but everything was already up to date. The problem has to be in the src? <video...
  4. S

    Could you tell me why my facebook link is not working?

    different browsers then? If it works for someone else, and not for you... If the code was broken, it wouldnt work with neither of you, right?
  5. S

    Not sure what my next learning step should be

    I am reading an ebook now about HTML5 and CSS3, its from sitepoint. Very interesting read! thank you for the youtube link. I watched more of him, about web design
  6. S

    Not sure what my next learning step should be

    Okay. I think I have not been very efficient. I was talking to my girlfriend and she said I have been busy with this for 1.5 month, and to be honoust.. I think I know much more then when I started, but I have not done much! My biggest concern is learning the right stuff, but learning it the...
  7. S

    Not sure what my next learning step should be

    Thank you. maybe a weird question, but how long is average to learn HTML5 and CSS? I ask this question because I don't want to be done 'to quickly' If I know an estimate, I also know I went to the process to fast. I rather stick, lets say, 6 months on HTML5 before going to JS knowing I...
  8. S

    Not sure what my next learning step should be

    So, waiting with basic syntax for JS/PHP until I have a good handle on HTML/CSS? is JS and PHP the same thing? what is DOM? So these are the right steps: 1. HTML/CSS 2. JS/PHP 3. DOM (?) I really want to go in this profession and I don't think you can be good at anything without...
  9. S

    Not sure what my next learning step should be

    Brother. You will see me around on this forum, please pull me back if you think I am off track. For now i should really focus on HTML5 and CSS. Or should I learn all 4 at the same time? With 4 i mean: HTML5, CSS, Javascript and PHP (is Ajax PHP?)
  10. S

    Not sure what my next learning step should be

    I am going to read everything I can get my hands relating to HTML5 and I am going to practice a lot. I will keep using dreamweaver, but in codeview. Probably hard to discipline myself not using the design view but I will stay strong. I wanted to learn everything seperately, but I noticed...
  11. S

    Not sure what my next learning step should be

    I am reading 'the essential guide to HTML5" If writers put something like 'essential' in their title it always feels a bit 'marketing skeme', so could U guys tell me if the book is good?
  12. S

    Not sure what my next learning step should be

    thank you! I found some books about HTML5, i should probably digg a little deeper then I have been so far
  13. S

    Not sure what my next learning step should be

    What does that do for me, to use DW in code view only? Or take a simpler text editor? I can use Fireworks for creating graphics? What exactly do I need to flip around? I just downloaded aptana :) Going to check it out Thank in advance, and for the answers so far!
  14. S

    Not sure what my next learning step should be

    Hmm, this is what I miss. A competent person that knows about design! Thanks. What do you feel is the best site to learn web design from scratch? w3, is that the best one? Its mostly written tutorials, do you think that is more optimal then watching a guy on youtube?
  15. S

    Not sure what my next learning step should be

    I don't mind it being slow, but I would mind if I was learning the wrong things. Especially Fireworks confused me, into thinking I should learn how to build the designs from there. Also, there are so many tutorials to be found, its not easy to really know to learn from where...
  16. S

    Not sure what my next learning step should be

    Edit, because my first post was very confusing. That tends to happen when I am bit lost. I just got my hands on Adobe Fireworks Cs5. I see that this is more a program for design. I also have Dreamweaver. I start to see this as a place to code. Can you conclude with this, that to become a good...
  17. S

    HTML5 unsorted list issue

    Because I use ul li a, CSS attacks the element within li and ul. What I don't understand, is if I use inline: block for UL, why it doesnt attack everything in the UL? Wouldnt it use the CSS inline: block, instead of the default if I give it that code? Is it because it's too unspecific?
  18. S

    HTML5 unsorted list issue

    He that worked. So i need to target the list within the class cat-meta. I was targeting the cat-meta. Why doesn't the CSS understand that? The list is still within the same class as I targeted first?
  19. S

    HTML5 unsorted list issue

    Yes. its closed in the code. Sorry for the confusion
  20. S

    HTML5 unsorted list issue

    <ul class="cat-meta"> <li><a href="index.html">Home</a><li> <li><a href="about.html">About</a><li> <li><a href="services.html">Services</a><li> <li><a href="products.html">Products</a><li> <li><a href="contact.html">Contact</a><li> </ul> I did not miss that ;-) If I look in the...
Top