yg17
Mar 1, 03:12 PM
Im not sure if anyones noticed, but if you install the XCode example projects, there's one that does the EXACT same thing iBurn does. Pops up a open file dialog box and has you select some AIFFs to burn onto CD. I wonder if they took this example code and released it as their own?
Plymouthbreezer
Jan 20, 05:09 PM
Ahhh, the amusing thing is that its still used on corporate notepaper (at least if you look at the letter sent after the lost-iPhone-4 calamity - its right there in Apple Garamond).
The letter body text?? That's interesting indeed.
The letter body text?? That's interesting indeed.
MacsRgr8
Oct 26, 02:20 PM
Nice :-)
IMHO, Panther was the first real 100% usable Mac OS X version, not just for at home, but at the office too.
IMHO, Panther was the first real 100% usable Mac OS X version, not just for at home, but at the office too.
twoodcc
Oct 18, 06:22 AM
You know ... I'd love to go only if I lived in Knoxville. I just moved to Gainesville and they do not EVEN have apple store. Sucks!
Gainesville in what state?
Gainesville in what state?
Nostromo
May 3, 01:17 AM
No reply?
That's a song by the Beatles.
Could I play it through bookshelf speakers, connected to a receiver, connected to the Mac via usb 2.0 with the above device?
That's a song by the Beatles.
Could I play it through bookshelf speakers, connected to a receiver, connected to the Mac via usb 2.0 with the above device?
Alibabakebab
Jan 14, 09:27 PM
I have connected my MacBook Pro to my PS3 using Medialink and all except playing from Itunes seems to work fine. When I navigate to ITunes on PS3 I can see all artists etc but when I pick a tune PS3 shows a message "No titles"
Anybody got a solution?
Cheers
Anybody got a solution?
Cheers
el.jeffe58
May 5, 01:51 PM
Hi. I am new to iPhone, an Android expat. I bought it two days ago, upgraded it today to 4.3.3. It was a breeze. Love this over Android any day! All the kudos aside, I am confused about sleep. I have two apps that I use continually at times. Battery Magic and Alarm Clock.
Battery Magic has a screensaver-like feature that shows you how much time is left until it is fully charged. And, it stays on until it does without iPhone going into "standby/sleep"? It alerts me when she is done and viola.
Alarm Clock has a beautiful display to lull you to sleep, even a flashlight for night panic attacks (joke, not so funny either), but the display goes away when iPhone zzz's.
Is the app or the phone I don't have configured properly? I am not able to find a solution yet.
Thank you for reading and love being here instead of the Android forum.
Jeffrey
Battery Magic has a screensaver-like feature that shows you how much time is left until it is fully charged. And, it stays on until it does without iPhone going into "standby/sleep"? It alerts me when she is done and viola.
Alarm Clock has a beautiful display to lull you to sleep, even a flashlight for night panic attacks (joke, not so funny either), but the display goes away when iPhone zzz's.
Is the app or the phone I don't have configured properly? I am not able to find a solution yet.
Thank you for reading and love being here instead of the Android forum.
Jeffrey
svkrzn
Apr 27, 01:56 PM
It's different now..
mflorer
Jun 2, 09:23 AM
I fixed the background.
iDisk
Feb 5, 07:06 AM
Apple does ALL there web codecs in the Standard HTML, CSS, & JAVASCRIPT free hand, (meaning no WYSIWYG formats) ...
As you see the source code in the trailers in your link...
<!-- Trailer Scripts -->
<script src="http://trailers.apple.com/trailers/global/scripts/bootstrapper.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
// Bootstrap includes based on device/browser
AC.bootstrap = new AC.bootstrapper();
// Define dropdownTimer in global space
var dropdownTimer = null;
var hasScrollbar = false;
</script>
<script src="http://trailers.apple.com/trailers/global/scripts/share.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/sendtoafriend.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/videochooser.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/nestedtrigger.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/readmore.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/posterpopup.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/dropdown.js" type="text/javascript" charset="utf-8"></script>
......
Apples team of web designers/engineers also hide/mask alot of "cool" effects in their code to make it difficult to copy their style of implementation (take for instance the Mobile Me page with the clouds)....So you to do those things in the trailer, you need to really understand your language (ie:JavaScript, Css) in which you develop in, I think any serious web developer wouldn't need a WYSIWYG format to do these effects. Besides coding free hand is much better and more FREEDOM :)
As you see the source code in the trailers in your link...
<!-- Trailer Scripts -->
<script src="http://trailers.apple.com/trailers/global/scripts/bootstrapper.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
// Bootstrap includes based on device/browser
AC.bootstrap = new AC.bootstrapper();
// Define dropdownTimer in global space
var dropdownTimer = null;
var hasScrollbar = false;
</script>
<script src="http://trailers.apple.com/trailers/global/scripts/share.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/sendtoafriend.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/videochooser.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/nestedtrigger.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/readmore.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/posterpopup.js" type="text/javascript" charset="utf-8"></script>
<script src="http://trailers.apple.com/trailers/global/scripts/dropdown.js" type="text/javascript" charset="utf-8"></script>
......
Apples team of web designers/engineers also hide/mask alot of "cool" effects in their code to make it difficult to copy their style of implementation (take for instance the Mobile Me page with the clouds)....So you to do those things in the trailer, you need to really understand your language (ie:JavaScript, Css) in which you develop in, I think any serious web developer wouldn't need a WYSIWYG format to do these effects. Besides coding free hand is much better and more FREEDOM :)
daveL
Feb 9, 08:56 PM
I had 13 GB of AAC 192kbps and converted to lossless; my iTunes library expanded to 53 GB (4x). I did add a few CDs when I went to lossless, but I think 4x is a good estimate.
AWallen90
May 2, 10:36 AM
Mine stops working if the computer is not restarted for around 40 days. It also has the issue intermittently while connecting to different hardware, sending a video to my xbox 360. The video will play for about 10 minutes then stop. This problem is fixed with a reboot but will then only stream for 10 minutes before stopping again.
John.B
Apr 16, 07:30 PM
Hey, Steve. I'm available to work on the Board. Just sayin'...
Hastings101
May 3, 11:17 PM
Not sure what's wrong then, especially if you tried to repair the disk through the disk utility and it was fine. That I/O error should have been corrected.
Hopefully someone with a bit more knowledge than me will respond here because other than using disk utility via the OS X install dvd to repair the disk, the only other thing I can think of is to reformat the entire disk.
Hopefully someone with a bit more knowledge than me will respond here because other than using disk utility via the OS X install dvd to repair the disk, the only other thing I can think of is to reformat the entire disk.
David Schmidt
Sep 6, 07:24 PM
Can a IIe IIc IIGS read Windows Floppies?
No.
You may be interested in this device:
http://www.deviceside.com/fc5025.html
You will need that and a TEAC high density floppy drive (1.2MB), obtainable form eBay. And a typical drive power supply. But that way you'd be able to image all of your disks.
I thought I'd just pay to have whatever copied from the diskettes, but they want $5 per diskette just for the try - I have about 100 floppies - not cost effective.
I've got a little girl here that is interested in making enough money to buy a new iPod Touch... maybe we can work something out. ;-)
No.
You may be interested in this device:
http://www.deviceside.com/fc5025.html
You will need that and a TEAC high density floppy drive (1.2MB), obtainable form eBay. And a typical drive power supply. But that way you'd be able to image all of your disks.
I thought I'd just pay to have whatever copied from the diskettes, but they want $5 per diskette just for the try - I have about 100 floppies - not cost effective.
I've got a little girl here that is interested in making enough money to buy a new iPod Touch... maybe we can work something out. ;-)
TwinCities Dan
Nov 16, 10:53 PM
I was too young (according to my parents :rolleyes:) to see the original "Clash of the Titans" tour in 1991, I won't miss this. Even though I have seen all three bands multiple times but I will have to attend this show to see them all at once. :cool:
I am super psyched! :D
LINK (http://www.metalinjection.net/tour-dates/megadeth-slayer-officially-announce-2010-headlining-tour-wtestament)
I am super psyched! :D
LINK (http://www.metalinjection.net/tour-dates/megadeth-slayer-officially-announce-2010-headlining-tour-wtestament)
ByteOfApple
Nov 18, 06:19 PM
I have a series of .png still images of text with each still having a slight reflection on different parts of the text.
In motion, the stills come up as a 'PNG Sequence' (1sec1frame) when imported to the timeline, the text is animated, but id want to extend this animation to 3+ secs - just duplicating results in a 'dink' where one dupe stops and the other starts.
I have motion 4 and after FX CS5 though im more experienced with motion (prefer to do this in motion) - there are 25 still frames
Easy in both Motion and AE.
In Motion 4:
1. Import your PNG sequence into a Group.
2. Open the layers panel if it's not open (Command-4)
3. Select the sequence in the layers panel.
4. Open the Inspector and go over to the Properties panel.
5. Twirl down the Timing section if it's not up.
6. Where it says Speed, lower the speed until it hits the desired length of time you're looking for.
7. Helps to have the timeline up (command-7).
Let me know if you need further help.
In motion, the stills come up as a 'PNG Sequence' (1sec1frame) when imported to the timeline, the text is animated, but id want to extend this animation to 3+ secs - just duplicating results in a 'dink' where one dupe stops and the other starts.
I have motion 4 and after FX CS5 though im more experienced with motion (prefer to do this in motion) - there are 25 still frames
Easy in both Motion and AE.
In Motion 4:
1. Import your PNG sequence into a Group.
2. Open the layers panel if it's not open (Command-4)
3. Select the sequence in the layers panel.
4. Open the Inspector and go over to the Properties panel.
5. Twirl down the Timing section if it's not up.
6. Where it says Speed, lower the speed until it hits the desired length of time you're looking for.
7. Helps to have the timeline up (command-7).
Let me know if you need further help.
dcv
Sep 16, 11:04 AM
As Applespider said you'll just need a 3-pin plug adaptor.
I strongly recommend that you buy your PB in the States and don't pay extra for our silly UK prices!
I strongly recommend that you buy your PB in the States and don't pay extra for our silly UK prices!
notsofatjames
Jan 12, 12:58 PM
Engadget just posted an article about a game where you prepare the keynote as steve jobs. May kill a few minutes of your time while you wait for the keynote to start...
http://spil.kathart.dk/stevenote/index.php
enjoy.
http://spil.kathart.dk/stevenote/index.php
enjoy.
macquariumguy
Oct 19, 04:55 AM
Here's a screenshot - at the top this time.
http://sarasotadetail.com/gallery2/d/15220-1/Screen+shot+2010-10-19+at+5_50_55+AM.png
The evilness of this is that it steals focus. For example, I had started typing this post before the page had finished loading, so I wound up typing in the Bing box without realizing it for a moment.
Nasty business.
http://sarasotadetail.com/gallery2/d/15220-1/Screen+shot+2010-10-19+at+5_50_55+AM.png
The evilness of this is that it steals focus. For example, I had started typing this post before the page had finished loading, so I wound up typing in the Bing box without realizing it for a moment.
Nasty business.
Susurs
Apr 17, 06:23 PM
Interesting...Then somebody could theoretically obtain a product or probably only a serial illegally and just make a phone call to Apple and register it on his name...
That is not a safe system.
That is not a safe system.
Dav1
Mar 19, 07:25 PM
Sn0wbreeze 2.3b3 now supports multitouch gestures, it is simply a click to enable this feature, the way to go I believe
Insilin1i
Feb 28, 06:26 PM
I didn't know about this I guess I should post more to get there.
David Schmidt
Sep 9, 01:42 PM
Great, glad you'll be able to get going. It's back to pet sitting for my iPod-seeking daughter, then. :-)
Aucun commentaire:
Enregistrer un commentaire