Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vcehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.htmlMicrosoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vceDavehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-144420The exam comprehend 40 questions in 2 hours. <br /> Passed today (960/1000). Excellent practice test.Sunday, January 20, 2013 4:31 AM UTMikehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143952this is a good dump. I got 880 today.<br /> <br /> Its no more now! hahahaThursday, January 17, 2013 7:35 AM UTZainhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143770100% <br /> got 960<br /> 16 Jan 2012Wednesday, January 16, 2013 10:02 AM UTStefanhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143597Valid dump, 1 new question out of it. All answer options order is randomized! Passed with score 920. There is a new filed in the Slider - range question - "step".Tuesday, January 15, 2013 11:06 AM UTMathttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143540Passed with score 840. Learn all the 71 questions as the options are not always the same in the examsMonday, January 14, 2013 11:58 PM UTunknownhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143485Dump is still 100% valid. Got 980.Monday, January 14, 2013 6:42 PM UTAnimorphshttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143430Dump 100% valid. Scored 940.Monday, January 14, 2013 1:14 PM UTHimmathttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143316Passed with 1000.<br /> Azad's comments are accurate.<br /> Question and options are randomized.<br /> Q22 Correct ansers are C, D<br /> addEventListener and attachEvent.<br /> Q46 absolute<br /> Q. 59 There is a type in exam if (height === "300") instead of if (height == "300")<br /> Q. 65 option was changed from article to section.<br /> One of the question there was no space between variable and variable name.<br /> One of the question variable name was changed.<br /> Q31 & 39 did not come in this exam but as questions are randomized they can be there for some exams.<br /> Be prepared for new questions.<br /> Study new items in HTML5 & CSS3 properly form available study materials.<br /> GOOD LUCK.Sunday, January 13, 2013 7:37 PM UTRoberto Marcoshttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143311Sorry, i refer to Q43, not to Q34Sunday, January 13, 2013 7:00 PM UTRoberto Marcoshttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143310Q34 response are wrong!! wrong!! and badly put question.<br /> <br /> In HTML you can not link User styles and you can not modify the apply order, because is a USER LOCAL FILE configured in the browser configuration.<br /> And you can not modify the apply order of usser agent because ar "browser default styles" and you can not modify nothing inside it.<br /> <br /> WTF!! please dont reverse it.. LOL!!!<br /> <br /> This is badly put question with NO CORRECT RESPONSE AVAILABLE.<br /> The specification says thisPrecedence order IS FROM lowest to highest<br /> Declarations &gt;&gt;from&lt;&lt; the user agent<br /> Declarations &gt;&gt;from&lt;&lt; the user<br /> Declarations &gt;&gt;from&lt;&lt; the author<br /> Declarations &gt;&gt;from&lt;&lt; the author with !important added<br /> Declarations &gt;&gt;from&lt;&lt; the user with !important added<br /> <br /> When you write html and css you are the Author and all you can link is FROM author. nor user ,nor user agent precedence can be influenced using html and css links.<br /> Modifying the order of linking, you only can influence in author normal,and author important. NOTHING MORE!Sunday, January 13, 2013 6:45 PM UTmikehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143301If I go by what everyone is saying it is: absolute<br /> <br /> If I go by what actually works when I run it then it would be: relative<br /> <br /> It's only one question so I wont stress about it.<br /> <br /> PS. did you look at code sample I linked?Sunday, January 13, 2013 5:14 PM UTMeherhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143294@mike, so what would you think the answer world be?Sunday, January 13, 2013 4:35 PM UTmikehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143293Ok I will defer to SO, it doesn't actually work in IE10 tho.Sunday, January 13, 2013 4:31 PM UTmikehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143292Sorry to take up space I figured it out.<br /> <br /> "The element is positioned relative to its first positioned (not static) ancestor element"<br /> <br /> The parent is relative so declaring inner absolute will align it to the ancestor which has been fixed which in my example is the &lt;body&gt; tag of the page.<br /> <br /> Answer is definitely relative.Sunday, January 13, 2013 4:29 PM UTMeherhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143291For question 46: check this link.<br /> <br /> Setting to absolute is correct.<br /> <br /> http://stackoverflow.com/questions/6576960/css-positioning-relative-to-corner-of-divSunday, January 13, 2013 4:26 PM UTmikehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143281lol, actually according to W3C absolute should be correct but it doesn't work this way when actually running the code?!?Sunday, January 13, 2013 2:38 PM UTmikehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143280The answer to Q46 is 100% definitely relative!<br /> <br /> The parent Div is set to relative. This means that the child div must also be set to relative. If you set it to absolute then it will not produce the desired result specified in the question.<br /> <br /> Try for yourself I made a js bin: http://jsbin.com/adeluj/1/edit<br /> <br /> If it gets changed just jump to back first revisionSunday, January 13, 2013 2:30 PM UTrandyberryhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143277Thanks man. This dump is optimized for learning. <br /> <br /> guy fixed some serious errors. But im still not sure about a couple of questions.<br /> <br /> Can someone explain why the answer is String and not JSON the question about webworkers?Sunday, January 13, 2013 2:12 PM UTTaniahttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143257wat is the answer to Q.22? is it AC or CD?Sunday, January 13, 2013 10:23 AM UTAnimorphshttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143235Take this exam for free using voucher code "HTMLJMP". I've registered mine for free already.Sunday, January 13, 2013 3:41 AM UTAzadhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143209Q19 A,B<br /> document.getElementById("logo") .style.position = "relative";<br /> document.getElementByld("logo").Style.top = "5px";<br /> <br /> Q27 B & C are the answers, since onconnect event is not existing on worker.<br /> http://forums.asp.net/t/1862037.aspx/1?How+to+establish+the+two+way+communication+between+web+worker+process+and+the+page<br /> http://msdn.microsoft.com/en-us/library/ie/hh673568(v=vs.85).aspx<br /> <br /> Q34.. <br /> User Important <br /> Author Important <br /> Author Normal <br /> User Normal <br /> User Agent ..that is from highest to lowest<br /> http://stackoverflow.com/questions/13638038/style-sheets-priority-order <br /> <br /> Q31 All options are incorrect<br /> nearest correct answers are B or D???<br /> #obj { text-shadow: &lt;x-offset&gt; &lt;y-offset&gt; &lt;blur-radius&gt; &lt;color&gt;; } <br /> &lt;x-offset&gt; +n right -n left<br /> &lt;y-offset&gt; +n bottom -n top<br /> 1 inch below means &lt;y-ffset&gt; is 1in or 72 pt<br /> Hence actually answer must be<br /> 0px,1in,5px 0r 0px, 72pt, 5px<br /> http://www.w3.org/TR/css3-text/#text-shadow<br /> <br /> Q39: <br /> ==&gt; $("a img").each(function(){ <br /> ==&gt; $(this).parent().attr("target", "_blank")<br /> <br /> Q 44 link, visited, hover, active.<br /> Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!<br /> Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! <br /> http://www.w3schools.com/css/css_pseudo_classes.asp <br /> <br /> Q46: A bsolute<br /> http://www.w3schools.com/cssref/pr_class_position.asp<br /> <br /> If you wish to practice all question using vce use Hicham dump<br /> In exam questions and options are randomized.<br /> To be prepared for any new new questions do not totaaly rely on dumps.Saturday, January 12, 2013 9:34 PM UTLizhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143186Q19(from Chandra collection)=&gt;You are developing an HTML5 page that has an elemnt with an ID of logo. the page includes the following HTML &lt;html&gt;Logo:&lt;br&gt;&lt;div id="logo"&gt;&lt;/div&gt;&lt;/div&gt;..wat is the correct answer of this question..plzzzz tel meeeSaturday, January 12, 2013 6:59 PM UTguyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143179hi newguy.<br /> that's an awkward question.<br /> <br /> I recommend you take a look to other dumps (hkayne, chandra) as well and be critical about every answer if you have the time.<br /> <br /> I can tell you that I have passed with 900+ and I got 100% of the questions, from this dump. No new questions whatsoever.Saturday, January 12, 2013 5:26 PM UTAhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143131Passed 900 scoreSaturday, January 12, 2013 11:40 AM UTshyam shindehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143116You are creating a class named Sedan that must inherit from the Car class. The Sedan class must modify the<br /> inherited fourDoor () method.<br /> The Car class is defined as follows.<br /> Future instances of Sedan must be created with the overridden method. You need to write the code to<br /> implement the Sedan class. Which two code segments should you use? (Each correct answer presents part of<br /> the solution. Choose two.)...............<br /> <br /> Please tell me the correct code snippets...Saturday, January 12, 2013 9:12 AM UTguyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143044@funz<br /> if I remember, you have to disregard the two answers the have parent().parent(), which go up two levels, and you just want one (from input to td).<br /> <br /> then disregard the eq() answer as well, since you don't want a static index, but yet, any second child table row that contains an input.<br /> <br /> you will often find small glitches like missing spaces in exams. you should not focus on that in order to find an answer. I have found things making the exam such as "varCustomer=this;" You just have to understand it is equivalent to "var Customer=this;"Friday, January 11, 2013 6:49 PM UTfunzhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-143032Can someone explain why its table td: nth-child(2) and not table td:nth-child(2)??Friday, January 11, 2013 5:07 PM UTCarloshttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142887Hi! About the q27 (web worker, onconnect and onmessage events).<br /> In some other dumps the correct answers are B & C. This dump (and also others) indicate A & C.<br /> I found this Microsoft link (http://msdn.microsoft.com/en-us/library/ie/hh673568(v=vs.85).aspx) which tells exactly this:<br /> "To set up two-way communication, both the main page and the worker thread listen for the onmessage event."<br /> So I will go with B & C.Friday, January 11, 2013 2:26 AM UTguyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142853ok I'm taking a look again.<br /> <br /> Question 60, javascript arrays:<br /> <br /> first should be if(!arr[ctry]) to quickly validate if the use country is in the array, and open the conditional code, if it isn't<br /> <br /> second should be<br /> for (var i in arr)<br /> if(arr[i]) txt += i + " ";<br /> <br /> the output will print all countries in the array. you don't want that!<br /> if(arr[i]) makes sure you are printing countries with "True" in the valueThursday, January 10, 2013 6:17 PM UTfunzhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142851Ok, maybe I misread, but is it not:<br /> for (var i in arr)<br /> if (arr[i]) txt += i + " ";<br /> I mean you are saying: go through each item in the array, then check that the item is in the array. It has to be in the array surely, you retrieved it from the 'for in'. I dunno, I just dont get it. Maybe I read the code wrong.Thursday, January 10, 2013 6:02 PM UTguyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142849hi funz<br /> <br /> answer needs to check the array, or else it would ouput all array values as valid countries. although there are 3 countries in the array, the last one is false, so cannot be used, even though it is inside the arrayThursday, January 10, 2013 5:44 PM UTfunzhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142847Exam A - Question 60 - There is a typo in the selection:<br /> Is: ..if (arr[i] txt += i + " ";<br /> Should be: ..if (arr[i]) txt += i + " ";<br /> However, It says that this is one of the answers! I dont get it, why do you need this if?? You are already inside the for loop, so the if is not necessary here.<br /> I think the choice there should be : for (var i in arr) txt += i + " "; insteadThursday, January 10, 2013 5:26 PM UTguyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142833text-shadow has mandatory attributes and follows a specific order:<br /> <br /> text-shadow: horizontal_offset vertical_offset blur_radius color;<br /> <br /> in this case, we need a vertical offset of 72pt or 1inch(in), with a 5px blur radius<br /> the first two values are mandatory the the third is the main information to answer the question<br /> <br /> as for the stylesheet order, in reference you will find a link that shows the order from lowest to highest.<br /> in the question, the reverse is what is asked.<br /> I think this dump agrees with chandra on that one.<br /> <br /> there are definitely still a couple wrong questions (2, maybe 3) that need to be found, but I have no idea which ones. since I have passed this already, it's up to the rest of you guys to continue working on this. this dump can get you 100%, depending on what questions you come up with.Thursday, January 10, 2013 4:32 PM UTSmithhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142827Wht is answer for Q34. (styles from highest priority to lowest priority.) and Q.31(radius of the drop shadow) plz replyThursday, January 10, 2013 4:17 PM UTguyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-480.v2013-01-09.by.guy.71q.vce.file.html#comment-142762hi all.<br /> this dump is an updated version of hkeyne's version.<br /> I liked the formatting and aswers from it, and I think a few other people did too.<br /> <br /> I corrected the question "relative" to "absolute" and added 2 more questions.<br /> I have also added references, comments, and even the various options for text-transforms and input types.<br /> <br /> Question for ScriptEngine, does not include either call or bind as an answer. I have confirmed this.<br /> <br /> Text-shadow blur radius, and user agent questions, I believe had all wrong answers (tested with references), so these were updated.<br /> <br /> Question for "onmessage" and "onconnect", I think I made a typo. I believe answers are:<br /> From the web worker, use the onconnect event handler of the main page to capture events.<br /> From the main page, use the onmessage event handler of the web worker to capture events.<br /> <br /> So A and B. If you see the description, you will understand.<br /> <br /> Any feed back would be appreciated.<br /> Good luck to you all.Thursday, January 10, 2013 12:54 PM UT