Monday, June 6, 2011

How do I change my avatar picture on my Yahoo Messenger?I can change it on the Website but it wont change IM?

I am able to change the Avatar on the website but it will not convert over onto the picture posted for my Yahoo Messenger. Do you know how to make the avatar picture change on the Messenger screen?How do I change my avatar picture on my Yahoo Messenger?I can change it on the Website but it wont change IM?
To put a Photo Avatar:-



Click the little triangle below your display image, click ';Share my picture';. Select the image that you want to use as your avatar/photo from your Hard drive, Click on it to open, then click ';Ok';.



Cartoon Avatar:



At the Tool bar of your messenger, Click on the messenger icon, a new window will pop up with Yahoo! messenger preferences, select ';Display image';, click on ';Change default';, click ';Share my avatar';. Now click ';ok'; in the display image window, also click ';ok'; in the ';Preferences'; window.

How do you make link picture change when you mouse over it?

I want the picture of the link to change to a different one when you mouse over it on my webpage. Im using Adobe golive, but just the source code would be prefered. : )How do you make link picture change when you mouse over it?
Read http://www.w3schools.com/JS/default.asp

Pay attention to DOM...

You will need a JavaScript function in onMouseOver event of your link...
  • Queen duvet set on full bed
  • dog
  • I need a Java applicaion, a rotating knob for changing pictures.?

    Does anyone know of a good javascript, exact source and examples where I can find this. I have a design, where when you rotate the knob (like a volume knob), the image on the web page changes. The image change reponds like volume.

    eg: there are 2 images - red on the left, and blue on the right. As I rotate the knob clockwise, the red image keeps fading out and the blue image keeps fading in. I rotate the knob anti clockwise, then the oppsite happens.



    Does anyone know how to do this or can anyone point me to a good source.



    Thank youI need a Java applicaion, a rotating knob for changing pictures.?
    a google only picks up an ActionScript example. ActionScript is close to javascript, at least ECMA standards. They use .png sequence to effect the rotation. javascript can rotate a %26lt;div but that would be extra slow and in some implementations restrict you to a specific platform, such as Windows. .svg graphics show a promising technique, but you would be restricted to FireFox. For what you're asking, java programming could do it, but this wouldn't be a trivial program to write.

    How to make a picture change according to a date?

    Ok so I need a little help here. I want a picture on my site to change when it's a certain date. Like when it's August 28th I want to display clouds, when it's August 29th I want it to display a sun, and on August 30th a football. I don't want those exact images those are just examples. One last thing I need it to be a monthly type of thing so I don't have to change it every week. Thanks, I will chose best answer depending on who's works! How to make a picture change according to a date?
    Here is an example that will work for you, on a monthly basis it will change the picture each month. You can change the names of the pictures of course in the array in the script. Note that a default image is placed in the body in case user does not have javascript turned on. And that image must have an id (';monthlyPic';) that matches what is in the getElementById in the script. You can change that id of course, just change it in both the img and the script if you want. Also note, if you are not familiar with counting in javascript, the numbering in the array is correct as counting in javascript begins at 0.



    %26lt;!DOCTYPE -don't forget to use one of these!

    %26lt;html%26gt;

    %26lt;head%26gt;

    %26lt;title%26gt;%26lt;/title%26gt;

    %26lt;script type=';text/javascript';%26gt;

    window.onload = function(){chgMonthlyPic();}

    function chgMonthlyPic()

    {

    var month = new Array(12);

    month[0] = ';JanuaryPicture.jpg';;

    month[1] = ';FebruaryPicture.jpg';;

    month[2] = ';MarchPicture.jpg';;

    month[3] = ';AprilPicture.jpg';;

    month[4] = ';MayPicture.jpg';;

    month[5] = ';JunePicture.jpg';;

    month[6] = ';JulyPicture.jpg';;

    month[7] = ';AugustPicture.jpg';;

    month[8] = ';SeptemberPicture.jpg';;

    month[9] = ';OctoberPicture.jpg';;

    month[10] = ';NovemberPicture.jpg';;

    month[11] = ';DecemberPicture.jpg';;



    var d = new Date();

    document.getElementById (';monthlyPic';).src = month[d.getMonth()];

    /*** I left a space in the line above between ById and first ( just so yahoo would not drop the code, could take that space out ***/

    }

    %26lt;/script%26gt;

    %26lt;/head%26gt;

    %26lt;body%26gt;

    %26lt;div%26gt;

    %26lt;img src=';defaultMonthlyPicture.jpg'; alt=';picture'; width=';700'; height=';200'; id=';monthlyPic'; /%26gt;

    %26lt;/div%26gt;

    %26lt;/body%26gt;

    %26lt;/html%26gt;

    How do I delete Xbox 360 Live gamer pics?

    Like the little icons that you can use for your gamertag pic? I went to system and delete all the pictures but then when I press change picture all the ones that I deleted are still there......how do I delete them for good??How do I delete Xbox 360 Live gamer pics?
    I don't think you can delete all of them. The ones that came with the system I think are in the protected portion of the harddrive. Any others that you downloaded or received from playing games should have been deleted by the method you stated using.How do I delete Xbox 360 Live gamer pics?
    Yes i could before they had this stupid new xboxlive experence i could delete the ones stored on the hard drive and now i cant

    Report Abuse

    Is there a way to take a couple pictures and combine them to make a moving picture?

    like, can i use html or java or something to make a moving image? so like when i have a pic on a site it changes pictures like the following one: http://www.archive.org/serve/macbeth/mac see that moves thats what i wanna do. but how?

    plz help

    tyIs there a way to take a couple pictures and combine them to make a moving picture?
    Using Javascript, they called slideshow, find one suit you in some free javascripts site or here, http://www.dynamicdrive.com (Hope spelling not wrong).Is there a way to take a couple pictures and combine them to make a moving picture?
    you can also do it in photo shop. You have to set the layers dto a time frame. It will walk you through it in the help section.
    yeah there are a few programs. I perfer the following.



    - Jasc Animation Shop

    http://www.corel.com/servlet/Satellite/u



    - Ulead GIF Animator 5

    http://www.ulead.com/ga/trial.htm



    - Photoshop

    What you do is create your images on layers. Open it in image ready. There are more steps. If you go the route of photoshop. Contact me. I wrote a tutorial on how to



    You can use java and html to animate images.
    go on here it has tons of effects you can choose from along with animation:



    http://www2.blibs.com/mytheme/blinking-myspace-profile-picture.php





    PS. its probably the easiest way =]]
    i Don't Suggest you to use Java OR Javascript but i suggest that you use this program because it's easy and very helpfull for you



    Sothink SWF Quicker

    --- Quicker way for the Flash editing



    Sothink SWF Quicker is a fantastic Flash tool to make Flash based applications for your website.



    It can be used to create games, Flash videos, interactive animations, text effects, slide shows, etc. Sothink SWF Quicker is the only Flash tool that enables you to edit SWF. It provides features to edit ALL elements in a Flash movie, such as adding or changing texts, replacing shapes, assigning links, replacing sounds?br>


    Here is Samples you can See:

    1- http://www.sothink.com/product/swfquicker/samples/specialEffect/floating/floating.php

    2- http://www.sothink.com/product/swfquicker/samples/index.htm



    Don't Forget to Vote Me For The Best Answer :-)
    You can make an animated .gif using photoshop. Or a flash animation but this won't play if the user doesn't have a flahs player.

    Photo sites for changing pictures?

    I recently got on mythem.com and the site is great for playing around with your pictures but it is not real user friendly -- I can't figure it all out although I've played with it a lot. There isn't a lot of help under ';help'; either. Are there more user friendly sites or do you know how to get good instruction on mytheme.com?Photo sites for changing pictures?
    I just switched to shutterfly. I like it a lot. It's pretty easy. Be careful though, while it is free, they try to sell you a lot of stuff. I don't know about mytheme but with shutterfly you can send an album and have whoever look at it without registering.Photo sites for changing pictures?
    Photobucket.com
    I use bubbleshare.com and it is really convenient, and user friendly.



    Try that, it may help you better.
  • different myspace
  • uninstall internet explorer
  • How do I change my mom's iTunes account from Korean to English? Ah, so confusing!?

    Okay, I檓 having difficult times with iTunes b/c all the settings are Korean %26amp; I can檛 read or understand any other language but English. My mom檚 the one who owns the iTunes account but she doesn檛 understand me very well about this [we can communicate though] because she檚 over 18 yrs old %26amp; she has credit cards, duh. What檚 the point of having a video iPod if I can檛 add or change pictures, contacts, or anything else but add %26amp; buy music? Plus, all the playlists are outta control %26amp; created on their own, idk why! So please, help me %26amp; tell me how to translate all those words %26amp; everything to English %26amp; how to translate it back! I really want to fix all those crap %26amp; able to understand it. I already went to iTunes tutorials!How do I change my mom's iTunes account from Korean to English? Ah, so confusing!?
    Go to The iPods settings and click on english...plug it back in and it should change it...

    Myspace changing pictures?

    I see people hae one picture that is always flashing int another picture.

    like they would have 3 pictures and then pic1 would show then it would cchag to pc2 then p3 really fast.

    How do i do that?Myspace changing pictures?
    create a animated GIF

    http://www.gifninja.com/CreateAGif.aspx

    How do I change a .MOV file to something that will play on windows media player?

    I went on holiday and took some videos on my camera. Now they're saved as a file on my PC and I want to play them (ideally on Windows media player) but when I try to play them it says they can't be played because the media player doesn't support the type of file. So how can I change it? I know you can change pictures e.g. from a GIF to a JPEG so I'm assuming it can be done to a film.



    (Btw I'm not very good with technical stuff so if you can help please keep it as simple as possible! thanks in advance)How do I change a .MOV file to something that will play on windows media player?
    There are two ways to deal with this



    1. Go to File Hippo.com and download the ';K-Lite Codec Pack';. Install this and windows media player should be able to play the mov file.



    2. Or alternatively get a copy of format factory which is a free software for converting audio and video files to other formats and you can convert the file to a wmv (windows media video) and watch it.



    Both links in source



    hope this helpsHow do I change a .MOV file to something that will play on windows media player?
    The .MOV extension refers to Quicktime, which is a free application. Download it from here: http://www.apple.com/quicktime/download/



    Incidentally, Windows Media Player can play .MOV files. You can get the codec here: http://www.3ivx.com/coral/3ivx_d4_451_win.exe and run the setup. Then you should be good to go.
    save yourself a lot of trouble and time and just use the VLC player, it can play any format, it's free and many people like me use it as their default player ....it's really that good.

    http://www.videolan.org/vlc/

    How do i change picture save on mircosoft word as a PDF TO A JPEG ?

    ...what you can do is open the doc right up[full screen]...hit the print scrn button...open word or pub,right click and paste...save as a jpeg...sortedHow do i change picture save on mircosoft word as a PDF TO A JPEG ?
    Open the PDF in Adobe Reader. Using the crosshairs of the “select” feature, place the image into an editing frame. Right click the frame and choose “Copy.”



    Paste the image into any photo editing tool. Even Power Point will do. If you use MS Power Point, right click the image that you pasted into a blank page and choose “Save as Picture.” Then you can choose your format. Any real photo editor should make the job even easier.

    How do i change picture save on mircosoft word as a PDF TO A JPEG ?
    camel's right, thats what id do. In photoshop you can simply open up a .PDF and save it however, but without Photoshop his way is the best.





    EDIT : SC is an idiot, simply crop the document around the image and save JUST the image. What a fool.

    How cabn i change my pic on yahoo?

    ive tried but i just cant! yeah ive clicked on change picture on my profile clicked on the smiling grey face cropped it but when i press submit nothin seems to appear! HELPHow cabn i change my pic on yahoo?
    Make sure to follow ALL these steps for an avatar (or a personalized image).



    禄 For a Yahoo cartoon avatar: 芦

    ?Go to http://avatars.yahoo.com

    ?Design your avatar, customize it

    ?Click the orange ';Save Changes'; button

    ?Click here: http://answers.yahoo.com/my/my_edit

    ?In the ';Picture'; section of this edit page, click the bubble that says ';Use my Yahoo! avatar';

    ?Scroll down, click Preview

    ?Click OK on the next screen



    禄 To use your Yahoo profile image as your Yahoo Answers avatar: 芦

    ?Click here: http://profiles.yahoo.com/

    ?Hover over your image and click ';Change Picture'; in the lower left corner

    ?Click ';Add Photo'; on the menu that pops up

    ?Click browse, choose the picture that you want to upload [5 MB or less .JPG format]

    ?Enter the CAPTCHA code

    ?When your picture has uploaded, click it to make sure it has an orange box around it

    ?Click ';Use selected photo';

    ?Click here: http://answers.yahoo.com/my/my_edit

    ?In the ';Picture'; section, click the bubble that says ';Use my Profile image';

    ?Scroll down, click Preview

    ?Click OK on the next screen.



    Pictures you upload yourself can sometimes have cropping errors (which I think is what you're talking about) so do this:



    *Go into Paint and resize the image using Image %26gt; Resize / Skew %26gt; Make the image about 50% of its original size (you can also use Photoshop or another type of image enhancing program to do this)

    *Save it

    *Go to the uploader page and try uploading it again, and when it gives you the option to crop, select a smaller area -- that should work.

    *Then, go to your Q%26amp;A page, click ';Edit My Preferences';, click ';Use my Yahoo! Profile image';, scroll down, click PREVIEW, then OK.



    If it doesn't work, I suggest shrinking it even more. It may appear unnaturally small to you on paint, but it will appear normal-sized when it uploads correctly. The crop tool wasn't designed to cover extremely large areas -- most likely an oversight in its design.How cabn i change my pic on yahoo?
    well i can see u do have a pic up not the grey face
  • home theater
  • hair dresser cut
  • How do I make sentences or pictures change every time someone loads the webpage on my blog?

    For my blog - http://rurusblog.tumblr.com - I want the bit which says 'Hello! Hola! Bonjour! Nei Ho! Aloha! Guten Tag!' To change every time someone reloads the page. I could make then into pictures, if that would help. Just to catchy slogans and stuff!



    I'm not a big HTML or Java script guy (I'm only 14) But if anyone know how to do this, or has done this it would really help!!!!



    If you go to http://www.cliftonhall.org.uk/ and reload the page you'll see what I mean! The picture changes! But if the text could change it would be better! :D (that's not my site by the way)



    Thanks!How do I make sentences or pictures change every time someone loads the webpage on my blog?
    Here's two links. The first one is super simple, gives you the code and shows you step by step where to paste it in . The second gives you the code to copy in.



    You can do it using JavaScript if you turn the text into images:

    http://javascript.internet.com/miscellan

    If you don't understand the description, leave another post %26amp; I'll explain.





    You can do it using PHP so that you can keep it as text:

    http://www.phpjunkyard.com/random-text.p

    Photoshop: How do you turn a normal picture into those cartoon-like embossed pictures?

    I'm trying to figure out how to do just a regular black and white picture style cartoonish/embossed pictures you see on t-shirts. The best example is the whole Obama Change picture that obviously started as a real picture...



    http://www.myhiphoptshirt.com/files/1824



    Is there a certain name for this kind of style because cartoon doesn't fit and nor does emboss, but embodies a bit of both styles. The outcome would be a straight up contrast of shadows or darkened spots of the photograph.



    Any help please? Thanks.Photoshop: How do you turn a normal picture into those cartoon-like embossed pictures?
    The best way to do it, especially if you are going to reproduce it for prints or shirt or something is to vector it. You just trace over the image in the vector tool section by section and fill it.



    It actually takes some artistic skill if you want it to look nice.Photoshop: How do you turn a normal picture into those cartoon-like embossed pictures?
    step 1: Open the picture in photoshop

    Step 2: Go to image %26gt; adjustments %26gt; desaturate

    step 3: Go to filter %26gt; blur %26gt; Gaussian blur

    step 4: set the blur at about 2 or 3 %26gt; click ok

    step 5: go to image %26gt; adjustments %26gt; posterize

    step 6: set the posterize between 3-6

    step 7: ADDING COLOR - use the magic wand tool to select an area of gray and ON A NEW LAYER apply a fill with the paint bucket or with edit %26gt; fill

    How to Change Picture Size?

    I have a desktop computer that has Windows XP. When I upload pictures to this computrer they stay small in format size (ie. 25 kb per picture or 50 kb per picture or 125 kb, etc.) so this makes it easier to burn alot of pictures to CD. I also have a laptop with Windows Vista, when I upload pictures to this computer they are very large (ie. 1.5 mb or 2.0 mg per picture). How do I keep the pictures small when I upload them from a memory card to Windows Vista? I would prefer NOT to download anything but want a solution as to why pictures are so large on Vista and not on XP.How to Change Picture Size?
    The size of a picture file is based on the amount of information it is holding and the type of file not your operating system. A setting on your camera has changed.How to Change Picture Size?
    Bmp (bitmap) format takes a lot more space then the JPG format. If those bigger pictures are in bmp format, i will explain you an easy trick to convert them to JPG format, which will make them smaller.



    Right click on any large sized picture, and open with -%26gt; paint (you can also open ';paint'; and browse the file)

    Once you opened a picture with paint;

    File-%26gt;Save as-%26gt; -here switch the save as type to JPEG. -%26gt;save.

    You won't see the difference between JPEG or BMP, but size reduces significantly



    By the way, this is not caused by your Operating System, all photo's have different quality, which changes their size gradually.

    Why are the icon pictures empty on my blackberry?

    So I was moving around some applications on my blackberry and then I decided I wanted to change the name of one of them. So after i did this, the original picture disappeared and turned into an empty gray folder (but the stuff inside was still there, just the picture changed). This happened to 2 of my folders, the setup one and the games one, how can I change them back to the original picture?Why are the icon pictures empty on my blackberry?
    Take the battery out and put it back in, this should reset everything.

    How can I make a picture change colors?

    I have 3 pictures.

    All of them are black and white but aren't back and white in the same place.

    How do I put them all together as one picture. Like one second its one image, then the next second its different.

    If this isn't the right place to ask then please tell me where to ask.

    By the way i have photoshop.How can I make a picture change colors?
    You want to combine the three images into one using a .GIF editor.



    I think photoshop has a way for you do that.



    Use the 'help' button and search GIF.



    How can I make a picture change colors?
    Older versions of Photoshop couldn't do this. I think it started with CS2.

    CS3 definitively does do it.

    You need to look up ';animation';, not gif....... gif won't get you very far.

    Here is the start of the helpfiles you need online: http://livedocs.adobe.com/en_US/Photosho
  • for brittle toe nails
  • african american hair
  • Why do my mp3 folders and icon pictures change?

    i have loads of folders of mp3, i gave them their individual pictures for the folder and icons. some are individual artists and some are full proper album from one artist. but they keep changing on their own to another different picture on their own when i go back into my external drive. most times they are pictures of covers i do not even have on my hard drive.pc. i would like to know where these pictures come from, why they change on their own and how can i stop this from keep happening? i have to keep right clicking, then properties, then customize and then keep changing the folder and icon pictures back. i do keep the original folder and icon pictures in the same folder as the music. weird!! many thanks in advanceWhy do my mp3 folders and icon pictures change?
    dont know

    How do I make a link change to a different picture when hovered over?

    my links on my site are not text, they are pictures. is there a way to make the pictures change to a different one by hovering over? thanks



    if you want to see, its the ';home, wassup, videos, comments'; buttons on the top on this site

    www.gangstacardtricks.co.nrHow do I make a link change to a different picture when hovered over?
    If you have access to the HTML code, add a wee JavaScript event callback for the ';onMouseOver'; event on the image....



    Try this



    %26lt;script language=';javascript'; type=';text/javascript';%26gt;



    var ImgNo = 0 ;



    var ImgNames = new Array ( ';flora/flora_00.gif';, ';flora/flora_01.gif';, ';flora/flora_02.gif';, ';flora/flora_04.gif';, ';flora/flora_05.gif'; ) ;



    function newImg () {

    var e = document.getElementById ( ';myimg'; ) ;

    ImgNo++ ;

    if (ImgNo %26gt; 4) ImgNo = 0 ;

    e.outerHTML = '%26lt;img id=';myimg'; border=';0'; onmouseover=';newImg()'; src=';' + ImgNames[ImgNo] + '';%26gt;'

    }

    %26lt;/script%26gt;



    %26lt;/head%26gt;



    %26lt;body%26gt;



    %26lt;p%26gt;%26lt;img id=';myimg'; border=';0'; onmouseover=';newImg()'; src=';flora/flora_00.gif';%26gt;%26lt;/p%26gt;



    %26lt;/body%26gt;



    %26lt;/html%26gt;How do I make a link change to a different picture when hovered over?
    it depend on if you are using code or a web editor tool

    Taking pictures of a video?

    I have a video slideshow of pictures and I want to make a new one with some of the pictures in the old one. However, I do not have those photos saved on my computer. I have tried using SnagIt and control+Print Screen to try to capture the pictures in the video but whenever i open the pictures, they change as the video changes. This is very frustrating. How does the computer know that the video has changed pictures. Like when I look at the picture I captured in paint or any program and click play on the slideshow, the slideshow plays in the picture program!Taking pictures of a video?
    Its wast of time doing what you do now!



    You wont get much good pixels



    You should always use Pinnacle Studio for this



    Heres the Link



    http://cgi.ebay.in/ws/eBayISAPI.dll?View



    Happy Yahooooooooooooooooooooooooing

    Myspace pictures change flash?

    how do i get my pictures to flash back and forth like alesana myspace profile pic and/or MCR's myspace profile pic



    http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile%26amp;friendid=5187194



    or



    http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile%26amp;friendID=2102684Myspace pictures change flash?
    i wishi knew, since i want one too

    alesana rocks!

    How do I change what program to view pictures with?

    On my computer I accidentally changed which program I view pictures with. Now, when I click on a picture so it comes up bigger it opens up in Quicktime Player.

    How can I change it so that my pictures open with a different program?



    I know I can go through every picture and change it but that would take awhile because I've got 170 pictures.

    Please help!How do I change what program to view pictures with?
    What you want to do is right click one of your photo's. Than go down to ';Open With'; Than from that menu go all the way down to ';Choose a default program'; Than select the one you want to use. It should go back to the way you had it. Lemme know if you have an issue.
  • shampoos for curly hair
  • for hunting squirrel
  • How to make your myspace default picture to look like obama's change picture?

    everyone have it and it looks coolHow to make your myspace default picture to look like obama's change picture?
    omg go to lunapic.com you can do it there that's what I didHow to make your myspace default picture to look like obama's change picture?
    I think you can find websites through google or whatever where you can upload a pic of yourself and it will change it to look like an Obama poster.

    How does one make those little myspace changing picture things?

    How does one make their own little picture things, you know the ones that switch really quickly and usually say something funny. They usually are only about the size of thumbnails, and they change every couple of seconds. How does one make them and personalize them?



    And don't give me a crappy answer like 'Not sure, good luck with that.' That's a great way to piss me off and make me report you for ignorance and spamming.How does one make those little myspace changing picture things?
    http://www.lunapic.com



    I use photoshop but its not cheap



    Lunapic is free onlineHow does one make those little myspace changing picture things?
    http://mypicpals.com/
    http://www.blibs.com/mytheme/create-icon



    That's a really good animator - and it doesn't put a credit on the image!

    How do I make a signnature on forums that changes? I dont know how to make it change between pictures..?

    JavaScript is a bad idea. Users have the ability to turn it off. What happens if the user disables it?



    A server side language, like PHP, is the way to go (there are others). From the sounds of your question, you're not trying to create an image on the fly, but trying to simply cycle through some images you've already made/got.



    If you just want to cycle, you could write some code to randomly select an image from a list. And all of that is contingent on the forum allowing you to run code in your signature.How do I make a signnature on forums that changes? I dont know how to make it change between pictures..?
    you need to either use javascript, if the forum admin allows that, or you will need to use the gd image library from php to generate random picsHow do I make a signnature on forums that changes? I dont know how to make it change between pictures..?
    You could do it if you had these handy programs called Paint Shop Pro and Animation Shop.

    You then get all your pictures the same size and do extra designing to it if you like then put them into ani shop for them to animate or change between pictures.



    Or if you don't have those programs you can go to these few sites I've found and make the gif from there.

    Also it will look better if you make sure your pictures are all the same width and height in size, you can do that in Paint.



    http://www.gifninja.com/

    http://picasion.com/

    http://www.gifworks.com/image_editor.htm

    http://www.gifup.com/



    Hope it helps =)

    How to make changing pictures? (read details please)?

    where is a website or something i can make more than one picture in a picture, i know it will make it a gif. like an animation except just more than one picture.



    like this: http://media.photobucket.com/image/gif/miguel_leon7/anigif.gif?o=2How to make changing pictures? (read details please)?
    Download microsoft gif animator....you will have to convert the pics you want to use to gifs first....you can do this in paint

    How do you make pictures correspond with typed things in Microsoft Excel.?

    I am wanting to make a baseball scorecard on excel. I want to be able to type in 1 or some other easy thing into it and make a picture change to correspond with that on a baseball diamond. I want to know how to type something and then make a picture appear or change from what I typed. Is this possible or not? If it is how would I do that?How do you make pictures correspond with typed things in Microsoft Excel.?
    Yes this is possible but you would need to write a macro do it. If you're not comfortable writing macros, the first thing you'll need to do is learn how to write one. You can start by buying a book about Excel and VBA. You may also want to try posting this question to the message board at mrexcel.comHow do you make pictures correspond with typed things in Microsoft Excel.?
    IT is possible

    And I will be more than happy to do it for you for free



    And yes, it does including VBA or macros, I would need more details about the pictures, do you have those pictures?



    send any details to me if you are interested in me doing it



    Enjoy my profile, VBAXLMan is back
  • cheapest web hosting
  • Where to get comforters to day beds
  • How can i change the pictures of my friends on myspace to the ones i want on my top friends list?

    i want to change my friends pictures on my profile for my top friendsHow can i change the pictures of my friends on myspace to the ones i want on my top friends list?
    Go here:How can i change the pictures of my friends on myspace to the ones i want on my top friends list?
    make your top friends like a DIV on your myspace

    How do I delete a photo from my account?

    I have been trying to up-date our yahoo account. I would like to change pictures to an up-dated one. But it will not let me do this, what do I do?How do I delete a photo from my account?
    delte itHow do I delete a photo from my account?
    It won't let me delete it.....

    Report Abuse

    How to change your font color on myspace?

    How to change your font color on myspace using profile editor 1. A rectangular box should pop up at the left where you can upload your pictures, change font size and color, and change the myspace background. I forgot how to do it so may anybody help me?How to change your font color on myspace?
    %26lt;font color=';COLOR HERE';%26gt; TEXT HERE %26lt;/font%26gt;

    don't put space if the color is two words!!



    or use this!!

    %26lt;font color=';COLOR HERE';%26gt; TEXT HERE %26lt;/font%26gt;

    http://www.doobix.com/codes/myspace/misc… Here is the Color Code Chart!



    Hope This Helps!! =]How to change your font color on myspace?
    %26lt;font color=';COLORHERE';%26gt;

    put that anywhere you want a different color.



    you can just type in a color, or you can choose from more colors by using a color code from here =

    http://html-color-codes.com/



    ^^ just copy and paste the color code where it says ';COLOR HERE';
    %26lt;font color=The color u want%26gt;

    Pictures! SMILE :-)?

    how can i change pictures to post without the extremely expansive photoshop and the little that's on my camera. I just want a few changes in color etc. Do I have to buy photoshop? ThanksPictures! SMILE :-)?
    Not at all! There are free photo editors out there. Check out www.gimp.org for one of the most well-known ones.

    Whenare you going to change your pictures on the e-mail sign in page, yours are awful?

    I am very tired of seeing your awful pictures when I sign into my e-mail. Please get some one who knows how to take pictures and make them more appealing. Also, change them often.Whenare you going to change your pictures on the e-mail sign in page, yours are awful?
    Pictures Shmictures, I wish we could actually use real pictures instead of these dumb avatars!Whenare you going to change your pictures on the e-mail sign in page, yours are awful?
    LMAO. Where are yours buddy?
  • how to deal with cheating
  • unblock people on myspace
  • How to connect a green screen?

    how do i connect the green screen? I need it for a video. I need to rent one so i didnt know if i could hook it up on my Laptop to change pictures.How to connect a green screen?
    It isnt something you hook up. You film what you want to infront of the green screen, then when editing the video you choose some way to filter out that shade of green and replace it with what you want there. Its really easy if your using a mac, if your trying to with a pc try adobe.How to connect a green screen?
    I think you may misunderstand the mechanism by which a green screen works. A green screen is literally a green sheet or green-painted surface which the actors act in front of. It is not connected to anything, and does not physically display the pictures itself. A computer program such as most common video editors will cut out all the green color from the video and replace it with another video or image or make it transparent. This is why blue screens exist: if an actor needed to wear a green shirt, then a green screen filter on the software would also cut out the shirt from the video.



    Also, a tip from someone who has used green screens himself: You can go to office depot or Bi-Mart or wherever and get a few neon green poster papers for about $1 each, and if you tape them all together or mount them to create a green screen, you will save a lot of money.



    Here is an in-depth article about green/blue screen technology if you are curious: http://en.wikipedia.org/wiki/Bluescreen

    How can I change my avatar to a picture?

    the change picture dosnt workHow can I change my avatar to a picture?
    If you would like to make an yahoo cartoon avatar or change it click this link.


    http://avatars.yahoo.com/





    Then to customize how you look, what outfit to wear. And background ''+ more''.





    ✖ Click the “appearance” tab to choose your skin color, face and eyes, and hairstyle. Pick your eye and hair colors by clicking on the colored squares to the right of each image.





    ✖ Click the ''apparel'' tab You can try on full outfits or different tops and bottoms. Mix and match.





    ✖ Click the ''extras'' tab to try out accessories like sunglasses. sports and hobbies gear such as backpacks, bikes, and snowboards. Adopt a cute pet. Or try different hats.





    ✖ Click the ';Backgrounds'; tab if you like the snow, the beach, or a nightclub.





    Once you've customized your avatar, don't forget to scroll down to the bottom of the Profile page and press ';Preview';, and then ';OK'; in the next screen. And your done.





    If you need any help click this link


    http://help.yahoo.com/l/us/yahoo/avatars…





    TO GET A PHOTO/CUSTOM PICTURE AS YOUR AVATAR.


    If you want a photo/custom picture as your avatar you need to make a ''My Yahoo!'' account.


    http://profiles.yahoo.com/





    The photo/image needs to be saved on your computer as a jpg file. Then go to the following 4 steps. below





    ✖ Go to your ''My Yahoo!'' page then click ';my page”.





    ✖ Click ';in your picture'; (on the left above photo window).





    ✖ Click ''Change my photo'' choose the photo from your photos click ''Use selected photo''.





    ✖ Go to your ''edit my profile'' http://answers.yahoo.com/my/my_edit click use my ''My yahoo picture'' scroll down and press ''preview'', and then ';OK'; in the next screen.


    And your done.





    Yahoo engineers are still working on improvements throughout all yahoo sites and some avatars may be slow to show (it could even be a day or so) so try to be patient.








    ₪ sɹǝʍsuɐ ooɥɐʎ ₪How can I change my avatar to a picture?
    Hi from France ♫





    I had this problem some months ago, I written to Yahoo ( help page) and they fixed the problem, of course right now my picture is black, but it's my choice !.. !o!


    Also, verify that your photo doesn't have too many pixels / is not too big ...





    Have a great sunday,





    Cat.
    Click on avatar then edit my info


    and click on browse to take you into


    ';My Pics'; and choose a pic and then click


    on use below it in your Info.


    then click on Preview and Ok to finalise.





    Have a good one.


    RóGéR

    Im trying to start a weather website how can i post the weather everyday and have it change automatically?

    and how can i make my pictures change according to the weather?Im trying to start a weather website how can i post the weather everyday and have it change automatically?
    First thing you need to do is get sensors that can interface to a computer. Two vendors who may help: Oregon Scientific (they sell a lot of stuff through Wal-Mart), and Davis Instruments, in the San Francisco Bay area. Once you have data in the machine, you can cook software to tweak web pages. Differentiate between the two systolic systems of organi measurement.Im trying to start a weather website how can i post the weather everyday and have it change automatically?
    First thing you need to do is get sensors that can interface to a computer. Two vendors who may help: Oregon Scientific (they sell a lot of stuff through Wal-Mart), and Davis Instruments, in the San Francisco Bay area. Once you have data in the machine, you can cook software to tweak web pages.

    How do u animated your pictures?

    I have a myspace and lots of my friends have pictures that change to different colors.



    I want to have my picture change different colors too.

    But without having the picture move.

    Thanx

    :DHow do u animated your pictures?
    Have a good picture editing software then u can animate them as GIF.

    Its easy, I know you can do it.How do u animated your pictures?
    Please try below site...
    You have to save in a .gif format. :]



    If you're talking photoshop it goes based on layers.



    You make a layer then on top of that layer put something else, then save as .gif them it's all magical and flashy. O:



    just search gif in ______ whatever your program is.



    I believe you do it the same way in gimp.



    I have no idea how to do it on http://www.blibs.com/editor/ though D:



    You will have to look it up. :D



    Here, I found a page on yahoo where this question was answered. :]



    http://answers.yahoo.com/question/index?

    Change picture on green card?

    hi i don't really like the my picture on my green so i would like to change. so my question is how long is the process of changing it.Change picture on green card?
    USCIS has set qualifications where green card replacement will be allowed (I-90) and not liking your picture on the card is not one of them.You can read the list where you can have a valid reason to apply for a replacement on the link below. Just like driver's license and other IDs, I think we just have to live on the fact that most of us doesn't like our picture in them.



    http://www.uscis.gov/files/form/i-90instChange picture on green card?
    You have to file for replacement on form I-90. If processed in Texas or

    Vermont, about four months. In Calif. or Nebraska up to nine months.

    See uscis.gov for processing times.
  • camera
  • black hair care
  • How to change picture on yahoo messenger?

    do not like the avatar picture and I want to change it help meHow to change picture on yahoo messenger?
    I have already answered that question before in Yahoo!Answers. When you have a question you should really first check if there is not already an answer to that in Yahoo!Answers.



    Here is what I wrote before to someone with the same question.



    '; That is easy. Just sing into your Yahoo!Messenger and put your mouse curser on your avatar and then it will show you a little error on the lover left corner of your avatar image. Click on that little error and a window will open where you can see your avatar. In that window click on ';Display Image';. It will open up the ';My Display Image Window'; and there click on the little circle ';Share my picture'; and then click on ';OK'; on the bottom. This will open up another window and there click on ';Browse...'; It will open another window called '; Select a picture file';. You can go then to where ever you have your picture that you want to use as your display picture. Click on that picture of your choice and then click on ';Open'; on the lower left corner. It will close the previous window and put the picture that you chose into the window '; My Pictures';. You will see your chosen picture on the top right. Then click on ';OK'; and it will close that widow and transfer your picture as your display picture in your Yahoo!Messenger right away. Have fun choosing a picture.';



    And if you want to change your Avatar it works the same way except that you click in the ';My Display Image'; on ';Share my Avatar'; again and on the right on ';Customize...'; to change the look of your Avatar and then click on ';OK'; again and then you have changed your look of the Avatar.

    Just experiment with it. It's easy to figure out. Have fun.

    Is there anyway i can change my profile picture without a 360 account?

    i want to change my picture in my profile but do i have to have a yahoo 360 account? everytime i try to change pictures it opens yahoo photos, can i pick a photo from yahoo photos to put on my profile if so how can i do that?Is there anyway i can change my profile picture without a 360 account?
    Yes you can do that by going back your profile page in Yahoo Answers.Is there anyway i can change my profile picture without a 360 account?
    You can change it to another avatar but you can't get a personal pic without a 360. Sorry!
    Help : according towards yahoo! 360 problems they can

    suggest an requirement for users whom needs special permission ! were yourself must do as following

    1 reediting

    2pick an new screen name

    3 use new photograph see http://yahoo.yahoo.ownphotos.com
    Zero is right, you can use another yahoo avatar (you can change it in Yahoo Avatars), but not a personal pic!
    you may........ofcourse you can,dont loose hope,k..try

    How do you solve the pictures in the Runis of Alph? for pokemon crystal?

    I have pokemon crystal and I can't figure out the picture In the Ruins of Alph area. No matter how hard I try I fail everytime. I understand that the pictures change but I need som serious help in trying to solve it. Any kind of help would be appricated. Thank you!!How do you solve the pictures in the Runis of Alph? for pokemon crystal?
    They should look like this when completed.

    http://members.shaw.ca/dwarkentin/Webpag

    How do i change my picture on my avatar to another of my pictures?

    i know i have used one already but that was a year ago and i have forgot how to do it.How do i change my picture on my avatar to another of my pictures?
    click on edit my profile on your main page, then click edit avatar and its on there, thanks for the email, I tried to email you back, but email was returned without you receiving it.

    How do i change a pictures color on my computer?

    i am trying to change a picture of american money to pink money

    how can i do so?How do i change a pictures color on my computer?
    photoshop
  • music player
  • during the summer
  • Changing pictures parts sizes?

    ok so i like to take pictures and i want them to look more like pro work

    like how to make a background all white or change it to something diffrenet as in on a stage, snow, rain anything...

    and if there is one for body tan would be great



    and i want a website that would let me change boobs size... please if your gonna make smart comments then just skip this and go answer somewhere else.. i want to take some pics and give them more of what they look like what annoys me is that when i take a pic from the top pointing down boobs look big when i take a pic from straight forward they dont look like they have anysize to em.. so if you can help please do





    im not really sure if there would be a website that could do all that

    but if you know one or more than one could you please share them with me... thanks (:Changing pictures parts sizes?
    photoshop can help u with this.Photoshop is really easy to use and do not have to buy it just find someone that has it . and if you have photoshop already use ( liquify )

    Myspace tag me i want to change my picture and it says i dont have any albums on myspace BUT I DO?

    when i to to change picture it said you have no albums on myspace and i do have a album how can i change my tag me pictureMyspace tag me i want to change my picture and it says i dont have any albums on myspace BUT I DO?
    I had the SAME problem!!!!!!!!!!!!!!!!!!!!!

    How do you add 3 pictures when you are using the animated image generator?

    im trying to make my myspace default picture change into 3 different pictures by using this generator but i don't know how to add more than one.How do you add 3 pictures when you are using the animated image generator?
    Try using these free online tools...



    FREE Online Photo Editors (Animation Tools):



    http://www.blibs.com/editor/ (Animation Tools)

    Drag %26amp; Drop Images: http://www.animasher.com/create

    http://www.gifninja.com/ (Free online .gif making tool)

    http://www.gifworks.com/image_editor.htm (Animation: GIF format only)



    How Tos:



    GIF Animations Instructions: http://www.frontiernet.net/~steve_glimps

    How to create an Animated gif (Video): http://www.youtube.com/watch?v=Z93Z1v5dy

    How to Make a Animated GIF from a Video Clip: http://www.youtube.com/watch?v=1RMvoLyI_



    Ron