Jump to content

Search the Community

Showing results for tags 'iwd'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Job Boards
    • Jobs
  • Community Lounge and FAQ
    • Forum News
    • Open Forum
    • New Members Forum - Start Here!
  • Entrepreneurship, Business and Marketing
    • Social Media Marketing & Web Marketing
    • Entrepreneurship
    • Career Questions - Asked and Answered
  • StudioWeb
    • StudioWeb
    • StudioWeb News
    • StudioWeb Projects
  • Programming
    • Python
    • Javascript
    • PHP
  • Web Design
    • Beginners Web Design
    • HTML/XHTML
    • Dreamweaver
    • CSS
    • Advanced Web Design
    • Business of Web Design
    • Web Design News
  • Miscellaneous
    • Cybersecurity
    • Miscellaneous Software
    • Blogs and CMS
    • Web Accessibility
    • Peer-to-Peer Reviews
    • Website Templates
    • Web Design Jobs
    • Test Forum
  • Archives
    • Beginners Web Design
    • Course: The Complete Entrepreneur
    • Web Accessibility
    • Photoshop
    • CSS
    • Forum Rules and Etiquette
    • Flash
    • ASP
    • General Programming
    • Expression Web
    • Beginners Ruby
    • Killersites University
    • Actionscript

Calendars

  • Community Calendar

Categories

There are no results to display.

There are no results to display.

Product Groups

  • Business & Entrepreneur Courses

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website


LinkedIn


Facebook


Twitter


AIM


Yahoo


Other


Location


Interests

Found 3 results

  1. Hi Stefan, Just wondering if there's a problem with the get a hint option for the question in the Beginners CSS 2015 chapter 4 lesson 5 question1. I have tried many times to get the answer for this but no luck Thanks Vickie
  2. Hi everyone, I need some help regarding the topic of while loop mentioned in ch7 lesson3. I'm stuck for first time in this course. Till now everything was super easy, but now I really don't understand what's going on in this loop. There is that loop: var loopCount = 5; while(loopCount > 0) { var target = document.getElementById("target"); target.innerHTML = "LoopCount: " + loopCount + "<br>" + target.innerHTML; console.log("LoopCount is now: " + loopCount); loopCount = loopCount -1; } In console result looks like this: LoopCount is now: 5 LoopCount is now: 4 LoopCount is now: 3 LoopCount is now: 2 LoopCount is now: 1 End loop but in html it starts from 1 to 5, why?: LoopCount: 1 LoopCount: 2 LoopCount: 3 LoopCount: 4 LoopCount: 5 I don't understand that line: target.innerHTML = "LoopCount: " + loopCount + "<br>" + target.innerHTML; Since in the beginning variable loopCount is set to 5, why in html it starts with 1. Where is it come from? Thanks
  3. Dear Stefan and the IWD community, I have recently purchased the Interactive Web Developer (IWD) course. I am not totally new to web design, HTML and CSS and have built a few websites previously when I was working as the webmaster for the Royal Engineers from 2002 - 2009. The job was more of a content editor and being the focal point for advice. I have previously purchased some courses from Stefan way back in 2009, but as the web moves so quickly and CSS, HTML, Javascript and other web technologies have advanced so much in the last few years I decided to purchase his updated courses. I decided to work through the Beginner HTML course to check that my existing knowledge is not too rusty. I have got to Chapter 4, Item 7 and I'm answering the question 3 on hyperlinks. The question asks to correct the solution below: <a href="www.google.com">Go to Google</a> I have tried all these and taken the two hints, my attempts are below: <a target="_blank" href="http://www.google.com">Go to Google</a> This was marked incorrect, so I used the two hints that stated: HINT 1: The code has to be inserted into the 'href' attribute. HINT 2: http:// So I changed it to: <a target="_google" href="http://www.google.com">Go to Google</a> Then I thought it might be marking it wrong because I haven't placed the text in a paragraph: <p><a target="_google" href="http://www.google.com">Go to Google</a></p> <p><a target="_blank" href="http://www.google.com">Go to Google</a></p> I then changed it so the target was after the link. <p><a href="http://www.google.com" target="_blank" >Go to Google</a></p> <p><a href="http://www.google.com" target="_google" >Go to Google</a></p> All these attempts actually work in a browser, so why do the keep getting marked wrong? If I compare them to stefan's example in the video for that section I cannot see what I am doing incorrect: <p>Check out <a target="_google" href="http://www.google.com">Google</a></p> Why are my answers getting marked incorrect? Like I said above I used to work as a web master / editor whilst in the Royal Engineers (British Army) managing the corporate Intranet, Internet and ArmyNet websites for the Royal Engineers. Here I am trying to use structured markup and CSS on the Royal Engineers homepage way back in 2007. I was even trying to wrap text around image s using sanbag divs. Click page properties in the left hand menu to see my name. https://web.archive.org/web/20070613153535/http://www.army.mod.uk:80/royalengineers/ I also created a few other sites, a couple that are still going strong today. Although I don't have any input anymore, except for support: http://www.reahq.org.uk - This site uses the CMS Made Simple https://www.cmsmadesimple.org/ and is a reworking of the default theme. http://www.biron-eod-search.com - This site was hand coded and then transfered into CushyCMS https://www.cushycms.com/en so the owner could update it himself. I still host this site today (should start charging for the hosting really). You'll see that it says designed by Doblins ( a domain I was thinking of registering at the time (an anagram of D Bilson).
×
×
  • Create New...