English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - June 2007

[Selected]: All categories Computers & Internet Programming & Design

I would like to create my own, the free ones usually have a link to their sponsors. Can someone help me?
Thanks

2007-06-28 05:19:20 · 1 answers · asked by Luis D 1

I am thinking about getting into web site design for some local clients. The only thing, I'm not sure how much to charge them. What is the going rate? Do you charge a flat fee based on the project or an hourly rate?

2007-06-28 03:39:47 · 12 answers · asked by michaeldillon 2

How do i upgrade my web site like some I have seen they are really nice

2007-06-28 03:37:01 · 3 answers · asked by Merle 1

2007-06-28 03:27:53 · 5 answers · asked by Palestini Detective 4

2007-06-28 02:28:38 · 2 answers · asked by shhnz 2

I need to make state tags for a group I run. Is there a website where I can do this?

2007-06-28 01:55:04 · 1 answers · asked by mookie 2

I need a program made from C, not C++, that converts length and width in feet to yards then multiplies them to get the area in square yards.

2007-06-28 00:48:04 · 4 answers · asked by marianne m 1

I want to design my own knitting patterns, and would like to find out how I can create a simple program to use for calculating measurements and shapings.

I've been looking for a book that may help me, but am getting a bit confused. Would something like Visual Basic be any good.

I have Vista on one computer and XP on another.

2007-06-28 00:29:44 · 5 answers · asked by RustySilva 5

0

I need to create a cover page for my culture task.
I need to include my anme, title, year and date.
How could is et this out, so my cover page looks awsome.

ps. Im doing Indians

2007-06-27 22:34:48 · 1 answers · asked by Froot Loops =] 1

is it possible to do some job thru internet as parttime

2007-06-27 22:12:42 · 7 answers · asked by vipu s 1

0

Ok, now for some time there has been PHP... I want to ask a simple question...

What does something mean after PHP and where could I get resource that helps me with it?

example: www.site.com/index.php?=828273jdhfsjs
What does that mean???

2007-06-27 20:01:35 · 2 answers · asked by xantor_amnobius 1

Thanks in advance. I am facing one problem. I have two tables A and B(assume). I want to copy A records to B daily and also automatically. How do program for thiss?? any one help me out of this problem???

2007-06-27 19:32:55 · 3 answers · asked by alamelu_dilli 2

i want to be able to generate emails and share a calendar, and have people be able to upload photos and comments and so on.

2007-06-27 14:48:17 · 3 answers · asked by Skippy 1

a. hypermedia
b. multimedia
c. user interface
d. CD-ROM media

2007-06-27 14:26:52 · 3 answers · asked by suziesim_cutey 1

I am working for this government office place for my city as volunteer work and they asked me to make a creative layout for their web site (they already have one though). She said I don't have to do any coding.. buy like make a layout... I guess with microsoft office or something, I don't know if they have Photoshop or anything yet.

But I have no idea exactly what I am going to be doing, and I don't know If I know how to do it because I am not good with any coding, and if it isn't coding, what exactly am I going to be doing?

And how do I make a website layout? =/

2007-06-27 12:35:58 · 4 answers · asked by Shawn 3

i want it to send my contact information, but it will always give me the wrong report even if i inserted the data correctly.

php code:
===========================








$name = $_POST[name];
$email = $_POST[email];
$comment = $_POST[comment];
$msg = "Name: $_POST[name]\n";
$msg.= "Email: $_POST[email]\n";
$msg.= "Phone: $_POST[phone]\n";
$msg.= "Comment/Message:\n";
$msg.= "$_POST[comment]\n

";
$msg.= "Message recieved: ".date('H:i, jS F');
If($name && $comment && $email){
@mail('truepal20032001@yahoo.com','Comment/Message',$msg,'FROM:'.$_POST[email]);
echo "Thankyou! You'll be replied soon.






";
echo '

';
}
else{
echo "ERROR!!"}
?>

2007-06-27 12:07:41 · 3 answers · asked by truepal20032001 2

I have been using Photoshop for almost three years now and am very familiar with it, but recently I have been given the job of creating a website as well as a logo for a company.

I wanted to use Illustrator for a vector-based logo, but I do not understand it as well enough as Photoshop. Does anybody know if you can spice up an Illustrator drawing with same effects that can be achieved in Photoshop?

2007-06-27 12:04:53 · 2 answers · asked by Anonymous

I am extremely computer literate, however I have never loaded a video feed to anything in 11 years ...can someone tell me how to load one from my music files..or must I go to any sites that have a url etc..and download from there with a code as In photobucket..tell me some sites as well as procedure..thanks

2007-06-27 11:20:53 · 1 answers · asked by pcbeachrat 7

I have a vb6 application installed on 3 pc's at a small company. I want to change it to run on the company's LAN (where the access database is stored). It uses an MDI form, embedded MS Word and stores/retrieves registry information for user options. It also can create an excel file and send output to a printer.
What do I have to change?
Is writing something for the Web using ASP forms that same as what's needed for the LAN?
Can the windows forms I wrote be used?
I use VS installer to create the setup.exe, what's used for the LAN?
What about the registry used by the setup.exe and my program It's used on each PC, how will that work with a shared program on the LAN?
Is there a book to explain this?

Thanks.
PS. I learned how to write this app from a teach-yourself visual basic book a few years ago. So pardon me for not knowing much.

2007-06-27 10:06:20 · 1 answers · asked by J 1

I work in the technology field, but it is not my background. I do creative work, not coding. Can someone explain this in easy to understand "non-technical" language?

2007-06-27 09:40:54 · 2 answers · asked by noegirl 2

Maybe you can help. I'm trying to make a database of average cost per item. I want to toss out one (and only one) maximum item and one and only one minimum item. Then I want to find what average is left. (i.e. a certain $1,000,000 item is skewing the table). Can this be done easily in access or do I need to do some VBA coding? I tried using a "tickler file" and do a join, but it deletes every single minimum (or maximum) item.

I am allowed to create as many tables as I need to do this, so space or authority is not a problem.

Thank you.

2007-06-27 09:32:44 · 2 answers · asked by Anonymous

2007-06-27 09:00:55 · 3 answers · asked by CH 1

I'm using text pad

2007-06-27 08:14:25 · 3 answers · asked by Anonymous

help pls pls pls

2007-06-27 07:47:53 · 4 answers · asked by Anonymous

I'm typing some important impormation for my resume. I need to put it inside the columns and rows the information in order to stay in place. Now how to make a columns and rows invisible after I printed it out...
I made a table, with 2 columns and 2 rows, when I got done typing and want to delete the colums and rows it delete the whole thing included what I type..I did not want to delete what I type inside the columns and rows all I want to remove is the table...NOw what should I do to make the columns and rows invisible when I print it out?? Please help me guys..I tried to figured it out myself but can't think it anymore what work...Thanks in advance...

2007-06-27 07:41:36 · 8 answers · asked by Anonymous

fedest.com, questions and answers