On my mozilla start page, there is a search bar in the middle of the page. It has always been google, but suddenly it is bing. I hate bing! I've been trying to figure out how to change it but it is beyond me.

I downloaded a game from msn games a week or so ago, and I'm thinking that is what brought this about. I deleted the game off my computer, but don't know how to fix this...

If you are talking about the default Firefox 4+ homepage - '''about:home''' - run this code in the Scratchpad to change the '''about:home''' search engine back to Google.
Firefox button > Web Developer -> Scratchpad - <br /> copy and paste this script into Scratchpad > then hit Execute > Run
<pre> <nowiki>
javascript:{localStorage["search-engine"]="{\"name\":\"Google\",\"searchUrl\":\"http://www.google.com/search?q=_searchTerms_&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a\"}";void(0);}
</nowiki> </pre>

Similar Messages

  • Trying to figure out how to change the tuning of certain notes so I can play notes in between pitches for example the middle note between B

    Trying to figure out how to change the tuning of certain notes so I can play notes in between pitches for example the middle note between B & C or E & F. I can use different tracks if needed but I would prefer to know how to do it for individual notes as well. They have to be exactly in the middle so it's not out of tune.

    Danny,
    The theme to Doctor Who is in 12/8. In music theory, there's no such thing as a 12th note, the notation and nomenclature is all based on things being divisible by four. So for the diddly-dum feel to happen, you have to give the beat to a quarter note plus another eighth note -- we call it a dotted quarter note, and now you have three eighth notes per beat so you can go diddly. So, since you can't call the time signature 12/dotted quarter, you call it 12/8 and go faster. Make sense? Anyway, for GB's purposes, all you need to know is that you'll get that feel by choosing 12/8.

  • HT201209 I need assistance with trying to figure out how to change my security code answer

    I need assistance with trying to figure out how to change my security code answer

    If you mean the answers to your security questions, then f
    rom http://support.apple.com/kb/HT5665 :
    If you have three security questions and a rescue email address
    sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers (the steps half-way down that page should give you a reset link)
    If you have one security question and you know your Apple ID passwordsign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID passwordcontact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    If you can’t reset them via the above instructions (you won't be able to add a rescue email address until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out wh

    I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out what is going on? We have it set on auto renewal so I know its not that we haven't renewed this subscription, because we pay automatically.

    Hi olivias,
    It sounds like there may be some confusion on your system about what application should be associated with PDF files. You can reset filename associations by following the steps in these articles (depending on your operating system):
    How to change the default application for a file type | Macworld
    http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7
    Please let us know if you have additional questions.
    Best,
    Sara

  • Importing cd's and suddenly can't see the recently added folder, have been unable to figure out how to re-display it, know the songs are going somewhere

    Was importing cd's and suddenly can't see recently added folder, been unable to figure out how to re-display it, know the songs are going somewhere

    See Restore Original Smart Playlists.
    tt2

  • I have a variable width circle, trying to figure out how to change start / finish thickness variance

    Hi all, 
    Just wondering how I do this and still be able to edit the start point / end point thickness?
    In this screen shot I am trying to get the start point (the thinnest point) a little thicker.
    Can I edit these variable width profiles or? Any other / better ways to do it?
    Any help would be great

    You need to use the width tool:
    The profiles are all just starting points.  Depending on how precise you need to be, you might need to cut the circle at that point so you can get at the thinner end of the line.  If you try while it's a circle, you can get pretty close, but the thicker end is over the thinner end. 
    If you need to cut it, (scissor tool, "c")  use the keyboard to move the thicker point out of the way, adjust the thickness with the width tool, and then move the point back. Marquee select them both with the direct select tool (Click and drag with the white arrow, "a") and "join" (command-J) them back together to make it a circle again.

  • Trying to figure out how to change the desktop background with powershell/batch.

    The entire thing I'm doing is pretty pointless lol. But I wanted to prank my mother. This is my computer by the way nothing malicious. I just had an idea that the next time she goes to click and open opera I would have a batch files disguised as it instead
    that would just say some things. Mimic deleting files. Kill exlporer.exe. Change the background to one I created saying something like GOT YA! with a troll face or something. And then either run explorer.exe again or shutdown my laptop. I don't really know
    what I am doing lol. I have the batch file done but the changing of the desktop has me puzzled. I can have the batch file to replace the current bmp file with one I've made but it doesn't actually change the background. And JFY WPA files just happened to be
    where I decided to sit the files for this prank at until I'm done with them.
    I used this to copy it over.
    copy /y "C:\Users\user\Documents\WPA Files\Internet Explorer W
    allpaper.bmp" "C:\Users\user\AppData\Roaming\Microsoft\Internet Explorer\Inter
    net Explorer Wallpaper.bmp"
    I used this to try to get the wallpaper to refresh to show the new one before I found out this doesn't work with windows 8.1
    RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
    I found this but I am not entirely sure what to do with -name or -value or if I need to do anything to them or the others.. Doubt this would even refresh or what ever to make the new wallpaper actually show though.
    set-itemproperty -path "HKCU:Control Panel\Desktop" -name wallpaper -value $image
    Also found this which I don't get at all..
    Add-Type @"
    using System;
    using System.Runtime.InteropServices;
    using Microsoft.Win32;
    namespace Wallpaper
       public enum Style : int
           Tile, Center, Stretch, NoChange
       public class Setter {
          public const int SetDesktopWallpaper = 20;
          public const int UpdateIniFile = 0x01;
          public const int SendWinIniChange = 0x02;
          [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
          private static extern int SystemParametersInfo (int uAction, int uParam, string lpvParam, int fuWinIni);
          public static void SetWallpaper ( string path, Wallpaper.Style style ) {
             SystemParametersInfo( SetDesktopWallpaper, 0, path, UpdateIniFile | SendWinIniChange );
             RegistryKey key = Registry.CurrentUser.OpenSubKey("Control Panel\\Desktop", true);
             switch( style )
                case Style.Stretch :
                   key.SetValue(@"WallpaperStyle", "2") ; 
                   key.SetValue(@"TileWallpaper", "0") ;
                   break;
                case Style.Center :
                   key.SetValue(@"WallpaperStyle", "1") ; 
                   key.SetValue(@"TileWallpaper", "0") ; 
                   break;
                case Style.Tile :
                   key.SetValue(@"WallpaperStyle", "1") ; 
                   key.SetValue(@"TileWallpaper", "1") ;
                   break;
                case Style.NoChange :
                   break;
             key.Close();
    [Wallpaper.Setter]::SetWallpaper( 'C:\Users\user\Documents\WPA Files\Internet Explorer Wallpaper.bmp', 0 )
    And this to run the powershell script once I have one lol
    PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""C:\Users\user\Documents\WPA Files\desktopchange.ps1""' -Verb RunAs}"

    Haha you're funny. I can't decide if you sincerely want me to learn or if you enjoy my struggle(I'm dumb) and think I'm up to no good. I do enjoy learning though :). 
    If I thought you were dumb I would have ignored you.  I just think it would be more fun for you to find the answers.  This is a technical forum and not a free answer forum.  It is for people who are learning or who have specific technical
    questions.  I am dropping you in the "might be learning" bin.  If you had asked a specific technical question I would have answered it.
    ¯\_(ツ)_/¯

  • Trying to figure out how to get custom quiz concept to work

    OK so I've been trying to get this concept to work in CP4. I have simulation quiz questions that gives the user 2 attempts to answer the quiz. The one hitch is that if the user get the question wrong the first time it gives them an "incorrect try again" message and if they get it wrong the second time it gives them an "incorrect please review section...." message. Now I've been trying to get this to work many ways and haven't been able to get the quiz to score right due to the fact I can't get CP to let me use the multiple incorrect feedbacks in a single click box.
    I've tried setting up the questions using 2 click boxes (each click box has a different incorrect feedback message) but I run into the issue of if I answer the question right the first time then the second click box goes unscored and throws off the percentage.  I've been trying to figure out a way to manipulate the captivate system variables (cpinfoquizpasspoints, cpinfototalquestionsperproject, cpinfopointsscored) but I can't for the life of me figure out how to update the variables (ex. overide the cpinfototalquestionsperproject with my own number or add additional points to the cpinfopointsscored variable if the user gets the question right the first time. Basically I need to fig out a way to get this to work and ultimately be able to communicate to a Sumtotal LMS what the results are. I'm very open to suggestions 
    Thanks
    B
    btw. I'm really disappointed that CP4 allows different feedback messages on multiple attmeps for their built in questions but not for custom click box questions!!!!

    I would try the multi choice like captiv8r said. if that doesn't work try a clickbox for each answer and:
    Some quick notes for set up. Slide XX represents the slide that will contain the next question in the quiz. You may want to create all the slides (even if they are blank) as place holders for each question in the quiz. So if a question has 4 possible answers that's gonna be 4 slides for that question. If you have 5 questions and they all have 5 answers then you want to create 25 slides for the questions. (I think I did the math right on that )
    Change the properties for the click box to on success: go to next slide (unless this is the correct answer then select jump to slide XX). Change the options
    Under Options Only check Success Caption, Pause project until user clicks and pause for success/failure captions.
    Click OK......You will be given a click box with a green box that says type success  text here.
    Right click on the green box and select Properties
    If this box is the right answer type in Correct or something to that extent. If its the wrong answer type in "Answer is wrong because ..bla bla bla..... reasons". You can format the font to be red or green and choose the appropiate caption type to match your color scheme (or create your own custom caption)
    Click OK.
    After that all you have to do is duplicate the click box (right click on the click box and select duplicate) and edit the caption to be either "correct" or "answer is wrong because....."
    Once you have all your captions in place you can copy the entire contents of the slide an paste it into the rest of the slides set up for that question (remember if the question has 4 answers then thats 4 slides for that question)
    repeat steps 1 - 9 for the rest of the questions.
    Some things you want to consider. If you only want to give the user say 2 attempts per question then you want to modify the setup to only 2 slides per question. That way if they get it wrong on teh second attempt they are advanced to the next question. If you are scoring this quiz you will have to set-up some variables for scoring.
    The method above is what I used to answer my own question from the original post.... Lots of work but it got the job done! Good luck.
    B

  • I have recently had to fire my web designer who was using iWeb.  Now I'm trying to figure out how to get the site to open in iWeb on my new MacBook Pro.  Is there a way?

    I have recently had to fire my web designer who was using iWeb.  Now I'm trying to figure out how to get the site to open in iWeb on my new MacBook Pro.  Is there a way?

    Firstly iWeb CAN'T IMPORT any kind of published html code as it has no import facility.  You can however add html code, javascript and css by selecting the html snippet and placing it on your page the entering the code in here and clicking on Apply.  You DO NOT create a shape as you say - you use the html snippet and place your code in there.
    There are not really a lot of ways in which you can write code - if you want to enter small amounts of code, then you would use an ordinary text editor to do this such as Text Edit on a Mac or Text Wrangler.  If you want to add code to iWeb like this, then you would either use the html snippet method in iWeb itself or you would have to publish the site to a local folder from iWeb and open the relevant html page with a text editor and add the additional code in this way and then publish.  However, if he decided to add the code with a text editor, then you would have to upload the pages directly to the server using an ftp client - if you try to upload the site directly from iWeb, all the extra code will be overwritten.
    As for checking whether the site was created using iWeb, all you need do is view the site in Safari and then click on View and then select View Source Code and it will tell you.
    Even thoough extra code was added to the site and he might well have done this by publishing to a local folder and adding the code with a text editor, he should still have the domain file for the site too.
    Ask again.  I'm sure that for adding quick code, most would not want to use programmes such as Dreamweaver, but a simple text editor will suffice.  As OT already said, if he claims that he does not have the domain.sites file, then try Flux 4 which is a web design programme and has full import facilities.  At least this way, if he just gives you the published version of the site, you have some way of opening it.
    You can download a free trial of Flux 4 and you can also purchase the full version from the Mac App Store if you decide you like it.

  • Is there a 20 page minumum? e of me, can't figure out how to change it..

    The pricing structure suggests not, but I only need about 15 pages, and the rest as blank pages is just tacky... For the life of me, can't figure out how to change it... "Remove Page" only works down to 20 remaining...
    Thoughts?

    The minimum page requirement is driven by the binding process. There are a minimum number of pages that can be bound satisfactorily. Larry's razor blade suggestion might be your solution.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • I cannot figure out how to change the photo size on my iPhone 5s.  I was given the choice of small, medium or large the first time I took a picture.  Now I have no idea how to change it to medium.  Can anyone help?

    I cannot figure out how to change the photo size on my iPhone 5s.  The first time I took a pic it asked if I wanted smalll,  medium or large and listed the pixels.  I chose small but am now finding that is too small.  Can anyone help me set it to medium now?  I can't find any setting for that.  I'm a newby to iPhones and have no idea what I'm doing.  Thanks for any help you can offer.

    By "sending" do you mean sending email?
    If so, what app are you using to take the photos on your iPhone 5? Or are the photos from a different source (saved to your Camera Roll from somewhere else, like a web page or Messages)?
    My guess is that Mail gives you the option to send different file sizes when it detects you are trying to Mail a really large photo file. The size of photos on the iPhone 5 is really big and some email providers may stop your mail from being delivered if attachments are too large. Thus, Mail tries to help you by offering to resize the photo.
    I suspect that if you are sending smaller files, Mail does not bother giving you options to save a smaller version. In fact, I have seen this behavior. So, if the photo is already "small enough", it gets sent as-is.
    To my  knowledge, there is no global iOS setting for this. Some apps may have different rules, of course.

  • From the US but in France these days trying to figure out how to get case

    I have an iPhone 4, and I got the email about being eligible for the case. I am from the US, and I am now in France for a bit for work. I am trying to figure out how I could get my case shipped to me here instead of back home, since I will not be back there until December at the earliest. I downloaded the app and it will ship to my US address by default, and I am not interested in changing that because I want to still be part of the US zone.
    If someone from Apple could help and tell me what to do it would be great. I could not find the right department that could have answered this question when I looked on the support page.
    Thanks.

    These are user forums - Apple will not respond to you here.
    Call customer service with the order number and tell them that you need to change the ship to address ... they should be able to do that or you...

  • Trying to figure out how to...

    I have a photoshop CS5 document, which has amoung other things, a 3 d effect E-book image. It is an image with sides, set at an angle, etc. to give it the look of a real book. My dilema is that I want to change the image, to give the E-book a different cover. A designer created the document for me, but won't help me figure out how to change it unless I pay them. So I am trying to figure it out for myself. So far no success. I'm attaching a screen shot of the document in photoshop, with the layers palatte on the right with the layer in question highlighted, and the image itself in on the left. Any advice or direction would be appreciated. Basically I want to figure out how to replace the image on the cover with a different image from my computer.

    craigpmhere wrote:
    Thank you for the help on this. I gave it a go but was not able to get there. I decided to go ahead and pay my designer to teach me how to do it.
    Join a Camera Club.  You'll get all the instruction you need, and it will only cost you the price of the club subscription.
    Or Google is your friend:
    http://www.pstut.info/photoshop-tutorials/open-book-tutorial/
    http://www.photoshop-plus.co.uk/2012/02/22/learn-how-to-create-an-open-book-in-photoshop/
    http://www.youtube.com/watch?v=pY6LGtbyagY
    http://www.youtube.com/watch?v=yMhMkXNlrFU&feature=relmfu

  • Can't figure out how to change the bottom margins

    This is my 3rd day with a mac and I can't figure out how to change the margins in Pages '09 so that it doesn't include a .5 margin on the bottom.
    I'm using a HP OfficeJet J6450. In the page setup, I changed the "untitled" user defined margins to .1 for top and sides and 0 for the bottom and it still includes a .5 margin on the bottom. Changing the untitled seems to help side margins.
    I've used the inspector to see if there is a setting there that defines the bottom margin as .5 and that doesn't seem to do it.
    If I print borderless, the text boxes that I have a .3 border around don't print on the edges even though they show up on my workspace. It also throws off the top and bottom.
    This is a big assumption, but I assumed that if the workspace and rules show white space and now grayed out, it would print that way. It's not.
    Any ideas? Thanks! Ana
    P.S. I've downloaded & installed updates for everything - OS, iWorks, Printer

    Peggy,
    Maybe this is true of Macs? On my windows systems - I can specify more options on both my printers and can print beyond .5 inches at the bottom. One specific option on my J6450 that I can select is "minimize borders" and it will print about .1 or .2 from the edge. On my mac, I do not have that feature to select. If I print borderless, even though my layout shows it should not go off the paper, once printed it does.
    Thanks.

  • I can't remember my security questions and when I have them sent to my email it's the wrong email address. I can't figure out how to change that email address. It's not the same as the one I have on my account.

    I'm trying to change my security questions because I forgot them. When I have them sent to me via email it's going to a diiferent email. I can't figure out how to change that email that the security questions are connected to. It's not the one that I can Edit on my Account.

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (95621)

Maybe you are looking for

  • Express document "Update was terminated" in CS62 order BOM change

    Hi All, I am creating one sales order BOM with reference to Material BOM. While creating BOM, we have setup BOM creation in such a way that while creation BOM status will be inactive. While changing status to active using CS62 transaction, I am getti

  • New SSD on the way, want to install Snow Leopard. What disc do I need?

    Hi, I have a 2008 Mac Pro, currently running Leopard 10.5.8 but along with the Snow Leopard OS I have ordered a 128GB SSD that will be my primary boot drive from the moment it arrives. Since the Mac Pro has 4 slots for hard drives I will just throw o

  • Texts in other languages

    Hello,            We have a report  which should be shown in Italy language.How can we achieve this in BW? As far as I know, In order to support multiple languages, the following is must: 1>    The language specific descriptions must be maintained in

  • Remote user Authentication in customize login page

    Hi all, I would like to make sincere request to all you that I am not able authenticate my users based on tables. I start to learn HTML DB before 20 days and created simple application. Requirement: 1: Created new login page P16 other than inbuilt lo

  • How to remove a paragraph style?

    How do you remove a paragraph style from a paragraph and make that paragraph not have any style assigned to it? Without deleting the actual style. Thanks.