10,643 Topics

Member Avatar for
Member Avatar for william_stam

Hi all I need help. How and what is the code to have a page refresh once a link is clicked the problem is that this needs to be delayed for a few seconds. this is similar to <meta http-equiv="refresh" content="5"> but only if the link is clicked is there …

Member Avatar for Comatose
0
93
Member Avatar for oohmygod831

ive made a game using flash mx 2004 professional and ive inserted it into a page in my website. the site is only running from a disk at the minute as its for a college project. when i view the site from my home pc it works fine and the …

Member Avatar for OurNation
0
144
Member Avatar for autocrat

OK, I'm getting a little confused...... A lot of sites actually have little in the way of content, and have a simple navigation struction... be it basic text links, button graphics, roll-over graphics, or roll-over/hover affects from JS or even CSS..... I think this is fine for smaller sites..... yet …

Member Avatar for autocrat
0
214
Member Avatar for jewboy

Hello All , I'm one of the Internet Marketing Moderators here on DaniWeb posting this question for a friend of mine: "I’m using front page (don't ask why!) to build my website — and i cut and pasted an image from powerpoint (the blue diamond in the right hand corner) …

Member Avatar for DaveSW
0
84
Member Avatar for winnie

Couls someone please take a quick look at this attempt at a function and see if they can find any problems with it: { var resultString; resultString = "; for (var position = 0; position < aString.length; position = position + 1) { if isVowel(aString.charAt(position)) { resultString = aString.charAt(position) + …

Member Avatar for Dani
0
33
Member Avatar for ep2002

Hi everyone, I'm in search of a really good photo editing program that is hopefully free or close to it. I just don't want to spend the money to get PS :) I need it to do the following: Resize pics easily Auto Fix Crop well Rotate Pics Affects Easy …

Member Avatar for ep2002
0
76
Member Avatar for CHRISTopherX

Hi i'm really really new at all this, like literally three weeks new. anyway i am creating a basic website using dreamweaver and html/xhtml and was wondering how to create a message board or small chat log/chat room to add to a html page. I would be grateful for any …

Member Avatar for smoked_apart
0
157
Member Avatar for SergiuRo

Hello my name is Sergiu I'm from Romania, I'm a webdesigner very skiled in photoshop and I can do a lot of web banners. If you want to see some of my work you can look here: [COLOR=Navy]http://www.thefirstsense.com/portfolio/[/COLOR] at the section banners of [B]incomehost[/B] page. For other samples contact me …

Member Avatar for OurNation
0
85
Member Avatar for Rivai

Hi guys, I want to create a website that is compatible between different OS and browser. I know there will lots of stuff that i can't use. But i haven't get the complete ideas yet about what can and can't do. We have Mac. Dreamweaver MX here. Will this software …

Member Avatar for Rivai
0
82
Member Avatar for onauc

Hello everybody, I am very curious to see the source codes that describe an image. I want to actually check the source-codes of gif, jpeg etc. files. Also, I am very curious to see the source codes that describe an sound. I want to actually check the source-codes of mp3 …

Member Avatar for DaveSW
0
144
Member Avatar for autocrat

OK folks.... struggling with this one! You create a table, set the propeties so that t is 100% etc.... you place images in the outer cells, so you are forming a ring of out cells around the central/9th one. Now, if you set the images to stretch as well, then …

Member Avatar for autocrat
0
141
Member Avatar for GR Web FX

Hey People, Im not really sure which heading this question comes under so im putting it here! Basically i just wondered if anyone knows a website that has some great facts about how the web has evolved so to speak over the last say 10 years? e.g how many websites …

Member Avatar for GR Web FX
0
61
Member Avatar for Maria5683

I am trying to add a streaming .wma audio file in a link on m­y web page. I know my file is a .wma file and I have played it from my d­esktop and from the server I uploaded it to. I cannot for the life of m­e figure out …

Member Avatar for Maria5683
0
138
Member Avatar for astikali

After a million computer problems and numerous recoveries, I think most is back to normal. I've used PSP7 for over a year and suddenly after using the recovery disc from Dell, PSP 7 won't show any jpeg pictures---even ones made in the program. It's listed in the program as an …

Member Avatar for Mr. M
0
142
Member Avatar for ehaaron

Hi, I have an html page set up to load a flash movie and scale it to the full size of the window. This is working fine, however, I would like to place a cap on how much the movie may be scaled. i.e., i would like to allow the …

Member Avatar for Mr. M
0
159
Member Avatar for Nico Dee

Hi I am new to this particular site, this the first time I have tryed to do the forum communique for my web design.. :-| My main focus is a website for my friend and I to have our Dj mix sets on. We have an account through [url]www.godaddy.com[/url] w/ …

Member Avatar for Nico Dee
0
89
Member Avatar for AMulligan

Hello, I am trying to do a simple form (text fields only). The users enter, submit, then there is a confirmation page and information is sent to an email. When 'submit' is clicked there is no information returned from the $_POST variable. Here is the code: [PHP] $to="MyEmail@MyAddress.com"; $subject=$_POST['course']; echo …

Member Avatar for mcldev
0
96
Member Avatar for autocrat

Ok, getting a little confused...... Evey time I get to playing with web-coding, theres new complaints, new coding practices, new do's and don'ts, new contradictions of what came previously! I am of the favour of tables for layout..... yet I am told that NOW it should all be done with …

Member Avatar for autocrat
0
390
Member Avatar for Moonk

I'm having an issue with making rollovers show up without the need for me (and all WinXP Service Pack 2 users) to have to click "allow ActiveX on this page" and then let it reload...just in order to see my rollovers. Its staying on the first evolution of the rollover …

Member Avatar for smoked_apart
0
196
Member Avatar for GR Web FX

Hey People, Got a quick Flash question.......Ive been doing alot of work with JPEGs in flash recently where i try and reproduce photos of say cars and turn them into animations or drawings. I have used the eye dropper tool on the JPEGs to geta good colour match and then …

Member Avatar for GR Web FX
0
80
Member Avatar for onauc

Hello everybody, I am very curious to see the source codes that describe an image. I want to actually check the source-codes of gif, jpeg etc. files. Also, I am very curious to see the source codes that describe an sound. I want to actually check the source-codes of mp3 …

Member Avatar for onauc
0
128
Member Avatar for Cat

[SIZE=3]undefined[/SIZE] All I want to do is make a homepage on aol! Its easy designer! Well I've talk to all these techie's for aol & it was no go.Something about my Java applet not working.So we went threw the steps to fix that by updating & all that.Now the say …

Member Avatar for kevin_smithers
0
82
Member Avatar for ssdevas

Hi, I have an HTML table which has OnMouseOut events on rows for hiliting and selecting alternate rows. Each alternate rows uses [onMouseOut="this.className='BrownRow'"] to hilite alternate rows. As I filietr rows based on some criteria, I want to change the className for onMouseOut where I use the following script line …

0
90
Member Avatar for iwonder

Hi have you ever been to [URL=http://forums.winxpcentral.com/]Winxpcentral[/URL] ? ok now I`m not spamming or something..... I happened to visit their forum it showed a popup sort of ad in this [URL=http://forums.winxpcentral.com/showthread.php?t=13038]thread[/URL] . when u take mouse over the double lined green word a intellitxt ad pops up . ok now …

Member Avatar for DaveSW
0
96
Member Avatar for toxicslurpie

I cant figure out how to take an invision board from this one site, and put a last 10 or so posts to show up on my homepage, im sure its java script, but ive looked everywhere, if ne one knows how to do this please reply, if you need …

0
70
Member Avatar for autocrat

Hi folks.... This is my second topic on CSS.... I want to know about layout, positioning and designing! I tend to generate themed sites.... not as in Xmas, halloween etc., but as in I use graphics to generate a feel... like machine parts, the site resembles a startrek data pad …

Member Avatar for 2ndPlatform
0
79
Member Avatar for sarahrose

so i have a profile on "myspace.com". i want to put a background picture on it. it says you need to know html. and put it in your "about me"i have one for my picture. but theres a certain way you put it on "about me" to make it as …

Member Avatar for DaveSW
0
41
Member Avatar for stevenpowen

I'm using the Fly-out Menus provided at [url]http://www.sharepointcustomization.com/resources/codesamples/Menus/default.htm[/url] . The code at my site works fine if the pages using the menu are in the root directory ( the initmenu.js and menu.js along w/ all the .gif's that make up the border are in a subdirectory of the root) I'm …

Member Avatar for DaveSW
0
103
Member Avatar for Bladedriver

Hi. My friend who owns a mac doesn't have an internet connection so i downloaded Dvd Studio 3 for him on my pc. This file is 3.84 gigs. I need a program that i can use to compress this file so i can burn it to a disk/s. Is there …

0
79
Member Avatar for lotusflower89

my son gave me photoshop cs 8.0. i am cluless on how to use it. i have a manual for 6.0. i am trying to figure out how to extract people out of a bright background so i can brighten them then decrease the light in the background. the instructions …

Member Avatar for GR Web FX
0
70

The End.