Thomas Veil
Feb 10, 10:53 AM
Now, can we teach wolves to bring down helicopters?I'm kind of thinking of arming a moose with a heat-seeking missiles, but to say more would put us in PRSI territory. ;)
Cocks. Armed and dangerous.
Be careful of giant stabbing cocks.
Cocking your cock can cock up.You enjoyed that, didn't you?
Cocks. Armed and dangerous.
Be careful of giant stabbing cocks.
Cocking your cock can cock up.You enjoyed that, didn't you?
snaky69
May 4, 05:55 AM
Hey guys. We know that the MB 2008 only adress 6GB RAM even the 8GB kit is installed (OWC wrote this) if more than 6GB memory is inserted then the machine would lag horribly
I have the latest boot ROM version [MB51.007D.B03]
Ya i haven't made any upgrades in a while.
Someone told me this :http://www.macrumors.com/2011/03/07/secret-firmware-update-unlocks-support-for-8-gb-ram-on-late-2008-notebooks/
so i ask question in this thread.
so should i install 8GB (2x4GB's) on my MB 2008 Alu?
Mac OS 10.6.7 2.0GHz 2GB stock RAM 160GB 5400RPM stock HDD
6Gb will run just fine without any modification, I believe the 8Gb boot ROM thing only applies to the first unibodies from nor your early 2008 version.
I have the latest boot ROM version [MB51.007D.B03]
Ya i haven't made any upgrades in a while.
Someone told me this :http://www.macrumors.com/2011/03/07/secret-firmware-update-unlocks-support-for-8-gb-ram-on-late-2008-notebooks/
so i ask question in this thread.
so should i install 8GB (2x4GB's) on my MB 2008 Alu?
Mac OS 10.6.7 2.0GHz 2GB stock RAM 160GB 5400RPM stock HDD
6Gb will run just fine without any modification, I believe the 8Gb boot ROM thing only applies to the first unibodies from nor your early 2008 version.
harleymhs
Apr 24, 06:34 AM
Does anyone have the manual for the 11" MBA ? Great Post ! :D
harpster
Apr 6, 07:13 PM
It's probably your email script...
When you have a php form using POST variables like you do (method="post") and your not sure about the form part all you need to do is to put this test code in the page your submitting to in this case contactformprocess.php.
<pre>
<?php
print_r($_POST);
?>
</pre>
<?php exit; ?>
This will print out the POST array showing you all the values that were submitted. That way you know that the form submission is good if you get the expected results and you can then debug the submit to script.
Usually I put in a exit or die statement after the closing </pre> tag to stop the script execution so I can easily see the POST array contents. The <pre> tags aren't needed but they format the array so it's easy to read.
When you have a php form using POST variables like you do (method="post") and your not sure about the form part all you need to do is to put this test code in the page your submitting to in this case contactformprocess.php.
<pre>
<?php
print_r($_POST);
?>
</pre>
<?php exit; ?>
This will print out the POST array showing you all the values that were submitted. That way you know that the form submission is good if you get the expected results and you can then debug the submit to script.
Usually I put in a exit or die statement after the closing </pre> tag to stop the script execution so I can easily see the POST array contents. The <pre> tags aren't needed but they format the array so it's easy to read.
more...
rossagrant
Apr 20, 03:33 PM
Hi guys,
Pulling my hair out with this one as I'm one of those types that wants a fix and not a workaround.
A couple of days ago I put my Mac Pro to sleep before I got into bed as I usually do.
I was just drifting off to sleep and the thing decided to wake up on it's own. I put it back to sleep and I thought nothing of it until about 30 mins later it did it again.
Now I reset the PRAM, reset the SMC, trashed the powermanagement.plist and this didn't have an affect.
I then thought actually, why not do a fresh install of Snow Leopard as it's been running for sometime now and I had a lot of software installed I didn't use so I thought why not.
It's STILL doing the same thing.
Now the log says:
20/04/2011 15:40:21 kernel en0 Link down
20/04/2011 15:40:21 kernel en1 Link down
20/04/2011 15:40:22 kernel System Sleep
20/04/2011 15:40:22 kernel Wake reason = UHC6
20/04/2011 15:40:22 configd[13] network configuration changed.
20/04/2011 18:11:34 Spotify[568] Reachability Flag Status: -R tc----- networkStatusForFlags
20/04/2011 18:11:34 Spotify[568] Reachability Flag Status: -R tc----- networkStatusForFlags
20/04/2011 18:11:34 kernel System Wake
20/04/2011 18:11:34 kernel Previous Sleep Cause: 5
20/04/2011 18:11:34 kernel The USB device BRCM2046 Hub (Port 1 of Hub at 0x5a000000) may have caused a wake by issuing a remote wakeup (2)
20/04/2011 18:11:34 kernel The USB device Bluetooth USB Host Controller (Port 1 of Hub at 0x5a100000) may have caused a wake by issuing a remote wakeup (3)
20/04/2011 18:11:34 kernel EIR is supported.
20/04/2011 18:11:34 kernel SSP is supported.
20/04/2011 18:11:37 kernel Ethernet [Intel82574L]: Link up on en1, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
20/04/2011 18:11:39 ntpd[42] bind() fd 25, family 30, port 123, scope 5, addr fe80::ea06:88ff:fecc:3b61, in6_is_addr_multicast=0 flags=0x11 fails: Can't assign requested address
20/04/2011 18:11:39 ntpd[42] unable to create socket on en1 (13) for fe80::ea06:88ff:fecc:3b61#123
20/04/2011 18:11:40 kernel en0 Link down
So I am presuming it's a bluetooth device, which is either my magic mouse or my apple wireless keyboard causing the issue.
Could it be a dodgy bluetooth card though?
It hasn't had this problem ever before so I was also thinking it's maybe due to the recent 10.6.7 update which I read caused some trouble with bluetooth devices on some other macs.
It's just really bizarre.
I can turn off the 'allow bluetooth devices to wake this computer' and see if that helps but I have NEVER had to change this default setting before which would suggest some other conflict, a faulty mouse or keyboard or a faulty bluetooth card.
I don't want to just fix the symptom if the underlying problem is faulty hardware as I would rather have the offending article swapped out whilst I still have applecare.
Has anyone else experienced this lately???
Really appreciate you reading this so thanks!
Ross :)
Pulling my hair out with this one as I'm one of those types that wants a fix and not a workaround.
A couple of days ago I put my Mac Pro to sleep before I got into bed as I usually do.
I was just drifting off to sleep and the thing decided to wake up on it's own. I put it back to sleep and I thought nothing of it until about 30 mins later it did it again.
Now I reset the PRAM, reset the SMC, trashed the powermanagement.plist and this didn't have an affect.
I then thought actually, why not do a fresh install of Snow Leopard as it's been running for sometime now and I had a lot of software installed I didn't use so I thought why not.
It's STILL doing the same thing.
Now the log says:
20/04/2011 15:40:21 kernel en0 Link down
20/04/2011 15:40:21 kernel en1 Link down
20/04/2011 15:40:22 kernel System Sleep
20/04/2011 15:40:22 kernel Wake reason = UHC6
20/04/2011 15:40:22 configd[13] network configuration changed.
20/04/2011 18:11:34 Spotify[568] Reachability Flag Status: -R tc----- networkStatusForFlags
20/04/2011 18:11:34 Spotify[568] Reachability Flag Status: -R tc----- networkStatusForFlags
20/04/2011 18:11:34 kernel System Wake
20/04/2011 18:11:34 kernel Previous Sleep Cause: 5
20/04/2011 18:11:34 kernel The USB device BRCM2046 Hub (Port 1 of Hub at 0x5a000000) may have caused a wake by issuing a remote wakeup (2)
20/04/2011 18:11:34 kernel The USB device Bluetooth USB Host Controller (Port 1 of Hub at 0x5a100000) may have caused a wake by issuing a remote wakeup (3)
20/04/2011 18:11:34 kernel EIR is supported.
20/04/2011 18:11:34 kernel SSP is supported.
20/04/2011 18:11:37 kernel Ethernet [Intel82574L]: Link up on en1, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
20/04/2011 18:11:39 ntpd[42] bind() fd 25, family 30, port 123, scope 5, addr fe80::ea06:88ff:fecc:3b61, in6_is_addr_multicast=0 flags=0x11 fails: Can't assign requested address
20/04/2011 18:11:39 ntpd[42] unable to create socket on en1 (13) for fe80::ea06:88ff:fecc:3b61#123
20/04/2011 18:11:40 kernel en0 Link down
So I am presuming it's a bluetooth device, which is either my magic mouse or my apple wireless keyboard causing the issue.
Could it be a dodgy bluetooth card though?
It hasn't had this problem ever before so I was also thinking it's maybe due to the recent 10.6.7 update which I read caused some trouble with bluetooth devices on some other macs.
It's just really bizarre.
I can turn off the 'allow bluetooth devices to wake this computer' and see if that helps but I have NEVER had to change this default setting before which would suggest some other conflict, a faulty mouse or keyboard or a faulty bluetooth card.
I don't want to just fix the symptom if the underlying problem is faulty hardware as I would rather have the offending article swapped out whilst I still have applecare.
Has anyone else experienced this lately???
Really appreciate you reading this so thanks!
Ross :)
Night Spring
Mar 8, 10:18 PM
I?
more...
qevalla
Apr 25, 06:31 PM
Hi
Can anyone help me why black color on the screen looks like shining and its difficult te see any photo or something like that(its like when you see from a corner on the normal screen).But when I see from a different angle it looks really good... so im having the problem only when I see from a normal view... this problem starts when I change a new lcd screen.
If someone knows what to do I really appreciate that ...
Thanks
Qevalla
Can anyone help me why black color on the screen looks like shining and its difficult te see any photo or something like that(its like when you see from a corner on the normal screen).But when I see from a different angle it looks really good... so im having the problem only when I see from a normal view... this problem starts when I change a new lcd screen.
If someone knows what to do I really appreciate that ...
Thanks
Qevalla
macmike47
Jan 14, 01:27 PM
Yeah, great, still won't be able to discipline myself to wait for it though :(
more...
Lionheart
Oct 26, 11:40 PM
Waiting in line for about 45 minutes...just because. Got my T-Shirt and my Family Pack.
Oh happy day!
Oh happy day!
WesCole
Apr 21, 01:16 PM
Hello,
I am planning on getting a 2011 15" MacBook Pro and have experience with Macs and Boot Camp. However, I am not 100% sure on this question and was hoping y'all could help.
I am going to have a 128GB SSD in the main HD slot. I will also have a 500GB 5400 RPM hard drive in the opti-bay. I am planning on partitioning the SSD to give OS X 64GB and Windows 7 64GB. My question is...if I install just the Windows OS on the SSD, will I be able to install the Windows programs to the hard drive in the opti-bay slot? I will also use the opti-bay drive to hold music, pictures, videos, etc. for both OS X and Windows.
Thanks in advance.
I am planning on getting a 2011 15" MacBook Pro and have experience with Macs and Boot Camp. However, I am not 100% sure on this question and was hoping y'all could help.
I am going to have a 128GB SSD in the main HD slot. I will also have a 500GB 5400 RPM hard drive in the opti-bay. I am planning on partitioning the SSD to give OS X 64GB and Windows 7 64GB. My question is...if I install just the Windows OS on the SSD, will I be able to install the Windows programs to the hard drive in the opti-bay slot? I will also use the opti-bay drive to hold music, pictures, videos, etc. for both OS X and Windows.
Thanks in advance.
more...
localboy28
Mar 14, 02:56 PM
Wooosh
Way over his head lol
Way over his head lol
Hans Brix
Apr 14, 09:55 PM
I own neither, but I'd probably choose the Speck case for the better protection.
more...
robbieduncan
Apr 24, 07:28 AM
Basically you are freeing memory you did not malloc/calloc. Your double returnElement within the last loop is requesting space to store a double. This will be on the stack. You are not mallocing or callocing the space for this double (if you did it'd be in the heap). You then memcpy into this space (which is fine: you are allowed to do that). You then free the space that is on the stack. You can't do that. You can't free on the stack. That is automatically done when the current stack frame is popped.
If that doesn't make sense (if you don't know what the heap and stack are for example) it's time to learn basic C properly...
If that doesn't make sense (if you don't know what the heap and stack are for example) it's time to learn basic C properly...
Poff
Jan 25, 11:38 AM
hmm.. too bad. thanks. :)
more...
ZoomZoomZoom
Sep 26, 09:56 PM
Go to Macromedia's website and download a free 30 day trial of Dreamweaver. The interface is easy to understand. The color coding text makes looking at the code alot easier. And, you can preview pretty much instantly what you've done, so you can toy around with the code to see what everything does. Good way to learn. I learned on Dreamweaver(pirated), then went to notepad when i re-evaluated my morals, and then went back to buy dreamweaver for mac when i switched over. If there's a notepad-equivalent for macintosh, you can probably use it for webpages once you've learned html for about a month.
skybolt
Mar 2, 10:40 AM
I got some relief from a similar problem when I set my mail to check for new mail less often than I had previously set it. Seems some servers don't like it when you access too often. I'm at every 5 minutes now, with no problems. Maybe this would work for you?
more...
daRAT
Jul 22, 05:07 PM
Heck a rack of Xserves! :]
citron230
Oct 24, 01:24 PM
Check out my pumpkins.
webmacster87
Jun 14, 05:30 PM
The newest and coolest Macintosh Users Group on the web is here! Fountain of Apples is a place where Mac users can show what they do on their Mac, where Mac users can get Mac support, where they can vote in polls, write product reviews, or simply meet each other. There's even a place where switchers can share their stories! Come drop by Fountain of Apples at http://dhost.info/fountainofapples/!
mmccaskill
Oct 21, 06:48 AM
You missed the real story -- in the release notes Apple explain that they're deprecating the Apple maintained version of Java:
http://www.infoq.com/news/2010/10/apple-deprecates-java
Apple have provided a mechanism for installing 3rd party JDKs (in particular OpenJDK), but it likely won't work with current versions of Java IDEs (Netbeans, Eclipse etc) until they're updated to work with the new paths.
I wonder if this is anything to do with Oralce?
More importantly, is Java going to die on OS X? If OpenJDK or Soylatte don't pick it up then is all lost?
http://www.infoq.com/news/2010/10/apple-deprecates-java
Apple have provided a mechanism for installing 3rd party JDKs (in particular OpenJDK), but it likely won't work with current versions of Java IDEs (Netbeans, Eclipse etc) until they're updated to work with the new paths.
I wonder if this is anything to do with Oralce?
More importantly, is Java going to die on OS X? If OpenJDK or Soylatte don't pick it up then is all lost?
-SD-
Jun 18, 04:23 AM
This is really excellent news. Thank you Apple.
:apple:
:apple:
Doctor Q
Mar 10, 10:05 AM
Thanks for the tip about PhoneGap.
The part I'm least confident about is the networking (mobile devices connecting to the Mac without any of them having Internet access). I'm not a networking expert so I'm unclear what I need to do.
The part I'm least confident about is the networking (mobile devices connecting to the Mac without any of them having Internet access). I'm not a networking expert so I'm unclear what I need to do.
oripaamoni
Mar 10, 11:53 PM
yup.... cant decide what time to show up though...
Hermes Monster
Jan 26, 04:14 PM
Thanks gents, the flowchart is a nice start i guess :) It's the kind of thing that I was looking for, although very simplified, basically some thing that guides you in a way I.e. Logo is trying to emote felling x, try using font y - or something like that
No comments:
Post a Comment