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.
crossroad
Resolution Unsupported(LCD Monitor)?
I changed the resolution of my screen to check out which one best fits my viewing but my LCD tv(what I use as my monitor) doesn't support it. It says Unsupported and now everything is black. I don't know how to turn things back to normal since I can't see a thing. I tried to restart my computer but everything is still black. Is there any shortcut key that I can use or something? I'm on Windows 7. Thanks!
3 AnswersMonitors9 years agoAdding a blog to an existing website?
Does anyone know of a simple way to add a blog to an existing website? If possible the easiest because I'm just a newbie. As of now all I know is that you can make your blog page look similar to your existing website using wordpress or you can just convert your website to wordpress. Is it really the simplest way? can anyone please direct me to a website for tutorials. Thanks.
3 AnswersProgramming & Design1 decade agoabout html/css, centering div?
I want to center my div so that it will appear at the center of any browser. How do i do that? text-align:center and margin:0 auto is not working.
It goes like this right?
for the html
<div id="container">
<div id="first"> </div>
<div id="second"></div>
</div>
css
#container {
width:800px;
float:left;
background-color:blue;
margin: 0 auto
}
again...margin:0 auto or text-align:center is not working, can someone please direct me to any tutorial or can give me some advice. I've been searching for one whole day and still no luck.
I just want that container to appear at the center. Thanks in advance
2 AnswersProgramming & Design1 decade agocan anyone suggest a good free hosting site?
I don't really need a big space, what's more important is that it supports php mail function...thanks.
6 AnswersProgramming & Design1 decade agoBaking soda and honey for the face?
Has anyone here tried using baking soda or honey on their faces? I want to try something new and less expensive on my face. I've been googling these two and people say it's good. I just want to hear what people here would say. Can I use both? Any input is appreciated, thanks.
2 AnswersOther - Skin & Body1 decade agoIs it illegal to use the same concept in web design?
I saw a design in a particular website and I want to use the same concept for my website. I love it's color and the way it was made, my question is, is it wrong or illegal to use that type of concept or theme for my website? I was planning to create a same concept but slightly different animation and navigation. Thanks.
7 AnswersProgramming & Design1 decade agoFlash users please help...?
What code should I use or how will I refer to the movie clip on the main timeline from inside a movieclip? To make it clear, I got three movieclips on the main timeline namely A_mc,B_mc and C_mc. Inside A_mc their is a button named insideA_btn. What I want to do is when insideA_btn is clicked B_mc will play. I'm referring to Actionscript 3. I know I should add an eventlistener but I don't know how to target the main timeline(if i'm going to the codes on insideA_btn) or the button itself (if i'm going to refer to insideA_btn from the timeline). Please help...thanks.
2 AnswersProgramming & Design1 decade agoGood Schools in the philippines that teaches web designing?
I'm looking for a school in the Philippines that teaches web designing and I'm looking for a short courses because I don't have enough money to study for a year or two. What schools can you suggest? And what are good companies that employs web designer in the Philippines? Thanks guys.
2 AnswersPhilippines1 decade agoIs being a web designer a good career choice in the Philippines?
What can you say about having a career in web designing in the Philippines? And is there such work a flash designer in the Philippines?
1 AnswerTechnology1 decade agoIs this possible with flash?
I know flash can start playing at a certain frame but what if I want flash to play frame 5 to frame 10 over and over again until the user selects different button or mouse out of that button? Is this possible? please help...thanks.
2 AnswersProgramming & Design1 decade agowho knows php? please click here?
Ok I'm starting to learn php, I'm in the part where you will create a cookie. My code goes like this,
<html>
<head>
<title>Setting up Cookies</title>
</head>
<body>
<?php
setcookie('test', 45, time()+(60*60*24*7));
?>
</body>
</html>
But when I'm running it into a browser it gives me an error,
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\php_sandbox\firstcookie.php:6) in C:\wamp\www\php_sandbox\firstcookie.php on line 6
What's wrong with the code? I use WAMP server.
please help, I'm a beginner in php.
2 AnswersProgramming & Design1 decade agoIs he weak? Does crying make you weak?
How do girls look at a guy who is crying while talking to a girl and saying how much he loves her, how much he want to be with her, that he wants to grow old with her, how much he thinks of her, that whatever he do she's always there in his mind, that he was so afraid to be with that girl because it felt like the girl can leave him anytime(because the girl is so cute, lots of suitors and guy is Mr. Nobody). Then after that, the girl was silent. Two questions, does the guy look weak? and what does the silence of that girl mean?
29 AnswersSingles & Dating1 decade agoWhat are preferences of girls from the Philippines when it comes to guys?
What do they usually look for in a guy?
13 AnswersPhilippines1 decade agoFlash users please help?
Ok, I'm a newbie in flash, is this right? When I want my button to be linked in some websites I'll add an actionscript in to the button
on(release) {
getURL("http://www.yahoo.com");/
}
What if I want to link the button in to a web page that I created and not to some website? How do I do that? I'm creating a personal website and I'll use flash in some part of it, what I want is when the user click on the flash button they will be directed to the other part of the page (the site that I created). Thanks in advance guys.
2 AnswersProgramming & Design1 decade agoIs this normal at my age?
I'm a guy and I'm 24 and I just realized that I am starting to like shows like parenting, moms,dads, children, and so on. I don't like these shows before but now, I always encounter them as I surf through channels and starting to watch it and I'm enjoying it. My friends (same age as me) usually watch sports and korean series. Is this a sign of something? Btw I'm single.
7 AnswersOther - Society & Culture1 decade agoDreamweaver user, web designers, all those who knows how to create web pages click me?
I want to use a flash animation in my site, for example I have a 100x100 swf file and I place it at x-0 and y-0 coordinate of my page, then I have 3 buttons, button1, button2 and button3 just below the animation, every button posses different animation or different swf file. What I want to happened is when the user click button1 something will play and when they choose button2 another animation will play, all of them at one location x-0, y-0(the 100x100). In short, the location of the 100x100 animation can play different files depending on what the user picked. I use dreamweaver. Sorry if my explanation is not good. Thanks.
1 AnswerProgramming & Design1 decade agoSpeaking of torrents?
What are trackers? I opened utorrent then at the tracker tab there are list of names, some are website names and there is update in, it's like a count down. Can someone explain this to me? Even a little info is enough, thanks in advance.
2 AnswersSoftware1 decade agoIs it ok to use the article from other websites?
Is it ok to use the article I found from other websites and use it on mine as long as I mention where I got it from and the authors name? or is prohibited? Thanks guys.
5 AnswersOther - Internet1 decade agoSo, where did everything started?
I wonder, where did we came from? how did life started? how did everything started? In science, they got lots of theories, it started with the formation of cloud mass and then so on, then where did that cloud came from? And if ever there is other explanation like organism or something,where did that organism came from? Or is it like the bible that we are God's creation? What I'm trying to get here is that even if it's a million years or billion or trillion years ago, someone or something could have started all this, where did that someone or something came from??? Wanna here your thoughts.
22 AnswersReligion & Spirituality1 decade agosomeone who knows adobe flash?
Here's my problem, I have a flash file that is around 200kb (300X120), it's just a simple animation of text quotes (black text white bg) coming one after another and is about 40 seconds. How can I make my file smaller than 200? I will be using it for the internet so I want it as small as possible. Or is 200kb a normal size for that kind of file?
1 AnswerSoftware1 decade ago