Muse Anker Points out of control

I have been working with Adobe Muse for more than two years now.
Using Anker Points is a real struggle to me.
I have not figured out where exactly to set the Anker Piont:
sometimes it is up or down the object that I want to start the page with.
It needs a lot of fine tuning expecially when it comes to Tablett sites such as this one:
Always on Top - mit AdWords werben in Braunschweig
Willkommen auf Sylt!
Can anyone help?

See Josh Wisenbaker's ("macshome") post here:
http://www.afp548.com/forum/viewtopic.php?forum=18&showtopic=16535
Followed by "mcnaugha"'s final reply *IN FULL* in that same thread:
http://www.afp548.com/forum/viewtopic.php?showtopic=15594
and
http://lists.apple.com/archives/Macos-x-server/2006/Nov/msg00437.html
and whatever you do, have a full, known-good backup before proceeding with any of the above

Similar Messages

  • Mouse highlighting everything/trackpad pointer out of control

    Snow Leopard installed - go to System Preferences --> Universal Access --> Mouse & Trackpad --> "Mouse Keys" to ON and click on "Ignore built in trackpad when mouse keys on.  Your trackpad is no longer sensitve to touch. Crazy highlighting stops!  I learned this from another apple solver - forgot the name!

    You might try looking at the battery to make sure it's ok. The battery sits right beneath the trackpad and if the battery is faulty, it may swell in size placing pressure on the trackpad, which causes problems. Take out the battery and see if the trackpad feels normal. Also place the battery on a smooth flat surface and make sure it hasn't deformed in shape at all.
    Mordy

  • My pointer is out of control. Jumps around the page and opens windows ands apps at random. How can I fix this?

    Help. My pointer is out of control. It hardly responds to the trackpad. Instead it jumps around the screen on its own, opening windoes and app at random.
    At wits end. Any advice?

    Try a PRAM reset, http://support.apple.com/kb/HT1379?viewlocale=en_US and if that does not help take the MBP to an Apple store genius bar and have the techs run their diagnostics.

  • What is the point of Mission Control?

    I have been a Mac user since 1987, when I got my first SE/30.  I understand a LOT about the Mac OS, and I consider myself and expert. For the life of me, however, I cannot figure out the point of Mission Control (or Exposé or Spaces, for that matter).  Let me explain, and ask if anyone here can clear this up for me.
    As I understand it, the point of Mission Control is to make it easy to access various open applications in an uncluttered workspace/desktop.  If this is the case, then how is this better than, say, Quickeys, which I have used forever? 
    In other words, I typically use the following applications, all open at the same time: Word, Mail, Safari, my office accounting program, iTunes, iChat, and maybe one or two more.  I use Quickeys and have assigned a keyboard shortcut for each - for example, control-E for mail; control-s for Safari; control-W for Word, etc.  It is second nature for me to immediately go to, say, Mail by pressing control-E.  Bringing the app to the front is literally instantaneous.
    I "get it" that, say, Safari can show below Mail, or iTunes can show behind Word, but that (multiple windows partially overlappiong each other) has never bothered me - indeed, I've never even considered it something worthy of worry.
    Thus, my question is, how does Mission Control do this - navigation of open applications - better than Quickeys? Is it simply and only to avoid the "behind the window clutter"?  If so, is the contortion needed to activate Mission Control - removing fingers from keyboard, clicking mouse, navigating mouse to proper desktop, and returning keys to keyboard - worth it? If so, how?  There has to be something else to this Mission Control that I am just missing.
    Could one of you enlighten me?
    Thanks!

    Different people have different ways of working and long ago I discovered the joys of virtual desktops (think mission control). Since System 7 (when the multi-finder stopped being optional) I've been keeping lots of programs open at the same time. The problem with that is the desktop gets very cluttered very fast and getting to the right window of the right program can be challenging. Thankfully between 3rd party tools and Apple's own built in tools we have many ways of dealing with this. Mission Control (virtual desktops) is one of them.
    I have assigned related programs to a single desktop. I have the Programming Desktop where the terminal, BBedit, Racket, and Xcode tools live. I have the Writing Desktop where Pages, Word, and InDesign live. And so on. This cuts down on the clutter of my display since only a couple programs appear on a single virtual desktop. Where Mission Control itself comes into play is when I need to get a resource from one Desktop to another. Say I'm writing an email and need to refer back to a document in Word. I might open the document in Word (which would move me into the Writing Desktop) then I'd shift to Mission Control and drag that Word document's window into my Internet Desktop so it would temporarily reside along with Mail so I could look at both the Word document and my email.
    It isn't the only way to work but I've found it very convenient and indispensible on my notebook. On my work desktop where I have two displays my workflow is a little different since I have lots of REAL window space.

  • Out of control thermocoup​les

    Hey, I've got a weird problem and I'm hoping someone can help. I've been using a program for about 6 months now that basically maintains a cold temperature at one side of a heat sink, and maintains a hot temperature at the other side.  Then I have 25 thermocouples hooked up in between to measure temperatures so I can do analysis on the material in the middle.  My problem is that all of a sudden the thermocouple readings have been out of control and unpredictable.  I was adding automation to the program so it could run multiple tests at once and in the process this problem developed.  The strange part is that the problem is also happening in the old version of the program now too, and that has been working perfectly for the last 6 months.  I have 25 thermocouples hooked up and the temperatures will all look about right, but then 3 to 5 of them will be completely wrong randomly.  What's interesting about this problem is that when I change the thermocouple that the heaters use to maintain the set point temperature, the values that were wrong become right again and some of the other thermocouples start giving invalid data.  The setup uses one NI 9213 and 3 NI 9211 inputs for the thermocouples.  It also uses a NI 9401 to control the heaters through a pulse width modulation electric box we have.  Anyone ever experience something like this or have any ideas?  Thanks for any help
    Solved!
    Go to Solution.

    Hello acolbourn,
    Have you tried hooking the thermocouples that were giving you bad data back into another port that you were previously getting good data with. This will help you figure out if the problem is the thermocouples or the card inputs. Since you said the issues were fixed by replacing the thermocouples, that makes me think the issue is the thermocouples...but I would still trying plugging the "bad" thermocouples into another port just to see if you still get bad data.
    How do you have your code setup to read the signal? Do you have multiple tasks reading from the different cards, or do you have one task with all the inputs on it? I noticed you are only reading one sample at a time, you may want to try reading multiple samples so that you have a buffer and are less likely to get that error. Also, if you were in highlight execution, then this error would have happened because of the how much highlight execution slows down the program, and not because of an issue with the code. When you debug with DAQmx, data overwrite errors are common. This is mainly because most debugging involves slowing down the execution to see what's going on, but slowing down the execution causes timed events to not function correctly, so this may be the cause of the -200279 error.
    I hope this helps!
    -Nathan H   
    Software Developer
    National Instruments

  • Out of control volume control

    My HP Pavilion dv7=-3057 laptop has an out of control volume icon and control. I believe that it is possessed . It comes on all by itself.  The blue line runs back and forth eventually reaching the highest volume point. It sometimes goes off by itself only to return when I am busy doing something. Sometimes it will go away when I click on the screen the way it is supposed to. Other times it will just keep coming on over and over and over and ov... , you get the point. It is very maddening. I have recently discovered that a quick and hard  slam down on the desk keeps it from coming back for longer periods but it keeps coming on over and over and over and over. I spent 2 1/2 hours with HP support but to no avail. They gave it a very good attempt. Please help as it keeps coming on over and over and over and over and over and......

    Hello PJMCGEOWN,
    Thank you for the details of the issue you are experiencing with your iPod nano (6th generation).  I recommend following the 5 Rs for an issue like this (you can skip the step to reinstall iTunes because it is not related to the issue you described):
    The 5 Rs: Reset, Retry, Restart, Reinstall, Restore
    Remember these five basic suggestions if you have a problem with iPod nano. Try these steps one at a time until your issue is resolved. If one of the following doesn’t help, read on for solutions to specific problems.
    Reset iPod nano. See “General suggestions,” below.
    Retry with a different USB port if you cannot see iPod nano in iTunes.
    Restart your computer, and make sure you have the latest software updates installed.
    Reinstall iTunes software from the latest version on the web.
    Restore iPod nano. See “Updating and restoring iPod software” on page 56.
    You can find these steps on page 52 of the iPod nano User Guide:
    iPod nano (6th generation) User Guide
    http://manuals.info.apple.com/MANUALS/1000/MA1551/en_US/iPod_nano_6thgen_User_Gu ide.pdf
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • IPhoto scrolls out of control

    I'm really getting #$%&* off at iPhoto. I'm organizing a semi large library of just over 1000 images in approximately 120 rolls. Here's the problem: when I drag and drop images from one roll to another, at some point which I can't exactly determine, iPhoto kicks into overdrive and scrolls so fast that I can't see the rolls. If I try to reverse (inevitable as it's impossible to stop where you want when iPhoto is in Warp speed), all the while still holding down the click button on my mouse, iPhoto goes in reverse just as fast. It's impossible to stop and drop the image where I want. What usually happens is I just drop it somewhere and then have to re drag and drop to the correct roll.
    Is there anyway of controlling the speed iPhoto scrolls at? When I first start dragging an image, iPhoto scrolls at an appropriate speed and slowly accelerates. Then, all of a sudden, like I said, it kicks in the afterburners and essentially becomes useless.
    Any help?

    TD.
    Thanks, that's a useful article. I'll check out the USB overdrive and see if it has some functions I'd like.
    But again, for me it's not a mouse issue. Unlike the article, I never have this problem outside of the library in iPhoto.
    It happened again yesterday, so let my try to describe it more carefully.
    I had just uploaded some pictures from a camera card into iPhoto. They were put in a new roll (as always). I wanted to move them up to an existing roll with pictures from the same card. I selected the new roll. Then I began to drag them up to the roll where I wanted them. I had perfect control with the mouse as I moved the drag image up the screen. But the target roll was above it, off screen. When I moved to the top where iPhoto begins to scroll the rolls downward, it was fine at first. I even am very careful to just let it scroll a little at a time, to keep it from accelerating (Notice that the mouse dosn't move much here, it's iPhoto moving the rolls to put them on screen.) I had no trouble getting my target roll onscreen, highlighting the roll name, and dropping in the first set of imports.
    But when I uploaded more pictures on another new roll and tried to move them, iPhoto freaked out. Again I selected the new roll and dragged it up to the top of the window. With the mouse just inside the top of the window, where it activates iPhoto to move the rolls down, I could see the open target roll approaching as rows of thumbnails lowered on the screen. BUT, when it got to where the roll name should have been, iPhoto moved into warp speed and skipped a whole screenful of rolls in a flash. The target roll was now off screen below the window. So I had to move the mouse down and let iPhoto begin scrolling the rolls up. Nice and slow, a few rolls at a time (I keep the rolls I'm not using closed.) Then JUMP - iPhoto goes into hyperspeed again and scrolls the rolls up so that the target roll is again off screen above the window. Again, I moved up to the top so iPhoto would scroll the rolls down. Back and forth, up and down, it kept flying past my target roll. With the target roll open, I could get the rows of thumbnails on screen nice and slow. But I have to reach that roll name, or my photos won't drop into the roll. It's the roll NAME that keeps getting flown past. (As if iPhoto is rejecting more changes to that roll.) If I close the target roll, I can't come within 2 or 3 rolls from it before iPhoto goes warp. Eventually I managed to get the target roll on screen while the mouse was at the top and iPhoto was scrolling down. It scrolled very quickly, but I managed to catch it before it moved off the bottom of the screen. Then I moved my mouse slowly down toward the target roll, one roll at a time (dragging all the while, never releasing) and was finally lucky enough to have the roll name of my target roll stay put and become highlighted. I dropped in the new roll, and it was correctly added to the target roll.
    The third time I uploaded and tried to move was even more difficult. It took even longer to catch the target roll on screen. Lots more up and down. All of my imports yesterday (3 newly created rolls) were placed into the same roll.
    Jailer Joe, is this what happens to you?
    Has anyone else seen or heard of this? Any thoughts as to why iPhoto's roll scrolling goes out of control?

  • Big memory leak in Snow Leopard?  Active memory out of control!

    I just restarted my computer about 40 minutes ago to solve this problem once and my active memory is already out of control.  Activity monitor says there's over 5.2 GB of active memory, but looking at the process list there's not nearly that much.  I'll add a link to a screenshot of my activity monitor.  I have run absolutely nothing that is not in the list currently.  Any idea what's going on?
    http://i.imgur.com/DGUcf.png

    Well, thanks for your concern, but I won't miss you if you don't post another reply.
    I did some watching and I have a little more info.  I kept activity monitor open and kept an eye on it after another reboot.  The apps I had open were: FCP, Compressor, Safari (open to gmail in the background and this thread in another tab), and iTunes.  Nothing else.
    At some point, without me doing anything specific to prompt it, the active memory (yellow) jumped from ~1.3GB all the way up to ~5.5 in the span of about 5 or 6 seconds.  When I say I didn't do anything, I mean I happened to be doing something on my phone when I noticed it.  I suspect it has something to do with Safari, but even when I shut every program down, the active memory stays at around 5-5.5 GB.  The only thing I can do to get it down is to reboot.

  • Video signaling problem caused by 1.9, 2.0 BIOS (pointing out a BIOS problem)

    Hi, i have a problem with the video signal. At random times when i boot up my computer, the computer would power up but there is no signal to the monitor. there is no hdd activity (via the hdd led) and nothing seems to be happening just that the fans are whirring. i have to unplug the computer then plug it again then turn it up again which sometimes repeats the problem. This is very irritating! So i did a little bit of troubleshooting:
    1. I changed video cards. I used a SAPPHIRE ati radeon 9600XT fireblade and a LEADTEK GF4 ti4200. Both cards were causing the same problem and when i used both cards to another computer, there is no problem. = NOT A video card problem
    2. used differnt kinds of drivers Cat 3.10, 4.10, 4.20 (omega and official) does not seem to do anything (which also i believe the drivers are OS dependent and its the bios of the vid card that starts up the vid card)
    3. upgraded from 1.9 to 2.0 BIOS. still the same problem
    4. reverted from 2.0 to 1.7 BIOS. the problem ended.
    BTW, the board is 865PE-Neo2 - S. on a Intel 2.6Ghz C, 512MB TwinMos ram with m-tec chips, 80gb hdd, enermax 300w psu
    so ive' solved the problem, and i just wanted to point out that there is a problem with 1.9, 2.0 BIOS. (havnt tried the 1.8 tho)

    Wish I had seen this thread 2 weeks ago, but you did save me from buying a new graphics card.  That was the last step (before chucking this mobo completely) in my attempts to fix the same problem.  It didn't bother me too much, except I also couldn't get any DVD player (tried 3) to work.  Would boot sometimes and at others gave a blue screen video error.
    Flashing to bios 1.7 was the only thing that fixed it.  Tried different memory, updating software, various combinations of drives, etc.  For the record I tried bios 1.8, 1.9, 2.0, and 2.1.  Not sure what about those updates causes problems but there definitely is something wrong.
    Thanks.

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • Safari Spinning Out of Control - Why Doesn't This Get Better?!!

    For a very extended period, Safari has been spinnin out of control memory-wise - no other OS I use does this, not does any other browser I use on OSX.  This goes on and on and on and on, with no real remidiation coming from Apple.  It is maddening and ruiining the usability of using the MAC and OSX.  It may be due to Flash, or Flash and Apple's refusal to properly work with Adobe - Flash is out there - it is on a huge number of websites and not just for entertainment - it cannot be avoided - also transactional sites such as StubHub use it.  If I have ten or fifteen web pages open, Safari, between Safari Web Content, Safari and Flash, can take three or four gigabytes or even more, and Flash is the least of them.  It does not happen with Firefox.  With Safari spinning out of control, the entire device slows down.  This has been going on for far far far too long.  It happen on my MacBook and my iMac.  When is this going to get resolved?  I am starting to despise using the Mac and OSX. 

    For a very extended period, Safari has been spinnin out of control memory-wise - no other OS I use does this, not does any other browser I use on OSX.  This goes on and on and on and on, with no real remidiation coming from Apple.  It is maddening and ruiining the usability of using the MAC and OSX.  It may be due to Flash, or Flash and Apple's refusal to properly work with Adobe - Flash is out there - it is on a huge number of websites and not just for entertainment - it cannot be avoided - also transactional sites such as StubHub use it.  If I have ten or fifteen web pages open, Safari, between Safari Web Content, Safari and Flash, can take three or four gigabytes or even more, and Flash is the least of them.  It does not happen with Firefox.  With Safari spinning out of control, the entire device slows down.  This has been going on for far far far too long.  It happen on my MacBook and my iMac.  When is this going to get resolved?  I am starting to despise using the Mac and OSX. 

  • Safari out of control in yosemite

    Ever since updating imac, the Safari browser is out of control.  The advertisements are overwhelming and a new tab constantly opens for  mackeeper or other ads.  I am also getting a series of adobe flash player errors saying to change settings to 32-bit mode.  Not sure what to do.

    There is no need to download anything to solve this problem.
    You may have installed the "Downlite" or "VSearch" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the support article, you may also need to remove this item in the same way:
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This malware is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • IMac 20" G5 (gen1) with out of control fans

    My iMac's fans are running at speeds that are driving me and my office mate completely out of our minds. Currently, terminal reports:
    "location" = "System Fan" | | | | "target-value" = 1240 | | | | "location" = "CPU fan"
    | | | | "target-value" = 4343
    | | | "location" = "Hard Drive"
    | | | "target-value" = 1800
    | | | "location" = "sysclk slew"
    | | | "target-value" = 1
    The CPU is running at an average load of 26.1% and is at 144.3 degrees, with no out of control processes, and the hard drive is at 125.6 degrees. That's with only 5 applications running.
    I'm running OS 10.4.3 and the iMac has 2 gigs of RAM. I've run the Apple Hardware Test disk, which reported no problems, and have run an overnight memory test, which also reported no problems and have reverted back to the Apple supplied memory with no positive effect.
    I've also (several times):
    • reset the SMU (PMU for older Mac fans)
    • cleared the PRAM
    • run disk utility
    • repaired the permissions
    • done a clean software install
    Nothing has worked. This is all on a computer whose firewire didn't work out of the box and which I repaired with a refurbed motherboard when it was less than a week old. Nothing like buying a new machine and getting a refurbished one to start you off on the right foot.
    Now I'm trying to get this computer, which is under warranty, repaired but can't even find a number that I can call where I won't get charged! I live in Maine, so taking it to an Apple Store, or even a convenient service center is out of the question. Can someone advise?
    This has been, without a doubt, my most disappointing Apple experience ever (and I owned a Mac Portable!)

    Timothy,
    I'm certainly open to another member's disagreement on this, but It appears to me that you have done everything necessary to disqualify software as the cause of your fan issue.
    In that case, it's probably worth it to you to go ahead and give Apple your credit card to enable phone support for this issue, as it appears likely to be hardware related, which will cost you nothing (they should only charge you if it turns out to be a software issue.
    Phone support will go down a list of things that you need to do to disqualify software, all of which, I believe, you've already tried. The only risk would be if phone support comes up with a software fix that no one on this board thinks to recommend to you. However, on the bright side, if no one on here can come up with another idea to try, and phone support has one that does work, it's going to be worth the cost, what is it - $75, I think?
    I suppose your alternatives would be to:
    1. buy some books or an AppleCare repair course and become an expert,
    or
    2. buy AppleCare and get free phone support back for both software and hardware for another two+ years, as well as valuable rights to in-home repairs.
    If you have seen your iMac run well at times, and can see keeping it, AppleCare at $169 could be a bargain for what you might get out of it in phone support alone, not to mention another expensive part replacement a year from now. Furthermore, there are times it can be found at a lower price on eBay, usually a bit under $100 delivered. I have bought several, for this one I'm using, for a 17" that I sold, plus as a gift for a relative's iMac.
    Best of luck.

  • Out of control error : C7 camera self-snapping pho...

    Hey there's once my C7 phone (untouched) keep on switching on the camera itself, and keep on snapping photos out of control until I have to plug out the battery and restart. what's worse is after i restart the camera error still exist, i dont know how to solve this camera self-snapping photos problem. I find it kind of scary when it suddenly snap photos itself in the middle of the night! Please help me in this.

    I've sent it to nokia care.they upgraded the software for me, when i got home, initially i thought it was fine. BUT unfortunately the phone would still snap photos non stop at times. without a possible reason that i can think of. the button isn't stuck. then i sent it to nokia care AGAIN. they said they repaired and tested should be no problem.
    This morning I just got my phone from nokia care. But tonight it still snaps photos itself.like continuously thousands of images captured if i did not switched it off.
    now i still have this problem on my phone. it still crazily snaps! =(
    please help me.

  • Out of control prices

    I would just like to say that the plan pricing is out of control. There are a lot of services out their and you are to high. You reward new customers with new phones and trap the dedicated customers with the offer of FREE over priced phones and 2yr contracts.
    I won't be getting a new phone because I can't afford to play the "free" game. I hate to say good-by, but I can no longer afford you. You may have good service but you are not the only one. My contract is up with you in Aug and I will not be staying with you. I will miss you but I'm able to move on because the felling is not mutual so I won't be felling sad about it. Hope you wake up and smell the coffee. The average American can't afford you anymore.
    It's been nice,
    TBELL

    Pricing is pricing.  If the other guy has the same product for a lesser price, there is no shame in going there.  Yet these stupid contracts keep us bound like ending a bad marriage.  I, for one, will not be doing a contract again, either.  I even worked for these guys, and I know the ins and outs.  I thought I could whittle down my account to get a good deal.  I did the best I could, but it's still too expensive.  It's sad to have a $150 bill for phones I can't even use in my house and their answer to that is to try to sell me something else.  I know they don't guaruntee service inside the house, but still.  How about in my driveway?  Why do I have to sit in the rain to talk on the phone and freeze my tushy off?  It shouldn't be like that.  I will be going to prepaid, whoever is cheapest, because for a family shareplan, there are others out there in my area that have the same coverage or BETTER, for cheaper.  I can't afford you, Verizon.  That, and you need to have smaller plans that you don't keep secret from customers.  Oh, and I just handed you over four hundred bucks to pay up my bill current, and you turned right around and tried to play the "we're going to shut you off" game again.  I'm sorry... you guys just aren't very loyal and your pricing is through the roof and you try to extract all you can from people and trap them in predatory contracts, and I have personally participated in and witnessed how you just flat out rip off old people and disabled and people who are incapable of understanding your contract and set up your phones to incur additional charges that you are betting on that they won't catch it or are too busy to not tech savvy enough to work through your numerous automated options to contest it.     Your business, as well as the other wireless carriers that carry contracts... are not only dishonest, but unethical and if I can figure out a way to not get ripped off for over 900 bucks in ETFs , will be leaving.  

Maybe you are looking for

  • Error GRC Access Control 10.0

    We have a problem when execute the next steps in GRC Access Control 10.0 SPRO-->Governance, Risk and Compliance>Access Control--> Access Risk Analysis--> Batch RisK Analysis We applied the next note, but problem is the same. 1563583 - SYSTEM_NO_TASK_

  • I have error code 261 I ran a test and here are my results.  Need help

    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600) Compaq Presario 06 P8654B-ABA 6000T NA910 iTunes 7.3.0.54 CD Driver 2.0.6.1 CD Driver DLL 2.0.6.2 LowerFilters: PxHelp20 (2.0.0.0), Pfc (2.5.0.201), UpperFilters: GEARAspiWDM (2.0.6.1), in

  • How do I unlock my hard drive (using disk utility or otherwise)?

    Help! I accidentally locked my Mac hard drive where I know the system password, but now it won't boot up.  When I go to disk utility to try to change the password or unlock the drive, I see my hard drive, but when I click on the drive and go to the f

  • Getting error while imported cirtificate in sap web dispatcher

    Hi Experts, I have generated PSE file in web dispatcher like below But after this while i am going to import cirtificate i amgetting error like below please help me to solve this issue. Thanks J Jana

  • Please help problem with GUI

    Hi I have two problems firstly when i try to assign a method to a button to a GUI      JButton SetPrice = new JButton ("Set Price");         contentPane.add( SetPrice);          SetPrice.addActionListener(new ActionListener() {