
robla64
May 3, 12:55 PM
Thanks, I used an intel mac in target mode and it worked great. Now if I could only figure out which version of itunes will run on this imac..... but maybe thats another thread.

anmoldagreat
Jul 1, 08:41 PM
is this an ips panel or pva?
and would you be interested in a trade for a dell 2007wfp ips panel plus cash
the 20in in vertical next to a 30 looks really nice : )
and would you be interested in a trade for a dell 2007wfp ips panel plus cash
the 20in in vertical next to a 30 looks really nice : )

mainstreetmark
Nov 1, 12:09 PM
We have:
Apple CEOs
Apple Desktops
Apple Events
Apple Hardware
Apple ICs
Apple Information
Apple Laptops
Apple Services
Apple Software
Companies
Consumer Software
Graphics
Mac Desktops
Mac OS X
Networking
Operating Systems
Ports
Pro Software
Processors
Prosumer Software
Storage
Stubs
Third-Party Hardware
Third Party Hardware
Third Party Software
What a mess! We should standardize all these now, before it's too late! For example:
"Pro Software" vs "Prosumer Software" ??
Third-Party Hardware vs Third Party Hardware
I'm not really behind the whole "third party" distinction in the first place. We should have:
- Software
- Hardware
Software could be broken down in the various apple-provided subcategories as I described in a previous post. The whole "prosumer/consumer" category really only applies easily to Apple stuff. Sure, photoshop may be a "prosumer" app, but would Graphics Converter? It's used by pro's. I suspect most people who are looking for a solution wouldn't be going down a "pro" vs "consumer" road, but rather after a specific kind of application (an Internet utility, for example). This doesn't exclude a "Software->Apple Prosumer" category.
Hardware should similarly have a standard breakdown: Displays, CPUs, Mouses, etc... No need to necessarily differentiate between Apple/non-Apple stuff here. There should be no "Apple Displays" subcategory, but the Cinema Display could be in both Hardware->Displays, and Hardware->Apple Hardware (but not only Hardware->Apple Displays)
Apple CEOs
Apple Desktops
Apple Events
Apple Hardware
Apple ICs
Apple Information
Apple Laptops
Apple Services
Apple Software
Companies
Consumer Software
Graphics
Mac Desktops
Mac OS X
Networking
Operating Systems
Ports
Pro Software
Processors
Prosumer Software
Storage
Stubs
Third-Party Hardware
Third Party Hardware
Third Party Software
What a mess! We should standardize all these now, before it's too late! For example:
"Pro Software" vs "Prosumer Software" ??
Third-Party Hardware vs Third Party Hardware
I'm not really behind the whole "third party" distinction in the first place. We should have:
- Software
- Hardware
Software could be broken down in the various apple-provided subcategories as I described in a previous post. The whole "prosumer/consumer" category really only applies easily to Apple stuff. Sure, photoshop may be a "prosumer" app, but would Graphics Converter? It's used by pro's. I suspect most people who are looking for a solution wouldn't be going down a "pro" vs "consumer" road, but rather after a specific kind of application (an Internet utility, for example). This doesn't exclude a "Software->Apple Prosumer" category.
Hardware should similarly have a standard breakdown: Displays, CPUs, Mouses, etc... No need to necessarily differentiate between Apple/non-Apple stuff here. There should be no "Apple Displays" subcategory, but the Cinema Display could be in both Hardware->Displays, and Hardware->Apple Hardware (but not only Hardware->Apple Displays)

McGiord
Apr 5, 07:31 PM
iPhone 4.
more...

JasonGough
Sep 21, 12:39 PM
Another vote for Seagate. That's what came in my PM G5, and I added another recently with which I'm very pleased. Quiet...no problems.
Sounds cool.
I was recomended the Seagate Barracuda from the ProTools forum, cos its quite and reliable.
Do the Seagate drives come in all PowerMacs or do they just put in whatever they can get their hands on at the time?
Sounds cool.
I was recomended the Seagate Barracuda from the ProTools forum, cos its quite and reliable.
Do the Seagate drives come in all PowerMacs or do they just put in whatever they can get their hands on at the time?

Telp
Jan 10, 05:42 PM
If i could come, i would come, however i cant, but i wish i could. Have fun everyone thats going!!
more...

ideal.dreams
Sep 15, 10:07 PM
OP, there's is a program I use called Tagalicious. You just open it, select songs that are missing information, and it attempts to dig up the information on that song. Once finds the information you're missing, you can choose what to send (e.g., send lyrics, but not artwork, etc) to your iTunes Library. It's been able to identify all but a few of the 400+ songs I have in my library...it was even able to get tags for songs with no name, album, or any information on them whatsoever.

wrldwzrd89
Oct 20, 07:24 PM
Wirelessly posted (Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)
I knew this was coming - Java 6u20 has security issues that this update addresses, albeit later than I hoped for. I hope this does not break my existing Java apps.
I knew this was coming - Java 6u20 has security issues that this update addresses, albeit later than I hoped for. I hope this does not break my existing Java apps.
more...

Laird Knox
Mar 11, 01:20 PM
It has been a while since I have played with PHP and SQL. Does using a query string like that open you up to any vulnerabilities? Offhand I'm thinking no because it is run on the server side and the user doesn't have any control over the input in this case.
The code itself is pretty straight forward. Two things to note:
You are pulling everything from the photo_atelier table and then building an array with five elements. If the table contains 100 photos that's a lot of extra data that you are just dropping on the ground.
Also you are pulling every column from that table and only using the name of the photo. You can change the select statement to:
'SELECT photo FROM photo_atelier' to just pull the information you are using.
On a personal note, I find the rotation to be too fast. You also might want to consider adding a pause to the rotation when the mouse is hovering over the image.
Overall I like the design of the site. You have a few CSS issues to work out but it is looking good.
The code itself is pretty straight forward. Two things to note:
You are pulling everything from the photo_atelier table and then building an array with five elements. If the table contains 100 photos that's a lot of extra data that you are just dropping on the ground.
Also you are pulling every column from that table and only using the name of the photo. You can change the select statement to:
'SELECT photo FROM photo_atelier' to just pull the information you are using.
On a personal note, I find the rotation to be too fast. You also might want to consider adding a pause to the rotation when the mouse is hovering over the image.
Overall I like the design of the site. You have a few CSS issues to work out but it is looking good.

Blue Velvet
Dec 17, 06:05 AM
how could i produce the pdf files?
Like I said: start a new thread elsewhere that's solely to do with the first part of the process, which is to take a text file, parse and process the entries within it with the appropriate delimiters... in order to produce named blank PDFs, perhaps using individual intermediate text files which you can use Automator to batch convert to PDFs.
Once that's done, come back to the Design forum if you need a hand with batch processing those PDFs from within Photoshop.
Like I said: start a new thread elsewhere that's solely to do with the first part of the process, which is to take a text file, parse and process the entries within it with the appropriate delimiters... in order to produce named blank PDFs, perhaps using individual intermediate text files which you can use Automator to batch convert to PDFs.
Once that's done, come back to the Design forum if you need a hand with batch processing those PDFs from within Photoshop.
more...

Stang68
Oct 18, 10:26 PM
That is where I would be going to get it, but I am in CT right now at college. Also, I dont think I am gonna buy Leopard until January, you know, wait for all the bugs and what-not to get taken care of. Sorry!:o

andymac85
Mar 6, 11:37 PM
decided to just use the graphic version. thanks for the help, though!
more...

Doctor Q
Dec 10, 10:53 AM
Note to voters: Your user name will appear in the poll results so others will know who plans to be at the MeetUp!

autrefois
Aug 4, 10:58 PM
Please take this time to review your contributions and ensure you have retrieved any needed items before September 3, as the site and it's contents will be permanently and securely deleted at that time.
This is just more proof that Apple just isn't paying enough attention to education...
I'm referring of course to the incorrect use of "it's" in the quoted sentence. If the folks at Apple had only paid more attention to their education, they would know the difference between "it's" and "its"! :)
I don't know how popular this service was, or how much material was on it, but it sounds to me as though iTunes U will not be an exact replacement. I hope that announcing this right before the school year starts for most teachers will not be putting too many people out...
This is just more proof that Apple just isn't paying enough attention to education...
I'm referring of course to the incorrect use of "it's" in the quoted sentence. If the folks at Apple had only paid more attention to their education, they would know the difference between "it's" and "its"! :)
I don't know how popular this service was, or how much material was on it, but it sounds to me as though iTunes U will not be an exact replacement. I hope that announcing this right before the school year starts for most teachers will not be putting too many people out...
more...

bjquach
Jun 11, 06:55 PM
4-5AM for me!!

840quadra
Dec 1, 03:19 PM
This is all interesting news.
I may have to try folding on my Macbook C2D! I am not a big production output guy, and my G5 has been down and out of folding to save on power, and wear ;) .
I may have to try folding on my Macbook C2D! I am not a big production output guy, and my G5 has been down and out of folding to save on power, and wear ;) .
more...

chaos86
Mar 31, 12:23 PM
does it need a video card in it?
i would assume so, though it only needs to be a crappy video card. the problem is that the BIOS or EFI or whatever firmware is running on the motherboard would usually freak out if it couldnt find a video device. i know ive turned on many machines in my building days and usually if they dont have one of the essentials (ram, proc, an input device, a video out device) they just beep and hang.
i would assume so, though it only needs to be a crappy video card. the problem is that the BIOS or EFI or whatever firmware is running on the motherboard would usually freak out if it couldnt find a video device. i know ive turned on many machines in my building days and usually if they dont have one of the essentials (ram, proc, an input device, a video out device) they just beep and hang.

Kernow
Dec 19, 07:01 AM
I don't know about anyone else, but I find this image a little disturbing :confused: . It looks good and is very well produced, but disturbing nonetheless. :o

AFPoster
Feb 23, 07:23 AM
tell you the truth a closing the market is a good thing to prevent crashing. Otherwise it would drop even faster than it does. Market already has rules in place if a stock is dropping to quickly it is shut down and closed for the remainder of the day to protect it from getting out hand and fear taking over.
Only downside is though if it's not a dramatic drop they close as normally and other countries can keep bringing it down. It close friday at $353 and opened Monday at $341. To me this can hurt a lot of people if they wanted to sell at a certain point, or buy at a certain point.
Only downside is though if it's not a dramatic drop they close as normally and other countries can keep bringing it down. It close friday at $353 and opened Monday at $341. To me this can hurt a lot of people if they wanted to sell at a certain point, or buy at a certain point.
haushinka
Jun 21, 07:49 PM
THinking about camping at the Emeryville one?
well not camping, but maybe 7am... still considering... not sure if it's worth the gamble.. any you guys actually camping?
well not camping, but maybe 7am... still considering... not sure if it's worth the gamble.. any you guys actually camping?
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.
Mr. Anderson
Sep 21, 12:05 AM
So I happened to click on the mac store this evening, morning and it was down? Maybe something new happening soon!
http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore/
D
http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore/
D
dornoforpyros
Oct 11, 08:51 AM
Although I'll admit setting it up is a little touchy, it's far from impossible (http://www.jasondorn.com/revolution/) to do.
The biggest thing you need to remember is to put a directory for your blog to reside, other wise it'll just upload everything to the root(aka before your http folder) and you won't see nothing.
I assume your trying to FTP to your own domain/site?
The biggest thing you need to remember is to put a directory for your blog to reside, other wise it'll just upload everything to the root(aka before your http folder) and you won't see nothing.
I assume your trying to FTP to your own domain/site?
ap3604
Feb 12, 12:29 PM
I think I actually found a video of the OP while he was creating this thread: here (http://www.youtube.com/watch?v=qS7nqwGt4-I)
;)
;)
No comments:
Post a Comment