Site doesn't look right after being published

I'm a website newbie, and I think I have bitten off more than I can chew. Designed my site, published it, used websafe fonts all the links worked. Look great in Safari on my computer. Then I tried to check it out on the PC with IE... yikes!! So I did some research and saw that's a common IE problem, so tried to view it in Firefox on the PC, looked worse. So I downloaded Safari for the PC... same problem, it looked terrible- text boxes were shifted, flash was coming to the front and covering links, you could see the bounding boxes on some of the pics. eeeeekkkk.
here's the URL if anyone wants a good laugh!!
www.rrcaninesuites.com
Thanks!
- Kath

The site looks OK -- actually quite impressive for what appears to be a from-scratch design.
In Opera 10 under Snow Leopard 10.6.1, the design doesn't start to explode until the horizontally scrolling marquee comes across. I would strongly recommend just removing that marquee; it is an extremely outdated element of web design. If you do that, the design shouldn't blow up on you in other browsers.

Similar Messages

  • JMenuItem and JTextField doesn't look right after upgrading to Java 8

    I just upgraded to JDK 8u25
    I have a legacy Swing application, which makes use of JMenuItem and JTextField
    I realize, after upgrading, there is a bolder grey vertical border at the left side of JMenuItem and JTextField
    JMenuItem
    JTextField
    This only happen, if I were using look n feel com.sun.java.swing.plaf.windows.WindowsLookAndFeel
    Before that, I never have such problem. Anyone know is there any workaround for such problem?
    Here's the code example to demonstrate the problem.
    package javaapplication5;
    * @author yccheok
    public class NewJFrame extends javax.swing.JFrame {
         * Creates new form NewJFrame
        public NewJFrame() {
            initComponents();
         * This method is called from within the constructor to initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is always
         * regenerated by the Form Editor.
        @SuppressWarnings("unchecked")
        // <editor-fold defaultstate="collapsed" desc="Generated Code">                         
        private void initComponents() {
            jTextField1 = new javax.swing.JTextField();
            jMenuBar1 = new javax.swing.JMenuBar();
            jMenu1 = new javax.swing.JMenu();
            jMenu2 = new javax.swing.JMenu();
            jMenuItem1 = new javax.swing.JMenuItem();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            jMenu1.setText("File");
            jMenuBar1.add(jMenu1);
            jMenu2.setText("Edit");
            jMenuItem1.setText("jMenuItem1");
            jMenu2.add(jMenuItem1);
            jMenuBar1.add(jMenu2);
            setJMenuBar(jMenuBar1);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addGap(21, 21, 21)
                    .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 147, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addContainerGap(232, Short.MAX_VALUE))
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addGap(19, 19, 19)
                    .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addContainerGap(230, Short.MAX_VALUE))
            pack();
        }// </editor-fold>                       
         * @param args the command line arguments
        public static void main(String args[]) {
            /* Set the Nimbus look and feel */
            //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
            /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
             * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
            try {
                for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
                    if ("Windows".equals(info.getName())) {
                        javax.swing.UIManager.setLookAndFeel(info.getClassName());
                        break;
            } catch (ClassNotFoundException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            } catch (InstantiationException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            } catch (IllegalAccessException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            } catch (javax.swing.UnsupportedLookAndFeelException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            //</editor-fold>
            /* Create and display the form */
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new NewJFrame().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JMenu jMenu1;
        private javax.swing.JMenu jMenu2;
        private javax.swing.JMenuBar jMenuBar1;
        private javax.swing.JMenuItem jMenuItem1;
        private javax.swing.JTextField jTextField1;
        // End of variables declaration                  
            } catch (ClassNotFoundException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            } catch (InstantiationException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            } catch (IllegalAccessException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            } catch (javax.swing.UnsupportedLookAndFeelException ex) {
                java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
            //</editor-fold>
            /* Create and display the form */
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new NewJFrame().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JMenu jMenu1;
        private javax.swing.JMenu jMenu2;
        private javax.swing.JMenuBar jMenuBar1;
        private javax.swing.JMenuItem jMenuItem1;
        private javax.swing.JTextField jTextField1;
        // End of variables declaration                  

    The site looks OK -- actually quite impressive for what appears to be a from-scratch design.
    In Opera 10 under Snow Leopard 10.6.1, the design doesn't start to explode until the horizontally scrolling marquee comes across. I would strongly recommend just removing that marquee; it is an extremely outdated element of web design. If you do that, the design shouldn't blow up on you in other browsers.

  • Please help! Site doesn't look right in IE, but is good on all other browsers

    I can't figure out why MS Internet Explorer isn't displaying the main images on the front page correctly, is jumbling words on the back pages, and isn't displaying the "Share This" bar correctly. The site displays everything properly in Firefox, Chrome and Safari...argh! Hope someone has some insight...Thanks in advance for looking!
    http://getyoudry.com/index.html

    Change the first line from
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    which is invalid and sends IE in Quirks mode to
    <!DOCTYPE HTML>
    or
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

  • Probelms previewing SWF into file on startup of site after being published to "deploy to web" folder.

    I am having problems previewing a "swf" intro file (created in Flash, and saved as an Actionsrcript 3 "swf" file) after the site is published to the "deploy to web". When I open the "Maiin.html" in a browser, the "swf" intro does not play as it did on a browswer from within Flash Catalyst. What can I do to get the "swf" inrto to play on startup of the site?
    Caveat: When I initially published the site, I also chose the "publish to AIR option", but recieved an error message to check the code in the code space of Flash Catalyst in the "problems area" at the bottom of that menu. I did check, and there were no problems in the bottom area. Could this be part of the problem why the "swf" intro will not preview in a browser after being published to "deploy to web"?

    > www.melodiousthought.com/mtdesign/
    Same issue as the other thread you barged in on.
    this:
    <script src="../../../Scripts/AC_RunActiveContent.js
    is in a page in the second level of the site.
    there is NO WAY to go three folder levels up from
    http://www.melodiousthought.com/mtdesign/
    Define the local and remote site folders to the correct
    level.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Picture files only partially display after being published

    Recently .jpg and .png pictures I have created only partially display after being published.  I've tested it using Paint, Publisher and Gimp with mixed results. The pictures display correctly when I view them locally on my pc.
    Here are the test pictures I made in each program:
    http://www.bgchamber.net/images/GimpTest.jpg
    http://www.bgchamber.net/images/PublisherTest.jpg
    http://www.bgchamber.net/images/PaintTest.jpg
    The only pictures that fully display are those that were taken from a camera, but after I resized one in paint, it also didn't display properly. My question really is, is this an issue with Microsoft Expression Web or with the server hosting the files?

    Publisher is NOT a photo editing program. Neither is Word. Nor is Paint.
    You need a real, and simple, photo editing program. Paint.NET is a good, free one. I find GIMP cumbersome (but it's batch processing is handy). And your graphics aren't being created and saved properly. For example, the events.html page has graphics on it
    that total well over 3 MegaBytes! Pity the poor soul with a wireless connection. The graphics on the events.html page are largely illegible, and as such serve no real purpose (and make the site look bad).
    Let's take an example...on the home page gallery is a graphic for the 2015 Chamber Scholarship. It's displayed at 525 x 340 pixels, yet the image sitting on the server (and which must be downloaded by the visitor) is 1275 x 825 pixels. So you have an unnecessarily
    large graphic taking space on the server, having to download to the visitor's computer at full size, and then be shrunk by the browser to only 17% of the original area. That file should be created and saved in a proper graphics program at the final size you
    plan to use (and in this case, use PNG format). The larger file takes at least 5 times the storage space on the server as a properly sized file (and takes 5 times as long to download and upload).
    I've superimposed the display size on top of the full size and shrunk them down to display here in the forum. See below.
    All the graphics that I have checked on your site have the same problem, and if your site has been up a long time and you haven't cleaned out the old files on the server, you may have run out of server space, which would corrupt the new files.
    Smaller files will also upload faster and more reliably. Plus--browsers stink at resizing graphics. Do that in a proper graphics program to get the best quality.
    Use JPG for photos, GIF for hard-edge graphics with few colors and no gradations/shading, and PGN for hard-edge graphics with full color and gradations/shading. And make sure you are saving the images in the proper version of the format (RGB for web).
    A horse walks into a bar. The bartender asks "Why the long face?"
    "Because I was born into servitude and when I die my hooves will be used to make glue."
    It was at this point that the bartender realized he would not be getting a tip.

  • I have manipulated a photo using layers etc and then flattened it and saved it under a new name.  When I use 'Preview' (mac) to view the finished photo it doesn't look right.  It's as the layers have not flattened correctly.  When viewed in Elements 12 it

    I have manipulated a photo using layers etc and then flattened it and saved it under a new name.  When I use 'Preview' (mac) to view the finished photo it doesn't look right.  It's as the layers have not flattened correctly.  When viewed in Elements 12 it looks OK.  The photo looks incorrect in other software such as photo books.
    Looking at the same photo before flattening, what is being shown is only the top layer.
    How do I correct this?

    STEVEN1A wrote:
    I have manipulated a photo using layers etc and then flattened it and saved it under a new name.  When I use 'Preview' (mac) to view the finished photo it doesn't look right.  It's as the layers have not flattened correctly.  When viewed in Elements 12 it looks OK.  The photo looks incorrect in other software such as photo books.
    Looking at the same photo before flattening, what is being shown is only the top layer.
    How do I correct this?
    The top layer is indeed the one that is visible, unless there is/are area(s) of translucency on that layer, so that you can visualize a portion of the subjacent layer.
      the finished photo it doesn't look right.  It's as the layers have not flattened correctly. 
    Are your settings targeted to have the printer manage colors, or, to have PSE manage colors?

  • Swf files are not playing after being published

    i am trying to run the 'connector' example that comes bundled with smartfoxserver2x downloads..there it connects to the server and loads the correct configuration file. when i run it in adobe flash professional 5,it runs correctly and connects to the server but after being published as SWF movie,it doesnt work.it loads the configuration file but cant connect and gives error connection failure..ERROR 2048
    this is the example i am talking about. http://docs2x.smartfoxserver.com/ExamplesFlash/connector
    flash

    that's probably a local security restriction you have.  reset it to allow your swf to communicate across your local sandbox to the internet:  http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    or test online.
    in the future, please copy and paste complete error messages.

  • Adobe Connect 9 Training Course Video gets resized after being published from Captivate 6

    Hello!
    I have an FLV that I have published to Adobe Connect 9 from Adobe Captivate 6.
    I have set the size of the video to the dimensions that best display the FLV with player controls.
    However, when I publish to Adobe Connect 9, the video is resized to a smaller size and looks heavily pixelated.
    Is there a way to keep the dimensions and quality without Adobe Connect 9 resizing it?
    Here are the settings in Captivate 6:
    Here is the first screen for the preferences:
    Here is the second screen in Preferences:
    Here is what it looks like when viewed from Captivate 6 in a web browser:
    Here is what it looks like after it has been published and uploaded into the training in Adobe Acrobat 9:
    If you notice in the image above the video is smaller and the CMS logo is very pixelated due to Adobe Connect 9 resizing it.
    I am not sure how to keep the dimensions that I have from Captivate 6 and have it reflect after it has been published to Adobe Connect 9.
    And is there more functionality that I am not able to access since I am using a 30-Day trial.
    Thanks for taking the time to read and assist!
    Angelo

    You are correct that this is a known issue.  There was a fundamental change to the way objects are added to the timeline that came in with Cp6.  The result is that objects such as your SWF animations are only loaded at the time they are added to the timeline, and this causes the slide flickering you witness.  There's not really a lot you can do to get rid of it other than rebuilding all of your animations to be a single animation that once loaded will continue unabated until finished.

  • Website created in Dreamweaver CS4 doesn't look right in CS6

    I used to have an old version of Dreamweaver (CS4 I think) and my laptop got taken out by a lightening strike.  I have had to purchase Dreamweaver CS6 and I have loaded up my website (files recovered from hard drive) but the pages don't look right - wrong colours, wrong font, text missing, buttons not displayed properly etc.  any help gratefully received!

    Are you sure site files on your hard drive were not damaged by the electrical surge?
    Can you GET replacement files from your remote server?
    Nancy O.

  • Premiere Pro CS 5.5 Crashes right after being launched.

    So... I have a problem with my Premiere Pro. I'm not the most experienced person behind the keyboard so I thought that my best bet is to ask from the professionals.
    Anyway, when I launch my premiere pro, it starts like every Adobe program I have. The Loading screen thingy comes up but even before the program itself pops up premiere pro crashes.
    Here's the message. It's partially in Finnish but I guess you'll understand.
      Ongelmatapahtuman nimi:
    APPCRASH
      Sovelluksen nimi:
    Adobe Premiere Pro.exe
      Sovelluksen versio:
    5.5.2.0
      Sovelluksen aikaleima:
    4e960e56
      Vikamoduulin nimi:
    atig6txx.dll
      Vikamoduulin versio:
    8.14.1.6413
      Vikamoduulin aikaleima:
    546e9ebb
      Poikkeuskoodi:
    c0000005
      Poikkeuksen poikkeama:
    00000000000122bf
      Käyttöjärjestelmän versio:
    6.1.7601.2.1.0.768.3
      Aluekohtaisten asetusten tunnus:
    1035
      Lisätietoja 1:
    31d8
      Lisätietoja 2:
    31d83ce924837db530c05b6fae2d9188
      Lisätietoja 3:
    562b
      Lisätietoja 4:
    562b8ba801bea1507c0599309b4314d5
    After the first one comes one right after that:
      Ongelmatapahtuman nimi:
    APPCRASH
      Sovelluksen nimi:
    Adobe Premiere Pro.exe
      Sovelluksen versio:
    5.5.2.0
      Sovelluksen aikaleima:
    4e960e56
      Vikamoduulin nimi:
    atig6txx.dll
      Vikamoduulin versio:
    8.14.1.6413
      Vikamoduulin aikaleima:
    546e9ebb
      Poikkeuskoodi:
    c000041d
      Poikkeuksen poikkeama:
    00000000000122bf
      Käyttöjärjestelmän versio:
    6.1.7601.2.1.0.768.3
      Aluekohtaisten asetusten tunnus:
    1035
      Lisätietoja 1:
    4cf9
      Lisätietoja 2:
    4cf923a5571ca7397622098f9334aa17
      Lisätietoja 3:
    beb1
      Lisätietoja 4:
    beb1422ee182d32de1a93d5a4e5ce534
    And If you're going to ask, I did update my graphics card and drivers. Before the update the message was little bit different. Basically the atig6txx.dll was replaced with aticfx64.dll.
    And here are some of my computer specs:
    Ivy Bridge i5-3570K, LGA1155, 3.4GHz, 6MB, Boxed
    Z77 Pro3, LGA1155, Intel Z77, DDR3, ATX
    Windows 7 Home Premium 64-bit
    AMD Radeon 7950, Windforce, 3GB GDDR5, DVI/HDMI/2x
    Thank you for using your time to read this!
    PS. if you need more specs let me know!
    More info:
    I have updated Premiere Pro 5.5 to 5.5.2
    And I checked also that my user is not corrupted.

    Advanced System Care - I installed and was on my last computer
    Bluetooth was installed on my last computer
    AVG - I installed and was on my last computer
    Cyberlink - DVD burning software I installed -
    Mystic Thumbs - I installed and was on my last computer
    Akamai Netsession This is the adobe downloader file
    Multimedia Card Reader - was installed on my last computer
    Dell DataSafe Local Backup- This I can remove - was not on my last computer

  • Site deosn't look right in third party hosting and can't publish to catalyst in muse

    the muse export site looked horribly different than in muse. http://www.shopdaisygirls.com/ 
    and this is what the site is supposed to look like, which it does in muse alone like so...
    as well, I can not publish the site even to catalyst from muse as pictured above, it says there was no response from the server. Check you network connection (which is running fine) and try again.  I've been trying again, alot.  how do I publish correctly to the third party hosting or even to catalyst

    It appears that the master css file is missing. Try this and see if it helps. Ensure you are using the latest version of muse.  Under the edit menu choose preferences and switch user and sign in with your AdobeID.  Re-export the html and upload it to your server.
    Let me know if it helps.
    J

  • Published Site Doesn't Look Same as Local

    Hello Everyone,
    New and beginning user of cs4. I created a template and a few pages from it and am having a couple of problems. Using Vista Home premium which is causing incompatibility issues daily firefox 3.5 browser and fireftp because I can't understand instructions for dw ftp.
    1) Using a template from the ones offered (two column fixed, left sidebar, with header and footer), I change the background color in each div using "find code." The site displays correctly locally but once published the gray background is still on header and sidebar (Spry menu color is fine).
    2) While creating pages from the template, some of the pages do not display the background image of the template, instead they display the background color of the div containers. This is usually corrected after I make a change on the template and save the changes to the pages from there.
    3) most annoying of all but not as important as above, I would like to get rid of the old/deleted  files still displayed at the dw start up. how is this possible?
    www.bhikkhuni.net
    Thank you for your help.

    I've answered my own questions. When I reopened the template, the gray color was showing so I changed it again and resaved it. Don't know why that happened. It had been saved before. Also the other question about the annoying files- I've created five or six new files today and saw they replaced the old ones. Thanks anyway.

  • Published site doesn't look like my iweb site

    Trying to launch my iweb 08 site www.nwhorsemassage.com using acornhost in Portland, Oregon. I thought I uploaded site using FTP and renaming homepage index.html. When I open it on my desktop it looks great, going to the site it looks like a mess without pictures, color, and most text. What am I doing wrong?

    Think your problems might come from re-naming a homepage index.html. You don't need to do this and it can cause confusion because iWeb creates a separate index.html page on publication to a folder.
    Have you uploaded correctly? When you publish to a folder your will get one large site folder with all your files and your site in it and then a separate index page. You need to upload both these pages ibn full and then place then in either the www or the public_html folder at your host or whatever is there.

  • PhotoSmart 7510 scan function doesn't work right after updating Maverick

    It was an ordeal but hp support was finally able to get my MAC to recognize my PhotoSmart 7510 all-in-one after the operating system was updated to 10.9.5. But now I get the scan function but I have no options as to size, dpi or what type file I want to save the scan to. Also, the quality is TERRIBLE. Granted I'm trying to scan old photographs but I was able to do this with no problem before. Now the grayscale is off and light areas of the images don't scan at all.
    I know that all the drivers are up-to-date but I don't know how to fix this problem.

    Hey @LK8888,
    Welcome to the HP Support Forums!
    I understand that you want to be able to scan with good quality on your Mac OS X 10.9.5 Operating System from your HP Photosmart 7510 e-All-in-One Printer. I would like to assist you with resolving this issue. Now you did state that you had quite a time with HP Technical Support trying to get your Mac to recognize your Photosmart. I'm afraid that if your scanner isn't working properly we may have to undue some of the steps completed by Technical Support to resolve this issue once and for all for you. However, before I have you delete or remove any software and drivers from your computer, could I have you take a look at the following document to ensure that you're using the proper scan software:
    Scan from OS X v10.9 Mavericks With the Full Feature HP Software for HP Multifunction Printers
    If everything now works perfect, great! If not, than unfortunately I'm going to need you to run through the following steps.
    Step 1: Uninstall your Printer Driver and Software:
    Uninstalling the Printer Software
    Step 2: Verify and Repair your Disk Permissions on the Mac:
    Open Macintosh HD and go to Applications
    Go to the Utilities Folder
    Open the Disk Utility
    Select the Hard Drive volume you are using (usually on the left)
    Select Verify Disk Permissions
    Once that process is done, select Repair Disk Permissions
    Step 3: Check for Apple Updates:
    Go to Apple
    Select System Preferences
    Select Software Update
    Click Update Now
    Install your available updates
    Restart your computer
    Step 4: Reinstall your Software and Drivers:
    HP Photosmart 7510 series C311 Full Feature Software and Drivers
    Please click the link above to download the appropriate Mac OS X 10.9.5 drivers for your product. Once the download is complete follow the step-by-step installation instructions to complete the install of your product.
    Once install is complete, try to scan!
    Please let me know if the steps provided resolve your scanning issue. Good luck!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Trash doesn't look empty after delete - looks like there is trash

    New to Leopard, empty trash (nothing in folder) but icon still looks full.
    Any ideas?
    Thanks

    FWIW, in list view the file shows up (for a second, it says alias) then deletes and the trash is empty.
    It then reappears in a few minutes which leads me to believe its some sort of system process.
    _*Here is link to image*_
    http://img239.imageshack.us/my.php?image=trashrd5.png
    Wondering if something like mainmenu or oynx can fix this.
    I also have a TIGER BACKUP IMAGE and a LEOPARD INSTALL IMAGE on an external HD and wondering if I can use CCopy to erase my MBP HD and just use that although I would want to change the root user name. Its things like LOGIC being better in Leopard that I like but things like this (BUGS) that make me leary...
    Its too bad I can't access the TIME MACHINE as on the LEOPARD INSTALL bootup (external) I ran time machine for a few days and it backed up the whole computer. Although, I want to get rid of this bug more so seeing how I just bought an iPod (my first) and synched it up. Actually, it was after this process and deleting some songs NOT authorized for this MAC that this problem started to come up.
    Help appreciated.
    Take a look at the image and let me know what you think.

Maybe you are looking for

  • Using an external hard drive to store and edit videos?

    Hi I have read many articles that suggest placing all video projects/events in an external hard drive to save space on my Mac Book or Mac Air. I just ordered this: http://www.amazon.com/Western-Digital-Passport-Ultra-Portable/dp/B00E055H5O/ref= sr_1_

  • Multiline container, block, transform step ... HELP !!!!!

    Hi everyone. I'm trying to create a 'Block' in order to send N IDOCS. The info is contained in a 'container'. This container is of type A and is the one which has the XML file. It's not defined as multiline because if not i'll get an error. The quest

  • Disk size after copying a disk with dd

    Hi all, I recently bought a new hard drive, larger than my old one. I thought I'd be smart, and copied partitions using dd: dd if=/dev/sda1 of=/dev/sdb1 I noticed today that there is something wrong with the size remaining on the new drive, and after

  • Dual Wan and port routing

    Hi, I am setting up a configuration with SA520W and 2 Wan, in load balancing. But I face a problem that I could not understand. Traffic is HTTP, SIP and 2 servers. Servers are for a VPN tunnel and a mail server with ActiveSync Both services absolutel

  • Can we install PGW 2200 Softswitch on UCS Server?

    Dear friend. I intend to build a backup system for my customer using PGW2200 Softswitch. I have read that it should be install on Sun Netra X4270 platform. So can I install it on UCS server? Have anybody have experence in this system. Thanks for your