better, more narrow, more appropriate research

Forgive me my ignorance, but there are options in a drop down menu that you could use to search better. Like-search must contain these words - should not contain these words must have these words in the title and etc... FF may not have it but some browser did. And there are IE shortcuts. () around a word or a set of them meant that they must be used in the page exactly as written or {}, that should not appear on the page. Is there such a thing in FF?

Hello SteeleAS, this is a question where the answer depends on the particular search engine that you use in firefox. a lot of research offer of engines to refine the search with some operators:
Google - https://support.google.com/websearch/answer/2466433
Yahoo - https://help.yahoo.com/kb/search/yahoo-search-sln2242.html

You can also use these operators when you search via firefox...

Tags: Firefox

Similar Questions

  • Issues are transferred to the forum (opening) original to a more appropriate forum? I thought I read that while I asked my first question?

    I ask because I open/asked my first question "Desktop and personalization", for lack of a better forum. "Troubleshooting the system" or "System inquiry" would better describe the nature of my question, but none exist.

    I received no answer, can you suggest a better forum of the 14 listed? And if yes how can I move it to another forum?

    Here is a list of the 14 WinXp forums.

    Windows XP Forums (14)

    Desktop and personalization
    Hardware and drivers
    Performance and maintenance
    Install, upgrade, and activate
    Programs
    Music and sound
    Security, privacy, and user accounts
    Networking, e-mail, and getting online
    Files, records & research
    System repair and recovery
    Internet Explorer
    Windows Update
    Game

    I opened another in the right Forum, answers to Microsoft Site Feedback.

    title "issues are transferred to the forum (opening) original to a more appropriate forum?" I thought I read that while I asked my first question? REPEAT - in some sort the first attempt ended up 'Desktop and personalization' ',

    who has responded.

  • Where can I find better, more correct instructions to solve printing problems by editing prefs.js?

    Instructions of "resolve printing problems | Firefox Help, line 6. Delete all the lines in prefs.js that begin with print_ and save the file. "do not match what is actually in my prefs.js file.

    In other words, he didn't y not the lines * beginning * with "print" or "print_". However, the string of five characters 'print' is * very * many times buried deep in a line of characters, but never at the beginning of a line and rarely followed by underscore. So I have no idea what I'm actually planned to do to solve my problem.

    It seems to me that this is just a badly phrased statement that might be more appropriate for someone who is familiar with the codification and development of software, which I'm not. I don't have the time, experience or knowledge to understand. I need more literal/explicit/specific instructions.

    The printing problem I have is that I have to print via WiFi to a printer in another room wired to another computer, and Firefox seems to switch or possibly reverse scales fonts for information of margin and the text of the Web page. In other words, the title of the document, date, time, prints etc very wide and the content of the page text prints almost too small to read.

    If there is a lot of user set prefs involved that need to be reset, then it's much easier to delete related lines of the prefs.js is each of them with the button straight on the topic: config page and click Reset.
    This is the main reason (single) to edit the prefs.js file.

  • What is better/more-fast: indexes all first or inserts first?

    I created a couple of TABLEs.

    Now I have todo, more than two tasks:

    1.) Insert about 50000 to 100000 records in each TABLE
    2.) CREATE index for these tables

    What is better/more-fast:

    Do not perform on the first task 1. or a task 2?

    Peter

    If it is possible to load the data in ascending order (linked to index), consider this note of documentation of CREATE INDEX:

    KIND | NOSORT
    By default, Oracle database sorts the index in ascending order, when it creates the index. You can specify NOSORT to indicate to the database that the lines are already stored in the database in ascending order, so that the Oracle database is not necessary to sort the rows when you create the index. If the indexed column lines are not stored in ascending order, then the database returns an error. For most saves space and time to sort, use the following clause immediately after the initial loading of rows in a table. If you specify any of these keywords, then SORT is the default value.

  • What is better/more quick method to create a table (Oracle 11 g 2 dB)?

    Assuming that there are no statistics for the source tables - tables are deleted and recreated every day

    My paintings have a few million lines

    I'm trying to create a filled with data as quickly as possible via

    1 createtable_name as SELECT * from emp;

    2. create table_name

    Parallel degree 4

    in SELECT * from EMP ;


    I have 1 case I had some time 34 Sec

    In case 2, the table was created in 15 Sec


    In oracle other possibilities to create a much faster with this DEC?


    Or it will be faster when I create a table using create table_name

    (

    column1datatype [NULL |] NOT NULL],

    column2datatype [NULL |] NOT NULL],

    ...

    column_ndatatype [NULL |] NOT NULL]

    );

    or maybe I should use this method

    INSERT /*+ APPEND */ INTO empSELECT * FROM all_objects;

    INSERT /*+ APPEND_VALUES */ INTO emp SELECT * FROM all_objects;

    or it is better to simply creating a table

    and to use the FORALL in BULK IN THE COLLECTION instruction

    combination of Pentecost of the

    INSERT / * + APPEND * / INTO emp;


    I encourage you to test different options - as you did for the first two variants: personally, I think that it is much easier to remember these things if I did the tests myself - instead of trusting in the results of others. IE I don't think that there is something more fast parallelized ETG (perhaps with a clause (*)) additional nologging by using path direct inserts (although that INSERT APPEND select should do the same). I expect the operations in PL/SQL block to be slower.

    (*), but you should consider the consequences of NOLOGGING for your backup strategies + recovery

  • Make a maximum quality is more appropriate...

    I use CS4.

    I had a lot of success with the suggested settings of Steve Bellune to export media and encoding of projects HDV 1080 60i for burning DVDs.

    Now, all of a sudden, for some reason any crazy everything I have on the small drop down menu are the following:

    Use preview files

    Include Source XMP metadata

    Information file on...

    There is a maximum quality choices WITHOUT making as I've had in the past.

    Maybe my imagination, but I seem to see more many, many effects of staircase on the DVD...

    As far as I know, nothing has changed.

    Suggestions?  TKS, Tom B.

    If you start the lack of things like the MRQ in the menu export settings, it's time for a reinstallation.

  • What is the simple apple better/more operating system for installing adobe cs6 / adobe cc?

    Hello

    Mac pro 24 GB of ram

    Apple os 10.9.5

    Illustrator cs6 Adobe, indesign and photoshop cs6 used adobe indesign cc 2015

    is 10.9 better or 10.10?     for the installation of adobe above?

    I noticed the site Web of adobe does not mention 10.11

    Thanks in advance

    MANY problems with the CS6 and Mac El Capitan, so 10.11. ? is not a good option for CS6

  • Y at - it a syntax better/more runs to get data to and from stored procedures?

    To test the stored procedure call, I created a simple package

    create or replace package TEST_PROCEDURES as
    
    procedure Test1 (
       arg1 in number,
       arg2 in number,
    
       res1 out number,
       res2 out number);
    
    end;
    
    

    and a page with fields number four (P1_INPUT_2, P1_OUTPUT_1, P1_INPUT_1, P1_OUTPUT_2) and a button excuting the code following PL/SQL:

    declare
      arg1 integer;
      arg2 integer;
      res1 integer;
      res2 integer;
    begin
      arg1 := :P1_INPUT_1;
      arg2 := :P1_INPUT_2;
    
      TEST_PROCEDURES.Test1(arg1, arg2,
                            res1, res2);
                        
      APEX_UTIL.SET_SESSION_STATE('P1_OUTPUT_1', res1);
      APEX_UTIL.SET_SESSION_STATE('P1_OUTPUT_2', res2);
    end;
    
    

    It works, but it looks like a lot of unnecessary code to me. Any suggestions?

    TryingAPEX wrote:

    To test the stored procedure call, I created a simple package

    create or replace package TEST_PROCEDURES as

    procedure (Test1

    in number arg1,

    arg2 in number,

    RES1 number,

    Res2 number);

    end;

    and a page with fields number four (P1_INPUT_2, P1_OUTPUT_1, P1_INPUT_1, P1_OUTPUT_2) and a button excuting the code following PL/SQL:

    declare

    whole arg1;

    Whole arg2;

    integer res1.

    whole Res2;

    Start

    arg1: =: P1_INPUT_1;

    Arg2: =: P1_INPUT_2;

    TEST_PROCEDURES. Test1 (arg1, arg2,

    RES1, res2);

    APEX_UTIL. SET_SESSION_STATE ('P1_OUTPUT_1', res1);

    APEX_UTIL. SET_SESSION_STATE ('P1_OUTPUT_2', res2);

    end;

    It works, but it looks like a lot of unnecessary code to me. Any suggestions?

    Why would you do that? APEX may be referenced in the same way as all the other bind variables (although it is worth noting that their type is always VARCHAR2, so in this case, it will rely on the implicit conversion):

    begin
      test_procedures.test1(:p1_input_1, :p1_input_2, :p1_output_1, :p1_output_2);
    end;
    

    For the previous discussion on this topic, see set manually with PL/SQL session state .

    Always advanced postal code using the functionality of the syntax highlighted in the editor.

  • Size of the disk system comments more

    Hello - looked through the FAQ and found the answer to this question. If I missed this point just me to a resource if it is a pain I tell myself that this has probably been asked before.

    I'm under vmware version 3.1.3

    Space for comments system has been upgraded with 40 GB. I was getting messages that I was running out of space of previous system disk, dumped some files and I saw free space on system of vm disk to grow as as expected.

    Since then, traveling abroad, I have a need to empty a few photos, etc. I want to grow the VM disk space if it has increased by stopping the prompt. Then I went to VM hard drive tool has slipped to the bar to resize to 140 GB, filled time I restarted the prompt, but that he does not see its system disk space increase. Stop the VM/comments down then went to the VM disk and checked the case tool to pre-allocate and let that complements.

    Restarted the guest and still don't see the VM system disk with the any added space.

    Someone can direct me to the right process to increase the comments/VM system drive so that I can increase the amount of available space or let me know what I am doing wrong?

    Thank you

    OK, didn't post screenshots. Wanted to take the time and review everything first. I managed has increased the size of the virtual disk to 140 GB, and it is seen by the Windows operating system. Windows now detects this virtual drive as 140 GB. The virtual machine still sees as 40 GB.

    Now, I want to increase the size of the existing VM/comments system drive sector, so he can use it.

    I did some research and found this method and have the intention to use steps 2 and 3 to change the BIOS, start it newly created iso CD/Gparted and runs from there.

    http://communities.VMware.com/docs/doc-9765

    If there is a better/more method that will allow me to increse/increase the size of the virtual disk sector please let me know.

    It is an old document obsolete and has been replaced by: resizing of the ramdisks with step by step Instructions

    However to resize a virtual hard disk is at least a two-step process.  First increase the size of the virtual hard drive through its settings and then second is to increase the file system partition.

  • recently I upgraded my adobe acrobat in my 3rd generation ipad ios 8.1.2 after update my files manual pdf including more than 500 MB are very slow to respond and stuck all the time... .it has become a big problem for me now... I'm stuck... can not

    Help me

    Player crashes with files larger than 700 MB

    700 MB files are exceptionally large.  Any PDF reader you choose, it would be slow to display the content of a PDF in particular for previous generations of iPhones/iPads with CPU/GPU less powerful.

    Because your files are so large, I am afraid that you will not be able to share files with us (Adobe) via attachments or links to the cloud storage.

    Here are a few suggestions (not solutions, however).

    • Update to the latest version of iOS on your iPad.  iOS 8.1.2 is old enough. In general, you will get the performance and bug fixes update to a newer iOS.
    • Try other free PDF viewers for iOS.  For example, try Apple iBook.  You will not be able to add comments, annotations or filling out forms.  But it may be more appropriate for display.
    • Use the desktop version of Acrobat Reader.   All desktop/laptop computers are faster than iOS devices.

    We will make an effort to improve performance with large and complex files in Acrobat Reader for iOS. However, it would be difficult to overcome the limitations of hardware and file size. Sorry for the inconvenience.

  • ORA-01422: exact fetch returns more than number of rows - FIX?

    Dear experts of PL/SQL,

    I encounter this problem when running under procedure, how this can be exceeded? Procedure was running well for the last few weeks and we have this problem all of a sudden:

    ORA-01422: exact fetch returns more than number of lines

    CREATE OR REPLACE PROCEDURE DBA_MAINT. () SQL_EXEC_DRILLDOWN

    beginsnapid in numbers

    endsnapid in numbers

    )

    AS

    begin_date varchar2 (30);

    End_date varchar2 (30);

    statName VARCHAR2 (64);

    err_msg VARCHAR2 (100);

    The CNT number;

    cursor c1

    is

    Select stat_name,

    Sum in the NTC

    de)

    Select instance_number,

    stat_name,

    ((VALUE) max - min (VALUE)) COUNTY

    of dba_hist_sysstat

    where stat_name in ("run the County", 'parse count (total)', "parse count (hard)")

    and snap_id between beginsnapid

    and endsnapid

    Instance_number group, stat_name)

    Stat_name group

    Union of all the

    Select stat_name,

    Sum in the NTC

    de)

    Select instance_number,

    stat_name,

    Round (((value) - (VALUE) min Max) / 1000000) COUNTY

    of DBA_HIST_SYS_TIME_MODEL

    where stat_name in ("DB CPU", "background time cpu", 'sql execute elapsed time', 'analysis elapsed time', ' parse hard time elapsed ")

    and snap_id between beginsnapid

    and endsnapid

    Instance_number group, stat_name)

    Stat_name Union group all the

    Select stat_name,

    MySQL as cnt

    de)

    Select a.stat_name stat_name,

    (b.value - a.value) VALUE

    dba_hist_sysstat a, dba_hist_sysstat b

    where a.dbid = b.dbid

    and a.instance_number = b.instance_number

    and a.stat_id = b.stat_id

    and a.snap_id = beginsnapid

    and b.snap_id = endsnapid

    and a.stat_name in ('physical reads',

    "physical Scriptures."

    "physical read IO total number of applications."

    "physical write IO requests total."

    "Physics read total multi block requests."

    "total multi block request writing for the physical box,.

    ("reading session logic")

    and a.instance_number = b.instance_number)

    Stat_name group;

    Start

    Start

    Select distinct TO_CHAR (END_INTERVAL_TIME, "MM/DD/YYYY HH24 '")

    in begin_date

    of dba_hist_snapshot

    where snap_id = beginsnapid;

    Select distinct TO_CHAR (END_INTERVAL_TIME, "MM/DD/YYYY HH24 '")

    in end_date

    of dba_hist_snapshot

    where snap_id = endsnapid;

    -DBMS_OUTPUT. Put_line (begin_date);

    -DBMS_OUTPUT. Put_line (end_date);

    exception

    When no_data_found

    then

    null;

    end;

    C1_rec IN C1

    LOOP

    Start

    Insert

    in DBA_MAINT. Values (DB_SQL_EXEC_DETAILS)

    beginsnapid,

    endsnapid,

    begin_date,

    End_date,

    c1_rec.stat_name,

    c1_rec. CNT

    );

    -DBMS_OUTPUT. Put_line (c1_rec.stat_name |) »      '|| c1_rec. CNT);

    exception

    When no_data_found

    then

    null;

    end;

    end loop;

    commit;

    end;

    /

    Reasons to explain above, but I think it would be more appropriate select latest END_INTERVAL_TIME as follows

    Select TO_CHAR ((max (END_INTERVAL_TIME)), "MM/DD/YYYY HH24")

    in begin_date

    of dba_hist_snapshot

    where snap_id = beginsnapid;

    Select TO_CHAR ((max (END_INTERVAL_TIME)), "MM/DD/YYYY HH24")

    in end_date

    of dba_hist_snapshot

    where snap_id = endsnapid;

  • How to optimize acceleration / friction function more

    Hello!

    In a few words what the code does:

    It begins to spin at a speed of 2 degrees and 5 seconds, it speeds up to 20 degrees per second.
    After that, the rotational speed remains 20 for 10 seconds and after that dry 10 are more
    He gets in the service of friction where it slows down to 2deg dry.

    but! as I am not good with optimization and writing clean code I have a need to ask if this is a good code or we can do even better (more optimized and cleaner).

    The code is the following:

    Box() is a simple box shape, nothing more

    
              import flash.display.MovieClip;
              import flash.events.Event;
    
    
              public class Main extends MovieClip
              {
    
                        protected var _box:Box = new Box();
    
                        private var fps:Number = stage.frameRate;
                        private var step:Number = 20;
                        private var minStep:Number = 2;
                        private var time:Number = 5;
                        private var increment:Number = (step - minStep) / (time * fps);
                                                                                              // 20 - 2 / 5 * 30
                                                                                              // 18 / 150
                                                                                              // 0.12
                        protected var timePassed:Number = 0
    
    
                        public function Main()
                        {
                                  _box.x = stage.stageWidth/2 - _box.width/2;
                                  _box.y = stage.stageHeight/2 - _box.height/2;
                                  this.addChild(_box);
    
                                  stage.addEventListener(Event.ENTER_FRAME, constantMovement);
                        }
    
    
    
                        private function friction():void
                        {
                                   _box.rotation += step;
                                      step -= increment;
                                      step = Math.max(2, step);
                        }
    
                        private function acceleration():void
                        {
                                   _box.rotation += minStep;
                                   minStep += increment;
                                   minStep = Math.min(minStep, 20);
                        }
    
                        private function constantMovement(event:Event)
                        {
                                  if(minStep < 20)
                                  {
                                            acceleration()
                                  }
                                  else if(minStep >= 20 && timePassed <= 10)
                                  {
                                            _box.rotation += 20;
                                            timePassed += 10 / (time * fps)
                                            trace("timePassed :" + timePassed)
                                  }
                                  else if (minStep >= 20 && timePassed >= 10)
                                  {
                                            friction();
                                  }
                        }
    
    
              }
    }
    
    

    If there is something more, that it can be please tell me / help me.

    You can do the following:

    1. replace the last ElseIf (minStep > = 20 & timePassed > = 10) with just something else, because the condition would be always true control reaches here.

    2 store the value 10 / (time * fps) in a private variable and use that directly, rather than assess every time that the value remains constant.

    You can also try to replace the if-else-if block with a block switch-box on a state variable in the class (with the values 0, 1, 2 mean acceleration, constant speed and slows down, you can set a constant symbolic to hold the values). Initialize the variable with the value 0 (acceleration), change to 1 when minStep becomes 20 and so on. Point No. 2 is always good too.

    DIA-

  • Importing XML that contains more than 1 sheet

    Hi all
    I'm working on a book that will contain 100 chapters, each chapter contained in a double spread page, that's why the book will contain 200 pages.  My book is currently contained in an excel spreadsheet and my idea is to convert it to a CSV file, then to an XML file, allowing me to import in a paper previously prepared containing 100 chapters, each containing the same xml tags and accompanying character or paragraph style.
    I was so hoping that import the xml file would flow into its respective tags and have then each chapter filled accordingly.

    To test this concept, I tasted a simple worksheet with two rows of information, each representing a chapter.  The resultant csv and xml, I could import my chapter 2 InDesign document, but only one of the chapters is populated.  So I'm pretty sure I did something wrong but don't know where in the process I was wrong.

    That's what I did (ties are screenshots of my source spreadsheet, xml and indesign import chapter);
    (1) install a document with a registered master page, the master page is the chapter format.
    (2) xml tags added to the document, as well as the hierarchical structure of the element,
    (3) assigned the XML tags to its space reserved to the respective text/graphics in the master page frame, however do not tag the tags 'root' or 'topic' since these are not holders of text.
    (4) paragraph and character styles assigned to each xml tag. Then re-recorded the new page master xml-tabs.
    5) added another chapter (using my tab master xml)
    (6) saved the document.
    (7) then imported the XML file (ssheet convert csv and XML) in my document and the first chapter is filled with the correct information and no police etc., the second chapter.

    As Im new in InDesign and XML, I suspect that I've set up correctly.  Does anyone know where I am wrong, or if not, is there another way more effective to achieve (John Hawkinson has suggested that it would be more appropriate "Data fusion").
    Thanks in advance

    L

    PS. Site is not allowing me to upload images at the mo. Once able to download.

    Yes, I think you should use the fusion of data (with the CSV file) and forget XML.

    You will still need replace the newline characters, but you already know how to do this.

  • Tabular report with more than one line by line

    Hello

    I designed a sort of Gallery page, a tabular report with only two small columns per line: a thumbnail from a BLOB column and link textual branching to a page showing the full size image with a bunch of textual information on this subject.

    As you can guess I look at the title of the topic, my concern is to display more than one (say 3 or 4) this line by line, in order to avoid a very long 'portrait' page with a lot of white space on the left and right.

    Is there a (not too complicated) way to do it? I might design a special model (?), but I'm not very used to style sheets and stuff.

    Thanks in advance.

    André

    Re: report columns of the SQL query for a couple of ways to do this.

    As your main concern is to maximize the use of horizontal space, custom report template/CSS approach would seem more appropriate, as the number of columns is not resolved.

    It is also possible to do using CSS inline-block property and given that it is now feasible cross-browser and less side effects and potential problems that the use of floats is probably the way to go.

  • What domain provider is better?

    Original Titlr: wich domin provider better

    Dear Sir

    Please give me detail wich domin provider is the best in the world

    Hello

    I'm not sure that you will get what someone here to stick their neck on the block for you. In my opinion there is no such thing as 'the best '. Some may be more appropriate than others depending on the needs of the client and/or budget.

    My advice is to do your own research via your favorite search engine and make a decision according to your particular circumstances.

    Tricky

Maybe you are looking for

  • Need Tecra S3 Raid driver for VISTA

    I "find many drivers to install vista on TECRA S3, but not the DIVER of RAID. It is essential to install vista. Can anyone help?Thanks Mike

  • Computers laptop Toshiba are not good

    NEVER buy a computer toshiba laptop. (1) packed in the first 2 months motherboard(2) If you like polishing then yeh, go ahead - but the finish on the a300 sateelit I have is rubbish - it's always dirty and greasy of all traces of finger - even if was

  • Does anyone have SOF2 still run on windows 7 64 bit? __

    Here are the steps I've taken so far. Updated all the Nvidia drivers for my 9800 GTX +.Install Direct X 9 c - hoped this would help with OpenGlConfigure the program to run as admin.Set the program to run in Windows XP SP2Set the program to run in Win

  • Port-groups, vSphere 5 and Jumbo (iSCSI) frames

    We will implement a UCS system with EMC iSCSI storage. Since this is my first time, I'm a little insecure in design, although I have acquired a lot of knowledge to read in this forum and meanders. We will use the 1000V. 1. is it allowed to use only a

  • Windows Media Player has encountered a problem creating or saving the playlist _

    can someoene help me I'll create a playlist I hit enter n it jumps upWindows Media Player encountered a problem while creating or save the playlist do - what I do?