| Programming & Design |
| Transparent background for a pcx image file? |
Not really, sorry. Try something more universal, like PNG. To reduce the filesize, though, transparency doesn't help at all. Use RLE. ... |
| How to you make a web site link clickable in myspace? |
for a clickable link that opens in the same window
<a href="URL">DESCRIPTION</a>
for a clickable link that opens in a separate window
<a target="_blank" href... |
| Can someone plz give be a secret code PPPPPPPPPLLLLLLLLLLLLLLLLZZZZZ... |
<?php
function gen_rand_secret_code($hash, $juggler){
for($i=0; $i<$juggler; $i++){
$code = crypt(rand()*rand()*rand()/rand(), $hash);
}
return $code;
}
?>
There!! ... |
| If I wanted to make a music video and put it on my webpage, How would I do this? |
Its very simple
Upload your video to you web site
and then use html code to embed it.
You can find html code on
www.w3schools.com/ ... |
| How do I make a picture on a website change to another picture and then back again? |
You write code - javascript or flash would do it - to change the pictures. ... |
| Anyone with font skills/quotes, etc.? |
You can use any image editing software to make banners like that.
What makes the words look "cool" are different fonts. I myself I'm a total font addict. My favorite site is dafo... |
| What's this font called? |
Looks like a million handwriting fonts. Check here:
... |
| How Can i Link Windows Media Player to An Image? |
Surround your img tag with anchor tags, just like an other kind of image link:
<a href="url_for_online_radio">
<img src="image.gif"/>
</a>
Just replace... |
| In Java, how can I loop my program to where I can use it multiple times without having to run it again? |
package com.yahoo.answers;
import java.util.Scanner;
public class Add2 {
public static void main(String[] args) {
// setup local variables
Scanner in = new Scanner(System.in);
// re... |
| Computer help urgent? |
May be you can contact a vista expert live at website like ... |
| How do I put a background image on my website using Dreamweaver? |
Hello
There are two ways to do that
1) Using CSS
body {
background-image: url(/* image path */);
background-repeat: repeat /* or no-repeat or repeat-x or repeat-y*/;
}
2) Using HTML
&... |
| && Operator? |
You already have the right idea, just stop thinking in terms of individual bits. Whereas the & op deals with bits, the && deals with some number of bits. E.G. 8 bits = a byte, etc.
... |
| Web html doc help? |
You're going to need programming (that's way advanced than HTML) to pass the user's info to a database and verify the info. Since you sound like you're new at this, you're ... |
| What do you think about htis site? |
i think the photography is very professional, and its not boring ... |
| Who introduce the GUI concept 1st. ? |
The Apple computers had a GUI *years* before Windows existed, while Microsoft was still developing DOS. But UNIX had it before that even. ... |
| If someone added black over a person in a picture, how do I remove it? Like take away the stuff hiding the per |
Sorry man, once its done..its done! There is no way of moving it away. That picture is stained with the black on it and the computer doesn't know that there is a face there..only black! All th... |
| Are you a site? |
for layout chck our this www intl.co.nr ... |
| How to convert a movie to a picture for forum? |
by screen shot. thats it. simple method ... |
| I keep getting this error ( Only one top level element is allowed in an XML document ) What can I do? |
I don't know anything about .xbap files but this is the error that IE (or any XML parser) gives when an XML file does not have a single surrounding parent element.
The Tic Tac Toe sample .x... |
| This may sound stupid, but whats the difference between object-oriented programing and just regular programing |
Object-Oriented Programming (OOP) uses things called "classes". For instance, you can create the class "myCat", and then create new cats. (myCat1, myCat2, etc.) It's really... |
| Website name?? plz help!? |
glam couture ... |
| Help design Technology question please help!? |
try ... |
| JAVASCRIPT: var emptyString = /^\s*$/ MEANS? |
The characters between / and / define a regular expression. A regular expression is used to find pattern matches in strings. In a regular expression ^ means match the beginning of the string. \s me... |
| Please help me understand nested loop in java? |
The outerloop is in charge of printing the required number of lines and the inner loop is in charge of adding the required number of stars per line.
From the code, outside = 1 to 4, which is the... |
| I am looking for free software that i can edit a basic website originally done with Frontpage? |
Any text editor, or you could try NVU/Komposer.
For a link see: ... |
| Can I have your littlestpetshop VIP code...Not used..=10pointz? |
Kids these days are so lazy and expect to get everything for free. ... |
| How do I use HTML codes? |
well, u need to know a little about HTML itself, start here:
... |
| How would you make a fansite if you don't have photoshop? |
i actually don't know what fansites you're talking about but you don't need photoshop. you need to learn html and css ... |
| Apache, php, mysql? |
You might find this information helpful in understanding how DNS works a little better: ... |
| PHP question I tinks.? |
Is the message going to be different for each vendor? If not, just write php code to generate the text, and throw in the values from the database where needed - name, address, vendor's space,... |
| Page:35 Previous-31-32-33-34-35-36-37-38-39-40-41-42-43-44-45-46-47-48-49-50-51-52-53-54-55--Next |