| Programming & Design |
| My SQL is free or not? If cost mean how much? |
Basic MySQL database engine is free, however there is also "Enterprise" edition, which is not free. It has total cost of ownership of $18,000 per year for 6 servers according to their we... |
| What website can I use? |
try www.hidemytrace.com ... |
| Can I do this in TSQL? |
you dont need the ) after the "2"
you also might want to put parentheses around each part of the if like:
If (@PhoneID = @PrevphoneID) and () ... |
| PLEASE HELP! How do you add a comment box and have the comments sent to your email in Dreamweaver 8? |
First of all WARNING! DANGER!
A properly designed comment box is a highly complex piece of software.
Why?
A comment box is two parts. (1) The web form that you design in Dreamweaver, along... |
| I need serious help with Java!? |
Flow charts for programming are usually a graphical representation of objects. (Sorry about the spacing problems, it seems I can't give you cleaner code with indentions and what not - ignore ... |
| I'm having problems making a calculator with Javascript? |
If you want to you can copy and paste your code into an email and i can try and help you out ... |
| What about CSS file size? |
30KB is pretty large.
Try to separate your stylesheets into sections, and only make the browser call them when it's needed (e.g., only call the "search" stylesheet when a user perfo... |
| How do i do this in ms word?(#ing the pages?)? |
Go to Insert, and Page Numbering. Another window will come up and you pick how you want the pages numbered. At the bottom, top, right hand side or left. ... |
| I'm looking for the website that help me to learn better abuot c++...? |
just check these link
i google c++ tutorials and results:442,000 ... |
| Graphic Designers: Illustrator VS In Design?!? |
Hey! You are mastering the graphic design tri-fecta. The rule i go by is Illustrator for cartoons/illustrations/vecter work, photoshop for photos/web/multi combo documents, and indesign for text la... |
| How to check if PHP was installed properly? |
First, how exactly did you install these? Did you use the MSI installers? If so, that should have configured everything for you properly.
Also, I notice that you didn't get Apache from the ... |
| Write a SUB procedure in QBasic? |
public sub Dollar(quarter as int, dime as int, nickel as int, penny as int, Dollars as single)
Dollars = (quarter * 25) + (dime * 10) + (nickel * 5) + penny
dollars = dollars /100
end sub ... |
| How can I get started with programming? |
Alright, fresh blood. God I miss those days when I was reading through all of the beginner books and tutorials to figure out how to program. Personally I started out with python (See links below)... |
| What sorce did this come from? |
If it's from a digital camera, you can tell very easily. Almost all digital cameras (and camera phones) will append the 'Camera Model' detail to the file. Right-click on the image, g... |
| C programming simple question? |
I'm not sure I understand your question... if you have variables a, b and c, just pass them into your method like this :
findRoots(a, b, c);
That can't really be your question can ... |
| How to get image links to work? |
Myspace does NOT like outside websites that compete with their own. I had to simply list my yahoo website on the site. There is no way to get around it, because their site filters are set to catc... |
| Hotmail.com? |
the new hotmail thing is now @live.com/ca/ etc..
you can also get some other cool endings like @live.fr,girl.girl, etc
google it and you'll find a code that you paste into the address bar th... |
| I have to do a project in java language in my college curriculum...please suggest me any good topic? |
write a program that reads in a serialized sudoku puzzle and prints out the solution.
I had to code one of these in college and it was a blast! ... |
| Very simple math help in C programming? |
9 3 6
answers are:
ivalue1=9
ivalue2=3
ivalue3=6
so first i start from ivalue3,ie easy
c compiler precedence
first give preference to brackets
iValue3 = 3 * (5%3) ;
so first 5%3,it ta... |
| Can somebody give me the names of other video uploading sites...? |
Hi, now a days most of the social networking websites come with a video upload facility. I could name a few:
rediff ishare
hi5
google...there are lots...just browse it or google it!..u would f... |
| Java menu Hell... Please help!!!! 10 PTS TO THE FIRST ANSWER THAT WORKS? |
hi
You send me the files you want to update and i will update it for you
Regards
Asim ... |
| Java help! Do while boolean is false loop? |
import java.util.Scanner;
public class ans1
{
public static void main (String [] args)
{
Boolean good = false;
Scanner keyboard = new Scanner(System.in);
Double a;
Stri... |
| HTML and Javascript Program? |
<script type="text/javascript">
function leng()
{
var str=document.form1.getinput.value;
alert("length of String : " +str.length);
}
</script>
<form name... |
| I need a logo for my Construction firm? |
Why don't you search existing logo sites to get ideas?
Here are some to try -
Logo Search - ... |
| How do you make this into an animated gif? |
i got the flash file from ... |
| I.E. 7 View Problem? |
Use Mozilla Firefox bro! ... |
| Web Design Languages? |
It's always good to know as many languages as possible. Of course you won't have the time to master everyone, but you don't need to - that would be time prohibitive.
PHP is a good... |
| How do you cut an avi. file into 2 pieces? |
OK,
Basically you require a movie splitter rather than a file splitter.
File splitters cut the files into required fragments logically. You may or may not open the file individually.
Movi... |
| Adobe Indesign Serial Code? |
you should just be able to replace your original "Public.dll" [without the quotation marks] with the backup you have.
Public.dll contains the key but is really hard to extract. better ... |
| Help with designing a new font? |
There are softwares available which will help you in converting this font which you have ( screen shot ) into TTF ( Windows ).
Search google
forr tutorials/articles/blog log on to ... |
| Page:7 Previous-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27--Next |