Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 21,000 points

D

Favorite Answers42%
Answers158

I am a YouTuber, Programmer, Visual Designer, and Computer Expert. Check out my YouTube channel, DeadshotColada!

  • Best remote desktop software for remote support?

    I am looking to find a good, easy to use, reliable remote desktop software that will allow me to take control of someone's computer with minimal steps on their part. Preferably a free software, but if a license is under $100, I can do that too.

    2 AnswersSoftware6 years ago
  • What type of software/script license is this?

    I just created a .js file on my site and I am allowing people to embed it on their websites/blogs.

    I only want people to be able to embed the file, nothing else; no modifying, distributing, etc. What license should I be using?

    1 AnswerProgramming & Design6 years ago
  • Static from speakers when HDMI is unplugged?

    I have some computer speakers that are great but since I moved and hooked my computer up I have been hearing a slight static noise and it annoys me all day long. I have tried wiggling the cord around but it doesn't stop. The other day, I went to plug in an HDMI cable (I use VGA/D-SUB for my monitor) from my TV and when the cable touched the protector plate the noise stopped! Yay! When I unplugged it, the noise came back :(

    Any good solutions besides keeping the HDMI plugged in? Thanks!

    1 AnswerOther - Electronics7 years ago
  • Allow mobile users to choose mobile or full site?

    I am developing my website and I want a way for mobile users to be able to choose whether or not they are taken to the full site upon first visit. I have my mobile site hosted in example.com/m and m.example.com also goes there. I am using source from detectmobilebrowsers.com which makes it redirect to the mobile folder if using a mobile browser.

    I want the users to have a choice every time they go to a page and if they were to go to example.com/download/option1.php it would take them to example.com/m/download/option1.php if they chose the mobile option rather than back to the homepage example.com

    Any help is appreciated!

    2 AnswersProgramming & Design7 years ago
  • Attachment image

    Javascript/HTML: How do I do this?

    I want something exactly like the screenshots gallery that you can find on iTunes.

    I want to be able to display both iPhone and iPad screenshots with the click of a button and I want the scroll bar that they use to consolidate space. I haven't been able to find anything like this but this is exactly what I need.

    Looking at iTunes page source was no help as everything is Javascript and I couldn't single anything out.

    I want to be able to specify my own images, and the quantity of images per category (iPhone and iPad)

    and if there aren't any available for iPad, the button wouldn't be there to change the images being shown.

    Any help is greatly appreciated! Especially FULL SOURCE code or a link to it! Thanks!

    1 AnswerProgramming & Design7 years ago
  • Transfer Windows 8 to new computer?

    I need legit answers only! I know this is doable so don't tell me that it isn't.

    I am building a new computer and I want to transfer my OS over to it. I DO NOT have a disc for my copy of Windows 8 because I purchased it as a download back in 2012. I will be moving my old Hard Drive to my newly built computer.

    I have seen that I could upgrade the OS if I have it already installed but is there a way that I can download the ISO and burn it to a disc for the install rather than installing Windows 7 and then running the Windows 8 upgrade?

    6 AnswersDesktops7 years ago
  • HTML Make div scroll with page?

    I am developing my website and I want these 2 <div>s that I have to scroll with the page but only in between certain positions (my header and footer).

    The <div>s are located one over the other and are using float: right so that they are on the right side of the page. When I try to add position: fixed, it just fixes them to the bottom center of the page where they aren't even visible.

    Here is a link to the page: http://www.deadshotcolada.com/techsite/projects/do...

    If you could take a look and let me know, that'd be great. Thanks!

    1 AnswerProgramming & Design7 years ago
  • YouTube partner monetization question.?

    I am a YouTuber with 3k subscribers and my channel is partnered with Fullscreen as of yesterday. I have a second channel with 1.3k subscribers and it has a copyright strike so I am unable to partner it as well.

    I have a few of the same videos uploaded on both channels but I can only monetize the videos on my partnered channel since the copyright strike disabled monetization for 6 months.

    I noticed that Fullscreen offers a tool that will allow me to monetize stolen videos using Content Protection. Is there any way that I can monetize all of the double-uploads without it reporting the video as stolen on my second channel?

    1 AnswerYouTube7 years ago
  • Planning on moving out..?

    I am 17 and I have lived with my girlfriend at her parents house for about 6 months now. I don't want to live here anymore so I want to get my own place.

    I make $7.30/h at a part-time job so my income is low. I don't have a car. I pretty much have nothing and no money saved up.

    What should I do? I haven't been able to find any places that are in my price range that would work out/are big enough.

    Any advice?

    10 AnswersRenting & Real Estate7 years ago
  • HTML - Load file from root directory.?

    I am making a website and I can't seem to figure out how to do this in HTML/PHP.

    I am using PHP include to include my header which includes some other files (e.g. global.php). My homepage turns out fine (mydomain.com/index.php) but when I load my sponsors page (mydomain.com/sponsors/index.php) I get errors saying that the files I am including using my header cannot be found. I know that this is because it is trying to load from the current directory. To include my header I used php include (../include/header.php) but this isn't the case inside of the header so the site is trying to load (mydomain.com/sponsors/include/header.php) but the file does not and will not exist.

    How can I make it so that the filepath I specify begins at the root directory or a directory I specify rather than in the directory of the current file?

    1 AnswerProgramming & Design7 years ago
  • How to display image behind advert? HTML?

    I have Google DFP running Adsense ads on my website. I want to make an image show behind the ad because it sometimes doesn't show. I already have the code to make an image show when JavaScript is disabled but what about when the JavaScript is there but it is just showing blank space?

    Any help?

    4 AnswersProgramming & Design7 years ago
  • Attachment image

    How do I fix this? HTML + PHP?

    The image attached explains what I need done but I will explain again here.

    I am using <?php include> to include my file (300x600.php) which has <noscript> which is supposed to display an image when JavaScript is disabled. All it shows is the script, no image. Please help!

    2 AnswersProgramming & Design7 years ago
  • Attachment image

    What is the proper method to do this in PHP?

    I am converting my website from HTML to PHP and trying to minimize file sizes as much as possible so I am using <?php include(''); > to add my header, footer, etc to each page.

    If you look at the picture I attached, you can see what I need done. Still using the same file with<?php include(''); >, I want my navigation bar to change the "active" button according to the page I am on.

    The code is as follows:

    <div class="menu_nav">

    <ul>

    <li class="active"><a href="http://www.mydomain.net/%22%3E%3Cspan%3EHome%3C/sp...

    <li><a href="http://www.mydomain.net/projects%22%3E%3Cspan%3EPr...

    <li><a href="http://www.youtube.com/mychannel?sub_confirmation=... target="_blank"><span>YouTube</span></a></li>

    <li><a href="mailto:support@mydomain.net"><span>Contact</span></a></li>

    <li><a href="http://www.easyudid.com/%22 target="_blank"><span>UDID Reg</span></a></li>

    </ul>

    <div class="clr"></div>

    </div>

    I know that if I change the <li class> for each page I can do that but what could I do to make it so that this whole thing can go into my header and it still has the same effect without me having to use separate headers?

    2 AnswersProgramming & Design7 years ago
  • How do I buy a car this way?

    A friend of mine is selling me his car for $800. I don't have the cash yet so he is letting me make payments to him until he gets the whole $800 for it. He is going to keep the title until it's payed off so what do we need to do for this legally? What is the process for this transaction in my state which is Utah.

    Any help is awesome. Thanks!

    1 AnswerBuying & Selling7 years ago
  • How do I remotely connect to this computer?

    My grandparents have a problem with their computer that they want me to fix but they live an hour away so I want to fix it remotely from here. I can't seem to find any free program that I can use to do this.

    I have Jump Desktop but it seems as though it won't let me do it unless I give them my gmail account to sign in with.

    If you could suggest a free solution that isn't a trial, that'd be great. Or explain how to use Windows Remote Desktop over the internet. Thanks!

    4 AnswersComputer Networking7 years ago
  • How do I do this using PHP?

    I am looking to make it so that when people want to download a file, they have to enter their email address and it sends an email to them containing the file they are after as well as having my site save their email address to a file for a mailing list that I can use for mass emails. A script where the user can't see the location of the file on my site by looking at the site code would be nice to have. Thanks!

    1 AnswerProgramming & Design7 years ago
  • How do I pitch an idea without them being able to steal it?

    I am looking to recreate an older PC game for mobile devices and tablets. I want to pitch my idea to Dreamworks Interactive and make sure that after I give them the idea that they won't turn around and steal it leaving me out of the picture like some companies do. How would I go about presenting it but ensuring that if they do try to steal it, they won't be able to? I want to make sure that I get credit and don't get left out on my own idea.

    Any help is appreciated! Thanks!

  • HTML Table Code to fill in dots?

    I have a website, deadshotcolada.net, and on many pages I have information but it isn't in a table. I have it laid out like this:

    InfoQuestion..................................................................InfoAnswer

    InfoQuestion 2...............................................................InfoAnswer 2

    I am looking for a way to make it so that the data is in a table and it puts the dots in itself. The reason I want it to do this is so that the filesize of each page drops and so that the spacing is even from the dots.

    I just need the raw HTML code for this so if anyone can write it for me, that'd be great. Again, I need it to look like this in the end, just using a table instead of the manual ... making.

    3 AnswersProgramming & Design7 years ago
  • CSS Dropdown Menu Code?

    I am attempting to make my website's navigation menu into a dropdown menu on certain links. I have followed tutorials for it but it never turns out. I just need it so that when I hover over the link, a menu drops down that has the same layout as the original button. I am using HTML and CSS. I prefer not to use Javascript since it is possible to do it without.

    If anyone can do this for me, I can send you the CSS file and menu file so that you can make it for me if you would. I need it done as soon as possible and I need to be able to add more and more links somehow from just HTML, preferably using the <ul> and <li> functions.

    Any help is greatly appreciated and again, I have tried like 4 tutorials and they never turn out for me.

    Thanks!

    3 AnswersProgramming & Design8 years ago
  • Attachment image

    Any ideas on my logo's coloring?

    I just made my logo and now I need to pick the colors but I am having trouble. The logo is for my new YouTube channel, TheTechCommander. Please give me any ideas you may have as to what objects should be what colors. This will be the channel logo. I have already done the watermark. The background will be transparent where applicable.

    I am currently thinking of doing this but I want your opinions first:

    Eyes Gaser Thing: Red

    Mouth: White/Yellow

    Head: Silver

    TTC Graphic: Indented into head (silver)

    Remote on left: Grey

    Remote buttons: Darker grey

    iPod on right: White

    iPod screen: Black

    Background: White

    Please give your suggestions in the same list format as I just did. Thanks for the input!

    1 AnswerDrawing & Illustration8 years ago