Static html doesn't work

When I try to publish as static html my 'index.html' file doesn't contain anything other than the usual code. There is no ordinary HTML. What I'm trying to do is add alt tags so I can improve the file's SEO

To add SEO friendly title and alt tags, try this (See capture)
1. for 'title' select any element, then from the Properties > Accessibility panel add the 'Title';
2. to add the 'alt', which applies to images, you need to change the default element type from 'div' to 'img', then you will see the 'Alt' area appear for the selected image element in the Properties Panel.
Then File > Publish Settings and ensure the Web > Publish content as Static HTML is enabled. Save.
Then File > Publish.
If you view source of the published version in the browser you will see your assigned 'title' and 'alt' information.
Darrell

Similar Messages

  • Keynote version 6.2 export to HTML doesn´t work

    hi guys, can anyone help me with this? When i click in the index file, the presentation doesn´t work. The screen in the browser stays black, and it seems to be loading but never finishes. Itñs the same in chrome and in safari.
    Thanks

    It could be an issue of a file or folder inside the iPhoto application having it's access turned off to you somehow. It's happened before with certain buttons not showing or working.
    Open the application, select, Control-click and select "show package contents". Then look for any item that has a red circle with a "-" in it attached to it. If you do that means you don't have access. Select it and bring up the Info window (Command-I) to change access. If that doesn't work you might have to reinstall the application from the installation disk that came with your Mac or from the iLife disks (whichever is appropriate).

  • Bizarre WiFi Connectivity Issue; Self-Assigned IPs, Static IP Doesn't work

    The short and sweet of the problem: Macs/Apple Devices are pulling self-assigned IP addresses when connecting to a Linksys EA6900/AC1900 router.
    Here’s the detail: I am working at an office with 1 Airport Extreme and 1 Linksys EA6900/AC1900, both are configured for Bridge Mode and both use WPA. DHCP is being handled by a Watchguard XTM5 series firewall.
    When Macs (and often iPhones) connect to the Linksys (on 2.4 or 5Ghz) they get a self-assigned IP address. If you enter a manual address you still do not have any connectivity. However, if you connect to the Extreme you will instantly get an IP address, and if you switch to the Linksys your DHCP address will carry over and you will retain connectivity. This problem does not happen to the Windows machines in the office- they all connect to all base stations without any issue. Total users on the network range from 5 to 20 WiFi users at any given time plus and AppleTV (also affected).
    More info: When there are between 5-10 people in the conference room for a morning meeting the Macs will all revert to self-assigned addresses (even if they were working before). The workaround has been to connect to the Extreme, but there are occasions when this occurs that the Extreme will also not seem to pass the DHCP addresses from the firewall; addresses become self-assigned and you lose all internet. To make matters more odd, this behavior seems to really only affect the network during business hours; after hours the Linksys works pretty much normally and any device can connect without issue.
    Things I’ve done: Run Wireshark and located a number of rogue devices that were handing out overlapping DHCP addresses. Identified machines that were ARP storming and removed them. Expanded the DHCP pool so that we aren’t running out of addresses and confirmed that we had enough by checking the logs.
    More things I’ve done: Used Netspot to check signal strength and channel overlap and isolation. I have mapped the signal strength by location and we have strong signals to the various locations (the Linksys AP is 7 feet from the conference room). I have checked that the firmware is the most recent version.
    I can’t find any logical reason for the Macs (and pretty much only the Macs/Apple devices) to not be picking up DHCP info through the bridge mode devices. I would tell them to get another Extreme but they are going to be deploying a Cisco Meraki system soon and I suspect that this problem will persist since the Linksys was put in place because the last AP displayed the same behavior with the Macs picking up self-assigned IPs. Affected Macs range from 2010 era MBP and Air to 2013 MBP and Air and they are running OSX 10.8 through 10.10.
    As for the history of this network, I just walked into this company and know very little about how well it worked before, but apparently it has always been flaky according to the staff.

    I agree that something isn't right; I am going to cut over DHCP services from the Watchguard to the newly deployed OS X Server tonight and see  if that changes anything.
    On the other hand, faulty DHCP server/client settings doesn't explain why applying a static IP still leaves you with no connectivity. I think that clue is also fairly important but I can't figure out what would be blocking connectivity on a static IP setup.

  • Extreme w/static IP doesn't work well with iPhone

    At our school I've installed a new Extreme Base Station, but we're having trouble with a couple of iPhones not automatically picking it up. Sometimes using the web browser or email makes it connect, but not always.
    Our school district requires that the Base Station have a static IP address, and it's just bridging our wired network, not doing DHCP. With my older Airport at home the iPhone picks it up even before I can get out of my car in the garage - but it's not a static IP and there is another router on my network doing DHCP.
    Does the static IP and no DHCP make the Airport connection not as automatic at school? I got this because one of our principals and I both have iPhones - and he's not real happy so far with it.
    Any ideas welcome.

    If your base station has a static IP address, what about any computers that are connecting to it? If there are any such, what are they using for IP addresses?
    Everything in the entire school district (80+ schools, 50,000+ students) has a static IP.
    Do you know why your school district has that policy? Would they be willing to allocate a set of IP addresses to your base station, so that you could configure it to "Distribute a range of IP addresses"?
    I think they perceive the static IP approach to be more secure. No, we're not allowed to do any DHCP anywhere in the entire district - I've asked
    It seems to be working fairly well now, it's just odd. If I stand near the base station with my iPhone:
    -sometimes it automatically switches to the wifi icon
    -sometimes it doesn't, but then does when you use Mail or Safari
    -sometimes it uses 3G instead of wifi at first
    It's like it takes 30-90 seconds for the iPhone to really recognize and use the wifi. I have never seen that before and the only difference is that this base station and the iPhone are static IPs and no DHCP.

  • "Contains HTML" doesn't work?

    I have database field that has html fragments in it. The report will always output the literal text (e.g. "<b>Name</b>") rather than render the html inline (e.g. "Name"). This happens no matter wether I set the field's Contains HTML property to yes or no.
    I am using reports 9.0.2.x and the DESFORMAT=HTMLCSS. I have tried database types of character, varchar2, clob all with the same result.
    What am I missing to make this work?
    Jeff

    Hi Jeff,
    I could not find any such bug on this feature in 9.0.2.
    Well, maybe there is some mis-understanding on what this feature is supposed to do. Reports Builder Help says:
    Contains HTML Tags > Yes means
    No HTML character encoding takes place and the value is simply passed to the output.
    Since HTML and HTMLCSS output is interpreted by the browser, <b>Name</b> is interpreted as Name. So it will appear bold in the browser, though if you open up HTML code of the file, you will see <b>Name</b>.
    On the other hand,
    Contains HTML Tags > No means
    Any HTML character is encoded (i.e., <tr> would resolve to &lt;tr&gt; - that is, amp lt semicolon tr amp gt semicolon)
    This output will be interpreted by the browser, and will be shown as <tr>.
    Pl let us know what is your observation.
    Navneet.

  • H323 static Nat doesn't work fine on 3900 series router with IOS 15.2(3) T

    Hi,
    I have a problem with static nat setting on my 3925 router with IOS15.2(3). The scenario is like this:
    I set a static nat between 172.16.1.2 and x.x.x.x(public IP address) using following command:
    ip nat inside source static 172.16.1.2 x.x.x.x
    The intranet IP address is set on a video conference system from Huawei, after setting all these things, ping works fine to this public IP address, but video conference cannot be built. I tried same setting using another 2811 router with IOS12.4 and it worked fine. Which means the problem should be isolated to this 3925 router. Full config is also attached, sorry that I elimated the public IP address and use other characters instead.
    Additionally, I debugged ip natting and I see following information when making video calls:
    router#debug ip nat h323
    IP NAT H323 debugging is on
    router#                
    *Jul 10 09:11:07.343: NAT[0]: H323: received pak, payload_len=0
    *Jul 10 09:11:07.343: [NAT[0]: H323 ACK packet ? FALSE
    *Jul 10 09:16:15.731: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:16:15.731: [NAT[1]: H323 ACK packet ? FALSE
    *Jul 10 09:16:57.215: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:16:57.215: [NAT[1]: H323 ACK packet ? FALSE
    *Jul 10 09:17:02.731: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:17:02.731: [NAT[1]: H323 ACK packet ? FALSE
    *Jul 10 09:17:14.731: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:17:14.731: [NAT[1]: H323 ACK packet ? FALSE
    This problem has been bothering me for weeks. Hope that someone could help me out. Many thanks in advance.
    Regards,
    Angran

    Hi,
    i have the same requirement for a customer, not for video but for audio calls, i have a remote office with h.323 phones and they need to get registered to a gk in central office to send and recieve voice calls, did you make it work? can you share the config please?

  • Importing FrameMaker 7.2 files to RoboHelp HTML doesn't work

    Hello,
    When trying to import FM 7.2 files to RoboHelp HTML 10, I get the following message:
    "This operation cannot be completed without FrameMaker. Install FrameMaker and try again."
    I have FrameMaker 7.2 installed. So why am I getting this message? More importantly, why isn't it working?
    Many thanks in advance for any helpful advice!
    Donna
    P.S.
    Tried saving the book file as .mif  and importing the .mif, but again got that message.

    I don't know the answer to your question but I think what Matt was getting at is that if you download the trial onto another machine it will not affect your existing setup but will allow you to see if version compatibility is the problem.  7 is an old version so it would not surprise me that RoboHelp 10 will not play nicely with it.  Although I am not a FM user, I do have FM11 and will be happy to upgrade your document if that will help. See the Contact page on my site and send the file as instructed there. Do make sure you include a link to this thread and please do not email the file direct.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • HTML doesn't work except in Internet Ex;plorer

    I am new to Dreamweaver and have set up the beginnings of a
    site, using template and files: www.kojonupworking.com.au
    This site shows the top navigation texts in Internet Explorer
    but not in Firefox or Netscape and I can't work out why. Can anyone
    give me some ideas?

    cudles wrote:
    >
    > I am new to Dreamweaver and have set up the beginnings
    of a site, using
    > template and files: www.kojonupworking.com.au
    > This site shows the top navigation texts in Internet
    Explorer but not in
    > Firefox or Netscape and I can't work out why. Can anyone
    give me some ideas?
    >
    Your #navleft and #mainarea layers are positioned so that
    they cover up
    the top navigation. You can see this by canging the top
    positioning on
    each to 300px instead of 200px.
    You have a table at the top why not just use a simple 2
    column table
    inserted beneath it to house your nav and main content?
    The problem with using layers is that they are absolutely
    positioned and
    won't take into account anything that resizes on the page.
    #navleft {
    position:absolute;
    left:0px;
    top:200px;
    width:225px;
    background-color:#FFFF99;
    layer-background-color:#FFFFFF;
    border:1px none #000000;
    z-index:4;
    height: 650px;
    #mainarea {
    position:absolute;
    left:225px;
    top:200px;
    width:775px;
    height:650px;
    background-color:#ffff99;
    layer-background-color:#FFFFFF;
    border:1px none #000000;
    z-index:5;

  • HTTP Connection KeepAlive doesn't work!

    Hello,<br>
    <br>
    why the KeepAlive-Feature (reusing of TCP-connections, described at http://java.sun.com/j2se/1.5.0/docs/guide/net/http-keepalive.html) doesn't work in the following example? I'm using J2SE 1.4...
    <br>
    <br>
    <br>import java.net.HttpURLConnection;
    <br>import java.net.URL;
    <br>
    <br>public class Test {
    <br>
    <br> public static void main(String[] args) {
    <br> try {
    <br> for (int i=0; i<5; i++) {
    <br> URL url = new URL("http://www.sun.com/");
    <br> HttpURLConnection conn = (HttpURLConnection) url.openConnection();
    <br> conn.setRequestMethod("GET");
    <br> conn.connect();
    <br> conn.getContent();
    <br> conn.disconnect();
    <br> }
    <br> } catch (Exception e) {           
    <br> System.err.println("Exception: "+e.getMessage());
    <br> }
    <br> }
    <br>
    <br>}
    <br>
    <br>
    <br>
    I've checked with Ethereal (http://www.ethereal.com), that 5 different TCP-connections are used, when this example runs.
    <br>
    Where is my mistake??
    <br>
    Does KeepAlive works with MIDP 1.0?
    <br>
    <br>
    Slavik

    may be conn.disconnect(); is closing the underlaying connection.
    Also try putting "Connection: keep-alive" header to the request

  • My bookmarks disappear when I close Firefox. I can get them back by reloading them from a backup file but they disappear again when I restart Firefox. I've tried the "taskmanager, Process, Firefox.exe, stop process, and it doesn't work.

    This occurs each time I start Firefox. The bookmarks work OK while I am using Firefox and you can add to them and save them to a HTM file. The html doesn't work for backup. When you go to organize bookmarks and try the restore function, as in "Restore Sunday October 24, 2010" you get the following error message '''''Unable to process the backup file."

    Try http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • RMI example just doesn't work (jdk1.5.0_01+jdk1.5.0)

    Hi!
    RMI example from the "Getting Started Using Java RMI" (http://java.sun.com/j2se/1.5.0/docs/guide/rmi/hello/hello-world.html) doesn't work.
    Everything compiles fine , but when starting server with a command:
    java -classpath test example.hello.Server
    it says (on Linux Fedora Core 2):
    Server exception: java.lang.NullPointerException
    java.lang.NullPointerException
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
    at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
    at example.hello.Server.main(Server.java:61)
    On the Windows( XP SP2) it says:
    Server exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: example.hello.Hello
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: example.hello.Hello
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:385)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:595)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
    at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
    at example.hello.Server.main(Server.java:61)
    Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: example.hello.Hello
    at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassNotFoundException: example.hello.Hello
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at sun.rmi.server.LoaderHandler.loadProxyInterfaces(LoaderHandler.java:707)
    at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:651)
    at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:588)
    at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:628)
    at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:294)
    at sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:238)
    at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1494)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1457)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
    ... 9 more
    Is it possible to make it work somehow?
    Thank you!
    Dmitriy Ulupov

    There is quite enough data in the exception to figure this out, and the answer is 'none of the above'. Have a look at this:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: example.hello.Hello
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: example.hello.Hello
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:385)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:595)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall .java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
    at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)The basic problem is java.lang.ClassNotFoundException: example.hello.Hello
    and it occurs remotely when executing Naming.bind, i.e. it happens in the Registry. In other words the Registry cannot find examples.hello.Hello. There are several solutions to this including modifying the Registry's classpath or using the RMI codebase feature.

  • Animated GIF doesn't work against dark backgrounds in HTML

    I've created an animated GIF in Photoshop, exported it for web with transparency, and placed it in my HTML code. It doesn't work against the dark background on my page. However, when I open the image in a new browser tab, voila, the animation works precisely as it should.
    Why is the background affecting the animation and how can I work around this?

    Hello Frank,
    problem is solved.
    I have installed IE7 on a Windows 2003 Server Edition and used remote desktop client to test the application.
    It seems that either a setting on W2003 or the remote desktop client avoid to see the animation.
    On locally installed IE7 animated gif's works fine.
    regards
    Peter

  • My animation doesn't work in html page

    hi guys,i want you to help me , you know is so frustated to work for long being an animation and at the final doesn't work
    i've done an animation in flash using as3 code ,it's work perfetly.
    the problem is that when i insert it in my page nothing happens ,before to try with browser i test the swf with a play button in dreamweaver
    but nothing
    when i publized only the script is seen but the images not.
    i my server wamp on y computer under my folder for my website there is a folder named :images(for all images),on this folder i put the entire folder of my animation .
    but i don't know why it doesn't work
    i can say you all my animations with xml and AS3 in flash doesn't work in my page
    please give me a magic and quick solution
    thanks all of us for reading me
    my english isn't so much perfect
    bye

    thanks you for replying me
    but i solved it
    --- En date de : Lun 6.7.09, Nadia-P <[email protected]> a écrit :
    De: Nadia-P <[email protected]>
    Objet: My animation doesn't work in html page
    À: "augustine ngo ndjel" <[email protected]>
    Date: Lundi 6 Juillet 2009, 11h06
    It is very hard to help you without
    seeing your page... do you have the files uploaded to a
    server?  Can you post a link, so people can look at the
    code to see if they can find a solution for you.
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.dreamweaverresources.com/
    http://csstemplates.com.au/

  • Air HTML/JS WinXP - Font specified in CSS doesn't work in App

    I have an app that runs on several machines... on one of
    them, however, the font has started failing to load in my app. The
    App loads a web page and displays it. The font is installed locally
    on the machine. I can use it in IE and Wordpad, but the App doesn't
    see it.
    The other machines have no problems with the app. The machine
    has been upgraded to Air 1.5, but the App was built for 1.0. The
    font is an OpenType font.
    I have tried all manner of things to get the font to show up
    properly: Changing the CSS, making sure the font works properly,
    renaming and trying it. Removing the application's directory in
    \Application Data\.
    It looks like it's defaulting to Arial or some such font...
    the system default. The system has a Volari XGI video card in it.
    Could that be the problem? Is there a cache I need to clear?
    Thanks in advance!

    Hi zac,
    excuse me, but I'm confused too. Is your question really for: "css doesn't work in live view or f12"? To me it seems you have, more probably, questions about your website. If yes, let's start slowly. The first thing that strikes me is this:
    The reference to your banner-image must be one to "banner.jpg" file, not to a *.html.
    Maybe I can be in touch with you a later again, you know, here's Christmas stress!Hans-G.
    P.S.
    If my assumption regarding the threads is true, then please open a new one.

  • QuickTime movies cannot display properly, refresh doesn't work propely for html files on hard disk, opening a new tab doesn't work

    Hi!
    I have tried Firefox V4 (but have since reused V3.6.16). The following problems were found:
    a. Cannot display the controls used for QuickTime movies.
    b. The refresh button doesn't function at all if the html files reside on the hard disk. I do this because I need to test the appearance of the web page before uploading to the server.
    This problem also exists for v3.6.14 to v3.6.16
    c. When opening a new tab, it doesn't work. Instead, it will open another instance of the browser. By right, it has to open the web page on the same instance of the browser.
    This is my feedback.
    Thanks!!!!! :)

    I had some advice to try recording QT audio and adding to the slide.  Now, when recording to Quicktime, it does embed it, but in recording the presentation, it either doubles up the audio giving a strange echo or does the same thing if you ever edit the presentation.
    The problem Keynote has is that the sound and image content are not locked together which causes out of sync errors. This is why many users choose video editing applications when using sound in the presentations, as they have both image and audio tracks to sync sound properly together.
    Start a new presentation to remove the previous sound recording, Keynote is holding onto the other sound files.
    Add the graphic items to each slide and one sound file to each slide for the voice over
    1 - In Inspector > Transitions;  use start transitions automatically and set each transitions delay to the duration of the individual sound file.
    2 - In QT export, set Fixed Timing and delete the value in the duration box, QT will then use the custom timings for each individual slide.
    This procedure does work exactly as needed, Iv used this for nearly 6 years using 4 different versions of Keynote.

Maybe you are looking for

  • How to insert data into a table from an xml document

    using the XmlSql Utility, how do I insert data into a table from an xml document, using the sqlplus prompt. if i use the xmlgen.insertXML(....) requires a CLOB file, which i dont have, only the xml doc. Cant i insert directly from the doc to the tabl

  • Latest version of UCCX Agent desktop in VDI or XenDesktop environment

    Is anyone out there using Agent Desktop for UCCX in a XenDesktop VDI environment. The release notes for the latest clients don't appear to list XenDesktop specifically but mentions VDI support and XenApp support.

  • N8 home screen- profile box displaying area code r...

    Hi,  I have no idea how this happened or how to correct it. I visited American recently (not sure if relevant, but thought it best to include all info), whilst over there the profile display box on my N8 home screen started displaying the area dial c

  • Information about CC membership and renewal

    Hello, I have bought an annual subscription for CC membership and I have some questions. - I read that I can install the programs on 2 PCs and I can deactivate them, disconnecting the account, but if I lose all the data of a PC (for example HD or oth

  • Search Bar : "Go button only appears when text in the bar"

    With the new update they have made it so that the "Search" button in the "Search bar" only appears when there is text on it. While probably a minor (in)convinence for most, it had become a browsing habit for me, to middle mouse click the search in an