Webpage url and html

If I make a new page, how do I get the html off of it when I want to go to that page directly?  I created a subpage to my webpage. If I don't type ".html" on the end of the address it doesn't work.   How can I get the ".html" part off my webpage so I can just type (example) www.name.com/name instead of www.name.com/name.html?

What this means is that when you enter the domain *only* (or the domain plus any folder name *only*) as your URL, the server will serve the default page found in that folder (usually 'index.html').  If you want to browse to your "whatever.html" page without the ".html" then you would have to rename the page "index.html" and put it into a folder called "whatever".  To get to that new page, your URL would be - http://www.example.com/whatever

Similar Messages

  • Is there a way to select MULTIPLE tabs and then copy ALL of the the URLs and titles/or URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; However, I prefer to use a Firefox feature rather than download an add on. Thanks.

    Currently, I can copy ONE tab's url and nothing else (not its name). Or I can bookmark all tabs that are open. However, I'd like to have the ability to select multiple tabs and then copy ALL of the the URLs AND their titles/or copy ALL of the URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; when I download the add on, I get a message saying that using the add on will disable Firefox's tab features. I prefer to use Firefox features rather than download and use an add on. Is there a way to do this without an add on?

    Hi LRagsdale517,
    You should definitely be able to upload multiple files by Shift-clicking or Ctrl-clicking the files you want to upload. Just to make sure you don't have an old version of the service cached, please clear the browser cache and then log in to https://cloud.acrobat.com/files. After clicking the File Upload icon in the upper-right corner, you should be able so select multiple files for upload.
    Please let us know how it goes.
    Best,
    Sara

  • IWeb pages, blog pages, tags and html snippets

    I use Rage seo tool and Bluehost
    Can I add tags to blog pages to support seo?
    Now that Google bots look for "structured data" in pages, can I add an html snippet to pages containing something like:
    <div itemscope itemtype="http://schema.org/Organization">
       <span itemprop="name">Noosa Therapy Studio, Doonan</span>
       Located at
       <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="streetAddress">92 Marnie Cres</span>,
          <span itemprop="addressLocality">Doonan</span>,
          <span itemprop="addressRegion">Noosa</span>.
       </div>
      <img itemprop="logo" src="http://www.noosatherapy.com/Logo.png" />
       Phone: <span itemprop="telephone">(07) 5471 1752</span>
       <a href="http://noosatherapy.com/Therapies" itemprop="url">http://noosatherapy.com/Therapies</a>
    </div>
    Or am I on the wrong track?
    Thanks

    The code you provided is not meta code. You don't paste in the head of the webpage.
    Well, you can paste it there and the browser will render it.
    It's code that should be in the body of a webpage.
    And if you paste it there, make sure the info is correct.
    This :
    <a href="http://noosatherapy.com/Therapies" itemprop="url">http://noosatherapy.com/Therapies</a>
    should be :
    <a href="http://noosatherapy.com/Therapies.html" itemprop="url">http://noosatherapy.com/Therapies.html</a>
    And I wonder if SEO is so good.
    If I search for Noosa Therapy Studio Doonan
    http://www.google.com/search?q=Noosa+Therapy+Studio+Doonan
    I do find your post in this forum. And also your Google+ page. But no pages from you website.
    But if I search with :
    http://www.google.nl/search?q=Noosa+Therapy+Studio+Doonan
    I find two events from May last year :
    Noosa Therapy Studio Events
    Noosa Therapy Studio, Doonan opens for business
    Note that .nl is from the other side of the globe.
    No wonder I wasn't at the event.
    Also note that I used the words from your webpage: Noosa Therapy Studio Doonan
    It means I know about you. Because you advertised your business in the forum.
    Also, if I want to find one who does The Therapy in Doonan Queensland, I still do not find you :
    http://www.google.com/search?q=Noosa+Therapy+Doonan+Qld
    Perhaps your business name and domainname is not very unique. With 72,700 hits it looks like everybody is doing it in your area.

  • Write To A URL And Communicate With A Host Server

    The java.net.URL is the package we use to read from and write to existing web pages. I have a Java program that imports the java.net.URL and reads and extracts some information from web pages. However, it is only the latter half of the task.
    How does a Java program interact with; for example, cgi-bin scripts, on the server side provide that I have no idea about the contents of the cgi-bin scripts?
    What I mean is that:
    Many HTML pages contain forms-- text fields and other GUI objects that let us enter data to send to the server. After we type in the required information and initiate the query by clicking a button, the Web browser writes the data to the URL over the network. At the other end, a cgi-bin script (usually) on the server receives the data, processes it, and then sends us "a response", usually in the form of a new HTML page. As I stated in the beginning of this post, I have prepared a Java program to read the responding HTML page.
    My question is regarding the first half of the process. How do I feed data in my Java program that initiate the query (instead of manually entering data in the text field) over the network for the host server to process? And then the Java program continues its work in reading the HTML page returned by the server? Provided that I do not know what kind of the program the hosting server uses to process the query.

    This is my problem. I do not have any idea about the program on the hosting server that processes the query and returns to output HTML webpage. I mentioned "cgi" just to give an example. Not to mention whether the program on the hosting server uses "GET" or "POST".
    Usually, we go to; for example, http://www.yahoo.com, and fill out its text field to make a query and then the yahoo returns a HTML page in response to our query.
    My task is to write a Java program to communicate with http://www.yahoo.com. I have to submit the query string in my Java program. I have no idea about what yahoo uses to process my query and my Java program must scan the HTML web page returned by the yahoo to pick up certain information from that page.

  • URL and Scanner

    I understand how to take in all the information from a given URL, but Im having trouble getting the information between certain delimiters such as <title> </title> or href="url" and getting the url. How would someone go about doing this?

    I think you may have misunderstood my question. I mainly just want to access a webpage and grab the title of the webpage. Basically in the HTML the words between <title> </title> but I don't understand how delimiters work well enough to do this. Any help would be appreciated.

  • A working method to load local PDF and HTML files on iOS

    I had a lot of trouble getting this to work, and I'm hoping this post saves someone time. Some of the information that's been posted in other locations is either wrong, incomplete, or might only work on Android. By the time you read this message the information here may no longer be accurate, so here's the testing environment:
    Window 7
    Flash CS 5.5.0
    AIR 2.7.0.19530, which was compiled on June 28, 2011
    iPad 1, version 4.3.5 of iOS
    Let's get started.
    On iOS, you load external PDF and HTML files using the StageWebView class.
    On Windows, StageWebView works but the HTMLLoader class is a better choice if you're creating a desktop app.
    You can also load HTML files by reading in the file's text. The information in this post is only for loading external HTML files.
    StageWebView will not load a file that's in File.applicationDirectory. All files bundled in your app are placed in File.applicationDirectory, which means you'll have to copy any external file you wish to load with StageWebView to another directory.
    So where can you copy your file? File.applicationStorageDirectory won't work. File.documentsDirectory does work.
    Several people have recommended copying to a temporary file using File.createTempFile(). This works, but there's a catch: it seems that, like Windows, StageWebView relies on a file's extension when determining how to load it. When you create a temporary file on iOS using File.createTempFile(), the file will have no extension (and on Windows, File.createTempFile() creates a file with the extension .tmp, which is equally problematic).
    The solution to the file extension problem is to rename the temporary file by appending the original file's extension. AIR currently does not have a <file>.rename() function, so you'll have to do it using <tempFile>.moveTo().
    Here's some code I've successfully tested several times on both iOS and Windows. The file is copied to the temp directory. The file's extension is restored by just slapping the original file name to the end of the temp file.
            private function loadExternalFile():void
                var webView = new StageWebView();
                webView.stage = this.stage;
                webView.viewPort = new Rectangle( 0, 0, 1024, 555 );
                // Works with either html or pdf files.
                // These are stored in the root of the application directory.
                var fileName:String = "euei.pdf";
                //var fileName:String = "euei.htm";
                var sourceFile = File.applicationDirectory.resolvePath( fileName );
                var workingFile = File.createTempFile();
                try
                    sourceFile.copyTo( workingFile, true );
                    // You have to rename the temp file
                    var renamedTempFile:File = workingFile.resolvePath(workingFile.nativePath + fileName);
                    workingFile.moveTo(renamedTempFile, true);
                    webView.loadURL( renamedTempFile.url );
                catch (err:Error) { }

    I tried this with Flash CS5.5 and AIR 4.0 SDK. Any pdf loaded simply fills the viewPort with black. Also tested with a png version of the pdf and that displayed just fine.
    What's the purpose of copying to a temp work file? I found that webView.loadURL( sourceFile.url ); gave me the exact same results.
    Any ideas?
    Thanks!

  • I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions a

    I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions are for the computer to read.  Both formats are, of course, readily recognized and indexed by Spotlight.  Journal articles have two essential components with regards to a database:  the topical content of the article itself, and the cited references to other scientific literature.  While a PDF merely lists these references, the HTML version has, in addition, links to the cited items.  Each link URL contains the digital object identifier (doi) for the item it points to. A doi is a unique string that points to one and only one object, and can be quite useful if rendered in a manner that enables indexing by Spotlight.  Embedded URL's are, of course, ignored by Spotlight.  As a result, HTML-formatted articles must be processed so that URL's are openly displayed as readable text before Spotlight will recognize them.  Conversion to DOC format using MS Word, followed by conversion to RTF using Text Edit accomplishes this, but is quite labor intensive.
      In the last few months, I have added about 3,500 articles to this collection, which means that any procedure for rendering URL's must be automated and able to process large batches of documents with minimal user oversight.  This procedure needs to generate a separate file for each HTML document processed. Trials using Automator's "Get Specified Finder Items" and "Get Selected Finder Items", as well as "Ask For Finder Items"  (along with "Get URLs From Web Pages") give unsatisfactory results.  When provided with multiple input documents, these three commands generate output in which the URLs from multiple input items are merged into a single block, which yields a single file using "Create New Word Document" as the subsequent step.  A one-to-one, input file to output file result can be obtained by processing one file at a time, but this requires manual selection of each item and one-at-a-time processing. What I need is a command that accepts multiple input documents, but processes them one at a time, generating a separate output for each file processed.  Is there a way for Automator to do this?

    Hi,
    With the project all done, i'm preparing for the presentation. Managed to get my hands on a HD beamer for the night (Epason TW2000) and planning to do the presentation in HD.
    That of course managed to bring up some problems. I posted a thread which i'll repost here . Sorry for the repost, i normally do not intend to do this, but since this thread is actually about the same thing, i'd like to ask the same question to you. The end version is in AfterEffects, but that actually doesn't alter the question. It's about export:
    "I want to export my AE project of approx 30 min containing several HD files to a Blu Ray disc. The end goal is to project the video in HD quality using the Epson  EMP-TW2000 projector. This projector is HD compatible.
    To project the video I need to connect the beamer to a computer capable of playing a heavy HD file (1), OR burn the project to a BRD (2) and play it using a BRplayer.
    I prefer option 2, so my question is: which would be the preferred export preset?
    Project specs:
                        - 1920x1080 sq pix  (16:9)
                        - 25 fps
                        - my imported video files (Prem.Pro sequences) are also 25 fps and are Progressive (!)
    To export to a BRD compatible format, do i not encounter a big problem: my projectfiles are 25 fps and progressive, and I believe that the only Bluray preset dispaying 1920x1080 with 25 fps requests an INTERLACED video  (I viewed the presets found on this forum, this thread)... There is also a Progr. format, BUT then you need 30 fps (29,...).
    So, is there one dimension that can be changed without changing the content of the video, and if yes which one (either the interlacing or the fps).
    I'm not very familiar with the whole Blu-ray thing, I hope that someone can help me out."
    Please give it a look.
    Thanks,
    Jef

  • Using java to get table rows (jsp and html)?

    I was wondering if there is any way to count rows from a html-table?
    I want to know the number of rows created, just after it has been made. So that I can use this number 'for' creating my next table.
    Have got this to work by using javascript code:
              function test2()
                   if (!document.getElementsByTagName || !document.createTextNode) return;
              rows = document.getElementById('spesifikasjonsTabell').getElementsByTagName('tbody')[0].getElementsByTagName('tr');
              antallRader = rows.length;               
                   document.test.hoyde.value = antallRader;
                   return antallRader;
    , but this only generates on the clientside; which is not what I want.
    I got a webpage, that uses html and jsp. After the generation of a table - which has an unknown numbers of rows, because of several underlying tests - I'd like to retrive how many rows that was generated before I proceed with my next table.
    Is there a good workaround to this problem?
    P�l
    Message was edited by:
    paulOlsen

    Hey there, and thanks for fast response.
    Allready tried that code earlier. Works great on displaying the var 'row'-s inside, for instance, a <input type="text" or as a pup-up on a alert();
    The javascript works on the client-side, so I have no way of using that code for further testing in codes for my viewing; at least I can't think of any.
    The thing is that:
    1) I can't use an 'onClick', since the next table should be generated without any human interference.
    2) I used the same code to get the number of rows when I sat the table inside a form. But then, when calling the javascript function, I have no way to retrieve the linenumbers for use to test ON the next table.
    Since I'd have to use, say a field name <input type hidden="rows".., a method to call this very "rows" in jsp:
    <table>
    <!-- lots of rows -->
    </table>
    <%
    int numberOfRows = request.Parameter("rowcount") or what ever; here is where I need the 'number of rows'
    // let's just say int here though a String
    if(numberOfRows < 35)
    %>
    <table>
    <!-- Im including this table if the test above occurs -->
    </table>
    <%
    else
    %>
    <!-- if this occurs, then I'd like to do something else -->
    <%
    %>
    Any ideas?
    P�l
    Message was edited by:
    paulOlsen
    null

  • Creation of the rss xml feed url and the xml itself

    Hello all.
    I know this question has been answered before I think and I get most of the answer, BUT
    I want to put my podcasts on the itunes lib and know that I have to submit the rss xml.
    My issue is that I don't know where I put it physically.
    I publish a web site thru iweb, no problem. If I add a blank page to the site and call the page "rss.xml", then add a text box to the page, then place the xml for the podcast in it. Will that work if i submit the entire URL to itunes?
    I created the blank page and called the page rss.xml, then navigated to the page and in the address bar the last part of the URL was".html". That does not seem correct, but I am pretty much new to this so I am not sure.
    Please help if you can.
    Here is my website:
    http://web.mac.com/davescida/iWeb/Early_riser/rss.xml.html
    I just don't know what I am doing wrong and I don't think it should be this hard...
    Thanks much
    Dave

    I'm quite new to the whole podcast thing and it took me a while to wrap my head around exactly what and RSS feed is, how it works and what you do with it. I'm still learning.
    However, here's what I do now: the XML file is like its own web page. You can't create a blank HTML document and just name it RSS feed or whatever. You need to either hand code the file or use an RSS feed creator program. There are some shareware programs that do that, but I am having difficulty with them. Think of the XML file as the exact same thing as an HTML file (web page). So you need to place the file on your web site or web srever that is hosting your podcast. For example, my podcast audio file is located inside a folder on my web site called "podcast". The XML file (RSS feed file) is also located inside that folder. Therefore the web address is: http://www.mysite.com/podcast/mypodcast.xml
    That is what gets submitted to podcast directories and to iTunes. If it is created correctly, that XML document will contain ALL of the information needed to tell everyone about your podcast (description, etc.) and where the audio file actualy is so it can be downloaded automatically by iTunes.
    I hope this makes sense.

  • Speed up the URL and Time out

    I have a database of links I use a statment to read of them pass them to a URL and read the site to extract links from there, if it the URL is broken it takes me 10 minutes to go to the next one, I have 200 odd links any help as to speed this up...
    it took me a day to finish up the lins

    hey Spieler you said
    You could use multiple threads. This way you can still
    work on url's while one or the other thread is waiting
    for a respons
    regards
    Spielerhow do I go about that.
    can you mail me an answer
    I use
    Statment stmt = con.createStatment("SELECT * FROM LinkTable");
    ResultSet rs = stmt.executeQuery();
    while(rs.next())
    String str = rs.getString(2);
    URLConnection conn = new URL(str).openConnection();
    Reader rd = new InputStreamReader(conn.getInputStream());
    EditorKit kit = new HTMLEditorKit();
    Document doc = kit.createDefaultDocument();
    doc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);
    // Parse the HTML.
    kit.read(rd, doc, 0);
    // Iterate through the elements of the HTML document.
    ElementIterator it = new ElementIterator(doc);
    javax.swing.text.Element elem;
    while ((elem = it.next()) != null)
         int cnt = 0;
         st1 = new String();
                                  SimpleAttributeSet s = (SimpleAttributeSet)elem.getAttributes().getAttribute(HTML.Tag.A);
    if (s != null)
    st1 = s.getAttribute(HTML.Attribute.HREF).toString();
    System.out.println(st1);

  • The value should be set for Base image URL and Image file directory

    Hi experts
    Now customer has the following issue.
    XML Publisher concurrent request, using RTF layout template with LOGO, does not generate the LOGO for Excel output.
    but in output formats PDF, it is shown normally.
    from the debug log, we can found the following error message
    ======
    [051812_054716051][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    ======
    so I tell the customer to do the following action plan.
    1. in XML Publisher Administrator resp > Administration expand the HTML Output section.
    2a. enter a value for 'Base image URI'
    2b. enter a value for 'Image file directory'
    Customer set the value as following and retest this issue,but he found the issue is not solved.
    Base image URI: /u01/r12/ebssnd/apps/apps_st/comn/java/classes/oracle/apps/media/XXSLI_SONY_LIFE_LOGO.gif
    Image file directory: /u01/r12/ebssnd/apps/apps_st/comn/java/classes/oracle/apps/media
    I verified 'Base image URI' and 'Image file directory' settings:
    1) Change output type to HTML.
    2) Click the Preview.
    but the image is correctly displayed on HTML, so I think the issue is caused by user's uncorrectly setting of the base image URL and/or image file directory
    but could anyone give me some advice on which value should be set for Base image URL and Image file directory
    Regards
    shuangfei

    First thing to do is to edit the post and use some tags to format the code as it is unreadable and too much!
    Read the FAQ (https://forums.oracle.com/forums/help.jspa) to find out how to do this.
    Next we need to know the jdev version you are using!
    As the code is generated I would first try to generate it again after the db change.
    Timo

  • Can insert and html page inside a symbol

    How can I insert and html page in a symbol
    By example: One Menu with five options. When  click in option one: showme www.google.com; when click option two then show www.adobe.com...
    Sorry for my poor english.
    Thanks
    Now in spanish
    Buenos dias
    Quisiera saber si existe la posibilidad de visualizar una pagina web en un symbol, de manera que dependiendo de un menu, me muestre una dirección u otra.
    No se si esto es posible, porque soy muy novato en esto.
    Les ruego su ayuda.
    Gracias y saludos

    >thx for reply
    >i used Iframe anyway
    >btw im noob in html =.=
    Iframes are usually a terrible solution, in my opinion. If
    you need the background fixed, why not just set it to fixed rather
    than introducing fames and all of the problems they bring? Do you
    have a url?

  • Safari and HTML Files

    I created an HTML file in Text Edit and another in Microsoft Word and saved the extensions as .htm and .html
    When I try to open the webpages in Safari by going to File > Open File, the HTML documents show only the source code in Safari instead of the actually webpage (with images and links).
    Am I using the wrong program or are ther preferences that I need to change?

    First off, you could try the free Nvu program I linked to in the reply just before yours.
    In TextEdit, there are two changes you need to make in Preferences:
    1. Under "New Document" set "Format" to "Plain Text.
    2. Under "Open and Save", uncheck "Add '.txt' extension to plain text files".
    This will make all future files you create to be plain text and will allow you to save the files using an .html extension.
    If you already have files created in TextEdit, open them, select everything by clicking Command-A, and then go to Format > Make Plain Text. Save the file. You may have to rename it if it does not yet have an .html extension.

  • I want to launch a Bo report whith a URL and render it back to the web page

    I want to launch a Bo report whith a URL and render it back to the web pages in HTML format? And the report have parameters as well.
    Exampel: If a have report in InfoView that i want to se in my web page i just click a link button with my URL. And i get my report.
    My version of BO is 5.1.6 at the moment but we are going to upgrade to BO XI soon.
    Here is another exampel that works for Reporting Services:
    http://stosp2/Reportserver?/KPI/KPI_map3&rs:command=render&KPI=CA&rc:Toolbar=False&rc:Parameters=False
    Best regards
    Mikael Bergströ

    Hi,
    You can find the guide here
    [http://resources.businessobjects.com/support/communitycs/TechnicalPapers/boe_xi_opendocument.pdf]
    The openDocument API is available in Business Objects XI onwards. I don't think you would be able to do it from 5.1.6.
    Regards
    Jacques

  • Open URLs and convert / download as pdfs

    Hi there,
    I am conducting research and have hundreds of URLs saved as the .webloc (Web Internet Location) that ultimately I need to have saved as pdfs. Normally, I'm visiting the pages and going through Print and Save as PDF.
    I looked wide and far for a way to automate this. I found an Automator script "Download URLs as PDFs", version 0.4.2, but I can't get it to work. Maybe I'm screwing it up, but maybe it just doesn't work. It outputs Pdfs, but they are blank.
    As I have hundreds of webpages to get saved as Pdfs, is there any way that Automator can help?
    Please, anyone responding make your explanations / suggestions comprehensive and simple, if possible, as Automator is not something I've used much (neither Automator or the previous Applescript application), so it doesn't make much sense to me.
    I really hope there is a possible solution. I think it could help many people, not just me.
    salam,
    ian

    Sounded like it could be a nifty action, so I Googled for it since you didn't give the source. I found it pretty quickly, and discovered from the developer's page that 0.4.2 is for Leopard, though you've posted in the Tiger forum. And though your post indicates you are using 10.5.7, perhaps you're trying to use this action on a different computer with Tiger (10.4.x)? The developer's page indicates version 0.3.1 is for Tiger, so you might try that if that's the case.
    On the other hand, I downloaded it for Leopard and installed it. I, too, got blank PDFs when using the .webloc files. You didn't provide the workflow you were using, so I don't know if it's the same as the workflows I tried. Here are the workflows I put together:
    *1. "Get Specified Finder Items"* - I didn't actually add this action, instead I drag/dropped a .webloc file from my Desktop into the workflow and this action was added with that file listed in it. The .webloc I used was one I dragged from Safari's address bar for that developer's website http://scott.j38.net/code/ since it was there at the time.
    *2. "Download URLs as PDFs"* - I left all of the settings at their defaults, didn't change anything.
    That resulted in a blank PDF. Since you, too, got a blank PDF, is this what you tried? I tried unchecking the "Use Backgrounds", and I tried toggling the "Use JavaScript" in the Advanced section. I also tried various combinations of those two and blank PDFs always resulted. You said you couldn't get it to work, but not what you tried. There are other settings, have you tried systematically changing each setting, yet?
    I figured it might have something to do with the .webloc, so I tried other actions that depended on URLs and the ones I tried seem to work fine with the .webloc, so Automator likely was converting them properly. Nevertheless, I decided to try a different angle and use URLs directly from the Safari browser with "Get Current Webpage from Safari" in the following workflow:
    *1. "Get Current Webpage from Safari"*
    *2. "Download URLs as PDFs"* - Same as before, I didn't change any of the default settings, at first.
    I get a blank PDF with this, too. However, a couple seconds later Automator crashes without notice, that is, no wait cursor or other indicator, it just crashes a couple seconds later. Though, if I tried to do something in Automator within those couple of seconds, a wait cursor will appear before Automator crashes. A crash dialog appears offering to relaunch Automator, and when I create the same workflow and run it Automator crashes again, so it is definitely repeatable. In fact, a second dialog will appear offering to reset and relaunch Automator, but that doesn't keep it from crashing again with the same workflow. Something about the results from *"Get Current Webpage from Safari"* might be triggering something in the *"Download URLs as PDFs"* action. The *"Download URLs as PDFs"* probably isn't handling the URLs properly.
    At this point, I'd suggest you contact the developer of the action since it doesn't seem to be producing the desired results. Since you didn't mention who it was, you might double check to make sure who the developer of your action is, because it might not be the same one I found.

Maybe you are looking for

  • Lenovo AIO C440 - not working infrared remote control

    Hello, is there any hint how to get infrared remote control working for a new C440 model? Tomorrow I will try to measure and/or replace batteries which could be bad. For now it is totally not working. Another question: the remote should work only wit

  • How to Find G/L or Cost Element When Plant is given

    Hi Guru The problem is that I know the plant Now I want to know G/L A/c which is associated with this plant.I have tried table csks but plant coloumn was blank. I tried out OKB 9 and KSB1 but it also does not provide me the appropriate answer immedia

  • Enhanced dictation shuts down other audio sources.

    enhanced dictation shuts down other audio sources. So I cannot transcribe voice memos or listen to music as I type.  this is a 6 y.o. IMac.  4 GB RAM.  any idea why?

  • Smart folders and multiple email addresses

    My wife uses multiple email addresses.  I've tried to set up a smart folder in my mail that would allow me to put multliple conditions that would allow me to have one smart folder that collects emails from her multiple accounts. The problem I hsve is

  • Print Preferences handled differently in Windows 7 than XP causing problems for customer locations

    Customers use web based application that they run only in Internet Explorer (both 8 or 9).   Many of them have a label printer and a report printer attached to the same computer.  In Windows XP this was not a problem.  But with Windows 7 you can desi