usclaneyj
Nov 29, 09:50 AM
Try saving them as .gif instead of .jpeg, and do like others have said regarding your color management options.
Also, if you are talking about the way that the page previews in Dreamweaver "Design View", I can attest that DW doesn't render color the same way that most browsers will. So it's the in-browser preview that matters most.
Also, if you are talking about the way that the page previews in Dreamweaver "Design View", I can attest that DW doesn't render color the same way that most browsers will. So it's the in-browser preview that matters most.
sushi
Aug 6, 04:27 PM
The thing that is holding her hair up.
I heard that it was a self wrap -- no thing, rubber band, etc. holding up her hair! :p
:D :D :D
Anyhow, nice picture you guys. Very nice. :)
I heard that it was a self wrap -- no thing, rubber band, etc. holding up her hair! :p
:D :D :D
Anyhow, nice picture you guys. Very nice. :)
citizenzen
Dec 22, 11:06 AM
My impulse would be to simplify it, the little touches like the leaves and the mains plug, add to a sense of disorganisation. Personally, I'd start with a solid green and leave off the white swash at the bottom unless that's a critical part of the branding.
Prioritize the key words.
I'm going to confirm the same message.
I was particularly bothered by the bottom swoop. And since this has to do with e-waste, clean and technical is the way to go... no need for any leaves.
The main message is FREE E-Waste Recycling HERE... it's not an ad for a service, it's a signal to people that right HERE is where you drop e-waste off for FREE. So I'd definitely make those two aspects very clear. Arrows can help reinforce that, but it needs a little work.
The e-waste part is more difficult. What exactly is e-waste? Do batteries count? You can't explain all of that in a simple sign. So while I like the idea of adding a few icons to help illustrate what e-waste is, I think they could be much smaller.
Another thing that I'm missing here is availability. Can I just drive up and drop things off anytime I like? Are there specific hours or days this is open? If so, is that information clearly available elsewhere or does it need to be included?
They say a picture is worth a thousand words... but sometimes a word is worth a thousand pictures. Once you use the word "Recycling" you don't need to include the recycling symbol. You certainly don't need to give it such prominence.
I hope that helps some. Now that you've gone cross-eyed starring at this thing for so long, we just gave you number of reasons to stare at it a while longer. Sorry. Designers will do that to you. :o
Prioritize the key words.
I'm going to confirm the same message.
I was particularly bothered by the bottom swoop. And since this has to do with e-waste, clean and technical is the way to go... no need for any leaves.
The main message is FREE E-Waste Recycling HERE... it's not an ad for a service, it's a signal to people that right HERE is where you drop e-waste off for FREE. So I'd definitely make those two aspects very clear. Arrows can help reinforce that, but it needs a little work.
The e-waste part is more difficult. What exactly is e-waste? Do batteries count? You can't explain all of that in a simple sign. So while I like the idea of adding a few icons to help illustrate what e-waste is, I think they could be much smaller.
Another thing that I'm missing here is availability. Can I just drive up and drop things off anytime I like? Are there specific hours or days this is open? If so, is that information clearly available elsewhere or does it need to be included?
They say a picture is worth a thousand words... but sometimes a word is worth a thousand pictures. Once you use the word "Recycling" you don't need to include the recycling symbol. You certainly don't need to give it such prominence.
I hope that helps some. Now that you've gone cross-eyed starring at this thing for so long, we just gave you number of reasons to stare at it a while longer. Sorry. Designers will do that to you. :o
spham
Mar 11, 01:37 PM
Thanks for the update...Please keep if updating if you can!! I am stuck a work till 4:00.
more...
Saphrosit
Apr 7, 12:49 PM
Hi,
I wrote a simple server application in C. This server do nothing except print the received message, then exit. Here is the code
int listenfd,connfd,n;
struct sockaddr_in servaddr,cliaddr;
socklen_t clilen;
char *mesg = (char*) malloc(1000*sizeof(char));
listenfd=socket(PF_INET,SOCK_STREAM,0);
bzero(&servaddr,sizeof(servaddr));
servaddr.sin_family = AF_INET;
servaddr.sin_addr.s_addr = INADDR_ANY;
servaddr.sin_port=htons(20600);
bind(listenfd,(struct sockaddr *)&servaddr,sizeof(servaddr));
listen(listenfd,5);
clilen=sizeof(cliaddr);
connfd = accept(listenfd,(struct sockaddr *)&cliaddr,&clilen);
n = (int) recvfrom(connfd,mesg,1000,0,(struct sockaddr *)&cliaddr,&clilen);
sendto(connfd,mesg,n,0,(struct sockaddr *)&cliaddr,sizeof(cliaddr));
printf("-------------------------------------------------------\n");
mesg[n] = 0;
printf("Received the following:\n");
printf("%s\n",mesg);
printf("-------------------------------------------------------\n");
close(connfd);
close(listenfd);
I managed to establish a connection using telnet and running
of Morena Baccarin
more...
Morena Baccarin long
Morena Baccarin, #39;Anna#39; the
more...
Morena Baccarin as Anna
Morena Baccarin plays Anna,
more...
Morena Baccarin Pics
PICTURE MORENA BACCARIN AS
more...
500x_morena-accarin-v-tv-
Morena Baccarin, lt;igt;Vlt;/igt;
more...
Anna (Morena Baccarin).
Morena Baccarin ( Anna ) and
more...
Morena Baccarin as Anna
Week #10 - Morena Baccarin
Morena Baccarin, star of “V”,
I wrote a simple server application in C. This server do nothing except print the received message, then exit. Here is the code
int listenfd,connfd,n;
struct sockaddr_in servaddr,cliaddr;
socklen_t clilen;
char *mesg = (char*) malloc(1000*sizeof(char));
listenfd=socket(PF_INET,SOCK_STREAM,0);
bzero(&servaddr,sizeof(servaddr));
servaddr.sin_family = AF_INET;
servaddr.sin_addr.s_addr = INADDR_ANY;
servaddr.sin_port=htons(20600);
bind(listenfd,(struct sockaddr *)&servaddr,sizeof(servaddr));
listen(listenfd,5);
clilen=sizeof(cliaddr);
connfd = accept(listenfd,(struct sockaddr *)&cliaddr,&clilen);
n = (int) recvfrom(connfd,mesg,1000,0,(struct sockaddr *)&cliaddr,&clilen);
sendto(connfd,mesg,n,0,(struct sockaddr *)&cliaddr,sizeof(cliaddr));
printf("-------------------------------------------------------\n");
mesg[n] = 0;
printf("Received the following:\n");
printf("%s\n",mesg);
printf("-------------------------------------------------------\n");
close(connfd);
close(listenfd);
I managed to establish a connection using telnet and running
appleguy123
May 16, 08:31 PM
Ha, one of the comments is saying it was made for the Batman TV show. Which was back in the '60s!
It's obviously someone here then. :) Do we have a rat?
It's obviously someone here then. :) Do we have a rat?
more...
Island Dog
Sep 19, 08:59 PM
Thanks for your help.
If I can't get the upgrade I'm just going to buy an external HD and make it a network drive.
If I can't get the upgrade I'm just going to buy an external HD and make it a network drive.
alust2013
Mar 25, 05:22 PM
It does, as FAT32. That's not the problem.
B
Gotcha, didn't know that.
B
Gotcha, didn't know that.
more...
zap2
Mar 10, 09:41 AM
If you think you'll be playing the next pokemon(like after Black and White) or think you might want any other new games in the future, I'd say go for the 3DS...if you're buying new, the extra 70 or 90 dollars allows you to future proof your purchase.
For the battery life, the physical battery is larger on the 3DS, so the fact that its dyes quicker relates to power usage for 3DS games, for DS games, you can expect better battery life that the 3+hours for 3DS games.
But if you're buying used, go for a DS lite for like 70 dollars, then sell it once you beat Pok�mon.
For the battery life, the physical battery is larger on the 3DS, so the fact that its dyes quicker relates to power usage for 3DS games, for DS games, you can expect better battery life that the 3+hours for 3DS games.
But if you're buying used, go for a DS lite for like 70 dollars, then sell it once you beat Pok�mon.
SideStepSociety
May 5, 07:21 PM
Have you tried a PRAM and/or SMC reset already?
more...
Dreadnought
Nov 2, 12:22 PM
or stop the WU, copy the files:
- queu.dat
- work (folder)
- unitinfo.txt
- FAHlog.txt
Uninstall folding completely, install the console version and answer the standard questions (the configuration routine). Then stop the console version, because it already started folding on a new WU and replace the new files which it has created (named the same as the 4 above) with the ones you copied. It should go further with the old WU.
- queu.dat
- work (folder)
- unitinfo.txt
- FAHlog.txt
Uninstall folding completely, install the console version and answer the standard questions (the configuration routine). Then stop the console version, because it already started folding on a new WU and replace the new files which it has created (named the same as the 4 above) with the ones you copied. It should go further with the old WU.
OPTiK
Mar 13, 11:43 AM
I could never get pwnage to produce a working ipsw for my iPad 3G... so I took the iBSS & kernelcache (rename to zip and extract) from ..customrestore.ipsw for tetheredboot. make sure your iPad is running the Apple 4.3 and jailbreak using redsnow.. point to 4.2.1 ipsw, it will not boot, when it hangs blackscreen with a white square use tetheredboot and u have cydia... :)
That's pretty sneaky, gonna have to try that out!
That's pretty sneaky, gonna have to try that out!
more...
whiteshadoww
Jun 20, 08:09 PM
Too bad the person stung by the 2 hornets didn't already have his iPhone 4. I'm almost certain that the new iPhone would contain some kind of antidote that would have been very helpful. I guess we will all just have to wait for Thursday!
Is everyone with an iPhone going to download iOS 4 tom and test I out or are you guys going to wait for Thursday?
Is everyone with an iPhone going to download iOS 4 tom and test I out or are you guys going to wait for Thursday?
MattG
Sep 23, 10:35 AM
I don't know, I just hope we don't get any bad ones where I am for the next three years or so. Give me time to finish my Master's degree, sell my condo and get the ******* out of here (as is my plan).
more...
Cromulent
Feb 21, 11:06 AM
Dear Colleagues,
My first post here and I also apologize if this is the wrong forum. If you know of a more appropriate forum/website please let me know.
I'm authoring a CD-ROM that contains a website with images, videos, PDFs etc... This CD-ROM (essentially a "Website on Disc") will be mass replicated and sold as part of a book.
The client would like to implement some sort of copy protection that will make it difficult for people to just copy the CD or it's contents. I have been researching this for a long time now and have learned that there are many different products out there that can "supposedly" achieve this. However, due to the sheer number, I'd like to know if anyone can recommend or share his/her experiences and thoughts on the subject. To make things even trickier, is there such a solution that will prevent copying on both Mac and PC systems?
Thanks in advance for any insight!
Regards
Don't bother. No matter what you do both the book and the CD will be on the internet for download within a week. Just accept it and move on without wasting any extra money on a lost cause.
My first post here and I also apologize if this is the wrong forum. If you know of a more appropriate forum/website please let me know.
I'm authoring a CD-ROM that contains a website with images, videos, PDFs etc... This CD-ROM (essentially a "Website on Disc") will be mass replicated and sold as part of a book.
The client would like to implement some sort of copy protection that will make it difficult for people to just copy the CD or it's contents. I have been researching this for a long time now and have learned that there are many different products out there that can "supposedly" achieve this. However, due to the sheer number, I'd like to know if anyone can recommend or share his/her experiences and thoughts on the subject. To make things even trickier, is there such a solution that will prevent copying on both Mac and PC systems?
Thanks in advance for any insight!
Regards
Don't bother. No matter what you do both the book and the CD will be on the internet for download within a week. Just accept it and move on without wasting any extra money on a lost cause.
jayducharme
Jul 21, 04:37 PM
Google fell to the number three spot despite generating record levels of discussion for the brand, according to General Sentiment.
Who is General Sentiment? Is he in charge of the mobile wars? And what is the Impact Value ranking? Is it this:
http://www.valuebasedmanagement.net/methods_impact_value.html
And I guess this is how General Sentiment determines what makes the cut:
http://www.generalsentiment.com/what-we-do.html
I love the line:
Sentence by sentence, General Sentiment detects the sentiment in each document related to a topic
Who is General Sentiment? Is he in charge of the mobile wars? And what is the Impact Value ranking? Is it this:
http://www.valuebasedmanagement.net/methods_impact_value.html
And I guess this is how General Sentiment determines what makes the cut:
http://www.generalsentiment.com/what-we-do.html
I love the line:
Sentence by sentence, General Sentiment detects the sentiment in each document related to a topic
more...
Natesac
May 3, 09:28 PM
This is something I would love to see via jailbreak or iOS 5. It would be awesome to be able to hand off SMS to the iPad when they are in close proximity.
But I would want this to work with my iPhone's native AT&T SMS and not some other "free" texting service. Those require you to use a new number and it would be near impossible for me to tell all my contacts to start texting a new number but call me on the old number.
But I would want this to work with my iPhone's native AT&T SMS and not some other "free" texting service. Those require you to use a new number and it would be near impossible for me to tell all my contacts to start texting a new number but call me on the old number.
job
Oct 20, 04:01 PM
Originally posted by Rower_CPU
'Lemon is on page 4.
hah. not in post count. i was wondering about his physical location. haven't seen him on these boards in ages.
;)
'Lemon is on page 4.
hah. not in post count. i was wondering about his physical location. haven't seen him on these boards in ages.
;)
macboy62
Oct 19, 03:10 AM
Im to young for meetups, but does anybody know if :apple: are doing it at shibuya store? acutely...no school GINZA YAY!
maybe
mom might say no
(of-course to meetup but to going in general...maybe)
I think all the stores worldwide are doing the T-shirt thing. Check out Apple Japan site, Google a translation to get it in English.
As for the meet up... bring your mom, some of us are probably the same age or older :D
maybe
mom might say no
(of-course to meetup but to going in general...maybe)
I think all the stores worldwide are doing the T-shirt thing. Check out Apple Japan site, Google a translation to get it in English.
As for the meet up... bring your mom, some of us are probably the same age or older :D
Blue Fox
May 18, 01:57 PM
I think a blue or pink one would be great!! Maybe Apple will have a "rainbow" collection of colors? That would be so much fun!!
LOL. Your too late on that one. :D
http://forums.macrumors.com/showthread.php?t=701535
http://i267.photobucket.com/albums/ii292/drakeshipway99/Picture2-3.png
LOL. Your too late on that one. :D
http://forums.macrumors.com/showthread.php?t=701535
http://i267.photobucket.com/albums/ii292/drakeshipway99/Picture2-3.png
dach2k3
Jul 11, 01:14 PM
Anyone have any info at this location?
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.
TDM21
Oct 18, 10:34 PM
PS2, not PSP... and wouldnt a mini PS2 have the same size cds so that all the games that have been released to date are compatible. Although, with my experience, burnt media will usually not play in playstations, burnt cds are simply a no go, and burnt dvds are a toss up.
If you want to listen to MP3s CD or DVDs, just get a cheap dvd player, you can even get DivX DVD players, my friend got a no namer for $100 CDN... and I got a Yahama DivX DVD player for $200 CDN...
Actually, i have been able to play burnt audio cds in my ps2 (I think it is a v4). I was also able to install a media player onto my memeroy card so i can play cds with divx movies and mp3 files on my ps2, but not cds burnt with my PB. Nero created cds work fine.
*Note: what I did does not require a mod chip, but does require alot of patiece to get the cds write.
If you want to listen to MP3s CD or DVDs, just get a cheap dvd player, you can even get DivX DVD players, my friend got a no namer for $100 CDN... and I got a Yahama DivX DVD player for $200 CDN...
Actually, i have been able to play burnt audio cds in my ps2 (I think it is a v4). I was also able to install a media player onto my memeroy card so i can play cds with divx movies and mp3 files on my ps2, but not cds burnt with my PB. Nero created cds work fine.
*Note: what I did does not require a mod chip, but does require alot of patiece to get the cds write.
tech4all
Oct 7, 04:24 PM
http://blog.deconcept.com/flashobject/
Thanks, kingjr3, I'll check out!
Thanks, kingjr3, I'll check out!
No comments:
Post a Comment