| Programming & Design |
| Can any one tell me how I can do a program for my dental clinic database? |
i dont think you are a programmer. If not, please dont try it. Out source your work to some offshore programmer in india. you will get high quality software in low price. I am asoftware developer. ... |
| What are the Active directory componente? |
I am not sure what you mean by components but active directory is Microsoft proprietary and runs on DNS. It stores network information. You can also access the directory and manipulate network re... |
| Background... help? |
Here is the link:
... |
| Want to migrate WindowsXp to Ubuntu 7.10. Can u tell me first step and basics for this.? |
If you don't have experience with Linux, I recommend PCLinuxOS.
... |
| What program can i use to make scrollover effects? |
You can do this with JavaScript or you can do it with CSS which is much easier but not as flexible. It can't be done with just HTML. ... |
| My computer has gone seriously slow and keeps coming up with Internet exlorer script error line 72 char 2? |
... |
| Long form equation for finding the cubed root of a number? |
If your program allows fractional exponents try x^(1/3) or pow(x,1/3) . ... |
| How to write this C code? |
I'd use something like shown below
int ForeignTimeToEastern (int hour, int adjustment)
{
int temptime;
int timefactor;
switch (adjustment)
{
case 0: timefactor=-5; // london ... |
| What's the command for writing francesca with s' having that thing above? |
艢艣艤艥拧
click start and goto search, search files for a program named character map, it will give you commands for any characters you want. best answer appreciated :) ... |
| NAND Gate question? |
a) K-MAP in SOP form is correct: AC'+A'C
b) to make the circuit using NAND gates, you will need 5.
A' and C' will require both inputs tied together (2 gates)
then make A... |
| How do you solve the following problem recursively? |
I'm not familiar with Java functions (you need mod and a print statement that doesn't add a newline) . Formatting is probably a little screwed up...want it in python?
public static vo... |
| Adobe AIR...just another widget platform? |
Because Adobe doesn't have any Widgets or gadget or konfabulator of it's own.
This is a new trend and they want to get in on it. Simple as that. ... |
| I downloaded one .nrg file. How do i access it? |
Its actually a nero image file..
An image file is file that has all the files in a cd compiled in it.
u need a virtual drive to mount this .nrg file, so that u can use it
the best virtual ... |
| Is there a calls limit for Google AJAX search API and Youtube API? |
There is no call limit, however be aware that all AJAX web request take some time to process the request and return a response. You must allow some sort of small wait state or waiting mechanism wi... |
| C++ Leap Year program with "variable is being used without being initialized" and always return true problem |
I think there are two problems in your code.
First, the warning is talking about this function
char moreData(){
char carryOn;
cout<<"Do you want to enter more data? (y/n) ";
... |
| How do i store data in order from visual basic6 to MS access? |
Do you have an index on this table? If not, create one in Access
or use "select * from table order by Field1" as your adodc source. ... |
| Why is this javascript not working in FireFox? Nothing shows.? |
I've added a statement after the line
function randomlyselectMessage1()
{
--------------------------------------...
var Message1 = document.getElementById( 'Message1' );
-----... |
| If computer are ones and zeros how do sounds and moving images work? |
I want to write a huge answer. I'll try to keep it short.
The wonderful variety of media you are used to seeing is simply the result of very complex and numerous sets of these 0's and... |
| Need help calculating in access? |
First off, you don't need [order line id] field in your order table: in fact you don't need [order line id] at all: you can create a combined key on [order id] and [item id].
Design a ... |
| Creating and using dll files in VC++ and its advantages? |
The creation and use of DLLs with VC++ can be somewhat complicated depending on your requirements. If you create your own using the MFC wizard, it's not too bad at all. A great explanation w... |
| I need a real advice please about making my website duplicatable...? |
You should hire a web design company to do the work for you. Once they do it, you can give everyone what they need with ease. ... |
| How do you add a html code to a image? |
Hi!
The HTML Image tag is as follows
<img src="path_to_the_image.jpg" width="image_width" height="image_height" border="0" alt="image_descripti... |
| What is the purpose and functions of a network operating system? |
A network operating system (NOS) is a piece of software that controls a network and its message (e.g. packet) traffic and queues, controls access by multiple users to network resources such as file... |
| There are multiple users sharing a single Datasheert..? |
Yes you can all you do is open the workbook, then on you menu click TRACK CHANGES>HIGHLIGHT CHANGES, then on the dialogue box check the box that says "TRACK CHANGES WHILE EDITING. THIS WILL... |
| What are the main reasons that it is so hard to develop systems that are used in multiple countries? |
It's difficult to write a site in multiple languages. It's difficult to write anything in multiple languages. ... |
| Why it is so difficult to identify the right requirements for a systems development project? |
If you understand both the problem and the environment in which you will design that system, there is no particular difficulty at all.
You MUST remember that computer programming for a particula... |
| I am going insane, screwed up microsoft word some how? |
Right click on a blank spot of the toolbar, a dropdown menu will pop up showing all of the different toolbars available. I have the "standard", and the "formatting" checked, an... |
| How do i create my own layout for my own personal layout page? |
if you want to go all out.. you could do CSS (cascading style sheets)
it's complicated.. but turns out nice. ... |
| Graphics programming; basic info and suggestions? |
The basic applications for real-world programming are databases and interpreters. Period. Either a program takes user input, processes and stores or deletes it, or it takes user input, processes ... |
| Perl regular expressions, can you help? |
No, that's not it.
Regular expressions allow you to match patterns within strings. Just because you have a regular expression says nothing about where you get the strings from.
If you ha... |
| Page:11 Previous-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31--Next |