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.

Sidney
web designer
where is a good place to learn about web services?
i have completed tutorials on html, css php and javascript but when it comes to api's like paypal i find myself floating what am i missing?
1 AnswerProgramming & Design4 years agoWhere is a good place to get a partner for web development projects?
i'm looking for a good php coder to be my partner and we can come up with various projects to colaborate in ive learnt php but cant say im experienced with it
3 AnswersProgramming & Design6 years agoIs there someone here willing to send me an invite on dribbble? or at least make a deal?
ive been looking for an invite for long
im a web designer developer and i recently started graphic design after a series of intense photoshop and illustrator tutorials
i have an account so only a drafted person with invites can invite me
1 AnswerProgramming & Design8 years agois there someone here willing to send me an invite on dribbble? or at least make a deal?
ive been looking for an invite for long
im a web designer developer and i recently started graphic design after a series of intense photoshop and illustrator tutorials
1 AnswerProgramming & Design8 years agoive created a site for streaming anime will it be violating adsense policies?
i embbed the anime from other sites
1 AnswerProgramming & Design8 years agohow and what do i need to do to make these ul elements usable?
ive been trying but i dont know how i can make these work or rather make it so that it isnt just a picture pleas help
look at the link first http://line25.com/articles/30-free-ui-kits-featuri...
2 AnswersProgramming & Design8 years agoi would like to know whats 3.75g in Mbps?
3 AnswersComputer Networking8 years agoi would like to know whats 3.75g in Mbps?
im trying to get a new isp but i want something close to the same speed as my old isp which had 3.75g
so please help me with this calculation
3 AnswersOther - Internet8 years agodoes anyone know the call me link for skype ?
ive created a button that i want when people click it calls me
2 AnswersProgramming & Design8 years agoHow do i get this search form to work? so the search form will be in index.html and results in results.php pag?
the first part the form will be in index.html and the next part in php will be in results.php
how will i make it work?
<form method="get" class="search-form" action"results.html">
<input type="submit" value="Search" class="search-submit-button" />
<input type="text" value="Search" onfocus="this.value=''" onblur="this.value='Search'" name="s" class="search-text-box" />
</form>
<?
mysql_connect("localhost","root","");
mysql_select_db("searchengine");
if (isset($_POST['search_query'])) {
$search_query = mysql_real_escape_string(htmlentities($_POST['search_query']));
echo "<div class=\"searchText\">Search</div><hr />";
//explode the search term
$search_query_x = explode(" ",$search_query);
foreach($search_query_x as $search_each) {
$x++;
if($x==1)
$construct .="keywords LIKE '%$search_each%'";
else
$construct .="AND keywords LIKE '%$search_each%'";
}
$construct ="SELECT * FROM search WHERE $construct";
$run = mysql_query($construct);
$foundnum = mysql_num_rows($run);
if ($foundnum==0) {
echo "Sorry, there are no matching result for <b>$search_query</b>.</br></br>1.
Try more general words.</br>2. Try different words with similar
meaning</br>3. Please check your spelling";
} else
{
echo "$foundnum results found !<p>";
while($runrows = mysql_fetch_assoc($run))
{
$title = $runrows ['title'];
$desc = $runrows ['description'];
$url = $runrows ['url'];
echo "
<div class='width: 400px;'>
<div class='title'><a href='$url'><b>$title</b></a></div>
<div class='url'>$url</div>
<div class='desc'>$desc</div>
</div>
<br />
";
}
}
}
else
{
echo "An ERROR HAS OCCURED ...";
}
?>
2 AnswersProgramming & Design8 years agohow do i get this search form to work?
<form method="get" class="search-form" action"results.html">
<input type="submit" value="Search" class="search-submit-button" />
<input type="text" value="Search" onfocus="this.value=''" onblur="this.value='Search'" name="s" class="search-text-box" />
</form>
2 AnswersProgramming & Design8 years agohi everyone how do i get this search form to work?
<form method="get" class="search-form">
<input type="submit" value="Search" class="search-submit-button" />
<input type="text" value="Search" onfocus="this.value=''" onblur="this.value='Search'" name="s" class="search-text-box" />
</form>
2 AnswersProgramming & Design8 years agowho knows a digital download shopping cart for existing websites?
dreamweaver not any others like wordpress
1 AnswerProgramming & Design8 years agodoes anyone know any digital downloads shopping carts for existing websites?
it should have a feature for emailing download links
it should have a feature whereby i can limit the number of times
an item can be downloaded and it should have a feature in which the download links expire after
a certain time
my website is a dreamweaver website
1 AnswerProgramming & Design8 years agohi ive purchased gnt shopping cart software but i dont like the design of the templates is there a software...?
is there a software i can use to edit the templates the format is .tpl
if i try to use dreamweaver all i get are php codes but nothing about the design how do i change the template design?
1 AnswerSoftware8 years agoany one need help in web design?
2 AnswersProgramming & Design8 years agoshopping cart for digital downloads?
hi im looking for this kind of shopping cart http://siteezy.com/DigitalGoodsForPayPal.php but im not sure if it can work on my website www.cxentertainment.net could someone please tell me if it can work and if it cant
where can i find a shopping cart that generates download links that expire after sometime and also emails the download links?
1 AnswerProgramming & Design8 years ago