How to suggest a new tower?

Any hints on how to suggest a new tower?
We moved to a new subdivision (Denver suburb) and get at most 1-2 bars (of 5).  I work one mile closer to "civilization", surrounded by a large 15 year old subdivision, and still 1-2 bars.  Incomplete, dropped calls, even if I run outside.  Lived with it for 5 months, then it got worse and I finally complained; they said we're on the edge of service and a tower was down, but it has never improved.  Next call they said they'd send a truck out to measure service and let me know; never happened.  Next call they tried to sell me a $250 extender, then tier 2 said they'd give it to us and keep me informed; never happened.  We got better reception recently in the middle of Kansas, not a sign of man in sight.
Neighbors and coworkers agree but won't call Verizon.  My next move is to canvas the area with a petition.  My place of work has offered land for a Verizon tower; no response.  Looks like we'll have to get a house phone (can't call police/fire in an emergency), but that doesn't solve the problem at work.

Have tried to work with Verizon for two months, nada (see also my other post, "Someone posing as a Verizon rep?").  Rep says she'll call at specific time on my work land line, doesn't happen (twice).  Another rep says extenders are in stock and she'll remind the tech to send me one; nothing.  Eight times they have said they would do something and don't.
Now I'm told we won't be receiving an extender as promised (but they won't admit it was a lie).  Does it say in their contract "Our service can be inadequate in populated areas; you will need to spend an additional $250 to use your phone."?  Verizon constantly brags that their coverage is vastly superior to their competition (you've all seen their maps on TV), but their final answer to me:  "You need to switch to another carrier for good service.".
I just took these pictures at work, (one mile closer to "civilization", a 15 year old neighborhood), 1 bar territory outside.  I can't reliably make/receive phone calls at work (I don't have an office/phone) or home - maybe 1 of 20 calls miraculously connects and stays connected.  Many incoming calls never even ring (I find out later).  I get 5 bars elsewhere. 
I'm done with Verizon.  The only things I can think of doing:  canvassing the neighborhood as mentioned, sharing these photos with their competition, reporting Verizon to the BBB, and paying for a land line at home.

Similar Messages

  • Creating a conditional index? How to suggest a new feature?

    How can I suggest a new feature in Oracle?
    Imagine a table of service requests to be processed, where a column named STATUS can be: 'N': New, 'C': Canceled or 'P': Processed. This will result in a biased distribution where 'P' will represent more than 99% of rows.
    I know that Oracle accept indexes created using functions and I can create an index on decode(STATUS,'P',null,STATUS) to make index small. But it will not help a query on STATUS = 'N' condition.
    I would like to create a conditional index like:
    create index idx01 on service_requests (status) where status <> 'P';
    In this example, only status 'N' and 'C' will be indexed resulting in a very small index that can resolve filters like STATUS = 'N'.
    Or this:
    create index idx01 on some_tables (column1 including null values); to resolve COLUMN1 is NULL
    Is there a way to suggest new features like this?

    How can I suggest a new feature in Oracle?
    Imagine a table of service requests to be processed, where a column named STATUS can be: 'N': New, 'C': Canceled or 'P': Processed. This will result in a biased distribution where 'P' will represent more than 99% of rows.
    I know that Oracle accept indexes created using functions and I can create an index on decode(STATUS,'P',null,STATUS) to make index small. But it will not help a query on STATUS = 'N' condition.
    I would like to create a conditional index like:
    create index idx01 on service_requests (status) where status <> 'P';
    In this example, only status 'N' and 'C' will be indexed resulting in a very small index that can resolve filters like STATUS = 'N'.
    Or this:
    create index idx01 on some_tables (column1 including null values); to resolve COLUMN1 is NULL
    Is there a way to suggest new features like this?
    A new feature isn't needed. Oracle provides the equivalent of that 'conditional index' by allowing you to create, and index, VIRTUAL columns.
    This code uses a VIRTUAL column and then creates an index on it.
    drop table test_status
    create table test_status (col1 number,
         status varchar2(1),
         special_status generated always as (decode(STATUS,'P',null,STATUS)
    create index idx01 on test_status (special_status)

  • How to a make a suggestion about new features i'd like to see in itunes

    how to a make a suggestion about new features i'd like to see in itunes?
    I can't find any link to do this. I found a page where you can request songs or an album to be added, but i can't find a page to submit my suggestions for itunes i have for new features i'd like to see

    As of now there is no good, direct link for feedback on iTunes itself. Writing Apple might be the best option, with the website feedback page perhaps the next best.

  • How can we suggest a new DBA OCE certification for very large databases?

    How can we suggest a new DBA OCE certification for very large databases?
    What web site, or what phone number can we call to suggest creating a VLDB OCE certification.
    The largest databases that I have ever worked with barely over 1 Trillion Bytes.
    Some people told me that the results of being a DBA totally change when you have a VERY LARGE DATABASE.
    I could guess that maybe some of the following topics of how to configure might be on it,
    * Partitioning
    * parallel
    * bigger block size - DSS vs OLTP
    * etc
    Where could I send in a recommendation?
    Thanks Roger

    I wish there were some details about the OCE data warehousing.
    Look at the topics for 1Z0-515. Assume that the 'lightweight' topics will go (like Best Practices) and that there will be more technical topics added.
    Oracle Database 11g Data Warehousing Essentials | Oracle Certification Exam
    Overview of Data Warehousing
      Describe the benefits of a data warehouse
      Describe the technical characteristics of a data warehouse
      Describe the Oracle Database structures used primarily by a data warehouse
      Explain the use of materialized views
      Implement Database Resource Manager to control resource usage
      Identify and explain the benefits provided by standard Oracle Database 11g enhancements for a data warehouse
    Parallelism
      Explain how the Oracle optimizer determines the degree of parallelism
      Configure parallelism
      Explain how parallelism and partitioning work together
    Partitioning
      Describe types of partitioning
      Describe the benefits of partitioning
      Implement partition-wise joins
    Result Cache
      Describe how the SQL Result Cache operates
      Identify the scenarios which benefit the most from Result Set Caching
    OLAP
      Explain how Oracle OLAP delivers high performance
      Describe how applications can access data stored in Oracle OLAP cubes
    Advanced Compression
      Explain the benefits provided by Advanced Compression
      Explain how Advanced Compression operates
      Describe how Advanced Compression interacts with other Oracle options and utilities
    Data integration
      Explain Oracle's overall approach to data integration
      Describe the benefits provided by ODI
      Differentiate the components of ODI
      Create integration data flows with ODI
      Ensure data quality with OWB
      Explain the concept and use of real-time data integration
      Describe the architecture of Oracle's data integration solutions
    Data mining and analysis
      Describe the components of Oracle's Data Mining option
      Describe the analytical functions provided by Oracle Data Mining
      Identify use cases that can benefit from Oracle Data Mining
      Identify which Oracle products use Oracle Data Mining
    Sizing
      Properly size all resources to be used in a data warehouse configuration
    Exadata
      Describe the architecture of the Sun Oracle Database Machine
      Describe configuration options for an Exadata Storage Server
      Explain the advantages provided by the Exadata Storage Server
    Best practices for performance
      Employ best practices to load incremental data into a data warehouse
      Employ best practices for using Oracle features to implement high performance data warehouses

  • How can I find out when new tower will be activated

    A New tower is and has been standing at 37062.  How to find out when it will be activated?

    If you can see it in a Safe manner )  If the tower is just off the Road usually there will be a Brown style building next to it  Located on the Door next to the Tower you should be able to see a Verizon Plaque..  There usually Red Silver to Red n White if you see orange then it's a at&t Tower..  The Tower could also be a Digital County Tower for Police Sheriff Fire and EMS.. as well and not a Cellphone tower..

  • How to move my entire iphoto library and all albums and mobileme galleries to my new tower?

    What is the best way to move my entire iphoto library and all albums and mobileme galleries to my new tower?
    I want to move it smoothly without hours of reconfiguring albums and Mobileme galleries.  Already have a timemachine backup of the older iMac with the iphoto library.

    Connect the two Macs together (network, firewire target mode, etc) and drag the iPhoto library intact as a single entity from the old Mac to the pictures folder of the new Mac - launch iPhoto on the new mac and it will open the library and convert it as needed and you will be ready move forward.
    LN

  • How do I add new photos to my external back up without duplicating the entire library?

    My iPhoto libraries are a complete mess. I can't be the only person who:
    a) wants a number of libraries for different types of image (digital art, holiday snaps, etc)
    b) wants to keep the bulk of his library on an external drive, to free up space on my main hard drive.
    One problem is that iPhoto does not show things clearly. It does not say:
    a) which hard drive the currently displayed iPhoto library is in
    b) which iPhoto library is currently open (at the top it just says iPhoto instead of giving a directory).
    Another problem is that when I import photos from my iPhone or camera, they automatically go into the iPhoto libaray on my main hard drive; I don't seem to be asked: "To which iPhoto library do you want to import these photos?"
    On top of that, whilst in some cases a pop-up asks if you really do want to add a duplicate image to a certain location, I haven't found a simple way when doing back ups to ONLY ADD NEW IMAGES to an existing library ('Apply to all' etc.)
    As a result, I have loads of duplicates in different libraries, with crazy titles like: "Mostly family photos up to Sept 2010" or "Digital images to June 2012, many duplicates."
    A friend recommended iPhoto Library Manager but I don't find that well laid out and haven't used it.
    As I've also had difficulty upgrading my iPhoto libraries, I've started saving my photos in a regular folder (not iPhoto), with View set to large icons. I find that easier to organise.
    So....Can anyone advise on a simple clear way of organising my photos and adding new ones in to the appropriate folder?
    Many thanks,
    Eatmorenuts

    One problem is that iPhoto does not show things clearly. It does not say:
    a) which hard drive the currently displayed iPhoto library is in
    b) which iPhoto library is currently open (at the top it just says iPhoto instead of giving a directory).
    Correct - it always uses the last selected library - If you use iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  to manage your libraries you do have a display showing whaih=ch library you are using
    And with iPhoto '11 you can switch libraries from the file menu
    You can always suggest a new feature to Apple - iPhoto manu ==> provide iPhoto feedback
    Another problem is that when I import photos from my iPhone or camera, they automatically go into the iPhoto libaray on my main hard drive; I don't seem to be asked: "To which iPhoto library do you want to import these photos?"
    Incorrect - when you import photo to iPhoto they always go to the currently selected library which could be any library in any valid location
    On top of that, whilst in some cases a pop-up asks if you really do want to add a duplicate image to a certain location, I haven't found a simple way when doing back ups to ONLY ADD NEW IMAGES to an existing library ('Apply to all' etc.)
    Not sure what you are saying - did you see the "apply to all" check box?
    As a result, I have loads of duplicates in different libraries, with crazy titles like: "Mostly family photos up to Sept 2010" or "Digital images to June 2012, many duplicates."
    Correct IF you do not have a good plan for managing multiple libraries and IF you do not folow it - iPhoto is a basic program designed for the mass market and knows only about the current library - it has no idea about any otehr libraries - it is far better to have only one library - but if you choose to have multiple libraries tehn you must ahve a good plan for managing them and yo must follow yoru plan - if you do not then it will not work wisince what you doing is not a feature of iPhoto
    A friend recommended iPhoto Library Manager but I don't find that well laid out and haven't used it.
    Well your friend made a good suggestion and it is a great product for manageing multiple libraries - but if you do not like it then you should not use it
    As I've also had difficulty upgrading my iPhoto libraries, I've started saving my photos in a regular folder (not iPhoto), with View set to large icons. I find that easier to organise.
    Then the question arises "why are you using iPhoto at all?" It does not work like you want, you prefer using teh finder to organize your photos and you have created a mess by trying to use iPhoto in ways it was not designed to be used - your best choice is to not use iPhotoa and do it your self the way you prefer
    So....Can anyone advise on a simple clear way of organising my photos and adding new ones in to the appropriate folder?
    Yes - use one library and learn how to use iPhoto (BTW in iPhoto folders do not hold photos - they only hold albums and other folders) - the solution is to have one library with multiple backups and to organize using albums, folders, Keywords and folders in the single iphoto library
    Otherwise you need a different program and different workflow - what you have is not working and is almost impossible to make work - either use iPhoto the way it is designed or use a program that is designed like you want
    LN
    LN

  • How to create a new place in iPhoto 11 without doing any harm?

    Yes, I know how to create a new place for a photo -- theoretically:
    Select the photo.
    Make sure the Info icon in the lower right portion of the iPhoto window is clicked and the too-tiny-for-any-but-the-youngest-eyes map is displaying.
    Click in "Assign a Place..." and begin typing a place that iPhoto will search for.  It searches in both "your places" (i.e., those that you have already defined) as well as in Google Maps.
    When you see a place in the search results list that you think might be close to the one you mean, select it.
    A pin appears on the itsy-bitsy map.  Move it to the exact place you mean.  You can make controls appear on the map by moving the mouse over the bottom of the map.  The controls allow you to zoom in and out, and to change views (Terrain, Satellite, Hybrid).  When the pin is where you want it, click it. The current name of the location appears.  Modify it to the name you want, then click the check mark.
    That's "all" there is to it ... except for a couple of "gotchas."
    There's a difference between what happens when you select a place that you've defined and when you select a place that Google found in the search results.  If it's a place that you've defined, and you then move the pin to a new location and/or change its name, this will affect all photos assigned to the custom place.  In effect, you are modifying the place.
    All places have a radius associated with them, thereby making them circles.  You can adjust the radius only in the Maintain My Places window.  In the itsy-bitsy map it doesn't even appear.  However, if the newly defined place overlaps existing ones, all the photos assigned to the overlapped places will be assigned to the new one.  Their pins will remain where they were.
    Now, before anybody suggests sending feedback to Apple, let me emphasize that I have been sending Apple feedback on the wrong-headed implementation of Places since iPhoto 9.0.  New versions have come and gone (the current one is 9.1.2), but these "features" have remained.  So my purpose in opening this thread is to consolidate work arounds to these "features" in one place.  My work around: 
    Whenever I define a new place, I select only a single photo.  I try to name my places so that I can distinguish them from those that Google finds.  In order to avoid Gotcha 1 I select a place that Google finds and try to place the pin close enough to where I want it, but far enough from any other places that I've defined.  I give it a name that I can easily find it Manage My Place.
    I immediately open Manage My Places and select the new place.  I first note the pins near it, then decrease its radius, move the pin to the desired location, note the nearby places, and give it its final name.
    I then view Places and navigate to the new place to view the photos assigned to it.  If I'm lucky, there's only one.  Otherwise, I have to reassign the other photos to their correct places.
    Richard

    So... in the hope it will not confuse folks more, let me be more specific of a procedure that works for me...
    Procedure to create a new My Places location.
    OK there is more you can do with a non-GPS Coord linked photo.
    Click Info and then click Assign a Place in the lower right of screen. (if your photo has a location linked to it already the Assign a Place will NOT show up.)
    Choose a location name near the actual location that Google Maps can find.
    Click that location in the Google Maps list that appears and your photo will be temporarily assigned to that location.
    Now  type over that  location name in order to make sure to give that location a unique name that will show up in your My Places list and click that name after you have typed it  to be sure it is accepted.
    Now in iPhoto click Window/Manage My Places and go the that newly named location in the large My Places map. There's no easy search. You have to run down through the alphabetical list.
    Drag the flag to the location you want this place to be and click Done.
    The location name is now in your My Places list at the location you dragged the flag to!
    It is important to note that only your unique named locations show up in your Places list, so if you want to modify the location coordinates you have to establish a unique name for it.
    This is much more complicated that previous iPhoto versions!
    But Yeah!!!!!!!!!!
    It really works!!!!!!!

  • Crystal Reports XI - How  to create a new field using a formula field

    I'm quite new to CR, but have been learning quickly!
    I would like to know how to automatically create a new record/field based on another field in that row...
    I have a report showing the following data:
    Run Code     Start KM    Stop KM    Status 
    H2                 100            150           Partial
    H2                 150             155          Partial
    H2                 155             160          Partial
    S3                 120             150       Completed
    The status is generated by comparing the 'Start KM' and 'Stop KM' against fields in another table called 'Start Odo' and 'Stop Odo'
    In this example...
    H2 has 'Start Odo' and 'Stop Odo' values of 90 to 160, therefore there is still 90-100 to check.  The 'Start KM' and 'Stop KM'  is equal to the 'start Odo' and 'stop Odo' for S3, therefore it shows completed.
    My question is how do you create a formula field, which will add an entire row...displaying the values 90-100.
    I've been trying to use a conditional check in the 'Start KM' column, that sees if status is equal to partial than if start km is greater than start odo (Which is the reference km) then display the value of start odo in the new row. I'm stuck at how to create a new row.
    I want the final result to look like this...
    Run Code     Start KM    Stop KM    Status 
    H2                  90              100         Partial
    H2                 100             150          Partial
    H2                 150             155          Partial
    H2                 155             160          Partial
    S3                 120             150       Completed
    Any suggestions would be more than appreciated

    Hi Adi
    Looking at your examples it seems that you want to add a row to the existing recordset (rows fetched from the database).
    If it is the case (even if based on a formula) then you can not do it within crystal. Crystal is designed to display data and ideally it should not generate the new data.
    However, as per your requirement you can try to add this logic at database end. May be a command object within Crystal Reports can help you.
    Let me know if you do not understand anything.
    Regards
    Nikhil

  • Urgent - How to add a new control instead of tabs in JTabbedPane

    Hi,
    Please give me an idea or a sample program for how to add a new control
    in JTabbedpane instead of tabs that means overlay any Java controls or pane
    in the tabpane empty place next to tabs

    "Urgent" is not relevant to the question. Your question is no more important than anybody elses.
    My answer in this posting show a limited solution:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=636289
    Otherwise I suggest you try using a layered pane approach:
    http://java.sun.com/docs/books/tutorial/uiswing/components/layeredpane.html

  • How to create a new row for a VO based on values from another VO?

    Hi, experts.
    in jdev 11.1.2.3,
    How to create a new row for VO1 based on values from another VO2 in the same page?
    and in my use case it's preferable to do this from the UI rather than from business logic layer(EO).
    Also I have read Frank Nimphius' following blog,but in his example the source VO and the destination VO are the same.
    How-to declaratively create new table rows based on existing row content (20-NOV-2008)
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/13-create-with-params-169140.pdf
    I have tried:
    1.VO1(id,amount,remark1) and VO2(id,amount,remark2) are based on different EO,but render in same page,
    2.Drag and drop a Createwithparams button for VO1(id,amount,remark),
    3.add: Create insertinside Createwithparams->Nameddata(amount),
    4.set NDName:amount, NDValue:#{bindings.VO2.children.Amount}, NDtype:oracle.jbo.domain.Number.
    On running,when press button Createwithparams, cannot create a new row for VO1, and get error msg:
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: For input string: "Amount"
    java.lang.NumberFormatException: For input string: "Amount"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    Can anyone give some suggestions?
    Thanks in advance.
    bao
    Edited by: user6715237 on 2013-4-19 下午9:29

    Hi,CM,
    I'm really very appreciated for your quick reply! You know, today is Saturday, it's not a day for everyone at work.
    My principal requirement is as follows:
    1.select/check some rows from VO2, and for each selection create a new row with some attributes from VO2 as default values for VO1's corresponding attributes, and during this process the user may be cancel/uncheck or redo some of the selections.
    --so it's better to implement it in UI rather than in EO.
    2.it's better to implement this function with declarative way as in Frank Nimphius' blog.
    --little Jave/JS coding, the better. I only have experience in ORACLE FORMS, little experience in JAVA/JS.
    In order to get full information for the requirements of my use case, can take a check at:
    How to set default value for a VO query bind variable in a jspx page?
    (the end half of the thread: I have a more realworld requirement similar to the above requirement is:
    Manage bank transactions for clients. and give invoices to clients according to their transaction records. One invoice can contain one or many transactions records. and one transaction records can be split into many invoices.
    Regards
    bao
    Edited by: user6715237 on 2013-4-19 下午11:18
    JAVE->JAVA

  • Kad: What is a forum, board, and category and how to post a new topic?

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    In the Discussions Feedback board you'll see this quote:
    If your question concerns a hardware or software technical issue, please do not post in this forum — instead, go to the Apple Discussions Homepage, select an appropriate product category and follow the links until you reach the correct forum for your post, then click the Post New Topic link.
    It appears that many still miss this advice as they go ahead and ask in the Discussions feedback page how to post a new topic. This advice is as clear as can be, though some may not understand what the terms are in this quote. To clarify Apple Discussions is organized into the following elements:
    Apple Discussions Homepage
    - Categories of Topics
    - - Individual _Topic Forums_
    - - - Individual _Topic Threads_
    When you enter a Category you will see _Topic Threads_ but no Post New Topic link. The reason for this is that all the threads in each forum are combined beneath the individual Forum links. If you wish to post a new topic in any specific Forum, you have to navigate to the Forum first to post a new topic in that Forum. Don't let the preponderance of views or responders make you think you need to post a "me too". In fact this makes it harder on the original poster to determine what is the cause of their problem. It is better to post your own topic, so you can get more focussed attention, and a wider audience who can help you. If you have a reply that might lead to a solution for the original poster, by all means reply. Otherwise you just contribute to the length of the thread, and don't really help in finding a solution.
    An example of a Category: iMac
    An example of a Forum: Using your iMac G5
    Note also the header of the board says: "Category" or "Forum" to help guide you.
    Be sure also to identify your Mac or operating system before posting in specific forums, as some Macs may look similar. If you need help, ask first.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Hi there! 
    Well If what you did is you transfered the Pictures from one folder to another using your phone, the Root folder is the main folder so lets say you transfered it to the memory card the root folder is the memory card.
    Hope tis' help!
    "If you think this post is helpful, please click on the green button"

  • How to create a new user id in OID for Oracle Collab suite File System

    Dear Friends,
    I want to know how to create a new user id in the oracle internet directory where i can use that user for the new subscription of the oracle collabration suite file system..
    Please do the needfull and thanks in advance...
    With warm regards
    R.Prasad

    Hi!
    The way you suggest should not be used.
    A CS user will be created as a normal OID user and will receive the CS attributes in a different subtree later during the provisioning.
    For creating CS users use oesuser and uniuser. Files provisioning will work in a different manner anyway.
    cu
    Andreas

  • How do you create new mailbox

         I'm sure I'm overlooking something really simple, but I can't figure out how to make a new mail box or folder in Mail on my Ipad 3. (New Ipad / Ipad 3rd Gen.)
    There does not seem to be an "Edit" while I'm in the Mail box list.
         Does anyone have any idea what I'm doing wrong.
         I guess we're going to have to decide on what we're going to call the "New Ipad" This is going tio get confusing!
         Ron Genovesi
              PS:   It's probably me. I also don't seem to be able to rearrange the icons on my Ipad. I have to rearrange them in iTunes.

    It would seem to me that you know how to move apps so obviously this is a new issue that has arisen for you so I will suggest what I always suggest in situations like this. Restart or reset your iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    I have also found that you have to hold the wiggling icons on the edge of the screen for a second or two and just hold them there - about halfway over to the next screen - and then the icon will jump to the next screen.

  • How do you create new faces album in photos OS X?

    How do you create new faces album in photos OS X?

    Right-click on any IMAGE anywhere, then follow the Get Info instructions.
    You can also do it on the Faces screen. At the bottom of that screen you should see a Suggested Faces bar. Double-click on one of the unnamed faces and add the person's name. If it's a new face, it will be added to face circles collection.

Maybe you are looking for

  • Hi i have problem in Graphics Drivers

    i have labtop HP Pavilion g6-2136sx Notebooki  tryed install AMD High-Definition (HD) Graphics Driverbut not install this only installed no video card and idownload drive from hp site thay say this for my labtop  http://h10025.www1.hp.com/ewfrf/wc/so

  • Content-Type: message/rfc822?

    So Mail on the iphone doesn't appear to be able to display inline the following content type Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 8bit Does anybody else know a way Mail can display the message as an atta

  • ICloud/iPhoto Journals/browser|device anomaly

    Re iCloud and iPhoto Journals: Created a Journal; both iPhone and iPad  devices were able to view the attendant images. However, on two desktop Mac computers and in browsers Google Chrome and Apple Safari only generic outline layout of the images wer

  • Untintalling version 6.0

    I liked the older version of blackberry how do i unstall the 6.0 and go back to the old version any help would be appreciated. Solved! Go to Solution.

  • Flash video losing skins in DW

    I am embedding Flash SWF files in my Dreamweaver pages. I haven't uploaded them yet, but when I preview in browser the skins are missing from the video. I've tried recreating the flash files. The skin SWF and the video SWF are in the same folder (alo