How does 1Web Personal Domain really work with MobileMe?

I'm reading the steps of iMap and the author says "If you domain forward or mask to your .Mac (MobileMe) address, please always use the .Mac (MobileMe) address and not your own domain!" It seems to me that anyone who registers a personal domain name must domain forward or mask. If these instructions are correct, how would one's own domain name ever appear?

It seems to me that anyone who registers a personal domain name must domain forward or mask.
That's not correct. iWeb's personal domain feature is designed to use CNAME pointing.
http://iwebfaq.org/site/iWeb_Domains.html

Similar Messages

  • How does Creative Cloud for teams work with staff who work in two locations ie in the office/home

    How does Creative Cloud from teams work with staff who work in two locations i.e. in the office and home?

    There is no difference please be aware that each login is provided with two activations however.  If you wish to have a computer at both work and home activated though that is perfectly fine as long as your employer is ok with using company software at home.

  • I live in the country and there is no High speed available, How does Firefox for desk top work with Dial up ???

    I live in the country and there is no High speed available, How does Firefox for desk top work with Dial up ??? I have a great dell computer, Dimention 8400. Before I install firefox I want to know for no waste of time for either party..

    Unless you enabled Find My iPad on it before it was stolen then there isn't any way to locate it. If you did enable it then you could try locating it either via http://icloud.com on a computer or Find My iPhone on another device - but that will only work if it's connected to a network and the device hasn't already been wiped and/or Find My iPad disabled on it.
    If it was stolen then you should report it to the police. You should also change your iTunes account password, your email account passwords, and any passwords that you'd stored on websites/emails/notes etc.
    If it was never registered to your account then it won't appear on your support profile : https://supportprofile.apple.com/
    The only other ways to find it that I know of (apart from on the actual device) are via the packaging, the backup on a computer's iTunes : http://support.apple.com/kb/HT4061

  • Does .mac email address only work with MobileMe

    My subscription to MobileMe has expired and I can no longer receive email at my .mac email address.
    Does anyone know if you can still have a .mac email address without having to use mobileme.

    You .mac email address is supplied by Apple via MobileMe. If you have chosen to not continue with MobileMe, you no longer have a .Mac email address.
    If you wish to keep using Apple's email service, you must renew MobileMe.
    If you don't, then you'll need to get another email address from some other provider like gmail, yahoo, your ISP, etc.

  • How does the SetDefaultReport Method really work?

    I've looked in the forum and can't find the answer in enough detail for me to understand it.
    I need to create a new print button on a system form (delivery notes) and when the user presses it, I need to change the default report for the user/bp combination on the screen, invoke the print button, then return the user's records in the RDFL table back to what they were before I made a change.
    I have it working so that everything up to the changing things back is fine. (Although if the user doesn't have any defaults already, then I have to set the same default twice, because the first set assigns the system values, even though I assign a reportcode, layout code, card code and user id).
    But the main problem is if the user/bp combination did not have a default specified in RTYP before I made my change, then I can't get rid of my default record in that table, so the next time the user goes to print via the system print button, hoping to get the system default, my default report is going to print instead and that's not what they want.  Whew!
    Is there some place on the website that might explain this process in some detail?  For instance, why are their records in this table with a negative userid number & what does that mean?  Why does the user need to be a super user for me to do this via the DI but they can do it through the application without being a SU?
    I'd really appreciate any insights, and thank you.

    Hi Rasmus,
    In regards to your trouble getting the default report so that you can set it back when your done, I think I've gotten that figured out.  It appears to me that GetDefaultReport always returns the original default for a document that is used (from the RTYP table).  This is regardless of user/customer.  What I'm doing is looking in  RDFL by user & customer for any specific default and use it if found.
    If not found, then I use the getreportdefault & assign it to that user/customer.  This puts a record in RDFL which is not the way the system would do it (It would delete the record, I believe), but it seems to have the same effect.
                'get current default report for this user for delivery docs
                ReportCode = "DLN2"
                rs.DoQuery("Select dfltreport from rdfl where userid = " & USERID & _
                        " and doumntdode = '" & ReportCode & "' and cardcode = '" & cardcode & "'")
                If Not rs.EoF Then
                    HoldLayout = rs.Fields.Item(0).Value
                    'otherwise use the system default
                Else
                    'get report layout service
                    oReportLayoutService = oCmpSrv.GetBusinessService(ServiceTypes.ReportLayoutsService)
                    'get report params
                    oReportParams = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiReportParams)
                    'Load the key for the default report
                    oReportParams.ReportCode = ReportCode
                    oReportParams.UserID = USERID 'This doesn''t seem to work. Changing user doesn''t change results
                    'get the default layout of the specific document (delivery note)
                    oReportParaDefault = oReportLayoutService.GetDefaultReport(oReportParams)
                    HoldLayout = oReportParaDefault.LayoutCode
                End If

  • How does connection to host really work?

    I've been trying to debug this myself, but there seems to be a missing piece, and I'd like some help understanding the components and sequence of the process.
    My immediate issue is, how do I get past the"ORA-12170: TNS:Connect timeout occurred" error shown below? It seems that hostname "hcm" is recognized as valid but then points to nowhere.
    Environment: Windows 2000, Oracle 10g rel 2, localhost (IP starts with 127), MS loopback adaptor (IP starts with 192), computer name dimension4100, primary dns suffix ora.newmiddleclass.com, database name (same as SID) is hcm.
    etc\hosts file:
    127.0.0.1 dimension4100.ora.newmiddleclass.com localhost
    192.168.255.255 dimension4100.ora.newmiddleclass.com dimension4100
    192.168.255.255 dimension4100.ora.newmiddleclass.com hcm
    192.168.255.255 dimension4100.ora.newmiddleclass.com hcm2
    192.168.255.255 dimension4100.ora.newmiddleclass.com hcm3
    192.168.255.255 dimension4100.ora.newmiddleclass.com no-tns
    I'm trying to connect via sqlplus with this syntax:
    sqlplus SYS/pw@hcm
    ORA-12154: TNS:could not resolve the connect identifier specified
    when I try to connect via @ using anything other than localhost or dimension4100 or a host name specified in the hosts file.
    - Implies that this is the first step in the process
    ...so using host string @hcm as shown above avoids the 12154 error. Next, one of two things happens:
    ORA-12541: TNS:no listener
    Only with localhost or dimension4100. e.g.
    sqlplus SYS/pw@dimension4100
    - or -
    ORA-12170: TNS:Connect timeout occurred
    Only with hostnames that are mapped to 192 in hosts file (except for dimension4100). Doesn't matter if the hostname is in tnsnames.ora. e.g.
    sqlplus SYS/pw@hcm
    sqlplus SYS/pw@hcm2
    sqlplus SYS/pw@no-tns ("no-tns" is not defined in tnsnames.ora)
    Note:
    - I've verified that the hosts and ora files I've edited are really the files that the system is reading.
    - I can ping any hostname in the hosts file and get the correct IP address.
    - I can connect via sqlplus / as sysdba
    - I have to start the listener manually via lsnrctl start. It listens via protocol tcp on the loopback IP (192) on port 1521, as well as protocol ipc (EXTPROC1ipc)
    - lsnrctl services:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 29-SEP-2008 09:22:40
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    (Is this a problem? Should it be using the TCP protocol?)
    - Services via control panel:
    (started)
    OracleOraDb10g_home1iSQL*Plus
    OracleOraDb10g_home1TNSListener
    OracleServiceHCM
    (disabled)
    OracleJobSchedulerHCM
    - tnsnames.ora:
    HCM3 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OracleServiceHCM)
    HCM2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM.ora.newmiddleclass.com)
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM.ora.newmiddleclass.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ...so....how do I get past the"ORA-12170: TNS:Connect timeout occurred" error?
    Thanks.

    Ok Justin, so you're saying that because I hard-coded the IP address in tnsnames.ora, the etc\hosts file is not used for the connection. My current entry for hcm is:
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM.ora.newmiddleclass.com)
    I changed that to
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM)
    I also tried
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM)
    (SID = HCM)
    and
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.255.255)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM.ora.newmiddleclass.com)
    (SID = HCM)
    also trying hcm in lower case, but in all scenarios I got the same error:
    ORA-12170: TNS:Connect timeout occurred
    And I tried vetris' suggestion re telnet (not ping) on both IP addressess and I get error:
    Could not open a connection to host on port 1521: Connect failed

  • How does the Identity Column really work?

    I am having an issue with an application using SQLServer 2008. My app has a class called SalesInvoice. I use ADO and VB6 for my app.
    The Index value for the record is the "Sales Invoice Number" which was created as an Identity_Spec with an increment of one. It was created using SSMS. It is set as the Primary Key and is Unique. It is a bigint data type.
    I have discovered in Microsoft documentation that the identity increment might get lost.  (See the quote copied form the help file.)
    "The identity property on a column does not guarantee the following:
    Uniqueness of the value – Uniqueness must be enforced by using a
    PRIMARY KEY or UNIQUE constraint or
    UNIQUE index.
    Consecutive values within a transaction – A transaction inserting multiple rows is not guaranteed to get consecutive values for the rows because other concurrent inserts might occur on the table. If values must be consecutive then the transaction
    should use an exclusive lock on the table or use the SERIALIZABLE isolation level.
    Consecutive values after server restart or other failures –SQL Server might cache identity values for performance reasons and some of the assigned values can be lost during a database failure or server restart. This can result in gaps in the
    identity value upon insert. If gaps are not acceptable then the application should use its own mechanism to generate key values. Using a
    sequence generator
    with the NOCACHE
    option can limit the gaps to transactions that are never committed.
    Reuse of values – For a given identity property
    with specific seed/increment, the identity values are not reused by the engine. If a particular insert statement fails or if the insert statement is rolled back then the consumed identity values are lost and will not be generated again. This can result
    in gaps when the subsequent identity values are generated."
    There is no issue with consecutive values within a transaction, although each invoice is written out in a transaction, as it is paired with Sales Line detail records. They are linked using the Sales Invoice Number.
    The issue comes in with the line " udtProps.InvoiceNumber = .Fields("Invoice Number")" as this is the property that returns the sales invoice number to the app that is used to actually print the invoice.
    My problem is with the 3rd bullet point from the help file. "Consecutive values after server restart or other failures ", particularly the "Other Failures" as they are not defined.
    I have pasted the sub from the class that actually persists the record, below. It includes the Error handler routine. Ia particularly concerned that the case of the Database record lock conflict error might be one of the "Other Failures" described
    in the help file above. In at least One occasion, the invoice printed with an invoice number of 690172, but was written to the database with an invoice number of 690175.
    If anybody has an in depth understanding of when the identity spec invoice number is set, returned and incremented, please help. Is it the first time the update is tried, or when the update command completes successfully?
    Private Sub Save()
        On Error GoTo ErrorHandler
        iRecLockReTry = 0
        Dim rs As ADODB.Recordset
        Dim sSQL As String
        Set rs = New ADODB.Recordset
        sSQL = "SELECT * FROM [Sales Invoices] "
        sSQL = sSQL & "WHERE [Invoice Number] = " & udtProps.InvoiceNumber
        If cnCompany.State = adStateClosed Then
            cnCompany.Open
        End If
        With rs
            .ActiveConnection = cnCompany
            .CursorLocation = adUseClient         
            .CursorType = adOpenDynamic
            .LockType = adLockPessimistic
            .Open sSQL
        End With
        If bNew Then rs.AddNew
        With rs
          ... (Values set here)
            .Update
            If bNew Then
                ' update ID property similar to below when adding record for first time
                udtProps.InvoiceNumber = .Fields("Invoice Number")
            End If
            .Close
        End With
        Set rs = Nothing
        Exit Sub
    ErrorHandler:
        If Err.Number = otErrorDBUpdateConflict Then
    '        Err.Raise 61002, sClassName, "Another user has updated this record while you were looking at it. You will have to recall the record and re-enter your changes."
            objError.ErrorHandle ERROR_CLASS_ID, otGeneralUpdateConflict, otErrorWarning
            'The way we are handling things I can't see how we would ever get this error. But Microsoft has it in as an error so it must be possible...
        ElseIf Err.Number = otErrorDBRecordLockConflict Then
            While iRecLockReTry < otErrorConstRecordLockRetry
                iRecLockReTry = iRecLockReTry + 1
                rs.Requery
                Resume
            Wend
    '        Err.Raise 61001, sClassName, "Another User has this record Locked. Do you wish to Continue trying to update?"
             objError.ErrorHandle ERROR_CLASS_ID, otGeneralRecordLockConflict, otErrorWarning
       ElseIf Err.Number = otErrorDBDuplicateIndex Then
    '        Err.Raise 61003, sClassName, "Unable to update this record because one of the fields has a duplicate index conflict. Please resolve the issue and try again."
             objError.ErrorHandle ERROR_CLASS_ID, otGeneralDuplicateIndex, otErrorWarning
        Else
    '        Err.Raise Err.Number, sClassName & "." & "Save", Err.Description, Err.HelpFile, Err.HelpContext
             objError.ErrorHandle ERROR_CLASS_ID, otGeneralUnexpectedDatabaseError, otErrorFatal
        End If
    With women, the TRUTH will not only NOT set you free, it will cause you a great deal of trouble.

    What OS do you use?
    There was an issue in the past with XP..
    ADO Recordset AddNew/Update Identity Problem.
    So run
    SQL Profiler to check what's going on.

  • How does a person find a carrier with good signal ...

    without signing up for service?  I recently got the 520 and went with Consumer Cellular but reception is iffy indoors.  Now I am stuck!
    Solved!
    Go to Solution.

    different people have different migration patterns.
    IMO, all the companies offer good service, despite their bickering with each other. there is just a different niche for each.
    I would check with what the people have that you are around all the time and see who compains the most or doesn't have service when the others do. some carriers have service in areas where the others don't and visa-versa. it is just how they are able to obtain permits for putting up their cell sites, or sharing towers agreements.

  • Why does my left earbud not work with any earbuds?

    my left earbud skips and dosent work with any earbuds even ones i just bought from the store.

    Hi,
    joe12345757 wrote:
    my left earbud skips and dosent work with any earbuds even ones i just bought from the store. 
    How does your left earbud not work with other earbuds?  Do you mean the left earbud doesn't work with your iPod? 
    ---likeabird---

  • My old appleID use email with domain already deactivate. So I changed my appleID and primary email and now I can not access iCloud with iOS7. ICloud shows my old appleID but I can't change it. How do I get iCloud to work with my updated ID?

    My old email that using register for apple ID cannot access/check any mail because that domain already deactivate.
    So I changed my appleID and primary email and now I can not access iCloud with iOS7. ICloud shows my old appleID but I can't change it. How do I get iCloud to work with my updated ID?

    Hi ccharat,
    Welcome to the Apple Support Communities! It sounds like you did a good job editing your Apple ID and primary email address, but you didn’t sign out of iCloud on your iOS device before hand. What you may need to do in this situation is go back to the Apple ID website and edit your Apple ID and primary email address back to the email address that is signed in with iCloud (there is no need to verify the account after editing it back to the old account, just changing it back is enough). Once your Apple ID is back to the original account, delete the iCloud account from the iOS device and be sure to keep all info on the device when prompted. After you delete the iCloud account, go back to the website and edit your Apple ID and primary email address back to the new address. Once it is back to the account you would like, you can sign into the iCloud on the iOS device with that new account and merge all of the data when prompted. Please use the following article as a reference.
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/ts5223
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Go to Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Delete Account, then tap Delete to confirm.
    Tap “Keep on My [Device]” or “Delete from My [Device].” In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    I hope this helps,  
    -Joe

  • How well does the iPhone 5s/5c work with Wind Mobile?

    I'm going to be (hopefully) getting the iphone 5s or 5c soon and I'm trying to decide on which carrier to go with. How well does the iphone 5s/5c work with wind mobile and how fast is the internet with data?

    http://www.windmobile.ca/
    iPhone: Wireless carrier support and features

  • Does apple make a printer for iPad if not how dow I get it to work with a HP Officejet 6500A Plus printer?

    Does Apple make a printer for the iPad and if not how do I get it to work with a HP Officejet 6500A Plus printer? Thanks

    Apple don't make any printers, but there are a number of the printers that are AirPrint-enabled, which you should be able to print to just by the printer and the iPad being on the same wifi network - the models that support AirPrint are listed on this page (the page also includes a bit of troubleshooting at the bottom of it) and it includes :
    HP Officejet 6500A e-All-In-One E710a
    HP Officejet 6500A Plus e-All-In-One E710n
    If your's isn't one of those then you could see if HPs own ePrint app works with it, or there are third-party printer apps such as PrintCentral Pro and Print n Share which might work it

  • Email messages from my icloud account update on all my devices showing if they have been read and if a reply has been sent.  This does not happen with my tinyworld (TalkTalk) email account.  Can I (how can I) get this to work with TinyWorld?

    Email messages from my icloud account update on all my devices showing if they have been read and if a reply has been sent.  This does not happen with my tinyworld (TalkTalk) email account.  Can I (how can I) get this to work with TinyWorld?

    You have to look at the email protocol being used.  the Apple email system uses IMAP, does Tinyworld use IMAP or POP?
    Does the email system permit delivery receipts to be requested?
    Just some of the things one needs to determine from the information provided by the email service provider.

  • Does the Apple remote control work with MacBook Pro with retina? If yes, how can I sync it?

    Does the Apple remote control work with MacBook Pro with retina? If yes, how can I sync it?
    Thanks!

    It should. First, turn on BlueTooth on the computer. In BT preferences be sure to check the option to look for all devices. Your remote should be picked up and a notice asking if you want to Pair it with the computer. Select Yes. Once it is paired it can be used to control your computer.

  • How do I get fios to work with my new desktop w/ Windows Media Center

    Can someone please help me I have "fios".TV and internet 1HDSTB + 1HDDVR with multi room dvr Home media mgr.how do I get fios to work with my new desktop HP Pavillion m9715f**(specs below)**w/ Windows Media Center or did I just throw away my money?
    also equipted is 47" Samsung 850series 1080p 120hertz HD LCD TV + 36" Samsung 560series 1080p 60hertz HD LCD TV and 19"Samsung 950b LCD Monitor
    ** computer specs**
    Product number NZ017AA
    Introduction date 30-Jun-2009
    Country/region sold in: United States,Canada
    Hardware Base processor
    Phenom-9650 (A) 2.3 GHz (95W) 3600 MHz HyperTransport 3.0 Socket, AM2+
    Chipset AMD 780G
    Motherboard Manufacturer: MSI Motherboard Name: MS-7548 HP/Compaq motherboard name: Aspen-GL8E
    Power supply 300W
    Memory
    Component Attributes Memory Installed 8 GB Maximum allowed 16 GB (4 x 4 GB) (64-bit OS)
    4 GB* (4 x 1 GB) (32-bit OS)
    *Actual available memory may be less Speed supported PC2-6400 MB/sec Type 240 pin, DDR2
    Hard drive750 GB SATA 3G (3.0 Gb/sec)7200 rpm
    Blu-ray player & SuperMulti DVD burner with LightScribe Technology drive
    This Blu-Ray Disc DVD drive introduces a player that reads Blu-ray Disc format enabling you to watch high-definition Blu-ray Disc movies. NOTE: This drive does not include high-definition write capability.
    Formats/Disc types Write speeds Read speeds Storage capacity Blu-ray Disc BD-ROM SL NA up to 6X up to 25 GB BD-ROM DL NA up to 4.8X up to 50 GB BD-R SL not supported up to 6X up to 25 GB BD-R DL not supported up to 4.8X up to 50 GB BD-RE SL not supported up to 2.3X up to 25 GB BD-RE DL not supported up to 2X up to 50 GB HD DVD not supported DVD DVD-ROM SL NA up to 16X up to 4.7 GB DVD-ROM DL NA up to 8X up to 8.5 GB DVD+R SL up to 16X up to 12X up to 4.7 GB DVD+R DL up to 4X up to 8X up to 8.5 GB DVD+RW SL up to 8X up to 10X up to 4.7 GB DVD+RW DL not supported DVD-R SL up to 16X up to 12X up to 4.7 GB DVD-R DL up to 4X up to 8X up to 8.5 GB DVD-RW SL up to 6X up to 10X up to 4.7 GB DVD-RW DL not supported DVD-RAM up to 5X up to 5X up to 4.7 GB CD CDROM NA up to 40X up to 700 MB CDR up to 40X up to 40X up to 700 MB CDRW up to 24X up to 40X up to 700 MB CD-DA NA up to 32X up to 700 MB Video CD NA up to 10X up to 700 MB
    Wireless Wireless LAN 802.11 b/g
    Video Graphics Radeon HD4350
    512 MB DDR2 memory
    I/O Ports: HDMI, VGA, single-link DVI
    Television Hauppauge ATSC/NTSC TV tuner card with FM tuner
    Sound/Audio High Definition 8-channel audio
    ALC 888S chipset
    Network (LAN) Integrated 10/100/1000 Base-T networking interface
    Memory card reader
    Contains an Infrared receiver for remote control
    Supports the following cards:
    Compact Flash I
    Compact Flash II
    IBM Microdrive
    Secure Digital (SD)
    mini-SD
    MultiMediaCard (MMC)
    Reduced size MultiMediaCard (RS-MMC)
    MultiMediaCard Plus (MMC plus)
    MultiMediaCard Mobile (MMC mobile)
    Memory Stick
    Memory Stick Pro
    Memory Stick Duo
    Memory Stick Pro Duo
    SmartMedia
    xD Picture Card (xD = extreme digital)
    External I/O ports
    I/O ports on the front panel
    Port type Quantity 15-in-1 (4 slot) with IR Receiver One USB Two Headphone One Microphone One Audio L-R One S-video in One Composite video in One
    I/O ports on the back panel
    Port type Quantity PS/2 (keyboard, mouse) Two S/PDIF out (coaxial) One VGA One (disabled due to the installation of a graphics card) DVI-D One USB Four 1394a One LAN One Audio (side speaker out, rear speaker out, center/subwoofer-out , line-in, line-out, microphone) One Each
    Expansion slots
    Slot type Quantity PCI Express x16 One (None available) PCI Express x1 Three (Two available)
    Drive bays
    Bay type Quantity 5.25" Two (One available) 3.5" Two (One available) Personal Media Drive One (One available) Pocket Media Drive One (One available)
    Keyboard and mouse HP multimedia keyboard HP PS/2 optical mouse
    Remote Control USB infrared remote control,Remote control expansion card with IR ports,IR emitter cable to transmit codes to a set top box

    Based on what you've posted, your computer does not have the right tuner.   You need a QAM tuner to record locals from FiOS, or a CableCard tuner to record all local and cable channels from FiOS.
    QAM tuners to record local channels only
    This requires Windows Vista or Windows 7
    Hauppauge WinTV-HVR-2250
    SiliconDust HDHomeRun (info on a sale)
    CableCard tuner to record local and cable channels
    This requires Windows 7 + one CableCard from Verizon for $3.99/mo
    ATI TV Wonder Digital PC CableCard Tuner (records one channel at a time) -- $200-$250 on ebay
    Ceton MOCUR tuner (records four channels at a time) -- coming in early 2010 for $400-$600
    Make sure your computer has Windows 7 Home Premium (or better) installed.   That's necessary to support CableCard tuners.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it.

Maybe you are looking for

  • Installment invoice layout

    Hi All, I have a requirement whereby the invoice is separated into 2 installment. Let's say 90% on 30 days and remaining 10% is 60 days. If i setup in the payment terms, it is able to produce 2 installament invoice that having the same invoice number

  • Credit card Reauthorization for expired order

    hi, why Oracle did not call re-authorization process for expired order in 11i. Thanks, Bala

  • Logging in 1.5

    I figured out to set "java.awt.level=SEVERE" to get rid of the awt logging statements; however, I still get "Current client component javax.swing.JButton..." type logging statements. What do I add to my logging.properties to get rid of these? I tried

  • Setting up DNS & OD

    I'm following the Lynda.com excellent OS X Leopard Server tutorial by Sean Colins, and have DNS configured. All the suggested checks (reverse lookup & changeip) give correct results. However, when I configure Open Directory I come up against a proble

  • Just bought new ink cartridges for my printer and it WILL NOT print in color

    , i have it set to print in color and have taken cartridge out and put back in several times...printer keeps telling me to put color cartridge in, its in! any help?