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

Programming & Design - January 2007

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

What would be a good way to have like lastest news on my website that i could set admins and they could log in and post news without updating or changing the html. This is for a gaming clans website.

2007-01-19 11:20:33 · 1 answers · asked by t57socks 1

I put this code on webpages to show when I last changed (modifytext) that page. But it does not work right. It lists present time or another recent time even if it is days since I changed it. Is it just my old computer or is this code no longer good. See page below-- view source where text ends and links begin (Copyright 2006....)

http://www.phifoundation.org/teen.html

2007-01-19 10:55:16 · 3 answers · asked by Anonymous

New member registration
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 0, 0, 0, '2007-01-19 22:12:42', 0, '2007-01-19 22:12:42', 'n

The mysql is on yahoo web services.

I know it a SQL Syntax error just dont know if its the database or the PHP that sends it the info.

Any suggestions recieved with thanks

2007-01-19 10:53:27 · 2 answers · asked by Microanalyst 2

I am doing a music project for schoo,l and the theme of our project is like make the board look like a computer screen so the top of our board will have the back button search favorites and all of that stuff so my group partner will draw that on the top of the board then we will have the the middle of our section be like diffrent pages on a computer and it will have the file button and the thing where u put in the url so i need the image at the top for the pages so any one know how i could get it ?

2007-01-19 10:52:01 · 2 answers · asked by battla4life p 1

What is the HTML/CSS code to shorten the length of a webpage?
Here is the webpage:
http://psphowtos.googlepages.com/2132123...

As you can see, I only have one picture, but when i publish the page i have all that scrollbar room at the bottom. Please help!

2007-01-19 10:50:33 · 4 answers · asked by gamer12345 1

so on deviantart, i saw this picture where the artist used the character models from star wars: knights of the old republic 1 and was able to maipulate them in some program. i want to learn how to do this. does anyone know how it works?

2007-01-19 10:49:37 · 2 answers · asked by Anonymous

Please note, this is for educational purposes only. ( I want to bea network admin)

2007-01-19 10:41:07 · 2 answers · asked by compscience01 1

okay, so im using microsoft word on a mac, and im trying to print a menu without having 2 pages. i want both pages on the same sheet. how do i do that?

2007-01-19 10:33:45 · 2 answers · asked by sallymander 3

can someone help me to answer this question:

Express the tightest upper bound of the following loops in big-O notation.

a.

int sum = 0;
for (int j = 0; j < n; j++)
for (int k = 0; k < n; k++)
sum += j * k;


b.

for (int j = 0; j < n; j++)
for (int k = 0; k < n; k++)
for (int l = 0; l < n; l++)
sum += j * k * l;


I just learned about big-O but I don't really know how to solve this. Can anyone please help me so I would understand more. Thanks

2007-01-19 10:30:52 · 2 answers · asked by ? 1

i dont know how... i have 4 arrays that is going to be compared to the users input, which are also arrays, what will i do? what function should i use?

2007-01-19 10:19:17 · 1 answers · asked by Sammy Baby 1

I added a favicon.ico file to the root of our site using ftp. It seems like there is another location that also serves as the root dir for yahoo store sites and it is taking precedent.

2007-01-19 09:59:39 · 1 answers · asked by markpawl 1

Is it possible to save a windows movie maker prodject as anything other than a (*MSWMM) file?
I sent a movie i made to a friend by email, when he opened it all the still pictures etc i included were not there and anouther friend couldnt open the file at all.
Is there something i am doing wrong when saving it?
Or, failing that.....
Can anyone recommened a better, easy to use prog that does the same job?

2007-01-19 09:16:10 · 5 answers · asked by trickyrick32 4

2007-01-19 09:11:49 · 5 answers · asked by Lars Man 1

No comment.

2007-01-19 09:09:32 · 5 answers · asked by tulwar234 2

I'm creating the layout for a headstone for the first time on a computer, and most of the functionality I need out of my software is okay right now. What I need is to be exacting in the size of my characters, and I haven't for the life of me figured out exactly the conversion of points to inches.

2007-01-19 08:44:59 · 2 answers · asked by tsunami_bomb3r 1

I don't know if I need to buy a new book on C++ or not. Would a book from the year 2000 be just as good as a book from the year 2006?

2007-01-19 08:25:05 · 4 answers · asked by compscience01 1

what cause this error, mskd etct.exe-application error

2007-01-19 08:00:50 · 1 answers · asked by Anonymous

RIGHT!

The answer I got for this question just doesn't work so I am going to open it up again...

I am making a site on MySpace so I'm allowed to use CSS... They don't allow Javascript so that's out of the question!

Part 1) I want to be able to have various BUTTONS on the screen all in different locations. They need to be made up of a gif image for the normal porition AND different gif images for when the mouse pointer is hovered over the buttons.

Part 2) As the user moves over each button, I want it to display a different bit of text in SEPARATE universal div positioned elsewhere on the screen. (As the pointer moves off the button I want the text to disappear again)

The previous answer was as follows used the following system:


Button text here




and



This doesn't work...

2007-01-19 07:48:25 · 3 answers · asked by crafty1980 1

Any help is appreciated!

2007-01-19 07:44:48 · 2 answers · asked by MAC8643 2

2007-01-19 07:39:26 · 4 answers · asked by Monica J 1

My project is a databse management system used by cell phone service provides.help me to keep a fancy name to this project.i thought many names like "cellphone database system","mobile service management system" etc but these titles were not convincing ... help me in keeping a fany and cachy name to this project...

2007-01-19 07:01:48 · 7 answers · asked by Sesh 1

2007-01-19 06:42:10 · 4 answers · asked by ishan j 2

Hello ALl,
Can you tell me please How can I know length of array elements. Following are the code which I am doing.

Dim strArray() as string
Dim strString as string

strString="Hi, How are you?"
strArray=split(strString," ") / split string on each blank space & stores in array.



Now I want to know the number of elements into array strArray.

thanks

2007-01-19 06:32:48 · 1 answers · asked by Jack J 1

I am an editor for a prestigious school newspaper and I am looking for a collaboration software site where all the editors can sign on and review and edit a document. Moreover, I want to be able to control and be able to manage the accounts and possibly, give them email accounts on our domain.

Is there a service which connects “Zoho” and “Google Apps” in one service?

Thanks,
LilSawhney89

2007-01-19 06:20:45 · 2 answers · asked by lilsawhney89 1

I need fast Answer ( how can i put the sounds or songs in VB project)?

2007-01-19 06:03:17 · 4 answers · asked by Anonymous

Im wanting to do a web page for my school but I have no clue on where to begin. How do I find out how to do my own, I dont know does anyone know a web site that might explain it or what not??

2007-01-19 06:00:59 · 7 answers · asked by acarmody21 1

2007-01-19 05:13:01 · 3 answers · asked by srini v 1

fedest.com, questions and answers