How to get the most of PowerBook G3 233Mhz

its been a while since I dint post on Apple discussions, about one year ago, I was thinking I would get a PowerBook G3 Pismo, one year later evry thing was diffrent, I ordered a 233Mhz PowerBook G3 Wallstreet (It was the only choice with the money I had) and now I really want to know how to get the most out of it.
I want to do the following
-Browse the web
-Listen to music
-do keynote presentations
-word proccesing
-storage
The powerBook that I am going to get comes with a nice 233Mhz G3 chip, 64MB of RAM a 12 inch screen and running Mac OS 9.2.2 (my favorite).
I have alot of knowledge on old Macintosh, and I know almost anything if some asks me things about acient macintosh, but you know, some times you need a little help from other mac fans and share your thoughts...
So what apps should I get? I do know that if you use the commom low requirements apps, It will run smoothly.

iBook,
Yes, you can add a USB 1.1 or 2.0 PC card to the PCMCIA/CardBus slot. A few suggestions:
-Combo FireWire/USB CardBus PC cards do not work well with OS 9.x; either the USB or FireWire port does not work. This is a software problem in 9.x since these combos work fine under 10.x. My suggestion would be to buy a separate USB PC card and/or FireWire PC card for your connectivity.
-USB 2.0 PC cards will only run at the slower USB 1.1 speeds under 9.x but this is fine for printers, etc. If you wanted to connect an HD, I would use the FireWire interface.
-FireWire and USB PC cards supply insufficient bus power to power a FireWire or USB HD; any device like a printer or HD will have or should have its own power supply.
-Since FireWire and USB are not native to the Wallstreet, the necessary USB and FireWire extensions have not been installed. Open your Extensions Mananger and see if you have these extensions:
USB Mass Storage Extension
USB Support
USB Mass Storage Support
USB Software Locator
USB Device Extension
If the above are not present, I recommend you download this USB extension package from OWC; they assembled various version numbers of the Apple USB extensions to correct a problem OS 9.2.2 has with USB PC cards but they can be used with any version of OS 8.6 > 9.2.2.
http://eshop.macsales.com/tech/ftp/usb/usbextensions.sit
A file titled 'usbextensions.sit' will appear on your desktop assuming you have set the browser to download files to your desktop. Double-click the file to decompress it and you will have a folder on the desktop with these extensions:
USB Support v1.4.1
USB Software Locator v1.5.6
USB Device Extension v1.5.6
USB Mass Storage Support v2.0.4
USB Mass Storage Extension v2.0.4
Highlight all five extensions, then drag them on top of the closed System Folder icon; they will be automatically installed in the Extensions folder. Before restarting, go to Apple menu > Control Panels > Energy Saver > Advanced Settings and uncheck 'Allow Processor Cycling' for •BOTH• the power adapter and battery. If not unchecked (disabled), the powerbook will freeze with a USB PC card.
Now restart to make the USB extensions active. Insert the USB PC card; you should see a USB PC card icon on the desktop. Connect a USB mouse (there is sufficient power for it) and test the USB PC card.
If no desktop USB PC card icon appears, make sure the PC card is fully inserted. You may have to place a hand on the side of the powerbook opposite the PC card slot so you can push hard. If the card fails to seat, the card slot may be in the locked position. Push an opened paperclip into the small hole next to the slot to unlock, then try the card again.
http://docs.info.apple.com/article.html?artnum=16167

Similar Messages

  • How to get the most current file based on date and time stamp using SSIS?

    Hello,
    Let us assume that files get copied in a specific directory. We need to pick up a file and load data. Can you guys let me know how to get the most current file based on date and time stamp using SSIS?
    Thanks
    thx regards dinesh vv

    hi simon
    i excuted this script it is giving error..
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_9a6d985a04b249c2addd766b58fee890.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            The execution engine calls this method when the task executes.
            To access the object model, use the Dts property. Connections, variables, events,
            and logging features are available as members of the Dts property as shown in the following examples.
            To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
            To post a log entry, call Dts.Log("This is my log text", 999, null);
            To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
            To use the connections collection use something like the following:
            ConnectionManager cm = Dts.Connections.Add("OLEDB");
            cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
            Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
            To open Help, press F1.
            public void Main()
                string file = Dts.Variables["User::FolderName"].Value.ToString();
                string[] files = System.IO.Directory.GetFiles(Dts.Variables["User::FolderName"].Value.ToString());
                System.IO.FileInfo finf;
                DateTime currentDate = new DateTime();
                string lastFile = string.Empty;
                foreach (string f in files)
                    finf = new System.IO.FileInfo(f);
                    if (finf.CreationTime >= currentDate)
                        currentDate = finf.CreationTime;
                        lastFile = f;
                Dts.Variables["User::LastFile"].Value = lastFile;
                Dts.TaskResult = (int)ScriptResults.Success;
    thx regards dinesh vv

  • How to get the Most RECENTLY installed JRE path and version ?

    Hello Experts,
    I am working on Installshield, and for some purpose, I need to get the MOST RECENTLY installed JRE version and Path. Now I have two choices :
    1. Go into the directory " C:\Program Files\Java\" and get the most recently changed directory, ( that will be the installation directory of the most recently installed JRE ). And then search in the registry under : HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Runtime Environment/ and look for the version which is having
    the value of the key INSTALLDIR as the above found Installation Directory.
    But in this approach, I'll never find the Installation dir or version, if the JRE is installed somewhere else than the default location.
    2. Now this is the reverse. I first search in the registry, and get the Installation Directories of all the versions installed in the system, and then look at the file attributes ( may be by using some batch file ) and see which one is most recently installed.
    My question is, is there any other way, by which I can get the most recently installed JRE's installation Path and version? Or can we trace it during the installation itself ? I mean when we install the JRE, it creates some log files in %TEMP% directory. Is it possible to trace the version and installation directory of the most recently installed JRE from the log file ?
    Thanks
    Gagan

    Rendering times are pretty much based on processor speed if I have that right. Not much you can do about that other than buy a new computer. Your day to day work in the finder and accessing of files would be faster with your boot drive internal. One thing you can do is ensure your FCP System Settings are on the fastest disk you have. If you put a pair of drives internal and made a RAID volume for them you would improve your write speed when capturing and for any other read/write operations. You would have to be sure you kept that backed up properly because you double the odds of a failure when two drives spread the data between them. There are many RAID options.
    You could also bump up the RAM but you'd have to look at your processes to see if you are being limited by RAM. I'm guessing not but it's not impossible. If you are accessing scratch disks due to RAM limitations that would be one thing you could do.
    I would never bother connecting an external via USB if there was an esata or firewire option. I use an esata card internally to give me access to estata storage. I also keep an external FW800 drive for a mirror backup of my boot drive. All my data and booting is internal with all my backups external. Each internal has an external and I have additional externals that I keep off site to protect against fire and theft.

  • How to get the most from Nokia Support Discussions

    This forum is a community of users of Nokia products and services from around the world who share their experiences and help people to solve problems. I've been using this forum for a couple of years now, I originally joined because I work in telecomms and I was looking for answers to a few issues that I was experiencing, and like many of the regular members, I've been coming here ever since. There is a really good crowd here, and it is often fun to read the boards as well as informative.
    If you have a problem, if nobody else can help, and if you can find us (it's not hard, Discussions all over Google whenever you search for something Nokia-related), then maybe you can hire: The D Team!
    The communityThis is a peer-to-peer community, you are usually dealing with people who have an interest in mobile technology, albeit with a particular preference to Nokia, who can help on a wide range of questions - the advantage that we have as a community is that many users have experience of a range of devices and accessories, so you can often get help here about issues concerning Nokia products being used with products from other companies that even Nokia itself cannot offer. There has also recently been a presence of Nokia staff (their usernames are shown in green) who are also helping users on the forum in their own time.
    Unlike many forums that we all use regularly, this is an official forum owned and run by Nokia, not the creation of amateur enthusiasts like you and I, so they are much more strict about behaviour than other forums, and the moderators will remove anything that is offensive or disrespectful to other users, or which may cause offence to users of a sensitive nature. Basically, you should treat other users the way you could treat another member of the public in a public place - too many people take advantage of the anonymity offered by the internet to behave in a way that they would not normally do.
    This forum is not a source of official support from Nokia, for that you have to call or e-mail from the "Contact us" link. Most of us are just normal consumers like you, therefore we don't have information on when products, services, software updates etc. will be available so it's futile to ask. Nokia doesn't even publish this information in most cases, so even the Nokia employee members probably wouldn't be able to answer these sorts of questions even if they do have the information.
    Tips for getting your question answered:
     (1) Search firstSomebody else may already have posted the same question, so you can save yourself time by checking first if the answer you need is already published on the forum.
    (2) Choose the right boardPeople are online at different times, we may be taking a break from our work, relaxing at home after a meal, flicking back to the forum whilst doing other surfing on the 'net or anything else, and people will look in boards where they have a specific personal interest so, for example, if you have a problem playing a video on your N96 use the Imaging and videos board in the Ovi and Mobile Media section or if you have a problem installing themes or applications on your 6220 Classic, use the Phone Applications under Software. Posting these questions on the Nseries and S60 smartphones board might see them get lost amongst lots of technical questions about the phone itself, you have a better chance of getting an answer by choosing the right place to ask it.
    (3) Write a clear titleSpeaking for myself, I don't have time to read everything on the boards, so I look for topics that I might be able to answer; therefore don't just put the subject as a phone model number or the name of an application or users might just pass over your post without opening it to read. For example, a title like "Can't get GPS signal in 5800" is much more likely to catch the attention of an experienced GPS user or a 5800 user and get the question answered quicker.
    (4) Explain your problem clearlyPhones and the software that we use in them and with them grow ever more complex, just saying "I can't send an SMS" or "Mr camera isn't working" does not give any information with which an experienced user can help you to troubleshoot. Whatever the case, explain exactly what you are trying to achieve, what you tried, and describe what happened, for example: did an application shut itelf down? Did the phone freeze? Was there an error message, and if so what was it? All of this will help other users to identify what is going wrong for you and the less questions they have to ask you back, the quicker they might help you.
    Tips for making the right impression:
     (5) Use normal textWRITING ENTIRELY IN CAPITALS does not convey a sense of urgency, in internet communities it is perceived as shouting or other generally agressive behaviour, so it will not win the hearts and minds of the people whose help you need. Also, using large characters or bright colours may look nice to you, but too much text written in very large, bold or colourful letters can simply fill the screen unnecessarily and is not always any easier to read, so it can also put people off from helping you. Use these features when you need to highlight a particular point, not all of the time.  (6) Resize imagesIf you are embedding a picture in your post, resize it so that it fits into the frame of the normal page. A full screenshot of your PC or a megapixel+ picture will stretch the borders of the page so far that people have to scroll left and right repeatedly to read not only your post, but the entire page of the thread that it is on, and just as above, if you make it difficult for others to read the thread, they could miss some information or just pass over it altogether. If you want to share a large image, you can also add it as an attachment to the post so that people can view it when they choose without impacting on the display of the page for everybody.
    (7) Pleeeeaaaaazzzzeeee don't do thisFar from making most users take pity on you and try to help you, this kind of thing can be just as bad as all capitals, especially is you make a word so long that it affects the display of the page like inserting large images does. You are also better off not using SMS shorthand and local slang in your posts, because users of the boards are from all over the world and might be speaking English as a second, third, etc. language, so the person who knows the exact solution to your question might not understand the way you have asked it.
    Message Edited by mccbleue on 24-Sep-2009 03:48 PM

    You mention it is a DV/HDV Film - how did you edit it? Did you edit both formats on the same timeline in Final Cut? (What were the settings in Final Cut for the timeline?)
    If you are using HDV in a timeline due to the length of time to conform the output, you may be better off exporting the entire thing for testing (small enough for HDV, though I often use AIC or 422 nowadays).
    What settings are you using in Compressor? I know you mentioned many combinations, but did you use any frame controls? What was the rate? Did you use CBR/VBR?
    One thing to try to get things started. Use 8 CBR and in the frame controls set them to to "Better" for all of them. Will take a bit longer using the filters but should give you an idea where you are at. (Also take a look at the self contained movie to see if there are any artifacts/picels there).
    How are you watching the DVD - computer screen or burning to a DVD?

  • Need advice on how to get the most out of iDVD.

    My wife and I do wedding Photography - Videography as a source of extra income.
    My question is: How can I produce the highest image quality dvd for our clients using iDVD.
    I dont quite under stand the difference between exporting from iMovie to iDVD and Sharing the
    movie from iMovie to the media browser, then opening iDVD and adding the movie that way.
    I shoot the movies with my Sony HDR-SR12 Camera and edit the footage with iMovie 09'.
    "please explain slowly and clearly" I am good with what I already know, however can quickly get
    confused when taking on new methods and or terminology...
    Thanks in advance.

    My question is: How can I produce the highest image quality dvd for our clients using iDVD.
    "please explain slowly and clearly"
    If only it WERE simple.....
    Your camera shoots HD video in AVCHD format. DVDs use mpg-2 compression and are really 4:3 devices; 16:9 content is anamorphically squeezed to the SD format. DVD players unsqueeze it on playback.
    Converting you HD AVCHD video to anamorphically squeezed mpg-2 content offers lots of opportunities for quality loss.
    You can try simply 'Sharing' your iMovie '09 movie with iDVD but I expect this will not produce maximum quality.
    I probably would choose the Share>Export using QuickTime option and then select the QuickTime Option>Video Setting of Apple Intermediate Codec. This conversion may take quite a while.
    For single layer media, if your content is under 60 minutes Best Performance encoding will probably give you the best results; if it's over 60 and under 120 minutes use Professional Quality. Personally, I try to stay away from DL media.
    What I suggest you do is create a short (say 15 minute) demo video clip and then try the various output option from iMovie and encoding options in iDVD to see what you like.
    When the iApps first came out (about 8 years ago), most prosumer video shooting was done in the DV format (digital video on mini-tape cassettes). DV is an easy format to edit because it is 'lightly' compressed and all the information needed to edit is easily accessible. The newer formats (like your AVCHD) are much more highly compressed and are more complicated to work with.

  • How to get the most out of my setup...

    As most of you know if you've read previous posts, I've recently had trouble with my hard disks, so, after I finish this project I'm ready to 'revamp' my setup, so it's ready for future use and some advice would be really useful...
    I have a Mac Pro machine, two years old, Quad-core Intel Xeon, 2.8ghz processor, 8gb memory.
    2 internal Hard Disks - 1 Capacity 297.77gb and the other 465.44gb, I've been using the smaller one as bootup disk for apps and os x and the bigger one for capture scratch.
    Then I have a USB external hard disk plugged in which is 1TB and backs up all my data with Time Machine.
    I also have one more external Hard disk, which is 297.77gb and has more input options (USB, firewire 400 and 800) but I like to keep this space to transport data, however at the moment I'm using it as a temporary startup disk with OS X and Final Cut, to finish my current project.
    So, after reading previous posts and knowing I work as a film editor, what do you suggest I do?
    My plan is to backup all files from internal disks to external ones, while I perform Disk warrior directory maintenance. I'll try to clear some data and then I'll set it up as it was.
    I can't think of a more appropriate way for it all to work?
    Ultimately I'd just like to get it back to working to its full potential, so I can do my work with confidence.
    Any suggestions?
    Thanks.

    Rendering times are pretty much based on processor speed if I have that right. Not much you can do about that other than buy a new computer. Your day to day work in the finder and accessing of files would be faster with your boot drive internal. One thing you can do is ensure your FCP System Settings are on the fastest disk you have. If you put a pair of drives internal and made a RAID volume for them you would improve your write speed when capturing and for any other read/write operations. You would have to be sure you kept that backed up properly because you double the odds of a failure when two drives spread the data between them. There are many RAID options.
    You could also bump up the RAM but you'd have to look at your processes to see if you are being limited by RAM. I'm guessing not but it's not impossible. If you are accessing scratch disks due to RAM limitations that would be one thing you could do.
    I would never bother connecting an external via USB if there was an esata or firewire option. I use an esata card internally to give me access to estata storage. I also keep an external FW800 drive for a mirror backup of my boot drive. All my data and booting is internal with all my backups external. Each internal has an external and I have additional externals that I keep off site to protect against fire and theft.

  • How to get the most from your MyBT account and rea...

    If you register for free online billing at www.bt.com/youraccount you'll benefit from having your BT account information at your fingertips online.
    Sign up to:
    View all your bills, stored online for 6 months
    Easily pay your bill or change your payment method
    Check your recent usage and call costs, updated daily
    Download and print your bills if you want to
    Manage the features of your services, such as Friends & Family add-ons
    All you need to register is an email address and your account number, which you’ll find at the top of your latest bill.
    If you have previously registered for an online account but have forgotten your username or password find out how to request a new password and get your username emailed to you.
    Why go Paper-Free?
    You might have heard about paper-free billing and be unsure whether to sign up. Here are a few reasons why paper-free billing would be a great option for you. Here's a few reasons why paper-free billing would be a great option for you.
    Get organised
    Signing up to paper-free billing with My BT can save you time, and it makes finding your latest bill much easier than searching through endless cabinets and drawers for that elusive bit of paper.  Copies of your bills are stored online for 6 months, so they're always there to view, download and print when you need them. One secure online log-in gets you instant access to your bill.
    Take control
    Signing up to paper-free billing can help you take control of your BT account, making it easy to keep track of your spending. You won't miss anything as we'll email to let you know your new bill is ready to view. You can even see which numbers have been called and how much each call has cost since your last bill.
    What else can you do on My BT?
    View Payments you’ve made
    Pay your bill or set-up a Direct Debit
    Manage your calling plans and calling features
    Track an order
    Track a fault
    To find out more and to sign up, visit www.bt.com/paperfree
    Finally, here’s a quick fact for you... Millions of BT customers have already signed up to paper-free billing, helping us save enough paper to stretch 7,500 miles from London to Tokyo each year!   Help us increase that amount of saved paper to reach all the way around the world.
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

    You mention it is a DV/HDV Film - how did you edit it? Did you edit both formats on the same timeline in Final Cut? (What were the settings in Final Cut for the timeline?)
    If you are using HDV in a timeline due to the length of time to conform the output, you may be better off exporting the entire thing for testing (small enough for HDV, though I often use AIC or 422 nowadays).
    What settings are you using in Compressor? I know you mentioned many combinations, but did you use any frame controls? What was the rate? Did you use CBR/VBR?
    One thing to try to get things started. Use 8 CBR and in the frame controls set them to to "Better" for all of them. Will take a bit longer using the filters but should give you an idea where you are at. (Also take a look at the self contained movie to see if there are any artifacts/picels there).
    How are you watching the DVD - computer screen or burning to a DVD?

  • How to get the most out of a Macbook Pro?

    I'm about to attend Full Sail University for a baccalaureate in Game Design. They'll be sending me a brand new macbook pro with a bunch of software, and I'll be using it 8+ hours per day. I want to have this laptop last at least the 4 years I'll be in college, and then some. What are some things that I can do to make sure this thing stays in top condition?
    I've already looked around for some cooling pads, as I know that would be one essential. What are others?

    If the school does not purchase it, then you should - Apple Care Protection Plan. 

  • How To Get The Most From My Battery...

    Hello! I just received my new MacBook Pro yesterday after a long absence from Mac. Was a PC person due to my profession...but I am back now! Yeah!
    One of my biggest complaints with my Dell was that the battery crapped out very quickly. I would like to extend & take care of my Mac battery the best I can but I don't know what are the correct procedures for this.
    Should I keep it plugged as often as possible?
    Should I let it charge up all the way and then work on it until the battery dies and then plug in for another recharge and repeat?
    Or does none of this really matter?
    Any help would be appreciated!!
    Thanks,
    Cynthia

    Here's some advice from Apple:
    http://www.apple.com/batteries/notebooks.html
    http://support.apple.com/kb/HT1490

  • How Can I get the MOST out of my Ipod?

    greetings yall!!
    Sean Price in the house.. this is NOW my third Ipod..its the Product RED Ipod Nano.. mad nice..
    but I feel as if I'm missing something.. I mean all I do is put music on there and JUST NOW i have learned to put my music videos on it..
    BUT come on.. I have heard YOU can do SO MUCH more then just that..
    I mean its like i have these video Ipods and I'm just using them as SHUFFLE ipods, you feel me?
    I mean I also have the red shuffle 2nd generation Ipod as well... and for that one yeah it makes sense all I CAN DO is play music on that one..
    but please SOMEBODY please give me the FULL breakdown on how to get the MOST out of my Ipods..
    PLEASE do advise!!
    I want it all, games!!! hacks, other OS's whatever.. just somebody school me!!
    THANK YOU!!!

    Click here for information.
    (30988)

  • Get the most out of a Mega PC

    Hi. I'm new :D
    I recently bought a Mega 651 to make a bit of a media project
    [that I don't really need since my internet PC is already next to the TV and stereo]
    and now I am looking at how to get the most out of it.
    So I'm interesting in knowing what you've done, or know can be done, with this box. Be it software, hardware or modifications. I know there are alot of threads out there, and I've read alot of them, but I wanted to do a new one which focused a bit on possibilities.
    I've fitted mine with a celeron 2.4, 1 gig ram, and a 80 or so GB HDD.
    The box is as noisy as a 21" industry rack   I have to do something about it.
    Some of the blame has to be put on the disk and I'm gonna replace it when I have time for two windows reinstallations  
    So, here are some conversation starters.
    Motherboard
    MS-6760. Does it conform to any size/form standard?
    Are there other motherboards that can be fitted into this box?
    Would the boards of other Mega PCs fit? Are they available for sales?
    Power Supply Unit
    Something is making noise, even when I remove the hard drive.
    The PSU in my box is a FSP250-60MS, max 250 W.  
    However, on a review I saw it to be fitted with an ENHANCE ENP-2920, 200 W.
    I understand the PSU is custom made to give power to the HIFI parts. But are there alternatives that will fit? Are there alternatives if I don't need the radio/CD? Or are the dimentions all wrong anyway... (Measured it to roughly something like 7x14x10 cm)
    System fans
    The PSU, the CPU and the mainboard have fans. Has anyone had any luck in reducing noise by replacing any of these? What is required (screws, soldering...), are the fan sizes standard? Did you burn down your house?
    Remote Control Unit
    I believe the key word here is "Girder". I've briefly encountered this program before - a program to read the signal of a remote, and assign actions. If I remember correctly, it is not freeware? Is it so, that the remote can be used with  Girder? Will Girder read another remote on the same sensor? Are there alternatives to Girder?
    Display
    From what I've read, this display is no fun what so ever. Or? Anyone done anything neat with it?
    TV/Video
    I have a ATI all in wonder lying around somewhere, TV tuner and video out. Are you people all using the default TV software or are there alternatives worth playing with?
    Radio Software
    Anyone using something other than the default MSI software?
    Media Center Software
    I've never tried anything like Media Portal and frankly I'm a bit uncertain of what makes it different from a media player. What are you using, and why?
    Anything else you'd like to mention?
    Please do!
    It's okay if you point me to another thread that already describes something like this, as long as you leave a hint at what you're finding interesting in the other thread. And you only have to answer the questions you want to
    Let the ideas flow.
    .t

    here are a few replies to your queries about the Mega 651:
    Motherboard:
    this is a custom built board designed for the mega 651. you might find that the boards in other megas MIGHT work, but they are not available for sale
    in any case, i think the 865 and 180 would be different anyway as they use a different LCD display and i imagine the connector might be slightly different
    Power Supply Unit:
    again this is a custom design for the Mega series, the only way you might quieten it down is by opening it up and replacing the fan for a quiet type
    System fans:
    having looked inside my mega 651 a few times, there is only one fan for the CPU, the chipset is passively cooled. the cpu fan noise has never really bothered me as it is temperature controlled - when the cpu is under load it does speed up, when it is not it stops! as far as i can see, the heatsink/fan is also a custom design
    Display:
    forget about it - msi won't release any SDKs for this and probably never will
    TV / Video:
    you can use any tv card and its software that you are happy with - there is no specific reason to use an MSI card
    media center software:
    the intervideo software provided with the mega 180 and 865 also works with the 651 (if you can get hold of it anywhere). however it is a load of rubbish, and if you do need anything like that, then media portal is going to be your best bet
    find out more at http://mediaportal.sourceforge.net
    the trick with these mega pcs is not to expect too much from them!! they are a nice idea, but i think they were rushed to the market too soon in order to steal a march on their other SFF rivals - the next generation of mega PC will hopefully address all the issues we've experienced and make them proper HTPCs!!
    good luck!

  • Getting the most out of SD

    I recently bought DSP on ebay. I use FCE to make films for various functions to be played on any standard DVD players. My intention was to be able squeeze a little more quality out of the film rather than having iDVD massacre it at the end of my work flow.
    I know the SD export is limited to 720x480, but Im not really sure this really much better than idvd. Does any one have any tips on how to get the most from SD?
    (For my work, using SD-DVD is absolutely necessary. Pls no suggestions about getting with the times, hooking up my laptop, or buying a ps3 )

    There are 3 things which go into a good encode:
    1. The quality of your source is the most important. Lighting, format, color correcton all affect your final output. DV for example is a great codec for home videos and such but would rarely be used in a profesional enviroment (or shouldn't) these days. Its highly compressed so when you compress it again to MPEG2 you notice artifacts.
    2. The Encoder itself. DVDSP isn't an encoder, its an authoring tool only. Yes it will encode your .mov file automatically but this uses the same encoding engine as iDVD so you will not get better quality with your DVDSP purchase unless you have Compressor or another third party encoder, such as BitVice. A good encoder can cost $70k.
    3. Knowledge is super important. Get online and read up on MPEG 2 technology. Understand bitrates, GOP structures, how audio formats effect bitrates ect. Encoding is just trial and error until you can look at some footage, know the length and immediately decide how you will tackle the job. Its an artform really.
    So to answer your question you will need to answer these 3 three questions for yourself based on the budget and how far you are willing to go with alll this. No way you should expect to buy a copy of DVDSP off eBay (which automatically makes it an outdated tool) and expect it to improve your end results.
    I love your question because I find it shocking how many talented producers, shooters and editors seem to treat DVD authoring and encoding as some kind of afterthought. In a way its the most important part of the process since everything can fall apart once a client takes a look at their poorly encoded footage they paid for
    Message was edited by: Eric Pautsch1
    Message was edited by: Eric Pautsch1

  • How do I get the most out of my battery?

    Hello all,
    I bought a MacBook Pro around 3/4 weeks ago, and I was just wondering how I should treat my battery to get the most use out of it. Should I use the computer until it needs charged? Should I leave it on the charger when I'm using it? Should I let it get below a certain percentage before I charge it?
    I'm just looking for some tips because prior to purchasing a Mac I had a HP Laptop. I really ran down the battery on it because I left it plugged in too often.
    Any info or suggestions are greatly appreciated!
    Thanks,
    Andrew

    exactly as Csound1 says.
    keep it plugged in when you're close to a power outlet - but don't leave it plugged in 7 days a week....
    once in a while, use under it's own power and charge it back up when it's down to 75% to keep your battery in optimal condition.
    once every couple of months, use under it's own power and charge it back up when it's down to 35%.....
    do not constantly discharge your battery to 0% - will shorten the life of your battery.
    good luck

  • How to get the top most community given a sub community ID

    Hi,
    I have developed a custom navigation scheme with top level communities as top nav and the sub communities of the top level communities in the left nav.
    Now when the user selects a particular sub community in the left nav the top level community in the top nav should be highlighted.
    I am able to get the first level parent community of the current community but not able to recursively reach the top most community.
    I have tried the following piece of code
    IPTCommunityManager ptOM = (IPTCommunityManager) ptMgr.GetInterfaces("IPTCommunityManager");
    IPTCommunityInfo ptCommunityInfo = ptOM.CachedOpenCommunityInfo(communityID ,true);
    IPTQueryResult result = ptCommunityInfo.GetParentCommunity() ;
    I dont know how to get the communityID from result
    Any pointers in this regards will be very helpful
    Thanks

    To get community ID from the result just use this code:
    int nCommID = result.ItemAsInt(0, PT_PROPIDS.PT_PROPID_OBJECTID);
    The NavigationModel class in portalpages project has a wealth of code dealing with these types of tasks. Look around there if you don't know how to code something, it is a good source for examples.
    You would then get the CommunityInfo object for the parent community ID and call GetParentCommunity again until you reach the top. The IPTCommunityInfo objects are cached so the performance will not be too bad.

  • In Messages, how can I get the most recent entries to appear on top, like with my emails?  Thanks!

    In Messages, how can I get the most recent entries to appear on top, like with my emails?  Thanks!

    HI,
    A Note.
    Technically the most recent Conversation (or Chat) that has a new message (be it iMessage or IM) will move to the top in the list on the left if it is set in the View  Menu to do so.
    Obviously this does need more than one Conversation or Chat to be listed to work.
    It does not change the focus of the Chat/Conversation you are viewing.
    iChat - the forerunner naver had an option to invert the chats.
    The iChat Feedback page is where I use.
    You will also see it does not list iChat 6 depsite listing Lion.
    In this sense it has always beeen out of step on the iChat/Messages version front  (it took me a long time via the Lounge and Host help to get it on the list of pages to be updated on New OS versions)
    11:00 PM      Friday; June 28, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for