Tables too high in safari 3  UPDATE -SOLVED

after I made all the adjustments, everything seems to be
working OK in both IE and Safari 3. Except the tables. They are
always too high.. What can I do, please?
karl,London
Update:
I got a message that it also was too high in Mozilla. I
experimented and came up with such a simple solution, that I am
absolutely astonished that neither of your guys, even the 'experts'
and 'seniors'. who were so fast off the mark to voice their
critique and telll how crappy it all was..
The SIMPLE solution:
the original line I had, for example:
<td bgcolor="#FFFFFF"><p class="normal_text">Any
text</p></td>
SHOULD BE:
<td bgcolor="#FFFFFF" class="normal_text">Any
text</td>
simple, but NONE of your quys, even those who had a look,
could see such a simple error or mine..:-))
Moral of the story: Look and think before your bark...
because you will sure look a proper idiot...
:-) end of problem... rip...
karl,London

SnakEyez02 wrote:
> Malcolm, I have sent the necessary information back to
Karl. In regards to IE
> 6, I didn't figure that out 100% for him with the demo.
In IE 7, Firefox 3,
> and Safari 3 it should work fine. The problem is that in
IE 6 does not
> recognize the third level of CSS which includes the
overflow-x and overflow-y
> attributes. I do believe it can do overflow: auto;
instead of declaring them
> separately as I did. The reason it was that way was
because I found a super
> large image and I didn't want it to scroll left and
right as I knew it would.
> But if the content is going to stick to a specific
width, then the overflow:
> auto should save it. If not an IE 6 hack might be needed
to make it work for
> the older browser.
>
> The following is a really good resource to look at for
browser usage:
>
>
http://www.w3schools.com/browsers/browsers_stats.asp
>
> IE 6 has been on a decline while IE 7 was stagnant but
now appears to finally
> be turning around. If the users of his site do use IE 6,
it might be more
> effective to use a table layout over a CSS layout just
because IE 6 and earlier
> tended to lack the CSS standards whereas Safari, Opera
and Firefox tended to
> use a fairly similar rendering engine and now IE 7 is
catching on to the
> standards.
>
Hey I was following - hope you don't mind a suggestion.
How about a CC such as.....
<!--[if lte IE 6]><style>#main_content{width:
720px; overflow:
auto;}</style><![endif]-->
I know it gives a hor scrollbar but I think it looks better
that way or
at least visually it is more like the rest of the browsers on
XPPro at
least!
Just another opinion :-)
chin chin
Sinclair

Similar Messages

  • I install latest update from my ipad 2, after the upgrade tablet running slowly. Probably the system requirements too high for my device. I think that users with older models should be able to install IOS 6.x.x on their devices or consider buying devices

    I install latest update from my ipad 2, after the upgrade tablet running slowly. Probably the system requirements too high for my device. I think that users with older models should be able to install IOS 6.x.x on their devices or consider buying devices from other manufacturers ...
    People are dissatisfied with the new update a lot, including some of my friends and acquaintances. Is it reasonable to wait until Apple implements the possibility to return to Ios Ios 6 to 7? And how soon it can be done?
    Sorry for my english, i am from Russia.

    I have a similar issue. I recently purchased an iPad Mini, and I started off by backing it up from the apps I had on my iPhone. Now, I have a number of apps that never downloaded and that I don't want on the iPad. Some of these are apps that I don't need, while others are the iPhone versions of apps. There are something like 23 apps that I have no use for, but iTunes tries to install every time I connect. I've also tried clicking the 'Will Install' buttons. There's no way to delete these apps from the iPad without first installing them, as far as I can see, and there's no way to NOT install them, in iTunes.
    It''s not just annoying, it's causing problems with installation of larger files and movies. Now, every time I sync to the computer, I get a warning that I'm over capacity by 580 MB, and larger apps will not install! Clicking Revert and a bunch of other things doesn't work, either. And I can't just delete some of the apps, because I or my wife use them on our phones!

  • "db file scattered read" too high and Query going for full table scan-Why ?

    Hi,
    I had a big table of around 200mb and had a index on it.
    In my query I am using the where clause which has to use the
    index. I am neither using any not null condition
    nor using any function on the index fields.
    Still my query is not using the index.
    It is going for full table scan.
    Also the statspack report is showing the
    "db file scattered read" too high.
    Can any body help and suggest me why this is happenning.
    Also tell me the possible solution for it.
    Thanks
    Arun Tayal

    "db file scattered read" are physical reads/multi block reads. This wait occurs when the session reading data blocks from disk and writing into the memory.
    Take the execution plan of the query and see what is wrong and why the index is not being used.
    However, FTS are not always bad. By the way, what is your db_block_size and db_file_multiblock_read_count values?
    If those values are set to high, Optimizer always favour FTS thinking that reading multiblock is always faster than single reads (index scans).
    Dont see oracle not using index, just find out why oracle is not using index. Use the INDEX hint to force optimizer to use index. Take the execution with/witout index and compare the cardinality,cost and of course, logical reads.
    Jaffar
    Message was edited by:
    The Human Fly

  • [Solved] Powerline font 1px too high, using fontconfig w/ infinality

    Hey guys,
    I'm using the Termite terminal emulator which uses fontconfig for font rendering options. I'm also using vim powerline.
    I use the Monaco font and have installed the otf-powerline-symbols-git package.
    This is what my powerline looks like up close. As you can see the symbols appear to be 1px too high.
    Here's my font config
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <!-- Use Monaco for everything monospace -->
    <match target="pattern">
    <test qual="any" name="family"><string>Consolas</string></test>
    <edit name="family" mode="assign" binding="same">
    <string>Monaco</string>
    </edit>
    </match>
    <match target="pattern">
    <test qual="any" name="family"><string>Courier</string></test>
    <edit name="family" mode="assign" binding="same">
    <string>Monaco</string>
    </edit>
    </match>
    <match target="pattern">
    <test qual="any" name="family"><string>Courier New</string></test>
    <edit name="family" mode="assign" binding="same">
    <string>Monaco</string>
    </edit>
    </match>
    <alias>
    <family>monospace</family>
    <prefer>
    <family>Monaco</family>
    <family>Consolas</family>
    </prefer>
    </alias>
    <!-- Monaco is a little bit to large, making fallback fonts look small -->
    <match target="font">
    <test name="family"><string>Monaco</string></test>
    <edit name="pixelsize" mode="assign">
    <times><name>pixelsize</name>, <double>0.9</double></times>
    </edit>
    </match>
    </fontconfig>
    It doesn't seem like there's a fontconfig option to move the font's baseline down. Any ideas?
    Last edited by EvanPurkhiser (2013-08-10 02:45:35)

    Thanks bohoomil, I tried changing this setting (it was already set to true since I'm using your infinality bundle!) but it didn't seem to have an effect.
    It looks like I can fix this alignment issue by actually editing the OTF symbols font with fontforge. But it would be much nicer if there was some kind of setting I could change so I could use the upstream font.
    Edit: Reading through the issues, it looks like it's common practice to just accept that the font needs to be edited on a per-system basis.
    Last edited by EvanPurkhiser (2013-08-10 01:21:06)

  • Muxer bitrate too high... solved... at least for me

    Hi all.
    I've been getting that "Muxer Bitrate Too High" error like so many others. I've made probably 100 DVDs with the same process and sources, for the same client, and never had an issue. So the obvious suspects (like audio being aif or video data rate too high or too many streams) were not the issue.
    But I certainly spent a lot of time confirming that. I lowered bit rates and recompressed several ways, even down to the lowest possible settings for both audio and video. Still the error. The log pointed to 2 specific tracks that were having the problem. Each track has single video (m2v), single audio (ac3) and one subtitle track.
    So I imported those 2 tracks, without subtitles into a new DVD project. No error! (guess I should have tried that first). Then I imported the subtitle track for each... and got the error!
    So in my case, it was the subtitle. And I've seen a few other victims in these threads who mention they have subtitles... so import your tracks into a new DVDSP project and build. Then import the subtitles and build again.
    In my particular case, the solution was to go back into Sublime (that's how I make my subtitles) and review the subtitle files. I was actually making excerpts (smaller pieces) from bigger, previously authored programs. So I was importing previously made subtitle files, and deleting the excess subtitle in the timeline. Problem was, even though the excess subtitles were deleted from the timeline, they still existed as text in the text entries down below. I deleted those and reexported the stl and it worked.

    I've read a bunch of posts and I have made sure my audio is AC-3 and I've compressed and recompressed the video several times to no avail. This is what I have: An AC-3 audio file for 1:39:43:09 at 48khz, an AC-3 audio file for 00:00:22:02 at 48khz, and MPEG-2 Video at 1:39:43:08 at 29.97 fps compressed with 4.5 - 7.5 VBR. I have 1 main menu and 9 sub menus all with motion and audio (the shorter AC-3 file). I have 28 stories. Other than that, I don't have anything special... no angles, no subtitles, nothing fancy. I keep getting that **** error... what am I doing wrong?

  • [SOLVED] Microphone recording level is too high

    Hi,
    since yesterday, I've got an issue with my headset's microphone (it's a QPAD QH-1339). The recording level is WAY too high, at 2 % level it's already starting to clip and I hear noise coming from the motherboard (a Lenovo ThinkPad T540p laptop). First I thought it might be a problem with PulseAudio but after testing with arecord I realized it seems to be ALSA related (same problem there).
    Here are my sound related packages:
    $ pacman -Ss alsa | grep Installiert
    extra/alsa-lib 1.0.28-1 [Installiert]
    extra/alsa-plugins 1.0.28-2 [Installiert]
    extra/alsa-utils 1.0.28-1 [Installiert]
    extra/pulseaudio-alsa 2-3 [Installiert]
    extra/zita-alsa-pcmi 0.2.0-1 [Installiert]
    multilib/lib32-alsa-lib 1.0.28-1 [Installiert]
    $ pacman -Ss pulse | grep Installiert
    extra/libao 1.2.0-1 [Installiert]
    extra/libcanberra-pulse 0.30-4 [Installiert]
    extra/libpulse 5.0-1 [Installiert]
    extra/pavucontrol 2.0-2 [Installiert]
    extra/pulseaudio 5.0-1 [Installiert]
    extra/pulseaudio-alsa 2-3 [Installiert]
    multilib/lib32-libpulse 5.0-1 [Installiert]
    lsusb:
    $ lsusb
    Bus 003 Device 003: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
    ALSA and PulseAudio config files are stock; I've reinstalled alsa-lib, lib32-alsa-lib, libpulse, pulseaudio and lib32-libpulse already, making no difference. The built-in microphone seems to record just fine (apart from the horriblenot-so-great sound quality). It also seems to work somewhat if I set the recording level in the ALSA mixer to 100 % but Skype of course changes the recording level as it likes. When enabling the monitor (to hear myself) the sound quality from the headset's microphone is just perfect so I'm pretty puzzled what to try next.
    If you need more information, let me know. Thanks in advance!
    Thomas
    Last edited by volatile void (2014-12-31 14:12:49)

    TheSaint wrote:
    Very different from mine
    Try to set the capture level lower, you may do it by amixer or alsamixer or your systray applet.
    I think your card is non fully set.
    What says
    lspci -vnn |grep 'High Definition Audio'
    Try to disable pulseaudio and remove the module. See wiki and in particular this section.
    I know, their aren't the definitive solution, but we should have to toss a bit of straw from the haystack to find the needle.
    Well, I should point out that it's an USB headset with integrated audio controller (was a bit unclear in my first post, sorry). The sound card integrated in the laptop works just fine but the integrated microphone is awful (in a non-ALSA, non-PulseAudio way ) so showing you the output from lspci won't help much I suppose. But at least it has a Mic Boost control.
    Maybe it helps if I describe the behavior in the PulseAudio volume control in more detail.
    For the integrated sound card, the input level behaves linear (I know it's logarithmic but that's not the point ). At 0 %, it's completely quiet, at 100 %, it's clipping. In between, everything's fine.
    For the USB headset, 0 % is completely quiet, 1 % is clipping already, just getting worse until 40 % which is the ALSA base volume. There it's quiet but at least the volume indicator shows something. At 41 %, it's clipping again until 100 % which seems to behave like 40 %.
    Now as Skype thinks that 40 % is too quiet it changes the input level (reasonably enough I guess). Too bad that anything BUT 40 % means white noise coming from the microphone...
    Disabling PulseAudio is not really an option as Skype doesn't work with anything but PulseAudio. Besides that the problem also occurs with arecord.
    Last edited by volatile void (2014-12-27 14:22:48)

  • Error message Translational currency is too high when posting GR for a PO

    Hi,
    I am trying to post a GR for a PO,with document currency say in GBP and local currency in EUR,when i tried to post a GR the system gives the message with-"Translational currency is too high" and also the value updated for previous GRs(for a qty 10) is vary high like 37,056,361,610.68     GBP,just i want to know how this value is picked by the system,i know exhange rate table maintained is plays important role,but the value i am getting is too high which is not at all related with rates we maintained in the table TCURR.
    I want to know why system is giving such a high value.     
    further PO quantity is 17,000 and net price is 1 GBP.
    we have posted very sucessfull GR earlier,but now this high value and error in GR  we are facing.
    with regards,

    Hi,
    Good afternoon and greetings,
    Wishing you a Happy New Year 2007
    Please go through the following OSS Note
    Note 191927 - Posting logic: GR for foreign currency PO
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • TS1702 Hello, we have a Mac and an ipad,the Mac is working and wifi is on and the Ipad's wifi is on too, but Ipad Safari can not open because it could not connect to the server, does any one know what have happened?

    Hello, we have a Mac and an ipad, the Mac is working and wifi is on and the ipad's wifi is on too, but Ipad Safari can not open the page because it could not connect to the server, does any one know that?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Safari RSS update prompt since last update?

    Since the last update about 2 weeks ago, when I'm on Safari a Safari window pops up every 5 - 10 minutes asking for my name and password regarding "new RSS email update". I have never seen this before, don't know what it is, see no RSS update option on my gmail page, can't figure out why this window asks for my password and also says it will send me a password, and until I know more I've just been canceling it. Why is this happening and how do I get it to stop? I've looked at the google mail blogs and at least 12 other gmail/Safari users have had the same problem but no one seems to know what to do. I've also posted a question to google support but haven't received an answer. However, as the window that pops up has a Safari symbol, I assume it has something to do with Safari.
    Also, since the update, it is taking significantly longer for pages to load and often times out, at which point I check diagnostics and see that I have a connection but then I can't close diagnostics, have to force quit, and restart. This is happening very frequently. I do 3-6 hours of research a day and frequently clear my browsing history (sometimes as often as every 15 minutes). I've spoken to the provider (Comcast) and all seems fine on that front. I am at a loss and incredibly frustrated. Help. Please. Thank you!! (I searched support topics and discussions for nearly 30 minutes and found no relevant topics - however, I can't possibly be the only one having this problem.)

    I have been having the RSS feed problem too since the safari update, I didn't even know which name and password it was asking for, my gmail or Apple.. After trying several alternatives it went away and hasn't come back since. However, now gmail is not working very well at all, (since the safari update). Sometimes it will let me log into gmail and show me my inbox, sometimes it will even let me read one or 2 e-mails before hanging up, but it will not let me send any e-mails, yielding a box saying something like 'oops gmail have encountered a problem......blaa blaa #104' sometimes the number is different. I can only get into my inbox if i have just reset safari prior to loading the gmail log in page. It's very convoluted. I can't believe that there is no solution to this either. I thought there would have been many people with the same problem and fix procured instantly. Do we have to wait for another safari update to solve the problem?
    P.S Ditto, Diaboy

  • Identify meter reading is too high, too low, correct

    hi all,
    i have requirement where customer will enter meter reading online (java portal).
    after that i need to check meter reading is too high, too low, correct.
    and date of meter reading is early, late, correct.
    is their any standard FM which i can use?
    or do we have maximum, minimum values predefined for meter reading in any table?
    i have checked table TE121 but no use.
    please guide me
    Regards,
    sidh

    Hi,
    Hi,
    The way the others have suggested is correct. you can use the tolerance in config validation.
    you can enter consumption range against validation class with positive & negative deviation.
    example
    RESI               1 to 100                +deviation 300                   -ve deviation 30
    this validation works on base period category
    If the base period is previous period, then it will take the consumption of previous month (else previous period last year)
    Now the total number of days for previous month are 30 and unit consumed is 900
    now we will calculate the number of days to be assessed & multiple it with per day consumption, this will yield expected consumption. for ex. no of assessed days are
    28 then 28 *30 = 840 units
    from expected consumption you can calculate the min/max consumption depending what you have defined in tolerance
    like here 300%  positive deviation means total 400% means 840 *4 = 3360 unit max consumption
    & 30% negative deviation means total 70% (100-30) means 840*.7 = 588 unit min consumption
    Means in this range the consumption will not be implausible (from 588 to 3360), otherwise system will automatically make the reading implausible.
    so the
    Expected MR                   last reading +840
    Upper limit of MR             last reading +3360
    Lower limit of MR            last reading +588
    I hope, it will help in solving your issue.
    Regards
    rohjin

  • Resolution too high for monitor

    hi again, i had some problems installing arch linux, so i quit and tried ubuntu, but it seems that he doesnt like me and my ati card, so i couldnt get the cube and all efects working.
    so here i am again, my problem was:
    i install arch
    make all updates
    install gnome and gnome extras etc
    then, i run "x -configure"
    create an account
    and i activate gdm (through the "rc.config" i thing)
    now i get to the problem, when i try to start arch when it comes to the graphical enviroment, the screen goes blan and tell that can't support resolution, that its too high. should that be automatic? how can i solve the problem? driver problem, should i use my tft cdrom? help me please:(

    DarkForte wrote:Try editing your xorg.conf by hand and removing the unsupported resolutions.
    This can be done with a line that looks something like this:
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    Make sure the highest resolution is the one your monitor supports.
    Edit: that line goes below the "Depth" entries in the "Screen" section (usually near the bottom) of xorg.conf.
    Last edited by peets (2008-01-04 02:16:55)

  • IPod Touch play count WAY too high

    My 16GB 2G iPod Touch has a play count which is far too high. It is like 1500 for songs I have added today. Any way to solve this?
    I have tried resetting the play counts, skip counts and restoring my iPod. No luck.

    I'm having the same issue. I've got an iPod Touch 1G, fully updated. I'm seeing tracks that I've literally not played in weeks maybe even MONTHS come up with hundreds, and songs i've played maybe once or twice come up with thousands. I reset all the play counts to try again but it didn't make a difference, next thing i knew, a whole load of new tracks were up there in the thousands.
    It's REALLY annoying, cause I've got a Most Played smart playlist, which doesn't really work in the first place as it doesn't update itself no matter how many times i plug my iPod into the computer, and even if it DID work, it wouldn't be very accurate, and I'd have a load of Janet Jackson interludes clogging up my most played, which gets annoying after a while, no matter how entertaining they are when they're part of the album!
    What can we do?!

  • MacBook Pro screen flickers and freezes after Snow Leopard/Safari 5 updates

    Hi guys,
    I have a silver 120GB 15-inch MacBook Pro from Summer 2007 with 3GB RAM and 25+GB free space which has recently begun to freeze irrecoverably. The first appearance of these symptoms seems to coincide with my installing the Snow Leopard 10.6.6 update via Software Update.
    I'm not particularly well versed in computer technology, but will try to describe my problem as detailedly as possible.
    What happens is this:
    1. I start the computer as per usual, with only a couple of startup items. Everything's fine.
    2. I start working. Use a lot of Safari 5 for browsing websites, often with some kind of Flash or "Flash-type" content such as banner ads, videos, even full Flash designs. I may also have programs such as QuickTime, VLC or an image editor open, if not necessarily "actively" doing anything. Everything's still fine - I'm able to both browse websites and watch videos as usual.
    3. After a while of active working - say, 1-3 hours - I notice browsing websites gets a little choppy. Display features such as the file list view in Finder may or may not appear properly. The rotating wait cursor may or may not appear from time to time.
    4. Immediately after symptom no. 3, the next time I start to watch a video, either via Safari 5 (say for example something on DailyMotion.com) or a file via QuickTime, something goes wrong.
    Following no. 4, one of three things invariably happen:
    5a) The video freezes and the entire screen flickers from black to the screen view very quickly two or three times, after which the computer or screen appears to freeze. The cursor still moves, but nothing reacts to it - open windows become completely unresponsive, nor does the top or any other menu react in any way to clicking. The "menu row" of application items, which normally appears when I move the cursor to the very bottom of the screen, doesn't appear. Restarting "blindly" by pressing the Off-button once and pressing R doesn't work. I'm forced to do a hard reboot, after which the computer is once again fine until the next two hours of active working. This usually happens ONLY when I try to watch a video in Full Screen-mode.
    5b) I notice the video freezing only just in time, and am able to pause it and "esc" out of Full Screen-mode, and the computer remains operational. However, as soon as I again try to play video in Full Screen-mode, everything described in 5a. happens.
    5c) The video stops playing, and the screen reverts momentarily to pale blue before switching to the login screen. I login again with my details, and everything appears to be fine again until the next two hours of active working. The computer "starts up" a lot faster than with a hard reboot. This usually happens ONLY when I've tried to watch a video in its original size, i.e. when not in Full Screen-mode.
    This happens 1-4 times a day, and it appears to depend directly on how much work I've been doing on the computer. The less I use it in the course of a day, the longer it takes until the next time it freezes.
    So, in a way, I'm able to replicate this problem. 95% of the time the screen has frozen while watching or starting to watch (usually already when starting to watch) video footage, but it has also frozen a couple of times just switching between e.g. Safari 5 and an image editor or browsing a website with a Flash banner ad or embedded video content (which however hasn't necessarily been playing); today, the screen froze when I tried to open a website made entirely with Flash.
    Although it could be just a coincidence, I believe this issue first appeared when I updated Snow Leopard to 10.6.6 via Software Update alongside some other pending updates, including as far as I recall one for Safari 5. The update process appeared to have gone well at the time, though, and was not interrupted in any way. I have never had this specific problem with the computer/screen before, though.
    I've read a couple of threads here regarding very similar issues with newer MBP models than mine, in which it has been suggested that the fault may lie in a malfunctioning NVIDIA GeForce graphics card. Now I've had that replaced already once because my screen went unexpectedly completely blank after a forced reboot 1-2 years ago (I don't remember exactly), but according to my System Profiler info the card still a GeForce 8600M GT. Can it be failing again?
    I've also had some kind of a RAM card failure once. As far as I understood it, one of the RAM cards had fried and was preventing the computer from starting up. I replaced the bad 1GB card with a new 2GB one and the problem was resolved. Before the computer died, there were also other symptoms, but they were not similar to these.
    I'm also doing the Apple Hardware Test tomorrow. Any other suggestions, though, than the graphics card?
    *Could this have to do with Flash or Safari 5?* Just hear me out. Even though my computer has frozen from watching a video in just QuickTime, Safari 5 has always been open in the background at the same time, and more likely than not with websites with "Flash" content open. And come to think of it, before I performed the Snow Leopard and Safari 5 updates, I used to have daily problems viewing Flash video in Safari 5, the video content either suddenly showing up as "Plug-in Failure" or crashing the browser; I've had both Safari 5 and the Safari 5 Flash plug-in "quit unexpectedly" countless times in the past, almost daily. Sometimes the "Plug-in Failure" could be fixed just by refreshing the browser view; at other times, Safari 5 would stop showing Flash content altogether - Flash banner ads (such as Google ads), YouTube and other Flash videos, everything - until I quit and restarted Safari 5. BUT - since the day I updated everything via Software Update, I don't remember this happening; it never gets to "Plug-in Failure" now. Could it be worth trying to use e.g. just Firefox for a while or is there something (e.g. Adobe Flash) that I could try reinstall? Or am I just clutching at straws here?
    Thanks for reading this long, long post!

    Do you have access to an Apple Store? If so, it may be worth making an appointment at the genius bar and having them run the test for the NVIDIA problem. Since your replacement logic board still has the NVIDIA GeForce 8600 M GT video chip, it could be starting to happen to your replacement logic board.
    I also agree with all of CMCSK's suggestions. Freezing is often associated with hard drive problems. You might also want to run SMART Utility:
    http://www.apple.com/downloads/macosx/systemdiskutilities/smartutility.html
    You can download the demo and run it several times for free. It will give you a very comprehensive view of the physical health of your hard drive. If you still have the original one from 2007, it's getting pretty long in the tooth and may be approaching the end of its average useful life of 3-5 years. I just recently had to replace my original 2007 Fujitsu drive.
    If your drive is headed south, and is also too small, it may be time to upgrade to a larger and faster drive.
    The software update probably didn't cause the problems, but it may have exposed problems that were already in existence.
    Good luck!

  • When I print business cards, they sometimes print 1/4 too high but not always.

    I have my business cards in a Word document using an Avery template. I have used the same file for years. I never had a problem with my Canon printer but after buying an HP Photosmart D110 I have had nothing but problems. When I print then they print about 1/4 inch too high ruining the cardstock and wasting ink. This doesn't happen all the time. Sometimes I print and they are perfect but when I go back and print another, the problem returns. This is the same card stock I have used for years and when it is inserted in the printer it doesn't matter if it is a single page or a stack of them. I have tried previewing the page before printing and the alignment is correct. I've tried printing to a PDF and then printing the PDF, same problem. I try it on the Canon and no problem. Only reason I bought this in the first place was the cartridges were cheaper and I do a lot of color printing and scanning!  I have just replaced the cartridges and did a head alignment so that is not the problem. I have tried it with regular paper and the problem persists. I'm ready to drop kick this thing and buy another Canon!
    This question was solved.
    View Solution.

    Did you ever find a solution for this problem? I have no problem printing the business cards out on a Canon printer, or a different HP printer I used to have, but the D110 is nothing but a pain in the you know what !  I'm using publisher and the avery 8371 card stock,  I searched solutions for days and did everything possible but still they're not printing correctly!! I'm dissapointed in this printer, every time I have a problem with something it always seems to be an HP product!!!  Very frustrating because I never had to mess with any settings in the other printers I had, I would just put the file in, change the quality and click the print button with no problems. I'm ready to throw this printer out the window Anyway thanks in advance and I hope somebody can help me with this issue !!! 

  • Too high bitrate (not as it looks)

    Hello,
    I have one huge problem with the latest DVD Studio Pro and I need your help.
    I have a 15 minute and 3 minute video and I need to build a simple DVD. Here's a scheme:
    http://mt11.quickshareit.com/share/picture5cff99.png
    15 minute is "Final Composition" and 3 minute is "Additional Scenes". It would be SD DVD. I'm using export of raw miniDV camera footage from Final Cut Pro, using Apple ProRes 422 DV 48 KHz and file format MOV.
    About two days earlier it was all right – I've linked all files and build the DVD, but yesterday I've needed to change one scene. Then I tried to build it again, but it still says error caused by too high bit rate. Why? Before two days was the same bit rate (QT says it's about 40 Mbps), the same footage, the same export, the same length... and everything was good.
    I've tried also other bitrate (from 7 to 20), other codecs (DV, DVC PRO, ...), but without any success. Restarted program, restarted Mac, gave it a break, but still nothing.
    Can you please help me solve this out? I will be glad and thankful (it's a year school project work = very important). Thank you very much!

    Encode all your video via Compressor to m2v and make the audio AC3 and bring those assets into DVD SP (when you changed the scene perhaps the rate went too high.) Also FWIW 7 - 20 can be high (well over 8 is going to give you issues and 20 is HD realm not SD)

Maybe you are looking for