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

Programming & Design - November 2006

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

2006-11-08 12:44:24 · 3 answers · asked by iReNe_22 1

How do i create an active countdown timer on my website?
i want to create an active countdown timer on my site thats counts down the days, hours, minutes and seconds.

2006-11-08 12:41:59 · 2 answers · asked by Anonymous

I have a web page whre I am trying to include it within an existing one. (Just like IFRAME but this is deprecated)

I can't for the life of me think how to do it and it is really bugging the **** out of me. Can anyone help?

2006-11-08 12:38:15 · 4 answers · asked by James Ed 2

I'm only 13 and my mom and dad won't let me get anything that costs anything. I really want to make something where I can add video clips and picture gallory and stuff.

2006-11-08 12:32:22 · 3 answers · asked by Anonymous

2006-11-08 12:31:15 · 7 answers · asked by Anonymous

Can some please explain how too write a join muliplte join and what the heck is the difference between and inner and outer join

2006-11-08 12:22:01 · 2 answers · asked by Jennifer 1

ok, I need to know when to use each of then the if with while, do with else, and the for.

I know that if and else is and how to used them I want to why do is used for (a=o;a<19;a++) than do . Please explain all of them this a review for me because when I was reading i could highlight key things because it's not my book. Thanx

2006-11-08 12:11:31 · 3 answers · asked by Best Helper 4

basically this is my story. I graduated in august from the london college of printing. (the best in london, yippee). I work with macromedia flash as a web designer, but i also intergrate my 3d max skills with my flash. My 3d max skills are above average and so are my flash.

The problem:

Ive spent the past 3 months after graduating, improving my 3d max knowledge, and have just recently been looking for available jobs on the web.

Im scared shitless that im not good enough. The skills that these jobs require, im scared that im lacking. Im a web designer, not a developer. i dont know php sql, and as for 3d max im a modeler, and although i have animated many scenes, i dont use bones or joints, and i'm lacking uv unwrapping knowledge as regards to texturing.

Your help:

Just some friendly words of encouragement would help, from anyone within these industies, or anyone going through similar experiences. Thnx alot =0).

2006-11-08 12:09:10 · 6 answers · asked by Dan E 2

I am using PHP and mySql to build a page that users can use to search a recipe database. The search part of the page works fine-- now, I'm trying to create a page called displayrecipe that will display whatever recipe the user selects. A snippet of my code is:

$encodedRecipeName = urlencode($recipeName);
echo " $recipeName ";


The above code creates links similar to the one below (grilled chicken salad is just an example... it could be ANY recipe name in the database):
displayrecipe? grilled+chicken+salad

What code do I need on my displayrecipe page to retrieve the "grilled+chicken+salad" part of the url (preferably without the +'s)?

(I'll add more details if need be... please just ask)

2006-11-08 11:54:20 · 2 answers · asked by Anonymous

Hello Everyone,

I currently have a button that requerys, closes, & opens a form. but I need it to go to the next tab stop before it closes what shoudl I add to my codding below to make it Tab, requery, close, & open?


Private Sub Command39_Click()

DoCmd.Requery

DoCmd.Close
DoCmd.OpenForm "area 93 master list"
Forms![area 93 master list]!List0.Requery

End Sub

2006-11-08 11:26:06 · 1 answers · asked by relms2000 1

2006-11-08 10:58:26 · 6 answers · asked by Mitzi45 1

So I can pretty much figure out how to design how i want the layout to look in photoshop but if anyone has a good tutorial on that itd be helpful.....but my question is after i create it in photoshop and use imageready to create the links and such..how do i go about coding it and stuff to put it on myspace?? if anyone knows or knows of a good tutorial about it thatd be great!!

2006-11-08 09:52:26 · 1 answers · asked by Anonymous

Basically, I installed phpMyAdmin in my host directory (where my website resides) and configured the config file, etc. However, once I try to login to phpMyAdmin I get the following error:

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

1.) Do I need to create a mySQL database connection in Dreamweaver for me to successfully login to phpMyAdmin?

2.) I'm having problems creating a mySQL connection in Dreamweaver, where I get the following error message:

1045 Access denied for user "vistaris@ahp.affinity.com' (using password: YES)

3.) Once I have phpMyAdmin login window, how do I know my username and password? Where do I create this? Or are they the same as my host username and password?

4.) Do you have a config file I can use and test it out on my side (of course, I would put all my hosting information)?

Thanks for all your help!

-Rafael

2006-11-08 09:25:46 · 3 answers · asked by Rafael R 1

2006-11-08 09:18:58 · 2 answers · asked by sorayabi 1

Hello All,

How do you post ascii art in a forum without the ascii being crunched up?

Thanks!

2006-11-08 09:15:42 · 2 answers · asked by Jumbo Shrimp 1

0

I need help with making a dvd layout. This is for a big confrence that we are having at our church this weekend. Does anyone know of any good software or any good websites that have tutorials or examples?

2006-11-08 09:08:53 · 1 answers · asked by TheOnE 1

I want several links to point to the same page. When that page loads, I'd like it to dynamically generate content based on which link was pressed.

Can this be done using PHP? If so, how?




Specific case in point:
I have a recipe database that users can search through, based on recipeName and recipeIngredients. When they search, the results are displayed as an array of the recipeNames.

I'd like to make each element in the array a link to a single page, display_recipe, that will display the rest of the recipe information (ingredients, preparation, etc).

2006-11-08 08:37:28 · 2 answers · asked by Anonymous

Do a software programmer should must have to be very creative, or manageable or something?

2006-11-08 08:13:27 · 4 answers · asked by Anthony Smith 1

2006-11-08 07:48:25 · 7 answers · asked by hash 1

2006-11-08 07:39:31 · 2 answers · asked by hash 1

I'm using PHP 5.1 and MySql.

I have a recipe database that users can search through, based on recipeName and recipeIngredients. When they search, the results are displayed as an array of the recipeNames.

I'd like to make each element in the array a link to a single page, display_recipe, that will display the rest of the recipe information (ingredients, preparation, etc).

I suspect I'll need to use the _GET or _POST method somehow, but I'm not sure if that's the best way to do it, or how to implement it if it is.

Any help (and specific code examples!) would be greatly appreciated.

2006-11-08 07:38:32 · 2 answers · asked by Anonymous

550 Your directory is full; please delete files to make room

Everything used to work fine. Now I can't upate anything. I have deleted 2 directories full of old data, and I still get the same error.

2006-11-08 07:10:34 · 2 answers · asked by Moe G 1

Hi there,

I'm new to these technologies (phpMyAdmin and mySQL). Basically, I installed phpMyAdmin in my host directory (where my website resides) and configured the config file, etc. However, once I try to login to phpMyAdmin I get the following error:

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

1.) Do I need to create a mySQL database connection in Dreamweaver for me to successfully login to phpMyAdmin?

2.) I'm having problems creating a mySQL connection in Dreamweaver, where I get the following error message:

1045 Access denied for user "vistaris@ahp.affinity.com' (using password: YES)

3.) Once I have phpMyAdmin login window, how do I know my username and password? Where do I create this? Or are they the same as my host username and password?

Thanks for all your help!

-Rafael

2006-11-08 07:05:55 · 4 answers · asked by Rafael R 1

Here's a quick and easy question for anyone who knows javascript. When you use "request("Param")" to retrieve the value of a query parameter, is the "Param" case-sensitive or not? That is, if the query string had "?param=12" but you use "Param" with a capital P, will it work?

2006-11-08 06:38:27 · 6 answers · asked by AZKludgeQueen 2

This is a question I need help with..

BAC= 600n
----------------
w(169+.6n)

where n is the number of beers drunk
w is the wight in lbs of the person


The above formula assumes that all beers are 12 ounces and contain 5% alcohol by volume. It also assumes the capacity of blood in an average human being is 169 ounces or 5 liters.

The program should read as inoput the number of beers consumed and the weight of the person from a file specified by the user. Be sure to echo all inputs out to the screen so the user can see what was in the input file.

Create a void function to output the blood alcohol content approporatly labeled, surrounded by a rectangle of asterics, in the center of the screen, in a field 6 characters wide with 3 places to the right of the decimal. It should then print an appropriate message to the user telling wiether if it is safe to drive a vehicle or not. Error check also.

2006-11-08 06:24:15 · 2 answers · asked by djroemantz 1

fedest.com, questions and answers