
germanjulian
Jun 15, 05:32 AM
Hi,
anyone coming down? Who wants to meet up at 7am (or earlier?).
I shall bring cookies for everyone, mcdonalds for myself and some water (trying not to drink to much :D)
anyone coming down? Who wants to meet up at 7am (or earlier?).
I shall bring cookies for everyone, mcdonalds for myself and some water (trying not to drink to much :D)

wngraham
Oct 23, 03:40 PM
I have 3 questions
1. at the Tiger release did everyone get scratch off cards?
2. ^^ Did everyone receive the 10% discount along with the scratch cards?
3.If I were to buy an iMac that night with the 10% discount can i get that on top of my education discount?
You can't combine discounts, i.e. the 10% card and the EDU. At least not when Tiger was released....
1. at the Tiger release did everyone get scratch off cards?
2. ^^ Did everyone receive the 10% discount along with the scratch cards?
3.If I were to buy an iMac that night with the 10% discount can i get that on top of my education discount?
You can't combine discounts, i.e. the 10% card and the EDU. At least not when Tiger was released....

Blorzoga
Mar 11, 06:45 AM
If anyone is DEFINITELY going to Ardmore and is going to be there before 2:30pm... please PM me and I will give you my phone number and you can text me the status of the lines.
In return, I'll throw in a SuperPoints Invite (the site costs $8 to join) but with an invite.. it's FREE
Wow, a SuperPoints invite, just what I've always dreamed of!
In return, I'll throw in a SuperPoints Invite (the site costs $8 to join) but with an invite.. it's FREE
Wow, a SuperPoints invite, just what I've always dreamed of!

awmazz
Aug 26, 04:24 PM
I imagine the situation in Australia is that the independents and Greens will be wooed - until the very first opportunity to dump them occurs, at which point they'll be discarded posthaste.
Yep, they usually do that here too, but this time around sufficient number of voters didn't want either of them enough to hold their nose and vote for the other one. Usually if there's someone you can't vote for you can always find someone to vote against. This election also had the highest number of 'informal' nobody at all votes for three decades I think.
Haha, going on what I said previously about them granting the Independents' wishes, the political cartoons are reflecting this - one has an independent asking "can I have a pony?". Another one is asking for a rocketship to send one of his cows over the Moon and the big party leaders are nodding in agreement, yep, we can give you that... :)
Yep, they usually do that here too, but this time around sufficient number of voters didn't want either of them enough to hold their nose and vote for the other one. Usually if there's someone you can't vote for you can always find someone to vote against. This election also had the highest number of 'informal' nobody at all votes for three decades I think.
Haha, going on what I said previously about them granting the Independents' wishes, the political cartoons are reflecting this - one has an independent asking "can I have a pony?". Another one is asking for a rocketship to send one of his cows over the Moon and the big party leaders are nodding in agreement, yep, we can give you that... :)
more...

appleguy123
Oct 3, 08:28 PM
Does anyone have a picture of a splayd?

DaBorg
Feb 20, 02:12 PM
I'm looking at upgrading my Mac Mini to 8GB of RAM (from 4). I checked out the Apple store (eeek, I know) and it was around $600 CDN for the 8GB of RAM!!!!
Question, though...based on what I know of the type of RAM in the mini, I can purchase some non-Apple branded RAM form my local computer store for about $100.
I know Apple is over-priced, but this is insanely over-priced. Am I missing something or risking anything if I go with the non-Apple RAM?
Specifically, the RAM I'm looking at getting is this one:
http://www.canadacomputers.com/product_info.php?cPath=24_309&item_id=033394
Question, though...based on what I know of the type of RAM in the mini, I can purchase some non-Apple branded RAM form my local computer store for about $100.
I know Apple is over-priced, but this is insanely over-priced. Am I missing something or risking anything if I go with the non-Apple RAM?
Specifically, the RAM I'm looking at getting is this one:
http://www.canadacomputers.com/product_info.php?cPath=24_309&item_id=033394
more...

jusacruiser
Apr 26, 04:27 PM
Wow, I never knew what the preview app was supposed to do. Your responses will help me begin with that app. thanks!
I have a question about the screen shot......i went to file>take screen shot. Then I tried to paste it in a Pages Document and it did not work. What am I doing wrong?
I have a question about the screen shot......i went to file>take screen shot. Then I tried to paste it in a Pages Document and it did not work. What am I doing wrong?

penter
Apr 24, 01:09 AM
where r u located? I have one that I'd be willing to sell
more...

l.a.rossmann
Mar 27, 12:46 AM
Screenaid should be in the Hall of Shame.. Maybe yours was a beginners luck purchase but keep ordering and they'll get you. Google screenaid before you order anything. Several of my colleagues in the industry have blacklisted them

John McCain#39;s campaign website
more...

John McCain, for the record,

as John McCain#39;s running
more...

John McCain#39;s) failure

Senator John McCain has
more...

pick by John McCain in

Know your BFEE: John McCain,
more...

John McCain. Naughty or Nice?

John McCain: Reformed Maverick

John McCain, R-Ariz., right,

chown33
Apr 23, 06:53 PM
Thanks! Your answer helped. So now I know that <**> are only for system provided classes. I used quotes for Fraction.h and it worked.
The example that I used had everything dumped in the main .m file along with the main function.
I'm glad you got it working, but please be specific in the future about what you did, and what the book told you to do. Accuracy is important in programming. Books are specific about what to do because the author knows what works and what doesn't, and has given accurate instructions on what to do that works.
If you're working from a book, and they show you what to put into a file, you should put exactly that into a file. So if your book showed you to put everything dumped into the main.m file, then that's what you should do.
However, if they showed you something else, then dumping everything into a single main.m file is asking for trouble, because you don't know all the consequences of what you're doing.
If the book showed "Fraction.h", then that's what you should use. If they showed <Fraction.h> and it didn't work, then that's an error in the book.
Do not make changes to what a book tells you unless you fully understand what the consequences are. And if you're a beginner, then almost by definition, a beginner does not fully understand all the consequences. If you did understand all the consequences, you wouldn't be a beginner.
The example that I used had everything dumped in the main .m file along with the main function.
I'm glad you got it working, but please be specific in the future about what you did, and what the book told you to do. Accuracy is important in programming. Books are specific about what to do because the author knows what works and what doesn't, and has given accurate instructions on what to do that works.
If you're working from a book, and they show you what to put into a file, you should put exactly that into a file. So if your book showed you to put everything dumped into the main.m file, then that's what you should do.
However, if they showed you something else, then dumping everything into a single main.m file is asking for trouble, because you don't know all the consequences of what you're doing.
If the book showed "Fraction.h", then that's what you should use. If they showed <Fraction.h> and it didn't work, then that's an error in the book.
Do not make changes to what a book tells you unless you fully understand what the consequences are. And if you're a beginner, then almost by definition, a beginner does not fully understand all the consequences. If you did understand all the consequences, you wouldn't be a beginner.
more...

kretzy
Dec 19, 09:36 AM
I think this is the coolest animated 'tar I've seen. It's so detailed, funny and clever! Nice job! ;)

ECUpirate44
Mar 21, 07:12 PM
If you don't have your blobs, then this isn't happening.
got em
got em
more...

lynkynpark86
Feb 7, 09:03 AM
hi i have an ipod touch 4 JB on 4.1 i was just wondering that is there a way to put songs in to the ipod without connecting to itunes
and also any app for bluetooth transfer
Well, MewSeek is like limewire and, if you get the paid version, you can add songs to the ipod/music app. And Wifi sync lets you do just that, sync over wifi (but sadly not bluetooth)
and also any app for bluetooth transfer
Well, MewSeek is like limewire and, if you get the paid version, you can add songs to the ipod/music app. And Wifi sync lets you do just that, sync over wifi (but sadly not bluetooth)

harleymhs
Apr 24, 06:34 AM
Does anyone have the manual for the 11" MBA ? Great Post ! :D
more...

albinoAZN
Jun 3, 05:35 PM
would shipping the Mississippi be free?

Apple OC
Apr 6, 11:57 AM
id much rather get a free one than pay for it, dont worry i'm not doing anything illegal so stop being nasty.
Parents won't buy you a new Mac when the one you have gets the job done?
Parents won't buy you a new Mac when the one you have gets the job done?
more...

Fuchal
Apr 23, 05:15 PM
http://clustersapp.com/

Doozy
Nov 8, 10:19 AM
Quick Poll.
Which do you prefer phpbb or vbulletin?
I would like your input. I am starting a forum for a client and it will probably not have very heavy traffic, but he wants it to be SEO. I know vbulletin is more SEO than phpbb. I could mod phpbb to be more search engine friendly but modding phpbb makes upgrading harder.
Is it worth it to just start with vBulletin?
Which do you prefer phpbb or vbulletin?
I would like your input. I am starting a forum for a client and it will probably not have very heavy traffic, but he wants it to be SEO. I know vbulletin is more SEO than phpbb. I could mod phpbb to be more search engine friendly but modding phpbb makes upgrading harder.
Is it worth it to just start with vBulletin?

bennetsaysargh
Jul 25, 01:58 PM
i have a few questions
how much space did you save?
would it affect my iMac DV 400?
thanks:)
how much space did you save?
would it affect my iMac DV 400?
thanks:)
colourfulclock
May 24, 04:17 PM
nothing?:(
MrRoyksopp
Apr 12, 08:31 AM
Hello everyone.
I've been thinking a lot about getting either an iPad 2 or an iPhone 4. Iv'e saved a lot of money, and I really want to spend some of them, on one of these devices, but I just don't know which one to get. So just wanted to hear, if anyone out there had the same problem?
I want the iPad cause want a very portable device, for example on holidays etc. and to do some easy school tasks.
the other way around, I would like to get a new phone, i'm just scared of loosing it on the floor. I've got an old sony ericsson phone, it get's the job done, and that's it, but it's durable.
Anyone with some advice?
- Thanks, and btw sorry for my bad english, I'm from Denmark.
I've been thinking a lot about getting either an iPad 2 or an iPhone 4. Iv'e saved a lot of money, and I really want to spend some of them, on one of these devices, but I just don't know which one to get. So just wanted to hear, if anyone out there had the same problem?
I want the iPad cause want a very portable device, for example on holidays etc. and to do some easy school tasks.
the other way around, I would like to get a new phone, i'm just scared of loosing it on the floor. I've got an old sony ericsson phone, it get's the job done, and that's it, but it's durable.
Anyone with some advice?
- Thanks, and btw sorry for my bad english, I'm from Denmark.
Jovian9
Sep 17, 12:48 PM
Awhile back I ran out of room on my 40GB iPod Photo and my warranty was going to expire at the end of Oct '05 (bought when the Photos were originally released). So I waited to see if they would upgrade the full size iPods.....which they did not...they just released the Nano's. So I put my 40GB iPod Photo on eBay and it sold quickly and I ordered a 60GB Color iPod. But with the expo being next week b/t the 20th and 24th maybe they will still release another upgrade. Should I wait and not open my new 60GB iPod? This way I could return my iPod and order a newer one. Does anyone have experience with unopened returns to Apple?.....cost?.....can you return an iPod you ordered online to a local Apple Store? Thanks!
iPhonePhan
Jun 20, 05:44 PM
Work and the World Cup will keep me pretty well occupied until Thursday. And this site of course.
World Cup and work for me. BRRRRRAAASSSIL!! PENTACAMPE�ES ! E DENTRO DE POUCO HEXACAMPE�ES!
Sorry in advance to the non-Brazilians (and after today's awesome game, Cote d'Ivoiriens ;)
World Cup and work for me. BRRRRRAAASSSIL!! PENTACAMPE�ES ! E DENTRO DE POUCO HEXACAMPE�ES!
Sorry in advance to the non-Brazilians (and after today's awesome game, Cote d'Ivoiriens ;)
MrCommunistGen
Sep 20, 12:23 PM
Is anyone else having trouble getting new WUs? Ever since yesterday I have not been able to get replacement WUs to replace my finished ones on my 2 main computers. I keep on getting a 503 error from the server which I believe means that the server is down... but I just moved to college a couple of days ago and these are my first new WUs since moving so it could be something funny about the internet here. Anyone know what might be going wrong?
Thanks!
mcg
UPDATE: I've been able to get a new WU on one of my two computers here in college, so I don't think its the 'net connection. The other computer still hasn't picked up a WU though... still error 503.
Thanks!
mcg
UPDATE: I've been able to get a new WU on one of my two computers here in college, so I don't think its the 'net connection. The other computer still hasn't picked up a WU though... still error 503.
Tidak ada komentar:
Posting Komentar