
drapacioli
Sep 10, 02:51 PM
What operating system and browser are you using?
The Apple symbols that you're able to see are just GIF images (one of the smilies provided by this message board is an Apple logo.) You can see this one (:apple:), because it's just an image. But you can only see this one () if you have the necessary fonts installed, which all iOS devices and Macs should.
I'm running Leopard on my MDD using Firefox. My windows pc doesn't display it either, and it doesn't display if I switch to 9.2 on my MDD either.
The Apple symbols that you're able to see are just GIF images (one of the smilies provided by this message board is an Apple logo.) You can see this one (:apple:), because it's just an image. But you can only see this one () if you have the necessary fonts installed, which all iOS devices and Macs should.
I'm running Leopard on my MDD using Firefox. My windows pc doesn't display it either, and it doesn't display if I switch to 9.2 on my MDD either.
more...

TheShinyMac
Apr 4, 09:05 PM
Very helpful, indeed.
I can't help you with this, sadly. Perhaps take it to an apple store?
It's jailbroken. Its a bug. Bringing it to a store in this state could potentially void his warranty. You are very helpful, indeed.
I can't help you with this, sadly. Perhaps take it to an apple store?
It's jailbroken. Its a bug. Bringing it to a store in this state could potentially void his warranty. You are very helpful, indeed.
more...

simsaladimbamba
Apr 7, 06:58 AM
Go into Windows Explorer and right click on the disk (if you mean the CD or DVD) and select "EJECT".
Btw, the OPTION key is not used to eject optical media from the ODD, the EJECT key on the top right of the keyboard is used for that.
Btw, the OPTION key is not used to eject optical media from the ODD, the EJECT key on the top right of the keyboard is used for that.
more...

raymanrox1
Apr 7, 10:10 AM
As I suspected. Turn the firmware password protection off while you are installing Windows. If you don't have the password, you probably shouldn't be installing Windows on it.
B
D: C'mon. Its just a sad way of my school to prevent us from getting admin passwords. I already have my own admin password just that now the damned firmware passwords getting in the way.We are allowed to install it btw,password's just an extra protection
B
D: C'mon. Its just a sad way of my school to prevent us from getting admin passwords. I already have my own admin password just that now the damned firmware passwords getting in the way.We are allowed to install it btw,password's just an extra protection
more...

jrohlman88
May 5, 11:38 AM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_8 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8E401 Safari/6533.18.5)
Does anyone know when best buy is suppose to get the new iMac? The only reason I want one from them and not apple is because if the 18 month 0% financing option. One sales associate told me this Friday, but another told me several weeks from now
Does anyone know when best buy is suppose to get the new iMac? The only reason I want one from them and not apple is because if the 18 month 0% financing option. One sales associate told me this Friday, but another told me several weeks from now
more...

NYmacAttack
Dec 20, 07:14 PM
heh.. i figured it out. i accessed it from the optical drive's slot. pbfixit says to go in through the little gap you create between the top and bottom half of the base. i ended up putting some nice dents in my pb from trying to wedge stuff in there.. lo' and behold going in through the optical drive and up released it in 10 seconds. i'm going to email them and let them know they suck. that said, i wouldn't recommend pbfixit.com to anyone.
Thanks for the tip. apple's laptop are always such a pain to open up. Changing the hard drive on my toshiba only involved taking out 5 screws.:(
Thanks for the tip. apple's laptop are always such a pain to open up. Changing the hard drive on my toshiba only involved taking out 5 screws.:(
more...

notjustjay
May 6, 09:27 AM
Congrats on the well-deserved vacation, I hope you enjoy it.
I was working those kind of hours for a couple of months toward the end of last year. Aggressive software deadlines. I count myself fortunate that I get paid for the overtime. It's much easier to accept working at 8pm on a Sunday night when I know I can charge time and a half for the entire weekend!
Things have settled a bit but I'm finding a comfortable pace of working mostly regular hours during the week, plus coming in on Sunday afternoons for a few OT hours.
I was working those kind of hours for a couple of months toward the end of last year. Aggressive software deadlines. I count myself fortunate that I get paid for the overtime. It's much easier to accept working at 8pm on a Sunday night when I know I can charge time and a half for the entire weekend!
Things have settled a bit but I'm finding a comfortable pace of working mostly regular hours during the week, plus coming in on Sunday afternoons for a few OT hours.
more...

TwoJax
Mar 25, 04:43 PM
I was afraid that was going to be the answer. Thanks for the reply.
If anyone knows anything different, feel free to let me know...like maybe how to jb 3.2.2 at this late stage.
:mad:
If anyone knows anything different, feel free to let me know...like maybe how to jb 3.2.2 at this late stage.
:mad:
more...

P-Worm
Sep 10, 07:57 PM
Yeah, yeah, I'm a newbie, but I don't think I fully understand this spamming thing. Is it when you say something unrelated or something already said before?:confused:
P-Worm
P-Worm
more...

appleguy123
May 6, 10:03 PM
No. I still like the expos? and multitouch fluidity of Snow Leopard, and that keeps me from using Lion as my main os.
more...

dsnort
Apr 12, 09:01 PM
Sweet. I'm very jealous!:(
more...

belvdr
Sep 28, 07:09 PM
Permissions should be 744 I guess (all-read-read), maybe 755.
.htaccess files are inherited. Put one in your root directory, and all directories will be 'protected'. :)
You may of course over-write the inherited .htaccess parameters for a given directory with a new .htaccess file. In turn, this new file will cascade down to all sub-directories.
Or you can edit the httpd.conf file. For the DocumentRoot, you will see a <Directory> directive. Simply put -Indexes in the Options tag. Be sure to check throughout the file. The Apache default is to make the DocumentRoot very strict, then loosen the perms later on.
I personally prefer this method over .htaccess files, just for the cleanliness of the web directories. Also, it eliminates any file permission security holes that may pop up.
EDIT: If you choose .htaccess files, do _not_ use 744 or 755. You want these to be 644, maximum.
.htaccess files are inherited. Put one in your root directory, and all directories will be 'protected'. :)
You may of course over-write the inherited .htaccess parameters for a given directory with a new .htaccess file. In turn, this new file will cascade down to all sub-directories.
Or you can edit the httpd.conf file. For the DocumentRoot, you will see a <Directory> directive. Simply put -Indexes in the Options tag. Be sure to check throughout the file. The Apache default is to make the DocumentRoot very strict, then loosen the perms later on.
I personally prefer this method over .htaccess files, just for the cleanliness of the web directories. Also, it eliminates any file permission security holes that may pop up.
EDIT: If you choose .htaccess files, do _not_ use 744 or 755. You want these to be 644, maximum.
more...

shartypants
Apr 22, 03:49 PM
Oo, I'm going right out and buying one! NOT! Page 1?
more...

ATD
Oct 19, 05:07 PM
Thanks. :D
more...

greenbreadmmm
Feb 15, 01:56 PM
I have a package design project in my design class and was wondering if anyone had any good ideas for packages that need to be redesigned. You never really realize something is poorly designed until the new one is released. I have looked at many good designs but can not thing of a product that needs a revamp.
any ideas would be appreciated
any ideas would be appreciated
more...

WildCowboy
Jan 6, 11:55 AM
We're still working on plans, so no need to panic yet. More information will be forthcoming. :)
more...

QuantumLo0p
Apr 26, 02:45 PM
....It would be best to wait until this Summer for the next OS upgrade to come out (10.7 aka Lion) otherwise you'll be looking at an OS upgrade cost to you in the future.
Perhaps Lion will cost relatively little, such as the Snow Leopard upgrade.
Perhaps Lion will cost relatively little, such as the Snow Leopard upgrade.
more...

thebez
Jul 7, 10:05 PM
Maybe I'm a weirdo, but I liked the puck mouse. I even liked the two-toned ball - now that was attention to detail! Still had to clean the rollers though. :(
more...

MrFusion
Apr 24, 12:28 PM
byteSizeOfElement is wrong. Your code will only work (if all other bugs are fixed) with 64 bit code, not with 32 bit code.
Care to explain why? :confused:
Having little faith in the user (mainly me) to actually release the pointer, I already decided to get the value by passing a reference.
-(void) element:(void *) element
Care to explain why? :confused:
Having little faith in the user (mainly me) to actually release the pointer, I already decided to get the value by passing a reference.
-(void) element:(void *) element
illegalprelude
Jan 13, 04:16 PM
wow, how many times is this topic going to get discussed. Dont Feed the Trolls
Stelliform
Sep 12, 09:42 AM
I don't feel like old School. I joined last october, so I missed all of the historic stuff.
What do you guys consider old School.
I consider it members that joined spring 2002 or earlier
What do you guys consider old School.
I consider it members that joined spring 2002 or earlier
harcosparky
May 5, 04:56 AM
I'd venture to say that people have done more work with less computer then that, so you should be fine with what you want to do.
System RAM is important as previously stated.
System RAM is important as previously stated.
aarond12
Jan 25, 05:46 PM
Since no examples were given, I have to say: USE COMIC SANS FOR EVERYTHING. :eek:
Seriously, each document/logo/presentation needs deep consideration of the audience, corporate branding, etc., to choose a font. This usually isn't a "throw a dart and choose a font" type of thing...
Seriously, each document/logo/presentation needs deep consideration of the audience, corporate branding, etc., to choose a font. This usually isn't a "throw a dart and choose a font" type of thing...
notjustjay
Apr 18, 12:17 AM
Call me old fashioned, but there's something about paper that I still prefer over eBooks in many situations. One advantage is you can glance at large portions of the document at the same time (by flipping around and skimming) and you can even separate a printed document and compare things side by side if needed. You can also highlight, underline, and take notes on the page.
I find myself using both on a day to day basis (well, not eBooks per se, but PDF versions of documents). I'll print out a software design document, for example, which describes in detail the stuff I'm programming or working on, for the reasons I mentioned above -- it's very handy to be able to circle something or jot down notes. On the other hand, there are a few reference documents I use on a regular basis and I like to pull up the PDF and search for specific terms.
I find myself using both on a day to day basis (well, not eBooks per se, but PDF versions of documents). I'll print out a software design document, for example, which describes in detail the stuff I'm programming or working on, for the reasons I mentioned above -- it's very handy to be able to circle something or jot down notes. On the other hand, there are a few reference documents I use on a regular basis and I like to pull up the PDF and search for specific terms.