Code for a search engine front end

I am implementing lucene on my site, i wrote some code that shows something like this:
displaying results 11-20 of 3434
1. url / description
2. url / description
page 1, 2, _3_, 4 .. 25 [next] [prev]for some reason i found this not so easy to write as i thought. calculating all those ranges etc. (the results per page is user defined). Now i am looking at my code and it seems ugly.
so im wondering if anyone knows of an example implementation of that in java / jsp?
i looked at nutch but its search front end is a mess of jsp java includes and is plain ugly.

here is the code that figures out the first and last result on the page based on how many results are found, how many are on a page, and what page we are on.
totalResults  = results.length();
          double totalPagesDbl = ((double)totalResults)/((double)resultsPerPage);
          totalPages = (int)Math.ceil(totalPagesDbl);
          if(currentPage >= totalPages) {
               currentPage = totalPages;
          resultsPerPage = (resultsPerPage <= totalResults)?resultsPerPage:totalResults;//how many on this page
          endingResult = resultsPerPage * currentPage;
          if(endingResult > totalResults) {
               startingResult = endingResult - resultsPerPage;
               endingResult = totalResults;
          } else {
               startingResult = endingResult - resultsPerPage;               
          if(startingResult > endingResult) {
               startingResult = endingResult -1;
          }it used to be worse, i rewrote it

Similar Messages

  • I like to use Google for my search engine but it has been replaced with Amazon. How do I get google back?

    In the upper right corner of the Firefox screen, there is a box for a search engine search. I used to have google there, but recently it somehow changed to Amazon.com. How do I switch it back to google?

    OK, might want to make that change in your profile to get faster answers to future questions. If you leave the "iOS6" that's now in your profile, helpers will have to ask the OS question every time you post, slowing your getting help you deserve. Note the level of detail I was able to cram in my Equipment profile (at the bottom of this post).
    I don't  have 10.7 on any of our Macs but I suspect a system update may have removed that iPhoto option. However, you can still get to your iPhoto files if 10.7 is anything like 10.8.
    In System Preferences > Desktop and Screensaver > Screensaver tab, there is a "Source" dropdown menu direct under the preview pane. Click it and select "Choose Folder..":
    That gives you a dialog box that should point to your "Pictures" folder. Within that is your iPhoto library. Select it and see if that gives you access to your images.

  • Adding keywords and phrases for high search engine hits

    I'm new to iWeb and most things seem to be working. I have one question and one problem, hopefully you guys can help out.
    Question: how do I add html code that is not visible on the page but that will help Google and other search engines find my page using keywords, phrases, etc.? Please assume I know very little about this and need the holding hand explanation.
    Problem: I have a media file portion on my website that displays pictures (working very well) and one that is supposed to show a movie (not working at all). The movie was made with iMovie and has an .m4v extension. When you click on the link for the movie it shows a blank screen on Firefox and a Quicktime logo with a big question mark on Safari. I'm attempting to view the website on my Mac with the latest Quicktime software on it but it doesn't work. Any ideas on how to fix it?
    Some additional info: the hosting provider is 1and1.com and I have a Windows server package (unfortunately). Also, if I publish the site to a folder the movie area works flawlessly, it just does not work on the hosted site.
    Thanks!!

    You don't need to do post publication manual editing of your site to add keywords and other metadata. You can use the freeiWeb SEO Tool. If you're publishing to MobileMe you can add them after publication. If you're publishing to a commercial hosting server you'll need to publish to a folder on the desktop, run SEO and then use a 3rd party ftp client like the free Cyberduck to upload your site.
    If you have to republish SEO remembers what you added and can quickly add them again before uploading.
    OT

  • PL/SQL code for a search button

    i'm trying to write a PL/SQL for a search button , like in this picture
    http://uppix.net/f/7/1/484994cbbb235d7041484588c2463.jpg
    i tried this
    begin
    SELECT employee_id , first_name , last_name , manager_id , department_id
    into
    :employee_id , :first_name , :last_name , :manager_id , :department_id
    FROM EMPLOYEES WHERE :DEP_ID = :DEPARTMENT_ID;
    end;
    but it didn't work
    hope someone can help
    thanks.

    Welcome to the forum.
    From your link it shows you're using Form Builder as your development tool.
    Therefore your question belongs to the Forms Forum @ Forms and not so much in this forum.
    Keep in mind to read the FAQ's you'll stumble upon in several forums, so you know what to post and what not to post.
    For example, here's the SQL and PL/SQL FAQ:
    Re: 3. How to  improve the performance of my query? / My query is running slow.
    but it didn't workThat;s something you should not post.
    Be more specific.
    If you get an error message, then post the exact error code and message.
    Always mention your database version and your Forms version (if Forms is involved).

  • SAP Integration kit for BO XIR2 with Crystal XI for BI 7.0 Front end

    Hello Team,
    We are in a little fix.
    We have BOE XIR2, Crystal XI and working with old version of BI front-end 3.5.
    We are upgrading to BI 7.0 frontend, but I am not able to trace out the SAP Integration kit for combination of BOE XIR2, Crystal XI and BI7.0.
    Is such a thing available, If yes can someone send a link to that.
    Regards
    Lalan Kanade

    Hi,
    Thanks for the quick reply
    I could trace this document.  "BusinessObjects Enterprise XI Release 2 SP3 for Windows"
    I checked in "Supported Data Sources for Crystal Rep" section, extract below
    SAP BW Server 3.0b SAP GUI 620 or 640
    SAP BW Server 3.1c SAP GUI 620 or 640
    SAP BW Server 3.5 SAP GUI 640.
    But we are using BW Server 7.0 with GUI 7.1 and that working fine even with BOXIR2 and Crystal XI with Old Front End for BI 3.X.
    But when we are testing with BOXIR2 and Crystal XI with BI New Front End 7.0 its missing components from the query output.
    So the SAP Integration kIt seems old & we need a new Kit which would work with BI New Front End 7.0.
    Any suggestions on that
    Regards
    Lalan

  • F4 for selecting folder from front end

    Hi,
    The function module KD_GET_FILENAME_ON_F4 can be used for selecting a file from the front end.
    Similar way, I need to select a folder name (not specific file in it) through F4 help on to a parameter entry on the selection screen.
    Anyone can help me with the relevant fn module or method.
    Advance Thanks
    Aadarsh

    HI.
    Using ABAP Objects suits better to ur requirement.
    The class CL_GUI_FRONTEND_SERVICES should be used. In that a default method is there which shall give u list of directories.
    Thanks and regards,
    Maheshwari.V

  • Updating master data for time dimensions from front end

    Hi Experts,
    I am sure this must be handled in a very straight forward way. Just want to know the best practice here. We are working on a copy of appset and want to completely revamp the time dimension papers as per client's fiscal year which is april to march every year.
    When we have deleted all the existing memebers from the time dimension master data from BPC front end and replaced with new memebers, the task is getting completed successfully.
    But when I check back in BI for the master data, it has not replaced all the existing members. How best to handle this?
    The transaction data is deleted from all the application cubes. Are there any checks to be performed?
    Thanks,
    Santosh

    Closing the thread as I could not replicate the problem. The problem is resolved.
    Thanks,
    Santosh

  • Safari 6 dropdown menu for switching search engines gone? Nooo!

    Safari 6 no longer has dropdown menu for switching quickly between search engines? I know how to set/change the default search engine but I like/use some features on Google and others on Bing.  I do research all day - this stinks!  (They got rid of the snapback feature too.  Are they nuts?  The Reader feature is nice, but doesn't make up for losing these other things - would go back to previous version if it weren't such a PITA to do it) 
    Is there a quick workaround - something faster than loading the alternative search engine main page and inputting search field info all over again?

    download the latest version of Glims... now works with Mountain Lion and Safari 6
    http://wiki.machangout.com/howdoi/glims-development-build
    haven't had any problems with it .... brings back favicons, too

  • Parser for experimental search engine

    We are building an experimental search search engine for the moment, and are looking for a good parser. The HTML parser we are looking for needs to be able to extract the content from HTML pages but keep the TAG data. The result has to be put in a database MYSQL type.
    Who can help?

    The JDBC tutorial...
    http://java.sun.com/docs/books/tutorial/jdbc/index.html

  • Optimising video for web search engine results

    I have little experience of producing video, so by default I have little experience or knowledge of premier... so I am here to ask a question on the back of a conversation I have just had with a client who is fairly video savvy, but not entirely premier pro savvy.
    He is under the impression that premier pro has a facility to be able to analyse the content of a video and then automatically create a metadata file which can then be utilised for search engine ranking. Is this so? Has premier pro got this capability?
    Thanks in advance.
    Mat

    > Is that what's being asked for, though?  I understood the OP wants
    Google to scan the video itself for metedata and use that for rankings.
    Yep. The tutorials that I linked to show how to embed the speech-to-text metadata in the video and then extract it for search within Flash Player.
    > Actually whether or not any Adobe app is capable of such, I think the
    bigger question is can a search engine actually scan video files, or do
    they just scan web pages?
    The search engine companies are all moving toward using metadata within video files, but at different speeds and with different degrees of transparency. For now, I don't think that it's much used. But the time is coming (and is already here in a minimal, primitive form.)
    The reason that I then suggested using the metadata as something to put as text on an HTML page was that I thought that this might be more valuable for the current state of search engine technology.

  • Today's update seems to have modified the interface for the search engine bar to icons rather than a list. Is there any way I can change it back?

    I know everyone says they "hate" changes to familiar interfaces at first before growing accustomed to them, but I just personally don't care for the icon-tray look in anything I use (it seems to defeat at least some of the point of using Internet on an actual computer rather than on a mobile phone). I also sort of have a lot of search engines up there, not all of which I can immediately recognize by icon. I know it's a minor inconvenience, but having to scroll over an icon to see the name of its associated search engine is pretty annoying after being used to having a nice list that just told you all of their names. Any way that I can change it back to the old list-interface?

    Thank you, much appreciated!

  • ABAP code for character search

    Hello Gurus
    I have a variable e.g. lv_txtsh which is meant to store a string. Now I want to parse through lv_txtsh and find if it contains a character "x".  The length of the string stored in lv_txtsh is going to be dynamic. Can you please help me to code this scenario in ABAP OO (the new version of ABAP)
    Any help is appreciated and points will be assigned.
    Thanks,
    Rishi

    Hi,
    Pease go through this. You will get an idea.
    FIND
    Syntax
    FIND [{FIRST OCCURRENCE}|{ALL OCCURRENCES} OF] pattern
      IN [section_of] dobj
      [IN {BYTE|CHARACTER} MODE]
      [{RESPECTING|IGNORING} CASE]
      [MATCH COUNT  mcnt]
      { {[MATCH OFFSET moff]
         [MATCH LENGTH mlen]}
      | [RESULTS result_tab|result_wa] }
      [SUBMATCHES s1 s2 ...].
    Extras:
    1. ... {FIRST OCCURRENCE}|{ALL OCCURRENCES} OF
    2. ... IN {BYTE|CHARACTER} MODE
    3. ... {RESPECTING|IGNORING} CASE
    4. ... MATCH COUNT mcnt
    5. ... MATCH OFFSET moff
    6. ... MATCH LENGTH mlen
    7. ... RESULTS result_tab|result_wa
    8. ... SUBMATCHES s1 s2 ...
    Effect
    : The data object dobj is searched for the byte or character sequence specified by the search string pattern. The addition OCCURRENCE[S] determines whether only the first, or all occurrences are searched. The addition section_of can be used to restrict the search range. The addition CASE is used to determine whether upper/lower case is taken into account in the search. The additions MATCH, SUBMATCHES, and RESULTS are used to determine the number, position, and length of the found sequence(s).
    The search is ended when the search string is found for the first time or when all the search strings in the search range have been found, or when the end of the search range is reached. The user is informed of the search result by setting sy-subrc.
    In character string processing, the closing blanks are taken into account in data objects dobj of fixed length.
    Note
    The statement FIND IN TABLE is available for searching in internal tables.
    System fields
    sy-subrc Meaning
    0 The search string was found at least once in the search range.
    4 The search string was not found in the search range.
    8 The search string contains an invalid double-byte character in character string processing.
    Addition 1
    ... {FIRST OCCURRENCE}|{ALL OCCURRENCES} OF
    The optional addition {FIRST OCCURRENCE}|{ALL OCCURRENCES} OF determines whether program only searches for the first occurrence, or all occurrences of the search string. If the addition FIRST OCCURENCE, or none of the additions is specified, only the first occurrence is found. Otherwise, all occurrences are found.
    If sub_string is an empty string in the pattern or is of type c, d, n or t and only contains blank characters, when searching for the first occurrence, the space in front of the first character or byte of the search range is found. If searching for all occurrences, in this case the exception CX_SY_FIND_INFINITE_LOOP is triggered.
    If regex contains a regular expression in pattern that matches the empty character string, the search for one occurrence also finds the space before the first character. When searching for all occurrences, in this case, the search finds the space before the first character, all intermediate spaces that are not within a match, and the space after the last character.
    Addition 2
    ... IN {BYTE|CHARACTER} MODE
    Effect
    : The optional addition IN {BYTE|CHARACTER} MODE determines whether byte or character string processing takes place. If the addition is not specified, character string processing is performed. Depending on the processing type, dobj and sub_string in pattern must be byte-like or character-type. If regular expressions are used in pattern, only character string processing is permitted.
    Addition 3
    ... {RESPECTING|IGNORING} CASE
    Effect
    : This addition is only permitted for character string processing. It determines whether upper/lower case is taken into account in pattern and dobj when searching. If RESPECTING CASE is specified, the text is case-sensitive, and if IGNORING CASE is specified, the text is not case-sensitive. If neither of the additions is specified, RESPECTING CASE is used implicitly. If a regular expression is entered for pattern as an object of the class CL_ABAP_REGEX, this addition is not permitted. Instead, the properties of the object are taken into account in the search.
    Addition 4
    ... MATCH COUNT mcnt
    Effect
    : If the search string pattern is found in the search range, the addition MATCH COUNT stores the number of found locations in the data object mcnt. If FIRST OCCURRENCE is used, this value is always 1 if the search is successful. For mcnt, a variable of the data type i is expected. If the search is unsuccessful, mcnt is set to 0.
    Addition 5
    ... MATCH OFFSET moff
    Effect:
    If the search string pattern is found in the search range, the addition MATCH OFFSET stores the offset of the last found location in relation to the data object dobj in the data object moff. If FIRST OCCURRENCE is used, this is the offset of the first found location. For moff, a variable of the data type i is expected. If the search is not successful, moff contains its previous value.
    Note
    : The system field sy-fdpos is not supplied by FIND.
    Addition 6
    ... MATCH LENGTH mlen
    Effect:
    If the search string pattern is found in the search range, the addition MATCH LENGTH stores the length of the last found substring in the data object mlen. If using FIRST OCCURRENCE, this is the length of the first found location. For mlen, a variable of data type i is expected. If the search is not successful, mlen contains its previous value.
    Addition 7
    ... RESULTS result_tab|result_wa
    Effect:
    If the search string pattern is found in the search range, the addition RESULTS stores the offsets of the found locations, the lengths of the found substrings, and information on the registers of the subgroups of regular expressions, either in an internal table result_tab or in a structure result_wa.
    The internal table result_tab must have the table type MATCH_RESULT_TAB, and the structure result_wa must have the type MATCH_RESULT from the ABAP Dictionary. The line type of the internal table is also MATCH_RESULT.
    When an internal table is entered, this is initialized before the search and a line is inserted in the table for every match found. When a structure is entered, this is assigned the values of the last found location. If FIRST OCCURRENCE is used and the search is successful, only one line is inserted in the internal table.
    The line or structure type MATCH_RESULT has the following components:
    OFFSET of type INT4 for the offset of the substring
    LENGTH of type INT4 for the length of the substring
    SUBMATCHES of table type SUBMATCH_RESULT_TAB with the line type SUBMATCH_RESULT for the offset and length of the substrings of the current found locations that are stored in the registers of the subgroups of a regular expression.
    The lines of result_tab are sorted according to the columns OFFSET and LENGTH. An additional component LINE is only important in the variant FIND IN TABLE.
    Following an unsuccessful search, the content of an internal table result_tab is initial, while a structure result_wa contains its previous value.
    Note
    The addition RESULTS is particularly suitable for use with the addition ALL OCCURRENCES when specifying a table, and for use with the FIRST OCCURRENCE when specifying a structure.
    Example:
    The following search for a regular expression finds the two substrings "ab" at offset 0 and "ba" at offset 2, and fills the internal table result_tab with two rows accordingly. As the regular expression contains three subgroups, the component submatches contains three lines in each case. The first line of submatches refers to the outermost bracket, the second line refers to the first internal bracket, and the third line refers to the second internal bracket. For the first found location, the first and second lines contains the offset and length while the third line is undefined. For the second found location, the first and third lines contains the offset and length, while the second line is undefined.
    DATA: result_tab TYPE match_result_tab.
    FIND ALL OCCURRENCES OF REGEX `((ab)|(ba))`
         IN 'abba'
         RESULTS result_tab.
    Addition 8
    ... SUBMATCHES s1 s2 ...
    Effect:
    This addition is only permitted if a regular expression is used in pattern. The current contents of the register of subgroups of the regular expression for the current found location are written to the variables s1, s2, ..., for which a character-type data type is expected. When ALL OCCURRENCES is used, the last found location is evaluated. If more variables s1, s2, ... are listed than subgroups are available, the superfluous variables are initialized. If fewer variables s1, s2, ... are listed than subgroups are available, the superfluous subgroups are ignored.
    Example
    : The regular expression after REGEX has two subgroups. The search finds the substring from offset 0 of length 14. The content of the register of the subgroups is "Hey" and "my".
    DATA: text TYPE string,
          moff TYPE i,
          mlen TYPE i,
          s1   TYPE string,
          s2   TYPE string.
    text = `Hey hey, my my, Rock and roll can never die`.
    FIND REGEX `(\w)\W\1\W(\w)\W+\2`
         IN text
         IGNORING CASE
         MATCH OFFSET moff
         MATCH LENGTH mlen
         SUBMATCHES s1 s2.
    Reward points if helpful.
    Thanks and Regards.

  • Trouble integrating SAX parser in a servlet for mini search engine.

    OK, what I'm trying to do is to create a servlet that searches RSS feeds for titles that match the query, parses them using SAX, and writes them out to HTML, so that the user sees them. The problem is trying to get Ant to compile it since it appears that syntax errors are holding me back such as trying to use the out statements that are in the endElement and trying to find an algorithm that compares the search query with it's instance in the contents of the title tag. In other words, the search query seeks the contents in the title tag to see if there is an instance of the search query in it, so that it spits out the corresponding titles. Can someone please help me since I tried serching about this and came empty handed.
    P.S.: I started working with servlets for about a month now, thus my knowledge is pretty much limited. Also, how would I go about in using multiple feeds for searching particular titles?
    Here's the code:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.net.URL;
    import java.io.*;
    import java.util.*;
    import org.xml.sax.SAXException;
    import org.xml.sax.XMLReader;
    import org.xml.sax.helpers.XMLReaderFactory;
    import org.xml.sax.*;
    public class SearchAndDeliver extends HttpServlet implements ContentHandler {
    String queryString=null;
    boolean inTitleElement;
    boolean inLinkElement;
    String title=null;
    String link=null;
    String comparison=null;
    java.io.PrintWriter out = response.getWriter();
         public void startElement(String namespaceURI, String localName, String qualifiedName, Attributes atts)
              throws SAXException
                   if(localName.equals("title"))
                             title="";
                             inTitleElement=true;
                   if(localName.equals("link"))
                             link="";
                             inLinkElement=true;
              public void endElement(String namespaceURI, String localName, String qualifiedName)
                   if(localName.equals("title"))
                             System.out.println(title);
                             inTitleElement=false;
                   if(localName.equals("link"))
                             System.out.println(link);
                             inLinkElement=false;
                   comparison=title.indexOf(queryString);
                   try
                        if(queryString.equals(comparison))
                                  out.println("<a href=\""+link+"\""+">"+title+"</a><br>");
                        else
                                  out.println(" Your search of "+queryString+" produced no results.");
                   catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
              public void characters(char[] text, int start, int length)
              throws SAXException
                   if(inTitleElement)
                             title+=String.valueOf(text,start,length);
                   if(inLinkElement)
                             link+=String.valueOf(text,start,length);
              public void setDocumentLocator(Locator locator) {}
              public void startDocument()
              throws SAXException
                    inTitleElement=false;
                    inLinkElement=false;
              public void endDocument() {}
              public void startPrefixMapping(String prefix, String uri) {}
              public void endPrefixMapping(String prefix) {}
              public void ignorableWhitespace(char[] text, int start,int length) throws SAXException {}
              public void processingInstruction(String target, String data){}
              public void skippedEntity(String name){}
    public void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
                   //XMLReader parser=new SAXParser();
                   XMLReader parser=XMLReaderFactory.createXMLReader();
                   queryString = request.getParameter("query");
                   response.setContentType("text/html");
                   out.println("<html>");
                   out.println("<head>");
                   out.println("</head>");
                   out.println("<body>");
                   out.println("<h2>Headlines from The New York Times Arts Section.</h2>");
                   try
                        parser.setContentHandler(this);
                        parser.parse("http://www.nytimes.com/services/xml/rss/nyt/Arts.xml");
                   catch(SAXException e)
                             //System.out.println(args[0]+" is not well formed");
                             System.out.println(e.getMessage());
                   catch(IOException e)
                             System.out.println("Due to an IOException, the parser could not check"+parser);//I don't know what to make of this as well.
                   // do-nothing methods
                   out.println("</body>");
                   out.println("</html>");
                   out.close();
             public void doGet(HttpServletRequest request, HttpServletResponse response)
             throws ServletException, java.io.IOException
             doPost(request,response);
    }

    Here's the errors that I'm getting, and the rest are within the code since there's something wrong with the syntax and structure itself.
    ant
    Buildfile: build.xml
    prepare:
    compile:
    [javac] Compiling 1 source file to C:\Program Files\Apache Software Foundati
    on\Tomcat 5.0\webapps\searchanddeliver\build\WEB-INF\classes
    [javac] C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\searc
    handdeliver\src\SearchAndDeliver.java:20: cannot resolve symbol
    [javac] symbol : variable response
    [javac] location: class SearchAndDeliver
    [javac] java.io.PrintWriter out = response.getWriter();
    [javac] ^
    [javac] C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\searc
    handdeliver\src\SearchAndDeliver.java:48: incompatible types
    [javac] found : int
    [javac] required: java.lang.String
    [javac] comparison=title.indexOf(querySt
    ring);
    [javac] ^
    [javac] 2 errors

  • I need a code for Advanced Search based on my custom multi select listbox and query through programatically (jquery)with out design

    Hi,
    I have a grid and advanced search link buttonand
    search button.
    if i click on Advanced Search link...open a panel with 3 list boxes(multi selection)
    if i select multi selected items in list boxes and click on search-->show the grid with selected items
    getting data from Sql server custom database.
    And the code i wil expect  is 'Programatically using jqury and asp.net code' with out single line of design.
    Could you please help on the above task.

    Hi,
    I have a grid and advanced search link buttonand
    search button.
    if i click on Advanced Search link...open a panel with 3 list boxes(multi selection)
    if i select multi selected items in list boxes and click on search-->show the grid with selected items
    getting data from Sql server custom database.
    And the code i wil expect  is 'Programatically using jqury and asp.net code' with out single line of design.
    Could you please help on the above task.

  • Optimise galleries for web search engines

    This is a re-post - apologies but I had little response earlier and the subject is important to me (and many others too I would have thought.
    I have IT skills but am no web designer. I had someone create a simple photography web site using Flash, with the page design looking similar to a Lightroom Flash web gallery template. (See www.duncangrove.com) I am now able to easily update my galleries using no specialist skills, which is great. My concern though is that the galleries do not seem to be "search friendly". The site itself always shows up in Google but the images do not when searching for a specific phrase which is relevant to the title/keywords. I suspect I could do something to each of the gallery's Index.html page to add meta tags but since a new index.html page is created every time I add a new image, this would be very time consuming.
    The issue really came to light when a client approached me to purchase an image for a large sum of money. He had found the image on my old Picasa site that I have not bothered with for years (and am ashamed of since it looks amateurish.) A Google search for the subject matter lists it fairly high up the fist search page. My "proper site" does not even show up in the same Google search, even though the image titles contain the key words that were searched for. Does Google focus on key words embedded in the images or on the image titles? Would an html version alongside the flash version help with search results?
    I would appreciate any comments/suggestions.
    Regards
    Duncan Grove ARPS

    Google focus on image titles.
    I could find any flash pages on www.duncangrove.com to look at.

Maybe you are looking for

  • Update to CC 2014, can no longer export to PDF

    Greetings, My recent update of InDesign to the CC 2014 version leaves me unable to export ID files to PDF.  I get the message:  "1 Problem (1 failure) was found with a background task:  export (filename).pdf (1).  This happens regardless of file: exi

  • The RMAN Duplicate Command Fails During The Recover.

    This exact script works fine in our lab. We are using Oracle 10.2.0.4.0. The hot backup for standby is also a script which runs without error in both the lab and the production machine. I am obviously missing something. Any help would be greatly appr

  • Views not imported

    dear forum ! i did. 1. Exported the abc.dmp file from database 9i release 2 2. Imported into 10 g SQL> connect SYS/pwd as sysdba; SQL> grant connect,resource to User identified by pwd; in this schema i imported.... C:\> IMP FILE=abc.dmp IGNORE=Y FULL

  • Ist eine randlose Auflösung von 2560 x 1080 auf dem MacBook Pro Retina möglich?

    Es kommen ja immer mehr solche Monitore auf dem Markt: Dell, Philips und jetz auch LG. Leider konnte ich noch keine eindeutige Antwort im Internet finden. Weiss da jemand Bescheid. Danke für Eure Hilfe

  • Do I still need airport express

    Once I get time capsule do I still need airport express..