Help needed - London based

Hello -
I have a good understanding of computers / IT but only an average knowledge of networking.
I bought a SLS to use for my business, but as you'll see from my posts on this board I am struggling to get it setup. See my posts on this board - in particular http://discussions.apple.com/thread.jspa?threadID=2228515&tstart=0
Can anyone recommend an IT professional who can help with paid advice?
I believe just technical support over the phone / email would suffice.
Thanks,
Andrew

Hi Tim -
Yes I do have an iChat account. Not sure if I should put it on here, but here goes ! apndavies (at) mac (dot) com <Edited by Host>
I do think I am getting closer. Actually spoke to Apple support yesterday evening who were excellent and talked me through my DNS setup. Couple of things still not quite as they should be though.
For example - Apple Support told me to change the DNS server on each client computer (Systen preferences > Network) to the servers IP address. DId that and it all works fine, except I can't navigate to internal websites (Wikis etc) using a FQDN. The IP address works, and it works from outside the LAN.
Thanks,
Andrew

Similar Messages

  • Help needed for grouping.

    Hi,
        Help needed .
    I have an internal table having 6 .
    Ex :
    f1     f2    f3     f4    f5    f6
    a     aa    11    p1  10    10
    a     aa    12    p1  20    20
    b     aa    11    p2  30    30
    b     aa    12    p2  40    30
    Now i want to sum the fields f5 and f6 individually and need to display based upon the fields f1 and f4.
    To Display :
    f1     f2    f3     f4    f5    f6
    a     aa    11    p1  30    30.
    b     aa    11    p2  70    60.
    can anyone help me.How to do this..?
    Thanks

    Here you go
    DATA:
      BEGIN OF cur_tab OCCURS 0,
        f1        TYPE c,
        f2(2)     TYPE c,
        f3(2)     TYPE c,
        f4(2)     TYPE c,
        f5(2)     TYPE c,
        f6(2)     TYPE n,
      END OF cur_tab.
    DATA:
      BEGIN OF sum_tab OCCURS 0,
        f1        TYPE c,
        f4(2)     TYPE c,
        f5        TYPE p,
        f6        TYPE p,
      END OF sum_tab.
    DATA:
      BEGIN OF final_tab OCCURS 0,
        f1        TYPE c,
        f2(2)     TYPE c,
        f3(2)     TYPE c,
        f4(2)     TYPE c,
        f5(5)     TYPE c,
        f6(5)     TYPE c,
      END OF final_tab.
    START-OF-SELECTION.
      cur_tab-f1 = 'a'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p1'.
      cur_tab-f5 = '10'.
      cur_tab-f6 = '10'.
      APPEND cur_tab.
      cur_tab-f1 = 'a'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p1'.
      cur_tab-f5 = '20'.
      cur_tab-f6 = '20'.
      APPEND cur_tab.
      cur_tab-f1 = 'b'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p2'.
      cur_tab-f5 = '30'.
      cur_tab-f6 = '30'.
      APPEND cur_tab.
      cur_tab-f1 = 'b'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p2'.
      cur_tab-f5 = '40'.
      cur_tab-f6 = '30'.
      APPEND cur_tab.
      LOOP AT cur_tab.
        MOVE-CORRESPONDING cur_tab TO sum_tab.
        COLLECT sum_tab.
      ENDLOOP.
      LOOP AT sum_tab.
        READ TABLE cur_tab WITH KEY f1 = sum_tab-f1
                                    f4 = sum_tab-f4.
        IF sy-subrc NE 0.
          WRITE:/ 'Something went very wrong'.
          CONTINUE.
        ENDIF.
        MOVE-CORRESPONDING cur_tab TO final_tab.
        MOVE-CORRESPONDING sum_tab TO final_tab.
        APPEND final_tab.
      ENDLOOP.
      LOOP AT final_tab.
        WRITE:/1 final_tab-f1,
              AT 5 final_tab-f2,
              AT 10 final_tab-f3,
              AT 15 final_tab-f4,
              AT 20 final_tab-f5,
              AT 25 final_tab-f6.
      ENDLOOP.
    and the output
    a   aa   11   p1     30   30  
    b   aa   11   p2     70   60  

  • Help needed please, with Iphone stuck with apple picture and progress bar after software update attempted

    Help needed please, everytime I try to update the software version on my iphone it comes up with a message saying it could not be completed and is now frozen with the apple picture and progress bar on it. Do I unplug it and hope the macbook pro sees it again, I also stupidly did not back up before starting the download which I realise I will have to go back to the previous back up. This keeps happening, everytime I do this type of update, I'm starting to think I should just give up on updating my software on the Iphone. I thought it was happening because I was using a window based computer to do the updates, this time I used my Macbook Pro. Please somebody help

    ljm17 wrote:
    ...This keeps happening, everytime I do this type of update, I...
    Then you should know what you need to do... If you don't remember...
    See Here  >  http://support.apple.com/kb/HT1808

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • Urgent help needed on deployment facts

    Hi
    I had completed a Java Web based application using JApplet, which in turn uses Java Media Framework and Java Communications APIs. So when i deploy this application and let the clients use this application. I need to dump some jar files and properties files into the clients JRE so that all the APIs will work properly. Without any installations. I tried doing this manually by copying these files into client machines So is there a direct method for performing the task. Or i need to add some additional code to my applet so as to find the clients current JRE version and place the required files under using FTP? Can i write a setup routine or something which does all these operations once the client access the applet?
    Help needed in the above issues
    Thanks in advance
    Swaraj

    What you will want to do is look into JNLP and Java WebStart. They allow you to write a setup for your product that makes installation as easy as InstallShield&trade; does for the Windows&trade; platform (ie: it allows customers who cannot tell Java from Perl to install your product).

  • Help Needed..Fingerprint Identification..Image Manipulation

    Norfolk State University Student (Help Needed):
    I'm working on Fingerprint Identification using image correlation and/or a feature-based approach.  First, Goal is to minimize the lines of the minutia so that they are one pixel thick.  What services does Labview offer that will help me accomplish this task??

    Hey Snakehead...,
    Have you tried improving your original image with better lighting, better camera, better lens, etc.? What image processing have you done already, or are you starting from scratch? I agree with AnalogKid in providing some sample images to the forum so we can get an idea of what you are working with. Have you performed any morphology processing on the image? Have you tried edge detection functions? There are numerous functions that NI provides with their NI Vision software that will help you process your image, it is just finding the right combination that is the toughest part. Last, if you do have the Vision software, I might suggest taking a look at the Vision concepts manual to get an idea of the different functions and their capabilities. Let us know what kind of images you are working with and what you have done so far, and last, what you would like to eventually see. Thanks, and have a great day.
    Regards,
    DJ L.

  • HELP NEEDED PLEASE

    Hi everyone
    Programming help needed here. Any advice would be greatly appreciated!!!
    I have been assigned some work for a program called Processing 1.0 availale at http://processing.org/download
    I was give the 9 individual programs I needed to make however they were converted to Java files from .pde files. The program is based on Java but only runs .pde files and NOTHING else!
    I decompiled the files and got the source code, but it is a slight variation of the original someone made in processing, and needs some tidying to get it to run.
    I think the programs are very simple for a programmer, although I AM NOT.
    CODE is BELOW
    // Decompiled by DJ v3.10.10.93 Copyright 2007 Atanas Neshkov Date: 02/05/2009 13:15:00
    // Home Page: http://members.fortunecity.com/neshkov/dj.html http://www.neshkov.com/dj.html - Check often for new version!
    // Decompiler options: packimports(3)
    // Source File Name: Assign2_1.java
    import processing.core.PApplet;
    public class Assign2_1 extends PApplet
    public Assign2_1()
    SquareSide = 20;
    Rank = Nums.length;
    Side = SquareSide * Rank;
    Green = color(0, 255, 0);
    Yellow = color(255, 255, 0);
    BG = Yellow;
    public void setup()
    size(Side, Side);
    background(BG);
    fill(Green);
    for(int i = 0; i < Rank; i++)
    rect(i * SquareSide, 0.0F, SquareSide, SquareSide * Nums);
    public static void main(String args[])
    PApplet.main(new String[] {
    "--bgcolor=#ece9d8", "Assign2_1"
    int Nums[] = {
    6, 14, 8, 9, 2, 3, 4, 2, 8, 3,
    9, 2, 0, 5
    int SquareSide;
    int Rank;
    int Side;
    int Green;
    int Yellow;
    int BG;
    Edited by: chevy1 on May 2, 2009 7:32 AM

    HELP NEEDED PLEASEShouting is a good way ensure you don't get help. Also you should give a meaningful subject.
    Any advice would be greatly appreciated!!!I suggest you ask a question after providing enough information to be able to answer it.
    Also use CODE tags when posting code as it make the code more readable.
    We are more likely to help people who are trying to learn Java rather than someone who might be looking for an easy way out of doing an assignment.

  • Help need on ALV Report Program

    Hi all.....
    im facing problem in the following code....it shows 'No records found' (as same as my coding generated)whenever i give wrong vendor no:(lifnr), but if i gives the correct one(as in table lfa1)...it shows Runtime error as <b>"the occupied line length in the program text must not exceed the width of the internal table"</b>..
    pls verify...
    just go thru my code and revert me the feedback of what i did wrong and pls i dont want any example codes from u guys since i've seen so much and couldnt solve it with that...
    hope u understand......what i need
    Rewards based on the above reuirements....only
    *******************************CODING***********************************************
    REPORT ZALV_MERGE.
    TABLES:lfa1.
    DATA:BEGIN OF itab OCCURS 100,
    lifnr LIKE lfa1-lifnr,
    land1 LIKE lfa1-land1,
    name1 LIKE lfa1-name1,
    ort01 LIKE lfa1-ort01,
    regio LIKE lfa1-regio,
    sortl LIKE lfa1-sortl,
    END OF itab.
    data: i_repid like sy-repid,
          i_tabix like sy-tabix.
    TYPE-POOLS: slis.
    DATA: fcat TYPE slis_t_fieldcat_alv.
    SELECT-OPTIONS: LIFNR FOR LFA1-LIFNR.
    SELECT * FROM LFA1 INTO CORRESPONDING FIELDS OF TABLE itab WHERE lifnr IN LIFNR.
    clear i_tabix.
    describe table itab lines i_tabix.
    if i_tabix lt 1.
    write:/ 'No materials found'.
    exit.
    endif.
    i_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
       I_PROGRAM_NAME               = i_repid
       I_INTERNAL_TABNAME           = 'ITAB'
      I_STRUCTURE_NAME             =
      I_CLIENT_NEVER_DISPLAY       = 'X'
      I_INCLNAME                   = I_REPID
      I_BYPASSING_BUFFER           =
      I_BUFFER_ACTIVE              =
      CHANGING
        CT_FIELDCAT                  = fcat
      EXCEPTIONS
       INCONSISTENT_INTERFACE       = 1
       PROGRAM_ERROR                = 2
       OTHERS                       = 3.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
       I_CALLBACK_PROGRAM             = i_repid
      I_CALLBACK_PF_STATUS_SET       = ' '
      I_CALLBACK_USER_COMMAND        = ' '
       I_STRUCTURE_NAME               = 'ITAB'
      IS_LAYOUT                      =
       IT_FIELDCAT                    = fcat
       I_SAVE                         = 'A'
      TABLES
        T_OUTTAB                       = ITAB
    EXCEPTIONS
       PROGRAM_ERROR                  = 1
       OTHERS                         = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

    Hi,
    think inthis program in the function module REUSE_ALV_FIELDCATALOG_MERGE
    in exporting parameter you are using -->
    I_INTERNAL_TABNAME = <itab_name>
    this <itab_name> is not like any physical structure .So make a structure through SE11 like <itab_name>.
    u have to create a structure in SE11 with the fields, and then pass that structure into the REUSE_ALV_FIELDCATALOG_MERGE , in the parameter
    I_internal_tabname = ' structure name '.
    even though u create a structure, u need to pass it to the table parameter.
    then it will work.
    Otherwise manually build the fieldcatalog.
    find the following code as an example.
    DATA : l_pos TYPE i VALUE 1.
      ist_fieldcat-fieldname = 'POSID'.
      ist_fieldcat-tabname   = 'IT_FINAL'.
      ist_fieldcat-outputlen = 24.
      ist_fieldcat-col_pos   = l_pos.
    ist_fieldcat-ddictxt = 'L'.
      ist_fieldcat-key = 'X'.
      ist_fieldcat-seltext_l = 'Appropriation Request Number'.
      APPEND ist_fieldcat.
      CLEAR ist_fieldcat.
      l_pos = l_pos + 1.
      ist_fieldcat-fieldname = 'TXT04'.
      ist_fieldcat-tabname   = 'IT_FINAL'.
      ist_fieldcat-outputlen = 4.
      ist_fieldcat-col_pos   = l_pos.
      ist_fieldcat-ddictxt = 'L'.
    ist_fieldcat-key = 'X'.
      ist_fieldcat-seltext_l = 'Status'.
      ist_fieldcat-EMPHASIZE = 'C400'.
      APPEND ist_fieldcat.
      CLEAR ist_fieldcat.
      l_pos = l_pos + 1.
      ist_fieldcat-fieldname = 'UDATE'.
      ist_fieldcat-tabname   = 'IT_FINAL'.
      ist_fieldcat-outputlen = 8.
      ist_fieldcat-col_pos   = l_pos.
      ist_fieldcat-ddictxt = 'L'.
      ist_fieldcat-key = 'X'.
      ist_fieldcat-seltext_l = 'Status Date'.
    IST_FIELDCAT-EMPHASIZE = 'C600'.
      APPEND ist_fieldcat.
      CLEAR ist_fieldcat.
    <i><b>Reward point if find helpful
    Debjani</b></i>

  • Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with re

    Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with reddish cast and loss of detail
    System: Windows 7
    Adobe CS5
    Printer: Epson Stylus Photo 1400
    Paper: Inkjet matte presentation paper with slight luster
    Installed latest patch for Adobe CS5
    Epson driver up to date
    After reading solutions online and trying them for my settings for 2 days I am still unable to print what I am seeing on my screen in Adobe CS5. I calibrated my monitor, but am not sure once calibration is saved if I somehow use this setting in Photoshop’s color management.
    The files I am printing are photographs of dogs with lots of detail  I digitally painted with my Wacom tablet in Photoshop CS5 and then printed with Epson Stylus 1400 on inkjet paper 20lb with slight luster.
    My Printed images lose a lot of the detail & come out way to dark with a reddish cast and loss of detail when I used these settings in the printing window:
    Color Handling: Photoshop manages color, Color management -ICM, OFF no color adjustment.
    When I change to these settings in printer window: Color Handling:  Printer manages color.  Color management- Color Controls, 1.8 Gamma and choose Epson Standard it prints lighter, but with reddish cast and very little detail and this is the best setting I have used so far.
    Based on what I have read on line, I think the issue is mainly to do with what controls are set in the Photoshop Color Settings window and the Epson Printer preferences. I have screen images attached of these windows and would appreciate knowing what you recommend I enter for each choice.
    Also I am confused as to what ICM color management system to use with this printer and CS5:
    What is the best ICM to use with PS CS5 & the Epson 1400 printer? Should I use the same ICM for both?
    Do I embed the ICM I choose into the new files I create? 
    Do I view all files in the CS5 workspace in this default ICM?
    Do I set my monitor setting to the same ICM?
    If new file opens in CS5 workspace and it has a different embedded profile than my workspace, do I convert it?
    Do I set my printer, Monitor and PS CS5 color settings to the same ICM?
    Is using the same ICM for all devices what is called a consistent workflow?
    I appreciate any and all advice that can be sent my way on this complicated issue. Thank you in advance for your time and kind help.

    It may be possible to figure out by watching a Dr.Brown video on the subject of color printing. Adobe tv
    I hope this may help...............

  • Help on report based on fiscal year

    I have a table like below and data like below
    SQL> DESC A
    Name Null? Type
    ID NOT NULL NUMBER(10)
    PAY_DATE DATE
    AMOUNT NUMBER(11,2)
    SFY VARCHAR2(20)
    SQL> SELECT * FROM A;
    ID PAYDATE AMOUNT SFY
    1 10-DEC-99 2000 1999/00
    1 10-MAR-99 3000 1999/00
    2 10-SEP-99 2000 1999/00
    2 10-MAR-99 3000 1999/00
    3 10-DEC-00 2000 2000/01
    3 10-MAR-99 3000 1999/00
    4 10-JAN-00 2000 2000/01
    4 10-MAR-99 3000 1999/00
    5 10-DEC-00 2000 2000/01
    5 10-MAR-99 3000 1999/00
    6 10-JAN-00 2000 2000/01
    6 10-MAR-99 3000 1999/00
    WHAT I NEED TO GET IS BASED ON FISCAL YEAR(1999-2000) I NEED TO GET THE AMOUNT PAID
    FOR JUN,SEP,DEC,MARCH
    SO I NEED A QUERY LIKE BELOW
    1)SUPPOSE IF USER NEEDS REPORT BASED ON 1999-2000
    THEN I NEED IS
    ID JUN1999 SEP1999 DEC1999 MARCH1999 TOTAL
    1 0 0 2000 3000 5000
    2 0 2000 0 3000 5000
    3 0 0 0 3000 3000
    4 0 0 0 3000 3000
    5 0 0 0 3000 3000
    6 0 0 0 3000 3000
    CAN ANYBODY HELP FOR CODE
    like for 2000-2001 and so on

    One thing you might want to take a look at are the format masks for dates. There is a to_char format mask for dates of 'Q' which returns a number 1-4 for the quarter the date is a part of ie 1 for Jan-Mar, 2 for Apr-Jun, etc. It's based on the calendar year, but you could doing something with addition and mod to change the order if you like. You can then use the resulting column as a break column in your report.
    Hope that helps,
    Toby

  • Help on form based on tables

    Hi
    I am new to Portal,
    My problem is I have a form based on a table, Now I want to process the form after a validation (eg: username and password)
    so I added two more new components to the form to get username and password and I tried to validate this by writing a procedure to the submit button before 'doinsert;'. Then I cant get the values of those two new fields by
    uname:= p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_UNAME');
    Anyone have a solution?
    Thanks.

    thanks for the clue, but what i want is to validate the username and password befor do insert what i tried is
    declare
    mid member.member_id%Type;
    msg_id number;
    user member.uname%Type;
    pswd member.pwd%Type;
    begin
    msg_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_U_ID');
         user := p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_PWD');
         pswd := p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_REPLY_TO');
         SELECT member.member_id INTO mid
         FROM member
         WHERE member.uname= user AND member.pwd= pswd;
         IF mid<>null THEN
              p_session.set_value(
                   p_block_name => 'DEFAULT',
              p_attribute_name => 'A_MEMBER_ID',
              p_value => mid);
              doInsert;
              proc_update1(msg_id);
         END IF;
    end;
    but this gives an error!
    help needed urgently!
    thanks

  • Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Albums are not places to store photos, they're more like "labels" you can apply to photos to better organize them. A single image file can be in multiple albums... they are not copies, it's simply been labelled as being in all those albums. So what you're trying to do doesn't make sense, because it's based on incorrect assumptions.
    The iPhoto library will always show all photos that you have added to iPhoto.

  • ONKYO TX-SR805 Set-up Menu HELP Needed

    This is a LONG post, but I would appreciate if you would read it and respond to it.  The settings That are setup might not be the CORRECT settings.  If you think a different setting should be made, please let me know.
    Also right now I only have 2 front speakers (NHT VT-1A), 1 middle( NHT VT-1C), and a NHT SW12 Subwoofer.  I will be hooking up 2 or 4 more speakers for the REAR.
    Here are the settings on my TX-SR805 receiver on the set-up menu.  I could use some help to see if they need set to something else.
    2.2 Speaker Config
          Subwoofer       yes
          Front            70Hz
          Center          90Hz
    LPF of LFE        80Hz THX
    2.6 THX Audio Setup
           THX subwoofer  YES   I don't know if mine is or not
           BGC                    OFF  Not sure what this BGC means
    3. AUDIO ADJUST
    3.1  Tone Control
           Front    Bass      -1dB
                        Treble   +1dB
          Center  Base      +2dB
                        Treble   +7db
         Subwoofer Base  +7
    3.2 DIRECT
          Delay Enable
          DSD                NO   Not sure what DSD is 
    3.3 MULTIPLEX/MONO
          Multiplex
          Input CH       Main/Sub
          Mono
          Input CH         L+R
          Output Speaker  L/R
    3.4 PLIIx/Neo:6
            PLIIx Music   (2ch input)
            Panorama        ON
            Dimension       +1
            Center Width    3
    Neo: 6 Music
            Center Image   5
    3.5 DOLBY EX
            Dolby EX        AUTO
    3.6 THEATER-DIMENSIONAL
            Listening Angle   Narrow
    3.7 LFE LEVEL
            Dolby Digital      -10dB
            DTS                     -10dB
            Multich PCM      -10dB
            Dolby True HD   -10dB
            DTS-HD Master Audio  -10dB
            DSD                     -10dB
    4. SOURCE SETUP
           CABLE/SAT
    4.1  INTELLIVOLUME     +4Db
       .2 A/V SYNC            0 msec
       .3  NAME EDIT         Blank
    5.   LISTENING MODE PRESET
    5.1 DVD
           Analog/PCM      NOT SURE WHAT TO SET HERE
           Dolby Digital      NOT SURE WHAT TO PUT HERE
           NOT SURE WHAT TO PUT FOR ANY OF THESE LISTENING MODE PRESET
    5.8 TUNER (ANALOG)      Neural THX 5.1 is set on mine. Is this correct?
             CD                           ?
    6.  MISCELLANEOUS
    6. 1  VOLUME SETUP
              Volume Display              Relative
               Muting Level               -40dB
               Maximum Volume       +10dB
               Power on Volume        -22dB
               Headphone Level        +2dB
    6.2  OSD SETUP
               Immediate Display       OFF
               Monitor Type              16:9
               Display Position           TOP
    7.  HARDWARE SETUP
    7.4   ANALOG MULTICH
               Subwoofer Input Sensitivity    0
    7.5   HDMI
            ALL under here are     ENABLE
    Solved!
    Go to Solution.

    I gave you some answers in your original post. I wish you didn't start a new one. Here is what I posted.
    Re: ONKYO TX-SR805 Set-up HELP Needed[ New ]
    Options
    Mark as New
    Bookmark
    Subscribe
    Subscribe to RSS Feed
    Highlight
    Print
    Email to a Friend
    Report Inappropriate Content
    01-21-2010 08:24 AM
    Unfortunately this is very difficult because the top half of your post, your really the only one that can answer what the setup should be.  The adjustments are made based on the acoustics of your room and how everything sounds noone can really give you info on it because every house, and room has different acoustics.  The walls, insulation, carpet or bare floors, basement or main floor are just some examples of what can make a difference in sound reproduction.   By the way NHT (Now Hear This) are excellent speakers.  For bass and treble, the music I listen too requires a high treble content so I usually have it at 7 out of 10 but my bass is at 4 out of 10.   The sub base should be fine where it is.
    Did your receiver come with an Audessy mic for calibration.  I would use that for a basic setup and go from there I am not sure if on your unit it will do frequecy but I think it did.
    Your volume settings look fine again personal preference there is right or wrong.
    For you listening mode Preset  you should have an auto setting I am at work so it may take a coule of hours for me to get back to you as I have to go through your manual and see what you would set it up with so please bare with me. I will list the info as I read it so it may not be in the order you have it.
    I will have to make a second post since I can't go back and edit this one.

  • Help Needed - Even after lodging "Presidential Complaint"

    Help needed please!!To make a long story short I have been through nothing but aggravation the past week trying to get my phone working. Service call on 7/6 to install Fios Internet, TV and phone. Internet and TV work fine, but Phone has no dial tone, going on a week and a half now. Tried contacting the account rep who set up my account, her supervisor as well as tech support on numerous occassions. 
    They set a dispatch for yesterday, and when the tech called me to say he was here, he was at an address i moved out of 4 years ago, in another state.I get a call from someone saying the service request was being closed and I need to call in with the correct address, after telling that rep I would not do that, that Verizon should make the updates based on my TV/Internet records, she hung up on me. Called back into Tech Support and the best they could do was an appointment for tomorrow. I then called the Corporate number and spoke with someone who opened a "Presidential Complaint" and requested an expedited call.. well i have heard nothing since then other than an automated call earlier today sayin my original service request will be kept. Needless to say I'm very upset that after a week and a half I still have no phone service and it doesn't seem like anyone is real willing to help me. I'm sure I'll get billed in full even though one of the 3 services I'm paying for hasn't been working in a week and a half.. 

    Hi jkoen77,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. The title of your post is the link. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • Help needed with Report Design

    Hi All,
    Here is the requirement.
    Period Type(holds 2 values) : Payment and Vested.
    we have field 'Total Days' which is calculated based on "User Selected" Period Type.
    For example, When Period Type is Payment,
    If start date is less than or equal to grant date and end date is less than or equal to vest date, then calculation is (End Date - Grant Date)+1
    If start date is greater than grant date and end date is less than or equal to vest date, then calculation is (End Date - Mobility Start Date)+1 (similarly 2 more if conditions) ...we have similar calculation for Period Type - 'Vested'.
    This Period Type is a multiselect Prompt. How can this be achievable.
    Any thoughts will be greatly appreciated.
    Thanks.

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • MacBook Pro: Minutes to open CD in iTunes

    Hey guys, Just last night my girlfriend informed me that suddenly her MacBook Pro (15" 1.83 stock) machine is going really REALLY slow when she puts a music CD in. Not just 1 CD, but many. It takes literally minutes from when she puts in the CD, to w

  • Blue screen of death help needed for MSI PM8PM-V motherboard

    I am having sudden pc hang up (BSOD) and have failed to troubleshoot by myself after searching through internet resources on this topic. Will greatly appreciate any help with this. The recent changes to my PC are: -changed the PSU -flashed my BIOS -u

  • How to create second or third level  of  menu bar in se41 ?

    Hi All   How to create second or third level  of  menu bar in se41 ?   I created it once but forgotten , do anybody remember ? Regards Jaman Message was edited by:         ABAP Techie

  • High-speed data acquisition and DMA

    Hi, I have a custom home-made 4 channel, 16 bit data acquisition board that has onboard memory of 2 GB and can sample at 250 MSPS. The daq returns data in 1 MB data block size. The Labview wrapper allows us to operate this board in two modes (continu

  • What USB cable for in car use?

    I have just received my brand new car & it has a USB dock to plug your Iphone 4 in to use through the Stereo/Screen but have been told it needs to be a particular USB cable for it to work? Can anyone inform me what USB cable i am actually looking for