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

Does anyone know how to put a slideshow on my website. I am building my own website, and I made my own picture slide show with AnvFlash Slideshow Maker. I am trying to get it up on my website. Can anyone tell me how to insert a flash slideshow into my website as code? Or does anyone have a good HTML Help website I can read?

2006-11-11 10:23:21 · 2 answers · asked by stephaniejere 2

Someone called it "alternative representation" but I'm not sure if that's the correct term or not. If you put the cursor on my name under my icon, it'll pop-up after a couple of seconds offering to look at my profile. Anyone know what the name of that is? I need to use it for a a file I'm programming.

Thanks.

2006-11-11 10:03:07 · 2 answers · asked by Byte-Sized Cookie 7

Visual Basic should allow record types that include integers to be used in a direct/random access file - according to my books. But when I try it the integer is ignored and the rest of the record is written with no apparent error. What is going on? VB 6 by the way. Thanks in advance.

2006-11-11 10:00:13 · 1 answers · asked by Older&Wiser 5

2006-11-11 09:42:04 · 6 answers · asked by Shiva 1

How do I locate the program that is causing the error message?

2006-11-11 09:15:57 · 1 answers · asked by audiominer 1

is there any free download besides Paint.Net that has cool things to do to picures ..like for example..making them look like cartoon drawings and such ??

2006-11-11 09:14:54 · 6 answers · asked by Katie P 1

i really need hacks cuase i keep getting killed

2006-11-11 09:03:07 · 3 answers · asked by j667323 2

And add things to it?

2006-11-11 07:50:15 · 1 answers · asked by Bee 4

Could anyone get me started with an algroithm. I'm stuck, and not sure how or what would be the best way to go about solving this problem.

2006-11-11 07:46:30 · 5 answers · asked by excalibur1502 1

0

I Need a Converter That Will Convert Html to C++

2006-11-11 07:30:20 · 5 answers · asked by Lyndz 1

downloaded e-7 and have lots of trouble with it want to go back to e-6 is this a good idea?

2006-11-11 07:29:44 · 9 answers · asked by preacher16 1

using dictionary,encyclopedia,media inputs, and user interface combined with a simple yes/no program to teach a computer to read and understand communication? it sounds way easy, but i know its not. but isnt it possible to teach it parts of speach and sentence structure, to learn and store info with existing slightly modified paths of operation. using parameters to get to yes/no,solved/unsolved, pat on the back/kick in the tail,etc.
could it operate and with a few quirks, could you drive it crazy? how long would it take? and could it be taught to implement its own functions,resembling simple free will.
it sounds like it be a real kick to see a machine grow.

voice recognition already exist, so how hard would it be to convert parts of speach to command.if it were easy, then the dictionary,encyclopedia,media,etc,anything and everything would feed to its resources,or simple artificial mind.just wondered.

2006-11-11 07:05:54 · 7 answers · asked by l8ntpianist 3

I have a drop down list that I populate form a database table. I want to know if I can have the first Item that shows up in the box be a certain value. Say it was filled with States and I want the first state to show to be say Florida. With out using the code
DropDownList5.Items.Insert(0, "Florida")
If i use the above code it makes Florida the first item then comes my list from the database and Florida would be in there twice. I just want it to have every state once but instead of dispalying the first state form my database Table I want it to show Florida or some state equal to a variable that is holding a state.

2006-11-11 06:47:28 · 3 answers · asked by csdraska 1

I have a website and I want to put voice recordings on it. I tried using the voice recorder that is on the Windows XP software but it isnt loud enough even after tweeking the volume. I have also tried using Audacity, but the program isnt compatibal with what im using it for.

I want to record my voice and mix it with a music track so that my voice gives a website intro and then music begins to play, as i said i have done this -- it just isnt loud enough.

2006-11-11 06:26:42 · 9 answers · asked by gospelguy 2

I have been taking a programming course for a few weeks now and need a little help with an assignment. My assignment is to write a program that displays a menu with the the option to find the largest # with a known quantity of numbers; find the smallest # with an unknown quantity of numbers or quit.

Here is what I have so far, but my book has gotten me so confused. I need some pointers as to what I am missing or what is wrong and needs fixed. Any help would be greatly appreciated.
Serious answers only please.

#include
using namespace std;
const int SENTINEL = -99; //to end option 'B'
int number; //variable to store numbers
int counter;
char limit; //variable to store amount of numbers to input in 'A'

int main()
{
char sel;
number = 0;
int count = 0;

cout << "A) Find the largest # in a list." << endl;
cout << "B) Find the smallest # in a list." << endl;
cout << "C) Quit." << endl;
cout << "What do you want to do?" << endl;
cin >> sel;
switch (sel)

2006-11-11 06:25:17 · 5 answers · asked by lparker_2005 2

2006-11-11 06:23:28 · 5 answers · asked by Anonymous

Our website was developed in PHP and I would like to FTP and edit the content. Please assist. I have NO idea what is the alternative to Frontpage.

2006-11-11 05:53:40 · 2 answers · asked by MeerKatje 1

2006-11-11 04:01:23 · 2 answers · asked by marcinda_dasade 1

The code originally had 2 types of quotes but Im trying to add a new function which itself requires : double quote but since i already used double quote for document.write("") i cant and already used single quote for some other part.
those functions with the single and double quotes work but the new one which needs a third quote doesnt.
please tell me how to add a third quote or somehow fix it and ill give the points right away.

2006-11-11 04:00:47 · 1 answers · asked by Anoosh 1

how can u make this text: нєℓℓσ му ηαмє ιѕ it would mean alot to me if you could tell me, besides copying and pasting that type of text is there some sorta font i can dowload??? thanks

2006-11-11 03:54:46 · 10 answers · asked by Woman 4

here is my form what do i add to send visitors to confirmation page?


name:
email:



href

2006-11-11 03:24:40 · 2 answers · asked by author 2

Backing up a data file weekly to a portable hard drive. I do not want to overwrite the file each week. So I'm trying to modify the filename to include the current date as part of the filename. The batch file to do the backup is fine, just need a way to modify the name of the created file.

2006-11-11 03:05:46 · 3 answers · asked by Karl 1

I added pictures and graphics to myspace.com but they are little pictures and they appear on my page stacked on top of each other instead of lining up right to left so now there is a huge empty space in the middle of my page...how can I get pictures and graphics (the codes) to layout next to each other to fill in the page?

2006-11-11 02:40:46 · 7 answers · asked by clementine 2

I want to change the word {Joomla! is Free Software released under the GNU/GPL License.} at bottom of Joomla! CMS to {Powered by Joomla!} coz it will looks better.

2006-11-11 01:30:46 · 4 answers · asked by edmond l 1

Yes folks, I C that I have A system restore option in all programns/accesserys/system restore. What is it. How & when do I use it. THANKS<<<>>>

2006-11-11 00:56:06 · 10 answers · asked by twisteditstrue 2

We developed a web based software having JSP as fron end and MYSQL as back end. When a large no. of users login on web the processing becomes very slow. Someone suggested that MYSQL as back end does not support JSP peoperly. If ASP is used with SQL it will work better.
Please tell me is it right?

2006-11-10 23:47:18 · 3 answers · asked by Mucchu 1

0

Hi can any one tell me a batch script to make a directory, move files from one directory to other directory. please. i tried to make a directory in d:\ using batch script like this

cd d:\
md hello
exit

but the hello directory came on to my desktop instead of d:\
anything wrong.

2006-11-10 23:21:41 · 3 answers · asked by Dvij 3

WANTED
Names of browsers

2006-11-10 22:39:42 · 9 answers · asked by Jeanne 2

Getting this error "Parse error: syntax error, unexpected T_VARIABLE in /home/vasudhai/public_html/searchcontacts.php on line 22"
I am using this below given code:


OurHelp Hyd Search












$var = @$_GET['q'] ;
$trimmed = trim($var) //trim whitespace from the stored variable

// rows to return
$limit="10";

// check for an empty string and display a message.
if ($trimmed == "")
{
echo "

Please enter a search...

";
exit;
}

// check for a search parameter
if (!isset($var))
{
echo "

We dont seem to have a search parameter!

";
exit;
}

mysql_connect("localhost","user","pass

here i am unable to copy complete code...

2006-11-10 21:22:46 · 3 answers · asked by Anonymous

fedest.com, questions and answers