trainguy77
Dec 1, 04:09 PM
still waiting on a 64-Bit SMP client
I thought it was 64-bit? After all there is no 32 bit linux version yet so I would think the OS X version is 64 bit.
I thought it was 64-bit? After all there is no 32 bit linux version yet so I would think the OS X version is 64 bit.
katie ta achoo
Sep 29, 12:37 AM
They are backed up on DVD-R's and on a FW Hard Drive (and on my iPod). Maybe too many backups :)
you can never have too many!
Just watch-- the DVD-Rs will be scratched, the FW hard drive will have some... malady, and you'll be left with your iPod. crazy go nuts!
Enjoy your new iPod. :)
you can never have too many!
Just watch-- the DVD-Rs will be scratched, the FW hard drive will have some... malady, and you'll be left with your iPod. crazy go nuts!
Enjoy your new iPod. :)
rockinmorockin
Apr 23, 03:43 AM
I'm an Android guy but I bought an iPad 2. Since I didn't know much of the app store, I bought an app for $9.99 with my mom's credit card (it's on her account). but i wanted to use my 25 dollar gift card, i didn't know you were supposed to redeem it first -___-.
i sent an email reporting it saying it was a mistake. do you think they will revert it or does apple have a no return policy?
i sent an email reporting it saying it was a mistake. do you think they will revert it or does apple have a no return policy?
homerjward
Dec 5, 11:04 PM
wow...that code is really messy, but the site looks great!
i'm not entirely sure which boxes you're talking about either. html code really isn't all that scary in fact. once you know a few basic tags and such it's pretty easy. like here's the code to make a really basic page that says "hello world" in helvetica, size 5, green, and centered. oh, and with a title.
<html>
<head>
<title>Hi</title>
</head>
<body>
<center>
<font face="helvetica" size="5" color="green">Hello World</font>
</center>
</body>
</html>
the <html> tag tells the browser to start an html document, the <head> tells it that there's information about the page that won't be displayed in the page, the <title> opens a tag that says what to display in the title bar, the </title> says that the title is finished. the </head> says that the info about the page is done. the <body> tells what to display, basically. the <center> tells it to center the following info, the <font> tag, along with the attributes face, size, and color, and the values helvetica, 5, and green tell it how to style the text. "Hellow World" tells it the text to display. </font> tells it that that's the end of the text styled that way. </center> stops text after that from being centered, </body> ends the main info, and </html> closes the document. in general to open a tag it goes like <tag> and to close it it's <tag> and to define attributes and values it's <tag attribute="value"> and then </tag> there are, of course, exceptions...
knowing the basics of the code and such can really help you simplify the code that golive generates, and a lot of things are easier, imo, to do by hand than in golive. link targets, for example. for the life of me i cant figure out how to get a link to open in an iframe in golive without going into the source...:rolleyes:
sorry for the long post :o
i'm not entirely sure which boxes you're talking about either. html code really isn't all that scary in fact. once you know a few basic tags and such it's pretty easy. like here's the code to make a really basic page that says "hello world" in helvetica, size 5, green, and centered. oh, and with a title.
<html>
<head>
<title>Hi</title>
</head>
<body>
<center>
<font face="helvetica" size="5" color="green">Hello World</font>
</center>
</body>
</html>
the <html> tag tells the browser to start an html document, the <head> tells it that there's information about the page that won't be displayed in the page, the <title> opens a tag that says what to display in the title bar, the </title> says that the title is finished. the </head> says that the info about the page is done. the <body> tells what to display, basically. the <center> tells it to center the following info, the <font> tag, along with the attributes face, size, and color, and the values helvetica, 5, and green tell it how to style the text. "Hellow World" tells it the text to display. </font> tells it that that's the end of the text styled that way. </center> stops text after that from being centered, </body> ends the main info, and </html> closes the document. in general to open a tag it goes like <tag> and to close it it's <tag> and to define attributes and values it's <tag attribute="value"> and then </tag> there are, of course, exceptions...
knowing the basics of the code and such can really help you simplify the code that golive generates, and a lot of things are easier, imo, to do by hand than in golive. link targets, for example. for the life of me i cant figure out how to get a link to open in an iframe in golive without going into the source...:rolleyes:
sorry for the long post :o
more...
torbjoern
Feb 19, 06:25 PM
I don't know how much my head weighs. Can I break the screen? I can put the laptop in my backpack, its mesh and only has a padded back.
The screen can break at the :apple:-logo because the curve of your head might put point-pressure on it - unlike flat books that put pressure on the entire surface of the machine (more or less evenly).
The screen can break at the :apple:-logo because the curve of your head might put point-pressure on it - unlike flat books that put pressure on the entire surface of the machine (more or less evenly).
bigandy
Jan 28, 07:55 PM
yet another thing i wish i'd known when i switched!
more...
skinniezinho
Mar 26, 06:15 AM
www.opensourcemac.org, give a read on powerpc faq in my sig, it has some other handy sites :D
ngenerator
Mar 28, 01:38 PM
Mine is Safari
http://www.google.com/cse?cx=011016119145480959114%3Akuv1aq0hily&ie=UTF-8&q=favorite+ipad+cydia+app+site%3Aforums.macrumors.com&hl=en&as_qdr=all&meta=
http://forums.macrumors.com/archive/index.php/t-1117791.html
http://www.google.com/cse?cx=011016119145480959114%3Akuv1aq0hily&ie=UTF-8&q=favorite+ipad+cydia+app+site%3Aforums.macrumors.com&hl=en&as_qdr=all&meta=
http://forums.macrumors.com/archive/index.php/t-1117791.html
more...
Sykte
Apr 2, 09:16 AM
Hi:
I have a pickerview with two dependent component that use a dictionary. All work fine but i want show two result in two label according with your selecction in the picker.
How i can do that??
thanx
Not 100% sure what you're looking for. Are you looking to extract the values from the picker or overlay the labels.
I have a pickerview with two dependent component that use a dictionary. All work fine but i want show two result in two label according with your selecction in the picker.
How i can do that??
thanx
Not 100% sure what you're looking for. Are you looking to extract the values from the picker or overlay the labels.
TheRealDamager
Apr 30, 04:21 PM
I see the speck you are pointing to in that picture, but is that even noticeable in normal usage?
more...
Schiffi
Jul 10, 06:55 PM
And another question, will 802.11g stations always be backwards compatible with 802.11b? As much as I would like faster "G"'s the thought of something sticking out of the side of my pBook upsets me. I want to put off a Cardbus solution as soon as possible.
hotsnuglemonstr
Jun 24, 07:15 AM
Now in line.. People bumrushed a makeshift line and the police let us stay.. If u ain't here now... 0 chance. Insane
more...
mouchoir
Apr 2, 11:37 AM
Wow - Godfather is great.
I played it solidly from 11am on Saturday until 2am on Sunday, hardly pausing for food even. Why would anyone want to play GTA when you can play something similar with a much better plot and characters?
Because GTA is a much better game (better character development & customisation, better fighting, better weapons, better vehicles, better steering controls, richer gameplay etc.) in a much richer, more varied and larger setting, with an 'original' plot with lots of side plots.
I played it solidly from 11am on Saturday until 2am on Sunday, hardly pausing for food even. Why would anyone want to play GTA when you can play something similar with a much better plot and characters?
Because GTA is a much better game (better character development & customisation, better fighting, better weapons, better vehicles, better steering controls, richer gameplay etc.) in a much richer, more varied and larger setting, with an 'original' plot with lots of side plots.
wolrabn
May 1, 10:46 AM
Surely someone had experienced this or a similar issue? Booked in at the genius bar on Friday but hoping someone could shed a light on it before then..
more...
Blue Velvet
Dec 17, 05:54 AM
so how could that be achieved? you think automator can do such a thing?
I'm just a designer, this is the wrong forum for this question although it's been helpful in defining what it is you're trying to achieve. I would create a new thread in the OS X or perhaps the App forum that's specifically to do with the scripting needed to parse your text file and produce new files based on those entries. Once you've got a bunch of files with the correct names that Photoshop can open and batch process to the required format, the rest is a cakewalk.
PDFs might be valuable in the process because you can natively produce them within OS X from text files and then also open them with Photoshop to convert them to what you need.
I'm just a designer, this is the wrong forum for this question although it's been helpful in defining what it is you're trying to achieve. I would create a new thread in the OS X or perhaps the App forum that's specifically to do with the scripting needed to parse your text file and produce new files based on those entries. Once you've got a bunch of files with the correct names that Photoshop can open and batch process to the required format, the rest is a cakewalk.
PDFs might be valuable in the process because you can natively produce them within OS X from text files and then also open them with Photoshop to convert them to what you need.
Chris5488
May 7, 04:08 AM
Well I hope I get a WD one too :)
I always had WD drives (good experience results in staying with the brand:D) but I never had a Seagate so I didn't know which of the two were better.
I always had WD drives (good experience results in staying with the brand:D) but I never had a Seagate so I didn't know which of the two were better.
more...
Keebler
Mar 4, 09:19 PM
Hi folks,
I'm hoping someone could help me here.
I have a fantastic photograph from a client's Grandparents wedding - from 1918! How cool is that!? It's in remarkable condition and I've edited the blemishes etc.. and now i'm working on blending in the left side as it's burned white at the edge.
I've used some levels layers (multiple and screens), but I can't seem to get rid of that white flaring :(
I'm followed page 92 of Katrina Eismann's book b/c I ran out of options, but I can't seem to fix this one.
I realize the right side of the photo is dark and I was going to play with that, but any suggestions for that left side?
Using Photoshop CS5.
Of course, this is the last photo I need to fix for her project.
Thanks,
Keebler
I'm hoping someone could help me here.
I have a fantastic photograph from a client's Grandparents wedding - from 1918! How cool is that!? It's in remarkable condition and I've edited the blemishes etc.. and now i'm working on blending in the left side as it's burned white at the edge.
I've used some levels layers (multiple and screens), but I can't seem to get rid of that white flaring :(
I'm followed page 92 of Katrina Eismann's book b/c I ran out of options, but I can't seem to fix this one.
I realize the right side of the photo is dark and I was going to play with that, but any suggestions for that left side?
Using Photoshop CS5.
Of course, this is the last photo I need to fix for her project.
Thanks,
Keebler
dazzer21
Nov 24, 11:06 AM
I'll try to explain this as best I can;
I have a web page produced in Dreamweaver made up of 6 different jpegs.
Along the top is a row of four jpegs, all next to each other which form a menu. They are are set up as rollovers so the text 'glows' when you roll over them.
Under these is a full width jpeg on which is shown an image and some accompanying copy
Under this is a final full width jpeg which acts as a footer - it has a logo on it.
Each of these images has originally been created as a layered Photoshop file. On each of the six files, the bottom layer is the same solid blue. Dreamweaver is set up to have a page background of exactly the same blue so that background colour fills the whole screen.
The problem is, that when these images are converted to jpegs, the background blue is not consistent. On the rollovers, the blue changes further when it's activated. So in essence, you can see where each jpeg finished and the next one ends.
I've tried doing a straight 'save as', and a 'save for web and devices'; nothing seems to work. At the same time, I'm trying to keep the file sizes down as much as possible, but it's just not working out.
Any ideas?
Many thanks.
I have a web page produced in Dreamweaver made up of 6 different jpegs.
Along the top is a row of four jpegs, all next to each other which form a menu. They are are set up as rollovers so the text 'glows' when you roll over them.
Under these is a full width jpeg on which is shown an image and some accompanying copy
Under this is a final full width jpeg which acts as a footer - it has a logo on it.
Each of these images has originally been created as a layered Photoshop file. On each of the six files, the bottom layer is the same solid blue. Dreamweaver is set up to have a page background of exactly the same blue so that background colour fills the whole screen.
The problem is, that when these images are converted to jpegs, the background blue is not consistent. On the rollovers, the blue changes further when it's activated. So in essence, you can see where each jpeg finished and the next one ends.
I've tried doing a straight 'save as', and a 'save for web and devices'; nothing seems to work. At the same time, I'm trying to keep the file sizes down as much as possible, but it's just not working out.
Any ideas?
Many thanks.
res1233
Sep 21, 10:35 AM
and people have two legs. Of course it isn't common knowledge, that still doesn't not make it a huge security breach. Obviously Apple thought people could figure it out if they released a security update just for this. Does apple normally wait for just one bug? Usually in security updates it is multiple bugs I think.
Would you stop putting your quotes at the bottom of your posts like that? It's driving me insane...
Would you stop putting your quotes at the bottom of your posts like that? It's driving me insane...
MacDawg
Nov 9, 06:11 PM
Are they doing the ads the same way the nytimes has been doing the ads?
Which hijack your screen every now and then for an ad -- before sending off to the link you clicked.
I hate when that happens.
Or when something is flying on your screen, like a giant kite.
Those animated ads that hijack the screen are out of control!
Which hijack your screen every now and then for an ad -- before sending off to the link you clicked.
I hate when that happens.
Or when something is flying on your screen, like a giant kite.
Those animated ads that hijack the screen are out of control!
cb911
Nov 9, 11:07 PM
whoa. i didn't even know this forum existed! :eek:
can i be old skool? well at least i know i'm older skool than the newbies & regulars. :p
BTW, i also remember shrek and cleo. :)
can i be old skool? well at least i know i'm older skool than the newbies & regulars. :p
BTW, i also remember shrek and cleo. :)
jessica.
May 6, 08:37 AM
Was this supposed to be posted on facebook?
Have fun on your vaca ... LIKE! :p
Have fun on your vaca ... LIKE! :p
barkomatic
Apr 22, 08:43 AM
So essentially this law is saying the the state government of North Dakota would cease to exist and there would be anarchy. If no one needs to follow laws, that's really what this amendment means.
However, what makes it extra silly is that North Dakota can't secede from the Union, so the residents would still be subject to Federal law. That would spoil the party.
However, what makes it extra silly is that North Dakota can't secede from the Union, so the residents would still be subject to Federal law. That would spoil the party.
iQuit
Sep 29, 01:32 AM
You can get a lower MHz iBook for hardly anything on eBay. A new iBook from the Educational Store runs $949.
No comments:
Post a Comment