7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for AhmedHan

I have frames page. In ("index.php"="main.php"+"button.php"+"banner.php") format. Using Apache 2.0. The problem is, when I open a link in the home page, it opens in the main fram, as I want, but the address in the address-bar does not change, remains "http://localhost/site/index.php". Always stays as is. What can be the …

UI / UX Design apache web-design
Member Avatar for tgreer
0
112
Member Avatar for smartintelleng

Goto: [url]http://www.students.yorku.ca/~ericore[/url] Escentially theirs a short story hyperlink in the left colom which is supposed to target the main center window and open there, then they would pick a story which would display in the same center window. Im trying to do this without using frames; it doesnt seem possible. …

UI / UX Design display html-css web-design
Member Avatar for smartintelleng
0
56
Member Avatar for Blade10878

I am planning on installing dreamweaver, and Fireworks from MXstudio on to my pc, I already have them installed on my mac, my question is when i install it on my pc, and go to open say a Fireworks file on the pc that i made on a mac will …

UI / UX Design multimedia web-design
Member Avatar for Zachery
0
56
Member Avatar for djbsabkcb

My question is many parts. Below is the code I have done so far in HTML. I have tried to create this form that prints a certificate when someone completes a course. However, the first row labeled Certificate of Training..... is also supposed to have the words "Date of Issuance" …

UI / UX Design html-css web-design
Member Avatar for djbsabkcb
0
809
Member Avatar for Brinnie

I'm trying to make a link directory. In short, It's going to have 9 categories and I want it to look like this: [size=7]_ _ _ _ _ _ _ _ _ [/size] At first, I made a 3x3 table. But when anyone submits a link, it breaks the whole …

UI / UX Design web-design
Member Avatar for tgreer
0
616
Member Avatar for muktidaniweb

I have a code to open new window and display a progress bar .The code works fine in I.E and Netscape4.7 but in Netscape 7.2 it opens a new window and displays nothing in it . Below is my code. Can you please tell me what is wrong in my …

UI / UX Design display web-design
Member Avatar for muktidaniweb
0
146
Member Avatar for Kschikan

So, I'm making a page with navigation bars on the left and the right, and I want them to extend to the bottom of the page regardless of the length of the content of either the nav bar, or the page content. Right now my navigation is done with a …

UI / UX Design web-design
Member Avatar for Kschikan
0
350
Member Avatar for ssodangi

Hi everyone, I use the paintbrush tool at 4 pixel size to stroke a curvy path I have made using the pen tool in Photoshop 5.5, but instead of the resulting curve being smooth and beutifull it turns out very jaggy and ugly, could someone please tell me where I've …

UI / UX Design multimedia web-design
Member Avatar for posvar
0
100
Member Avatar for Soral 3.0

Hi all!, Due to the high costs of other image manipulation programs such as adobe photoshop, I began to look at alternative programs for image manipulation. I recently found the GIMP (GNU Image Manipulation Program). which is a "... freely distributed piece of software for such tasks as photo retouching, …

Member Avatar for posvar
0
170
Member Avatar for davith2

Can anyone tell me why I keep getting this error when I try to open this page in Internet Explorer. It is an Intranet, so I can't actually give the site to view, but here is the code. The error keeps referring to line 20, I have looked through for …

UI / UX Design javascript ui-ux web-design
Member Avatar for davith2
0
458
Member Avatar for Class

Aloha! I have a question: how can i implement music on my website. Which is basicly build up of HTML and PHP, and a table design. That mean everytime someone clicks on a link on my website a whole new site loads up. I though about flash! but i don't …

UI / UX Design flash multimedia web-design
Member Avatar for Class
0
48
Member Avatar for randallj2877

I've got some CSS issues with the following page: [COLOR=Red]url removed[/COLOR]. In IE: 1) Extra [I]dark grey [/I] space at the top and bottom of text boxes on the right...need to get rid of this space, and make it look like it does in Firefox... 2) Need to get the …

UI / UX Design html-css web-design
Member Avatar for randallj2877
0
94
Member Avatar for Uechi Girl

Ok here's the deal. I made a pretty sweet custom corson in Adobe Photoshop, and after installing the right plug in, made it in the correct cursor format, .cur. Now all my website is in dreamweaver, and i need to insert the cursor there. I tried a few different ways …

UI / UX Design adobe image multimedia web-design
Member Avatar for peter_budo
0
184
Member Avatar for peter_budo

I whant to ask for small help. I'm using Dreamweaver MX 2004, which is a great tool for web developer. Me only problem is I do not exactly like the automatic closing function for HTML tags. :evil: Is there any way how in settings block/switch off this function?? :?:

UI / UX Design ui-ux web-design
Member Avatar for peter_budo
0
73
Member Avatar for Tsmagik

A friend of mine said that being a webmaster is basically changing pixs on the site upload/download. Is that true or is there more to do?

UI / UX Design ui-ux web-design
Member Avatar for Tsmagik
0
217
Member Avatar for breakaway

I have a script that has tables embedded inside php. When I change the td width in a table, it shows up in internet explorer, but it doesnt show up in firefox. I am having to do [CODE]<td width='230' .....[/CODE] because the "" will throw off the PHP. I am …

UI / UX Design php web-design
Member Avatar for Kschikan
0
109
Member Avatar for Acidburn

[COLOR=Red]hyperlink removed by moderator[/COLOR] basically the buttons dont work like they should, I've made the buttons using photoshop and importing them to dreamweaver, from there creating the button as a hyperlink. In theory the button should therfore on mouseover display the behaviour as an active link. Upon closing the yahoo …

UI / UX Design display web-design
Member Avatar for Rashakil Fol
0
425
Member Avatar for hbmarar

hi, I just needed to sent mails (to a group) that is a web page.I created the php script that uses the mail function and it is doing fine in personal mail boxes.The issue is in outlook it is showing as html tags. This is a problem as the gourp …

UI / UX Design html-css web-design
Member Avatar for randallj2877
0
141
Member Avatar for TheRenderMan

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <title>Verses Inc.</title> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="username" && password=="password") { window.location="page1.html"; done=1; } if (username=="member2" && password=="password2") { window.location="page2.html"; done=1; } if (username=="member3" && password=="password3") { window.location="page3.html"; done=1; } if …

UI / UX Design javascript ui-ux web-design
Member Avatar for peter_budo
0
143
Member Avatar for hbmarar

hi to all, I am just asked to make a news letter. What I did:> I have made a web page uploaded to server.Then I openend the outlook and used New Mail-> Web page .It prompted for URl and I gave URlto this page in server.It loaded the page fine …

UI / UX Design html-css web-design web-server
Member Avatar for hbmarar
0
133
Member Avatar for Tsmagik

[FONT=Garamond]I am using dreamweaver for the first time, want to use flash to have my pictures either appear and disappear or go from small to large will the dreamweaver directions explain how to do this or will I hhave to find out through my Flash??[/FONT]

UI / UX Design flash multimedia web-design
Member Avatar for Tsmagik
0
117
Member Avatar for om1d_h

We have a funny problem In a PHP page we have used following code: onmouseover="window.status='hello'" I runned the page on two diffrenet machines both runnig win XP and both with the same IE version (6.0.29). In my surprise, on one of them, there is no status bar. But on the …

UI / UX Design web-design
Member Avatar for Electrohead
0
278
Member Avatar for ricky_flare

Please help me to improve Performance Hi........ I am a beginner. I have developed website in Php/MySql. But my home page takes some more time to load in some of the browsers Check this << url snipped to comply with forum policy >> Can Mysql stored procedures help me? I …

UI / UX Design ui-ux web-design
Member Avatar for rus
0
218
Member Avatar for thecos99

I just published a website and everything works when I view it from my computer. When I went to view the site from other computers (4) the animation does not work. Can anyone tell my why this has happens. Is there a solution? Thanks

UI / UX Design multimedia web-design
Member Avatar for peter_budo
0
152
Member Avatar for John P

Is there a way to let a frame height be defined by it's content? I tried height="100%" but that doesn't seem to work. Thank you, John

UI / UX Design web-design
Member Avatar for John P
0
149
Member Avatar for bobby9101

i did not see an html topic so i posted here. sorry for this. i feel very :evil: I have a list of links that are just http://.........com's is there an easy way of changing those into html links with thdomain as the anchor text. other wise i would have …

UI / UX Design html-css web-design
Member Avatar for bobby9101
0
204
Member Avatar for Lexani

Hello, (PLEASE DONT DELETE MODS) Im looking for a mentor to guide me and teach me to make me the ultimate site maker K well i just joined this site a bit a ago, and im trying my best to learn how to make quality websites, because i'm try to …

UI / UX Design email first-post ui-ux web-design
Member Avatar for numerouno
0
240
Member Avatar for phalen

good morning... i did a search for this, and didnt find what i needed to see. i have a table with over 40 columns, i need them to align the text vertically like this: [COLOR=Navy]t a b l e h e a d e r[/COLOR] is there a way to …

UI / UX Design first-post html-css web-design
Member Avatar for chmac
0
263
Member Avatar for kronos

Sorry to bother you all, extreme HTML newbie here .... I recently purchased a premade website from 4templates.com, here is the link to the site I acquired [URL=http://www.4templates.com/view/web/0/AX0061BL]here[/URL]. Now, being the dork that I am, I didn't question the sites ability to fill fullscreen, and realised post purchase, that I …

UI / UX Design first-post web-design
Member Avatar for kronos
0
130
Member Avatar for pajac

Well I wonted to try out some file(.shtml) with #include statment on my machine and It is not working.I'm asking u if I need a server (like Apache) to run this script and if server (Apache) needs some plug-in or add-on (or whatever) to serve this kind of scripts?? :confused:

UI / UX Design apache web-design
Member Avatar for pajac
0
122
Member Avatar for cmills83

I am using a Paypal shopping cart on one of my sites right now and was wondering if there was a way to move the <form>...</form> tags to an external file for the 'add to cart' button. Also I am looking into a different shopping cart system, but I do …

UI / UX Design web-design
Member Avatar for rus
0
104
Member Avatar for DivSen

little problem with flash mx 2004 i'v given a tekst in Flash a transition (timeline effects -transition) so that this tekst fades-in for 30 frames now when i do "control - play", then it works. but the problem is when i do "test movie" or i export it as a …

UI / UX Design flash multimedia web-design
Member Avatar for DivSen
0
78
Member Avatar for pajac

Hello guys I'm new on this field! I can't get my *.avi working with <embed src="movie.avi"></embed> tag!! Is there any other way to play diferent content (movies like)?Mybe some other script language like PHP? :cry:

UI / UX Design web-design
Member Avatar for pajac
0
122
Member Avatar for JeannieM

Hi everyone First time on this site hope to learn something. I have a huge problem with web page I have a flash banner from ds effects and it works fine in Internet Explorer but not in Firefox or Netscape This is the script <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="DS_ImageScroll" width="776" height="119"> …

UI / UX Design flash multimedia web-design
Member Avatar for peter_budo
0
196
Member Avatar for createl

Createl-Media web design studio [url]http://www.createl.ru/en[/url] invite professional web designer with technical webdesign abilities. Samples of works level you can see at [url]http://createl.ru/en/portfolio/techdesign[/url]. Createl-Media // web site design company

UI / UX Design ui-ux web-design
Member Avatar for rus
0
127
Member Avatar for paulkaye

I am currently designing a site using Dreamweaver MX: [URL=http://www.conceptwheel.com]http://www.conceptwheel.com[/URL] The thumbnails on some pages have image swap behaviors assigned. 1. They swap on mouseover to an outlined image 2. They swap on mouseout back to the original 3. They swap on click the central image to a large version …

UI / UX Design image ui-ux web-design
Member Avatar for paulkaye
0
180
Member Avatar for freesoft_2000

Hi everyone, I have some questions about building a certain website. Please bear with me as i am not vey good at building sites. You see i need to build a site that only has a logo of a company some bold text and a few files to download. The …

Member Avatar for vark
0
135
Member Avatar for ebaker1973

I need help using iframe. I have my iframe in the main part of my site. I want all links (top, bottom, side) to open in the ifram. I use target="main" but doesn't work. what can I do

UI / UX Design web-design
Member Avatar for nickharrington
0
265
Member Avatar for bamataz

I am looking for a script that will fade in and out from big to little or vice versa where i can put multiple lines of text in there. Can anyone help me out?

UI / UX Design web-design
Member Avatar for bkendall
0
129
Member Avatar for jules214

Hi all, sorry for the title, couldn't think. Basically, i can't figure out an issue with my CSS on NN for one particular thing. The main page area (which has 'test' in it a lot) has an image in a table column to the left of the section, which is …

UI / UX Design html-css image web-design
Member Avatar for jules214
0
78
Member Avatar for indo

Ok heres the story. I'm building an online website (<< URL SNIP. Please read the rules. >> ) for graphics, and part on this site I'd also like to have forums. I figured out how to set up the site, Except I can't figure out the forums. I have the …

UI / UX Design email first-post ui-ux web-design
Member Avatar for indo
0
190
Member Avatar for Paladine

Ok folks how does one do this? Meaning, how do you ever get things placed in the right spot, aligned, and the get the feel right on a web page design like this? Do you have to been an "artist" or use a fancy web design tool? [IMG]http://www3.telus.net/public/tmlohnes/IP0002BR.jpg[/IMG] or even …

UI / UX Design ui-ux web-design
Member Avatar for bwest
0
1K
Member Avatar for balor

help!!! i really dont know how to access my data in my database.. using javascipt.. do you hava any suggeston? i really need it.. i need your help please.. this project is in a hirry.. im developing a ticker which gets its info frm the database and i dont know …

UI / UX Design web-design
Member Avatar for balor
0
113
Member Avatar for chound

I made a catalogue of specimens in a museum using HTML. when I view the files on my laptop, it can be seen properly. But if it is viewed in another pc the sizes of images and text are very huge.

UI / UX Design laptop ui-ux web-design
Member Avatar for chound
0
124
Member Avatar for Bradgl87

I have been creating a website and once I added a link to some of the image I would get a little space at the bottom of everyone that has a link and the ones that are just images are fine. Here is a picture to explain more .. [URL=http://www.FreebieGadgets.com/BottomOFImage.JPG]Example[/URL] …

UI / UX Design image web-design
Member Avatar for Bradgl87
0
121
Member Avatar for red_evolve

Greetings. Please advise me on the following. I have a select form element and have defined its onChange action. I have another button, which when pressed opens up a new pop-up window. A value will be selected from this child window and the value will be passed back to the …

UI / UX Design web-design
Member Avatar for red_evolve
0
97
Member Avatar for ethveg

I have a form with several text boxes. The onblur handler for each calls a function, and so does the onfocus handler. Both the functions alter the [I]display[/I]. When I am in one text box and click into another, it appears (from using alert boxes to track the results) that …

UI / UX Design display web-design
Member Avatar for ethveg
0
196
Member Avatar for mikeandike22

i have flash mx pro 2004 and want to make an animated dvd menu how can i do this (sorry i could not find a better forum to put this in and thought people here would know flash)

UI / UX Design flash multimedia web-design
Member Avatar for magusdf
0
127
Member Avatar for cmills83

[url]http://www.e-volutionds.com/lasd/dog.htm[/url] If the browser is maximized it looks like I want it to look. However, if it isn't, the bg image on the left starts disappearing. Is there anyway to adjust the image to a percent in CSS? Take a look @ the code and let me know, it's a …

UI / UX Design image web-design
Member Avatar for cmills83
0
159
Member Avatar for lostprophet

hi there web programmers, I mainly joined this site for help with VB6, but now i have decided to branch out into HTML and web design. i know some very basic html coding but nothing fancy. Could anyone help me by giving any very useful codes for html or java …

UI / UX Design web-design
Member Avatar for Electrohead
0
374

The End.