Help needed: Adding 2nd widget makes 1st widget stop working

Dear all,
I use 1 widget, jQuery Cycle, and it was working fine, until i added a 2nd one, FlexSlider.
How can i make both working on the same page?
My website is : VINDSTERS - Wij Vinden wat u zoekt!  and please see my coding below.
Thanks a lot!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src=
"main slide js/smoothscroll.js"></script>
</style>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2559022" binding="#slideshow_header" />
  <oa:widget wid="2559022" binding="#slideshow_1" />
  <oa:widget wid="2827522" binding="#OAWidget" />
</oa:widgets>
-->
</script>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="main slide js/jquery-1.6.min.js" type="text/javascript"></script>
<script src="main slide js/jquery.cycle.all.js" type="text/javascript"></script>
<script src="gevonden door js/modernizr-2.5.2-respond-1.1.0.min.js" type="text/javascript"></script>
<script src="gevonden door js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="gevonden door js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="gevonden door js/jquery.mousewheel.js" type="text/javascript"></script>
<script src="gevonden door js/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
    $("#cont2").hide();
$('#showMenu').click(function()
$("#cont2").slideToggle('slow');     
$(document).ready(function() {
$('.closeMenu').click(function()
$("#cont2").slideUp('slow');     
</script>
<style type="text/css">
/* BeginOAWidget_Instance_2559022: #slideshow_header */
  #slideshow_header {
    padding: 0px;
  margin:0;
  #slideshow_header-caption{
  padding:0;
  margin:0;
  #slideshow_header img, #slideshow_header div {
    padding: 0px;
    background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    margin: 0;
/* EndOAWidget_Instance_2559022 */
</style>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/flexslider.css" rel="stylesheet" type="text/css" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<b><title>VINDSTERS - Wij Vinden wat u zoekt!</title></b>
<meta name="Description" content="Vindsters.nl Wij vinden wat u zoekt" />
<meta name="keywords" content="vindsters,vindsters.nl,tweedehands, zoeken, design, vintage, vinden, service, meubels, kleding, schoenen" />
<link href="icons/logo-vindsters-square.gif" rel="shortcut icon " />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="#"><h1><a href="#" id="showMenu">MENU
  </a> </div>
<div id="cont2" class="hidden">
    <ul>
  <li>s
    <h1><a href="#fadein" class="closeMenu">HOME</a></h1>
  </li>
  <li>
    <h1><a href="#info" class="closeMenu">HOE WERKT HET?</a></h1>
  </li>
  <li>
    <h1><a href="#mainbox2" class="closeMenu">PRIJZEN</a></h1>
  </li>
  <li>
    <h1><a href="#leftcollum2" class="closeMenu">GEVONDEN DOOR...</a></h1>
  </li>
  <li>
    <h1><a href="#mainbox" class="closeMenu">OVER VINDSTERS</a></h1>
  </li>
  <li>
    <h1><a href="#footer" class="closeMenu">CONTACT & VOORWAARDEN </a></h1>
  </li>
  </ul>
  <p> </p>
  </div>
<script type="text/javascript">
// BeginOAWidget_Instance_2559022: #slideshow_header
       slideshow_headerAddCaption=true;
$(document).ready(function() {
  $('#slideshow_header').cycle({
  after: slideshow_headerOnCycleAfter, //the function that is triggered after each transition
  autostop: false,     // true to end slideshow after X transitions (where X == slide count)
  fx: 'scrollLeft,',// name of transition effect
  pause: true,     // true to enable pause on hover
  randomizeEffects: true,  // valid when multiple effects are used; true to make the effect sequence random
  speed: 1000,  // speed of the transition (any valid fx speed value)
  sync: true,     // true if in/out transitions should occur simultaneously
  timeout: 7000,  // milliseconds between slide transitions (0 to disable auto advance)
  fit: true,
  height:   '570px',
  width:         '100%'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
function slideshow_headerOnCycleAfter() {
  if (slideshow_headerAddCaption==true){
  $('#slideshow_header-caption').html(this.title);
// EndOAWidget_Instance_2559022
</script>
<div id="slideshow_header">
   <!--All elements inside this will become slides-->
<img src="images/front-1.jpg" width="100%" height="500" title="" /><img src="images/front2.jpg" width="100%" height="500" title="" /></div>
<!--It is safe to delete this if captions are disabled-->
<div id="slideshow_header-caption"></div>
<div id="tab">
  <h4><img src="icons/start2.png" width="310" height="128" alt="button" onclick="window.open('http://vindsters.nl/vindditnu%20php%20version.php','Websonic','width=960,height=600,scroll bars=no,toolbar=no,location=no'); return false" /></h4>
</div>
  <div id="part2">
    <div id="fadein">
      <h4> Hallo! </h4>
  <h4> Wij zijn VINDSTERS.NL    </h4>
      <h2>Vinden word vanaf nu heel eenvoudig!</h2>
      <h2>Ben je al tijden opzoek naar iets, maar heb je geen idee waar je het moet vinden? </h2>
      <h2>Geen zin of tijd om de duizende advertenties op makrtplaats/ebay of speurders af te gaan?</h2>
      <h2>Vindsters vind alle 2de hands spullen die jij zo graag wil hebben! </h2>
      <div id='button'>
        <p><img src="icons/start2.png" width="310" height="128" alt="button" onclick="window.open('http://vindsters.nl/vindditnu%20php%20version.php','Websonic','width=960,height=600,scroll bars=no,toolbar=no,location=no'); return false" /></p></div>
    </div>
    <div id="info">
      <h4>AANVRAGEN! </h4>
      <h2>Laat ons in je aanvraag met een korte omschrijving weten wat je zoekt. </h2>
      <h2>Naar aanleiding van je aanvraag stellen onze vindsters een korte vragenlijst samen die je per email ontvangt. </h2>
      <h2>Hierin kan je heel gemakkelijk je verdere wensen aangeven. </h2>
      <h2>Alles compleet? Stuur de <br />
        vragenlijst dan naar ons terug en betaal gemakkelijk via de IDeal link in de mail.    </h2>
    </div>
        <div id="info3">
          <p><img src="images/info2.gif" width="748" height="213" /></p>
    </div>
    <div id="tab2">
      <h1>v Lees meer v</h1>
    </div>
    <div id="info2">
      <p> </p>
      <h4> </h4>
      <h4>GEVONDEN! </h4>
  <h2>Zodra je vragenlijst &amp; betaling binnen is, gaan wij voor je aan de slag! </h2>
      <h2>Binnen het afgesproken
        termijn, ontvang je per mail 3 tot 5 passende
        advertenties. </h2>
      <h2>Deze prducten worden persoonlijk door ons geselecteerd, dus je ontvangt altijd een passend aanbod! </h2>
      <h2>&amp; mochten we onverhoopt helemaal niks kunnen vinden, dan krijg je natuurlijk je geld terug. </h2>
      <h2>Alles compleet? Stuur de vragenlijst dan naar ons terug en betaal gemakkelijk via de IDeal link in de mail.</h2>
      <p> </p>
      <h1> </h1>
    </div>
    <div id="mainbox2">
      <div id="insideright2">
        <h4>PRIJZEN</h4>
  <h2>Bij VINDSTERS.NL betaal je altijd maar €5.95 per zoekopracht!      </h2>
        <h2>En succes gegarandeerd, want kunnen wij onverhoopt niet vinden wat jij zoekt?</h2>
        <h2> Dan krijg je de betaalde kosten gewoon terug!</h2>
        <p></p>
      </div>
  </div>
    <div id="gevondendoor">
  <h1>GEVONDEN DOOR VINDSTERS.NL</h1>
  <script type="text/javascript">
// BeginOAWidget_Instance_2827522: #OAWidget
$(window).load(function() {
      $('#slider').flexslider({
     namespace: "flex-",             //{NEW} String: Prefix string attached to the class of every element generated by the plugin
    selector: ".slides > li",       //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
      animation: "slide",
    easing: "swing",               //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
      direction: "horizontal",   //String: Select the sliding direction, 'horizontal' or 'vertical'
    reverse: false,                 //{NEW} Boolean: Reverse the animation direction
    animationLoop: false,             //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
    smoothHeight: true,            //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode
      slideshow: true,                //Boolean: Animate slider automatically
      slideshowSpeed: 5000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
      animationSpeed: 600,         //Integer: Set the speed of animations, in milliseconds
      initDelay: 0,                   //{NEW} Integer: Set an initialization delay, in milliseconds
      randomize: false,               //Boolean: Randomize slide order
    useCSS: true,                   //{NEW} Boolean: Slider will use CSS3 transitions if available
      touch: true,                    //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices
       video: false,                   //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches
      directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
      controlNav: true,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
      keyboard: true,              //Boolean: Allow slider navigating via keyboard left/right keys
      mousewheel: false,              //Boolean: Allow slider navigating via mousewheel
      prevText: "Previous",           //String: Set the text for the "previous" directionNav item
      nextText: "Next",               //String: Set the text for the "next" directionNav item
      pausePlay: false,               //Boolean: Create pause/play dynamic element
      pauseText: "Pause",             //String: Set the text for the "pause" pausePlay item
      playText: "Play",               //String: Set the text for the "play" pausePlay item
      startAt: 0,                //Integer: The slide that the slider should start on. Array notation (0 = first slide)
      pauseOnAction: true,            //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
      pauseOnHover: true,            //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering 
      start: function(){},            //Callback: function(slider) - Fires when the slider loads the first slide
   controlsContainer: "",          //Selector: Declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is                                        not found, the default action will be taken.
       manualControls: "",             //Selector: Declare custom control navigation. Example would be ".flex-control-nav li" or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs.
       // Carousel Options
    itemWidth: 0,                   //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding.
    itemMargin: 10,                  //{NEW} Integer: Margin between carousel items.
    minItems: 0,                    //{NEW} Integer: Minimum number of carousel items that should be visible. Items will resize fluidly when below this.
    maxItems: 0,                    //{NEW} Integer: Maxmimum number of carousel items that should be visible. Items will resize fluidly when above this limit.
    move: 0,                        //{NEW} Integer: Number of carousel items that should move on animation. If 0, slider will move all visible items.
   before: function(){},           //Callback: function(slider) - Fires asynchronously with each slider animation
      after: function(){},            //Callback: function(slider) - Fires after each slider animation completes
      end: function(){}               //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous)
// EndOAWidget_Instance_2827522
  </script>
  <div id="main-container">
    <p><a href="http://www.woothemes.com/flexslider/">Flexslider Demo and Documentation</a></p>
    <div id="main" class="wrapper clearfix">
      <!-- FlexSlider -->
      <div id="container">
        <div id="slider" class="flexslider">
          <ul class="slides">
            <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
          </ul>
        </div>
        <div id="carousel" class="flexslider" style="display:none;">
          <ul class="slides">
            <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
            <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
          </ul>
        </div>
      </div>
    </div>
    <!-- #main -->
  </div>
  <!-- #main-container -->
    </div>
    <div id="leftcollum2">
      <h1>VOORWAARDEN!</h1>
  <h2>Wij houden het graag zo simpel  mogelijk! </h2>
  <h2><a href="voorwaarden.html">lees hier de voorwaarden</a></h2>
      <p> </p>
  </div>
    <div id="rightcollum2">
      <h1>VRAAG &amp; ANTWOORD</h1>
  <h2>Heeft u vragen of suggesties. Laat het ons weten! </h2>
      <h2><a href="contact.html">Contact</a></h2>
      <h2> </h2>
    </div>
    <div id="mainbox">
      <div id="insideright">
        <h1>Over VINDSTERS.NL </h1>
        <h2>Vindsters.nl is opgericht  door Anne &amp; Lisa van Steenbergen. Twee zussen met een passie voor mooie spulletjes.</h2>
        <h2>Het speuren naar tweedehands zit ze in het bloed. Talloze meubels, vintage laarzen, oud speelgoed of designer item is in de loop der jaren aangeschaft.      En in begin 2014 werd het tijd dit deze goede neus voor het speuren te delen met andere. Het resultaat, Vindsters.nl </h2>
        <h2>Vindsters.nl is een service die het mogelijk maakt om alles te vinden wat je zoekt op het gebied van tweedehands artikelen. </h2>
        <h2>Van  die ene favorite spijkerbroek die je terug wilt of die dure merkbank die je voor een prikje hoopt te scoren tot dat kastje van ikea die niet meer word gemaakt of de speelgoedbeer die je vroeger had, Vindsters.nl bied je de mogelijkheid dit eenvoudig te vinden. </h2>
        <h2>Vindsters.nl selecteerd voor jouw persoonlijk 3 tot 5 advertenties die je zoekt uit alle duizenden advertenties die er online zijn.    </h2>
      </div>
    </div>
    <div class="button2">
  <img src="icons/start2.png"  width="412" height="149" alt="button" onclick="window.open('http://vindsters.nl/vindditnu%20php%20version.php','Websonic','width=960,height=600,scroll bars=no,toolbar=no,location=no'); return false" /></div>
  </div>
    <div id="footer">
      <h2> <a href="voorwaarden.html" target="_new" class="smoothScroll">VOORWAARDEN</a>   |  <a href="contact.html" target="_new" >CONTACT</a>   |    <a href="http://www.pinterest.com/vinddit/" target="_new"><img src="icons/pinterest.png" width="20" height="20" align="absbottom" /></a>    <a href="https://www.facebook.com/" target="_new"><img src="icons/fb_1.png" width="20" height="20" align="absbottom" /></a></h2>
      <p><img src="images/iDEAL_120x30_dubbel.jpg" alt="IDEAL" name="ideal" width="120" height="30" id="ideal" /></p>
    </div>
</body>
</html>

Adding to osgood's reply, you are calling four different jquery libraries as in
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src=
"main slide js/smoothscroll.js"></script>
</style>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2559022" binding="#slideshow_header" />
  <oa:widget wid="2559022" binding="#slideshow_1" />
  <oa:widget wid="2827522" binding="#OAWidget" />
</oa:widgets>
-->
</script>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://vindsters.nl/main slide js/jquery-1.6.min.js" type="text/javascript"></script>
<script src="http://vindsters.nl/main slide js/jquery.cycle.all.js" type="text/javascript"></script>
<script src="http://vindsters.nl/gevonden door js/modernizr-2.5.2-respond-1.1.0.min.js" type="text/javascript"></script>
<script src="http://vindsters.nl/gevonden door js/jquery-1.7.2.min.js" type="text/javascript"></script>
This will confuse the browser no end!
My advice is to remove the last three highlighted lines to see what happens.

Similar Messages

  • Alt key make my keyboard stop working

    I have notice this in photoshop,most time i hold alt key.it make the keyboard stop working,until i do restart,Now it happening in mac..when i try to view my library by holding the alt key in finder...my keyboard stop working
    anyway to fix this?

    Go to System Preferences, Keyboard, Modifier Keys, Restore defaults
    Then Keyboard Short cuts, Restore defaults
    Then if not working
    Reset the PRAM
    http://support.apple.com/kb/ht1379
    Reset the SMC
    http://support.apple.com/kb/HT3964

  • Help! My iweb app has just completely stopped working. It won't allow me to create a new site or open a previously built site. Please help, my deadline is fast approaching.

    Help! My iweb app has just completely stopped working. It won't allow me to create a new site or open a previously built site. What should I do? Please help, my deadline is fast approaching.

    What system and iWeb versions are you running? What happens when you double click on the iWeb application when trying to launch it?
    OT

  • Help Needed!! embeding a swf widget into a flash site

    Hi all.
    I am currently making a flash site for a band, and need to
    embed an external SWF widget into it.
    Its easy enough to embed it into HTML page, but idealy this
    site will endup a single SWF file, to make distribution onto the
    bands various pages (MYspace etc) easier.
    The code to embed in html is:
    <embed src="
    http://www.soundclick.com/player/V2/mp3player200.swf"
    width="200" height="140"
    flashvars="bandid=850463&playType=band&ext=1&testMode=0&autoplay=1"
    name="MP3PlayerBasic" type="application/x-shockwave-flash"
    wmode="transparent" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    Some one told me it should be no probs to embed a swf with
    some sort of LoadMovie command, but he didnt have a qule about
    assigning flashvars to it.
    Any help here would ge greatly apreciated.
    Cheers.
    Sion

    I am listening to you and was letting you know that the code that I am trying to use is probably from an old forum. The code that Flash CS4 cranks out is about 10 pages long which seems a little much just to import an .swf with a transparent background. I don't imagine CS6 would be much shorter.
    From what I gathered, the html file checks to see what version of Flash you're using as well as what browser. The code for that is insane in my opinion and I am trying to keep my html file for my homepage rather small. I had no problem importing this in DW with a transparent background (when I was using DW) but am using Komodo Edit as my HTML editor now as it didn't come with Production Premium that I just got.
    If you know the correct (newer) code, that would import an .swf with a transparency, that would be most be useful. If not I guess I'll just wait for someone to reply that does.
    I will try to extract the code from the CS4 HTML file and use that, but did already try it once and it didn't work. If all else fails, I'll just download a trial version of DW and/or Flash CS6 and see if I can figure out how I did it on a website I developed a couple years ago (that I lost the files from in a HD crash).

  • *Help Needed* Adding multiple emails/mailing list in the email subscription

    Help Needed
    Hi,
    Can someone help me in adding multiple email address/mailing list in the email subscription for interactive reports in Apex 4.
    pls mail me at [email protected]
    Regards,
    Sunny

    The doc does not mention a separator for the email addresses because we only support one email address per subscription. I have logged a task for our next release to look at expanding it and allowing multiple.
    -- Sharon

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • Help needed.. Changed HD, 'broken' DVD reader, working recovery disks.. how to?

    Hello all, hope someone can help me here. I have a Toshiba Satellite p300-19f, win vista 32 in dotation. 
    Long story short, the computer has served me well for roughly 3 years now. All at a sudden, on startup when on windows charging page (with win logo and green counter going up), it started freezing. 
    I tried recovering last working win configuration, I tried recovering precedent backup points, at times I solved until the problem randomly showed up again (same identical problem), so ultimately I formatted and re-installed fresh vanilla version from recovery partition succesfully. Problem went away, until it came back. (all of this in 1 month time span)
    It worked ok for a couple weeks, and started giving the same problem again. Ultimately I figured out (I immagine) that the hard drive must have some problems, as this freezing on windows startup (immediately distinguishable as the cpu stops working / the light in front stops twinkling) occured basically randomly, regardless of software installed in the pc, or time since last format.
    I decided to change the hard drive, but obviously have the problem of the new operating system. My dvd burner is broken, or at least does not work reliably. I got an external sony burner and through the toshiba disk creator applet made the recovery disks (2 DVDs) successfully.
    I changed the hard drive, tried to reboot and reistall using in laptop dvd, when it gets to copy the first big file it gives a CRC error, an aborts the whole thing (sending me to a prompt of commands though.. where I copied the whole content of the DVDs on the just made HDDrecovery folder in v: through the recognized usb external burner, but the computer failed to recognize on later startups).So I tried to boot it up with the recovery disks in the external burner (bios DOES support USB boot), the disks are read, the toshiba applet for recovery is started, and as soon as it gets to the dos-like windows it freezes on "check for medium in drive".
    I have the recovery disks, I have a half working dvd reader in the pc that gives errors when copying the big files and aborts installation. I have an external dvd reader that is recognized at boot, starts the installation, but fails to find "the medium"...
    I hope I have explained my problem more or less.. what can I do (apart from buying a new working dvd reader for the computer) ?
    If there are specific info I need to give on hardware/software, please let me know.
    Thanks,

    Hello all, hope someone can help me here. I have a Toshiba Satellite p300-19f, win vista 32 in dotation. 
    Long story short, the computer has served me well for roughly 3 years now. All at a sudden, on startup when on windows charging page (with win logo and green counter going up), it started freezing. 
    I tried recovering last working win configuration, I tried recovering precedent backup points, at times I solved until the problem randomly showed up again (same identical problem), so ultimately I formatted and re-installed fresh vanilla version from recovery partition succesfully. Problem went away, until it came back. (all of this in 1 month time span)
    It worked ok for a couple weeks, and started giving the same problem again. Ultimately I figured out (I immagine) that the hard drive must have some problems, as this freezing on windows startup (immediately distinguishable as the cpu stops working / the light in front stops twinkling) occured basically randomly, regardless of software installed in the pc, or time since last format.
    I decided to change the hard drive, but obviously have the problem of the new operating system. My dvd burner is broken, or at least does not work reliably. I got an external sony burner and through the toshiba disk creator applet made the recovery disks (2 DVDs) successfully.
    I changed the hard drive, tried to reboot and reistall using in laptop dvd, when it gets to copy the first big file it gives a CRC error, an aborts the whole thing (sending me to a prompt of commands though.. where I copied the whole content of the DVDs on the just made HDDrecovery folder in v: through the recognized usb external burner, but the computer failed to recognize on later startups).So I tried to boot it up with the recovery disks in the external burner (bios DOES support USB boot), the disks are read, the toshiba applet for recovery is started, and as soon as it gets to the dos-like windows it freezes on "check for medium in drive".
    I have the recovery disks, I have a half working dvd reader in the pc that gives errors when copying the big files and aborts installation. I have an external dvd reader that is recognized at boot, starts the installation, but fails to find "the medium"...
    I hope I have explained my problem more or less.. what can I do (apart from buying a new working dvd reader for the computer) ?
    If there are specific info I need to give on hardware/software, please let me know.
    Thanks,

  • HELP, need to know where Service Manager 2012 is working

    Hello, I am System Administrator in a Bank with around 1100 employees and I have been setting up Service Manager 2012 since midyear 2013. Now we are finishing the job. In May
    my CEO had adviser from Gartner group to tell him how he should arrange the Computer department and one of the things that the advisor from Gartner said was that we should not use Service Manager 2012 because it is not a good system and those that are using
    it are in constant trouble with it and are going to take it down. Now my CEO has told me to stop working on this because he is going to decide what he is going to do. I am stunned about this "advise" from Gartner group. I really like
    Service Manager and I have set up Orchestrator, Configuration Manager and Operation Manager and these system are all working well together. Now when I am ready to ship this into Production my CEO says stop, so I am really frustrated about this sales pitch
    from the "advisor".
    So my question is, can anybody give me some good arguments like where is Service Manage working well and where can I show my CEO that those advises that he had from Gartner group are totally
    wrong.
    I would like to thank in advance.
    Best Regards Olafur_s
    Icelandic DBA admin

    I'm an staff consultant for a independent consultant company that is a Microsoft partner, and is also a partner with VMware, Citrix, etc... I'm a core infrastructure consultant, specializing in IT Management and processes. I install and configure
    System center Service Manager as a major portion of my job. I consider myself a unbiased expert opinion, but that's almost a contradiction in terms.
    I personally think Service Manager is one of the best service desk products available, for companies that are in certain positions.  I'm not aware of any companies that are removing it, but I am aware of a very small number of companies with
    incomplete deployments they are abandoning because of standing issues, and just as many starting new deployments in the wake of the
    SDE end of life.
    first, the advantages:
    Service Manager is a good mix of design flexibility and minimal configuration overhead. Compared to other helpdesk systems, the process load to create new offerings is very low, and a typical corporate system can be maintained with no more then 1 full or
    part time administrator, pretty much regardless of size.
    it's remarkably extensible. The authoring tool and readable XML format allows (with a little bit of familiarity) an administrator to create their own data types, forms, processes, workflows, and other management constructs
    with very little "hard" coding.
    the representational object data model is a remarkable innovation that allows a very simple model translation, I.E. an object in the real world becomes a SCSM data object with very little normalization work. you don't need to think about tables, or
    how identifiers are issued, or column space, or even web design. Want to manage heisenberg frabulators? awesome, create a class that represents everything about frabulators as properties or relationships, create a form that shows you a page with data
    for frabulators, create a view that shows you all of the frabulators in the way you want to see them, and create a SCSM Frabulator object for each frabulator you have. If you create the frabulator class by inheriting from Configuration item, then
    all of the relationships that already exist for other CIs (like Incident Affects relationship, etc) will just magically work. NONE of that requires any coding, and all of it can be done with out-of-the-box GUI tools.
    SCSM has a good partner ecosystem (reference
    Provance, Syliance.com,
    Expit, SCSM Solutions, etc.) including administrative tools, reports, and whole solutions.
    now the disadvantages:
    Service Manager assumes that you already have an ITIL service book, and a specific type of ITIL service book with well defined, modular offerings based on very focused needs. As a starting assumption, this is a high bar. Most companies have not spent
    the time or mental capital on HOW their it processes work required to take the fullest advantage of this. I personally think MORE companies should spend this capital, because they would EASILY earn it back in terms of better management oversight, process efficiency
    gains, and better service delivery but no body issued me a magic wand, so...
    box, Service Manager doesn't do anything. It's a representative object system that models your IT environment, until you tell it how your IT environment works, it can't model your IT environment. again, this requires a lot cognition about how your IT environment
    works, and Companies that are just scraping by and don't understand how they deliver services or already have inventories are not going to be able to provide the information needed to make Service Manager really useful.
    Service manager has some serious solution gaps, specifically reporting, the portal, and third party OS support. Both the portal and the default set of reports are on the list of things for the product team to improve upon, and third party products (like
    Gridpro's Analyst console) are already improving non-windows support. Remember, Service manager is a VERY new product (remember,
    the first RTM was april 2010) and shows INCREDIBLE progress in that time, but it still has a ways to go to compete with products that have been available
    for more then 22 years.
    Microsoft has a poor reputation for feature and bug fixes, and has also shown variable levels of interest in Service Manager as a platform. The high point was probably the push for the 2012 release, where Service Requests, release management, the Offering
    model and the major console improvements were all pushed in remarkably quickly. The low point was probably near the end of Travis's tenure, where it took almost two years to fix some basic workflow issues surrounding service requests after the 2012 RTM.
    The recent trend on this has been positive, and
    the tools are now in place to make it better, but the community as a whole is skittish right now.
    As to why Gartner is recommending what they are recommending, they have a good point. Viewed pessimistically, System center is currently a beautiful, but incomplete and buggy, product that Microsoft has not been supporting adequately, based on
    deprecated technology.
    But this view is incomplete: It doesn't take into account the fact that other products have higher administrative costs and minimal or non-existent automation support. It doesn't take into account the recent trend towards faster
    releases, and better communication, but this things are only apparent on a longer time frame.

  • Help please! can't import CDs, Itunes stops working and shuts down:(

    Hi All, Itunes worked fine up until couple of days ago and now when I insert a CD to import it recognises the CD but when it starts importing, itunes stops working and shuts down immediately. What do I need to do? I read the discussions but couldn't find an answer, most questions were about burning a CD so your help will be highly appreciated...many thanks indeed

    Itunes worked fine up until couple of days ago and now when I insert a CD to import it recognises the CD but when it starts importing, itunes stops working and shuts down immediately.
    First we need to check your precise version number, elektra. In iTunes go "Help > About iTunes" and wait for the version number to scroll up from the bottom of the screen.
    Do you see *iTunes 10.1.0.54* ? If so, we need to update you to version 10.1.0.56 . It probably wont appear for you in Apple Software Update if you already have a 10.1.0.54 already installed, so you'll need to download the installer from the Apple Website, as per the following document:
    [iTunes 10.1 for Windows: iTunes may stop working and need to quit while importing or syncing audio|http://support.apple.com/kb/TS3591]

  • TS3212 Why can't I find a help # to call about my problem "iTunes has stopped working"

    "iTunes has stopped working"
    Acer  system, Windows 8, trying to download iTunes for Windows 8.  Partial loads but at @ 75% stops. Worked with prior version of Windows transferred over.
    Full message: "A problem caused the program to stop working correctly, Windows will close the program and notify you if a solution is available."
    Troubleshooter didn't help, removing and down loading iTunes for Windows 8 did not work. same message each time.
    Windows message says its an "incompatible program."
    How do I get this to load correctly?  AND HOW IN THE WORLD CAN I TALK TO SUPPORT ABOUT THIS PROBLEM, I HAVE SPENT 1/2 DAY TRYING

    Apple don't provide free telephone support for iTunes.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Help, 10.6.8 update, all usb ports stop working after 10hrs

    I've been running 10.5.8 for ever and finnaly tried to update to 10.6.8.. After I did it, the usb ports all kick out any connected devises after around 10 or so hours. I ran of the install disk, using disc utillty, disk repair, and repair permisions a few times and it did not help.
    I did the install a few times  again to try to see if it would help and didnt.
    i tried an erase and install and migrated everything over from my orignal back up external drive that is running 10.5.8 and issue is still  there.
    My old 10.5.8 back up external drive works fine and does not have this issue, and I have been using that as my start up drive instead and working from there. But that is not really a solution and a temp work around.
    Any suggestions would really help. thanks!

    I have a early 2008 macbookpro 2.8 duel with silver keys.
    I purchaed the 10.6 disk from the apple store. I've had the machine for years and purchased it refurbished from apple.
    I did the erase and install and migrated everything over from external drive, then did update to 10.6.8 and the usb ports still would stop working after a few hours.. Then I read on another apple community forus to reset pram, and pull out the power cable, take out the battery and hold power key for 5 seconds, then restart. that seemed to fix usb issue so far..
    But overall my computer seems to be running slower then when using just 10.5.8 and it did not wake from sleep once and I had to force power off and restart.. But maybe its just getting used to 10.6.8. we will see..
    Also, on another note, my battery is totally dead, and I can only run computer with power cable.. Will this affect things? it never did with 10.5.8..
    Oh, on my erase and install, I just did the simplest version and did not do the full erase to zero using he advanced security measures.. I just did the one where it writes on top of everything..

  • When adding songs to Itunes library, itunes stops working

    When adding songs to itunes library it stops wokring and itunes closes.

    I'm having the exact same problem and I came to this forum seeking the answer.
    To go into more detail, the problem occurs when you click on 'Add File to Library', then select multiple songs from a folder using the CTL key. You can add tracks individually with no problem. Use CTL to choose two or three tracks, that works fine, too. But if you choose more than that, nothing gets added to the Library.
    If I had to guess, I'm thinking it might have something to do with the total number of characters allowed (on the selected tracks) before the 'Add to Library' pop-up form basically fails to work properly. I've also noticed the magic number of selected tracks to be somewhere in the 3-4 range before it doesn't work.
    It definitely feels like a software bug and I've experienced it in more than one version of iTunes, including the current release. I'm hoping Apple will recognize and fix it sometime soon. Having to go into the same folder three or four times to import 10 or more tracks from the same album is pretty irritating.
    Message was edited by: MisterGee
    Message was edited by: MisterGee

  • Help needed adding xml into website

    I am looking for some help adding a few .xml files into my
    website using Dreamweaver
    First ..I would like to add the following RDS.xml file below.
    I would like it to go into a box that is 100 x 100 px
    <?xml version="1.0" encoding="utf-8" ?>
    - <Playing station="HAWK">
    - <item type="MUS">
    <DateTime>Thu 10:52AM</DateTime>
    <Cart />
    <Artist>THE ROLLING STONES</Artist>
    <SongTitle>JUMPIN' JACK FLASH</SongTitle>
    </item>
    </Playing>
    Second ..an event.xml file that will scroll info with box
    dimensions of 400 px w x 30 px h.
    Both xml files would be on my site in a user_files folder
    Any help would be greatly appreciated. Rob

    > To use Dreamweaver, you'll need to write some code to
    transform the XML
    > into
    > HTML. What code to write will depend on the server-side
    scripting language
    > you are using.
    It means that you can't just plop in XML in the middle of
    your HTML. Your
    pages are HTML, so the XML needs to be transformed in to HTML
    first. There
    are various ways to do this. Are you using PHP? ASP? Etc.
    Once we know that,
    we can narrow down a solution for you.
    -Darrel

  • Help needed adding album artwork using Windows Vista

    My computer is a PC running Windows Vista. I am missing some album artwork - some artwork from CDs I ripped to Windows Media Player and subsequently transferred to ITunes and my IPod Classic (120GB), and some artwork that is either missing from ITunes or incorrect album artwork. When I drag an album image from ITunes to my album artwork window, it won't copy, nor can I do it from Windows Media Player. Yes, I have enabled automatic download of artwork in ITunes, and yes, I have already read the basic adding album artwork article, and I am not able AT ALL to do any kind of drag and drop.
    I also noticed that my ITunes songs is missing album artwork that ITunes has a partial album for, but I have the FULL album (which I transferred from WMP)
    Any suggestions?

    You can't copy the artwork from the iTunes Store...
    You also won't have any joy if you're trying to add artwork to wav files as they don't support tags.
    Use Google, Amazon, Discogs etc. to locate relevant images. Ideally these should be square, 320x320 pixels or above and borderless to give the best results in the various menus. Copy the image from the source, then select all the tracks of the album, use CTRL-I to *Get Info* and paste the image into the artwork box.
    tt2

  • Adding Chapter Marks makes DVD audio not work

    I sent a 65-minute video to Compressor from Final Cut Pro X. In Compressor I used the 'Dolby Digital Professional' and 'MPEG-2 for DVD' settings from the Disc Burning folder as targets, and added a job action to create the DVD. I left all default settings. DVD worked fine with good audio and great picture. Then I manually added Chapter marks in Compressor and created another DVD. This DVD had no sound for about half the video. Any ideas on how I can add Chapter marks in Compressor without losing audio? This is for a school Talent Show with about 25 different acts, so I really want to have a Chapter selection on the DVD. If I try other apps to make the DVD (FCP X, iMovie, iDVD) the video quality suffers terribly, so I'm hoping I can get Compressor to work. Thanks for any help.

    I've come up with a fairly straightforward workaround for this. In Final Cut Pro X, before sending to Compressor, do an audio-only export to an AC3 file (Share...Export media, select "Audio Only" for Export and "AC file" for Audio file format). Then use the "Send to Compressor" function from the Share menu in FCP X. In Compressor, create a DVD using the standard "Dolby Digital Professional" and "MPEG-2 for DVD" settings and adding a "Create DVD" job action. Make sure the target AC3 file name in Compressor has a different name (or location) than the AC3 file you created in FCP X. The resulting DVD does have intermittent audio as before, so it can be discarded.
    Here's the trick:
    Open the folder containing the Compressor-created AC3 file, copy the file name, then move that file to the Trash. Find the FCPX-created AC3 file, rename it with the name of the Compressor-created AC3 file, and move it into the folder where the Compressor-created AC3 file was before you moved it to the Trash. Now you can resubmit your job from Compressor and it will burn a new DVD using the AC3 file you created from FCP X, which should have good audio. For me this created a great looking DVD with the high quality MPEG-2 video from Compressor, and the good audio AC3 from FCP X.
    I think there is a bug when sending FCP X projects with multi-cam portions to Compressor. I've seen two other cases of this on the discussion boards and multi-cam appears to be the common thread. I can't think of any logical reason that an AC3 file created in FCP X would sound fine, but the same FCP X project sent to Compressor results in an AC3 file with intermittent audio.
    At one time I thought the issue was exceeding the capacity of the DVD. But after experimenting I learned that an AC3 file created in Compressor from my multi-cam FCP X project has intermittent audio, even without a "Create DVD" job action. (I used VLC to play back the AC3 file and had the same intermittent audio I had with the DVD).

Maybe you are looking for