11,822 Topics

Member Avatar for
Member Avatar for sacarias40

does anybody have any hints as to how i could make a user profile. smiliar to myspace/facebook/ etc... i would like to use php

Member Avatar for roryt
0
138
Member Avatar for adamthegreat

hello, me and my friends own a domain name we bought from godaddy, and some political campaign that has the same name wants to buy our domain for $1000. does anyone know the best way to go about selling them this? should i just give them my password to godaddy, …

Member Avatar for ccube921
0
99
Member Avatar for cohen

Hello Guys, how do i use the same style sheet for the forum. i have my [URL="http://www.central-forums.net"]home[/URL], and i have my [URL="http://www.computer.forums.central-forums.net"]forum[/URL]... what do i do?? Thanks, Cohen

Member Avatar for cohen
0
196
Member Avatar for cohen

Hey Guys, I'm going to be starting up a new website soon with mutiply forums on it... and i want it to that the forum is under the main website, so for example, on the left hand side, it has the list of forums and website links... and when you …

Member Avatar for cohen
0
163
Member Avatar for marcosjp

Hi, Im looking for a tool to help design the structure of a website to be built. I want to be able to clearly communicate what will be contained in the site when it is finished with the use of diagrams.

Member Avatar for roryt
0
138
Member Avatar for jhatter

Hi, Please can someone make a suggestion to iron out a glich when viewing a site in Safari & Firefox. Here is the page: [URL="http://www.johnhathway.co.uk"]www.johnhathway.co.uk[/URL] On the page there are two links which have been styled in red with an underline on hover. (Contact Me & Enter Flash Site) The …

Member Avatar for MidiMagic
0
147
Member Avatar for fishky

Hello guys. I'm new to making web pages. I'm using Web page maker v 3.0.3 for building a page. I want my navigation bar butons to have dropdown menus on click or mouseover (graphical) but i cant figure out how to make it (something like daniweb navigation bar). I couldnt …

Member Avatar for fishky
0
364
Member Avatar for Danthon

After some years form the creation of my internet site I have decided to correct a little paging problem that i left unresolved for a lot of time (one time it wasn't so important...). The site is created in xhtml e css and the problem is to equalize the length …

Member Avatar for Danthon
0
80
Member Avatar for cpeeyush1

hi i an designing a website and i just want that if a user open it on any resolution then it will fit it self to that resolution and no scroll bars will come like google,yahoo etc. i know it is possible but not know how so pls help me …

Member Avatar for roryt
0
83
Member Avatar for jproducer

Hello All, I'm having a bit of trouble finding something that I thought wouldn't be too bad of a script or standard flash script out there. Here's what I want. Click a button for song, opens up pop up window (flash or javascript, anything really), and plays the selected song …

Member Avatar for jproducer
0
180
Member Avatar for MeTc123

Hi Guys, I'm currently in the process of making a website in Photoshop CS3 however my web design/layout is aligned to the left (as I started working from left to right). Is it possible to center my design whilst keeping everything the same within Photoshop/Fireworks? if so how. Thanks.

Member Avatar for Jen0608
-1
138
Member Avatar for rajarajan2017

Hi Everybody, I have a problem on applying colors to raster images. When using setRGB (or) setTransform the color was applied but not mingled with the image, so please help out me to solve this. My application is look like a paint tool but I have to apply colors for …

Member Avatar for MidiMagic
0
125
Member Avatar for dariush29722

hello my friends i designed an container with div tag but it is not good displayed in corner left and right.please see my container and help me. container for download and help:[ATTACH]8618[/ATTACH]

Member Avatar for braindumps
0
284
Member Avatar for Designer_101

Hi What size should i make a background for my website if it needs to be displayed on different screen sizes? Im making the webpage in photoshop therefore i need to decide how big my canvas is. If i made the screen 1280x800 it would fit mine perfectly however not …

Member Avatar for MidiMagic
0
116
Member Avatar for Charles Givens

I am new to web development and I have developed a website for a local baseball club written in Frontpage with inline frames. It works great on Internet Explorer, but when the website is view in FireFox the background is change from white to black and some spacing is screwed …

Member Avatar for MidiMagic
0
30
Member Avatar for uringinteristi

Newbie need help to create a simple table with javascript. Any body who can, please answer.

Member Avatar for kanaku
0
115
Member Avatar for jumbla

Hi guys, I have a simple form that takes a search input and fires it off to page1.php: [code=html]<form method="post" action="page1.php"><input name="title" id="title" type="text" value="" /> <input type="submit" name="search" value="Search" /></form>[/code] I would like to be able to select which page the query is fired off to based on a …

Member Avatar for kanaku
0
167
Member Avatar for Robtyketto

My website when displayed locally in I.E 7 and Firefox has the layout output as I expected. However when rendered with Dreamweaver and Geocities web hosting the footer looks different than expected as it is intended to be the same size as the header. See page:- [URL="http://www.geocities.com/raisin_smiles/index.html"]http://www.geocities.com/raisin_smiles/index.html[/URL] The footer css …

Member Avatar for Robtyketto
0
117
Member Avatar for Rocket452

Hello I'm a C# developer thats new to web applications. I just need to create a simple page that has a radio button. When the radio button is clicked it runs a LOCAL executable. help or link to a tutorial would be appreciated thanks

Member Avatar for jbennet
0
78
Member Avatar for Dj Konker

HI, Below is the code for my page, and I'd like some suggestions so I can "stream line" my page. Here is a direct link: [url]www.myspace.com/djkonkerock[/url] Also, how would I insert a table in that blank space in between my top 8 and comment section? I would appreciate any help, …

Member Avatar for cfajohnson
0
115
Member Avatar for RahulV

[B]You cannot scroll by using the mouse wheel in the Microsoft Visual Basic 6.0 IDE.[/B] [B]CAUSE[/B] This problem occurs because the Visual Basic 6.0 IDE does not have built-in support for scrolling by using the mouse wheel. [B]WORK AROUND:[/B] To work around this problem, use one of the following methods: …

Member Avatar for Comatose
1
2K
Member Avatar for vedmack

Hi, i want to display a pdf inside my web page using object tag... I did succeed to display the pdf if i store it in the web root of the server like this: [code=html] <object data="images/mytest2.pdf" type="application/pdf" /> [/code] but i need to access to a pdf file that …

Member Avatar for roryt
0
142
Member Avatar for makz

Hi, hope you can help me with this one. I have a Div with five float divs inside: [CODE]var div=document.createElement("div"); div.className="cssDivNino"; var divFolio=document.createElement("div"); divFolio.className="cssFolio"; div.appendChild(divFolio); var divCurp=document.createElement("div"); divCurp.className="cssCurp"; div.appendChild(divCurp); var divNombre=document.createElement("div"); divNombre.className="cssNombre"; div.appendChild(divNombre); var divLocalidad=document.createElement("div"); divLocalidad.className="cssLocalidad"; div.appendChild(divLocalidad); var divClear=document.createElement("div"); divClear.className="clear"; div.appendChild(divClear); divFolio.innerHTML= someData; divCurp.innerHTML= someData; divNombre.innerHTML= someData; divLocalidad.innerHTML= someData;[/CODE] This …

Member Avatar for roryt
0
101
Member Avatar for shrid

Hi, Can anyone pls tell me how to get curved buttons in CSS....? [code] border:2px solid #333333; border-radius:10px; [/code] Is this code correct?But it didn't work for me. Pls help me..

Member Avatar for roryt
0
82
Member Avatar for cjmike

pls someone help me resolve this. one of the layers in my flash document is not showing in the movie, even though it shows very well in the timeline. it is not a guide layer, so i expect it to show well in the movie but it doesnt, what is …

Member Avatar for MidiMagic
0
37
Member Avatar for samuelk1934

Hi I am trying to put a Border around 6 links to other pages. I am using a ref from a stylesheet that i have created i made the border like this within my stylesheet [code=css]p4 { border: medium double #000000; }[/code] The text that i want to put the …

Member Avatar for MidiMagic
0
104
Member Avatar for xylude

I am trying to make an external .swf file load into a movieclip when a button is clicked. I have this code on my button: [code] on(release){ mc_holder.loadMovie("home.swf"); trace ("..."); } [/code] and my mc_holder movieclip is on the stage. But when I click the button the trace output shows …

Member Avatar for rajarajan2017
0
76
Member Avatar for WebdesignIndia

Hi , Its nice to join this community of people from IT Industry. I am in Web Designing and Development Industry for 10 years. We work on many Designing , Development projects along with Flash and Fitness Animations for Fitness Industry. I would love to interact with people who want …

Member Avatar for sumit.khera
0
182
Member Avatar for vjw757

I have a site [URL="thewilliamsfamilytree.com"]thewilliamsfamilytree.com[/URL]. If you go to the site. You see a bunch of text links on the left side. My question is how do i change or control everything in that menu from one CSS file? I would like to use that menu on every page of …

Member Avatar for ccube921
0
112
Member Avatar for Madhuparna

I have an apllication to verify the user identity using database(Oracle 9i).I used JSP for page design & servlet for interacting with the database.I made necessary changes in the web.xml file & saved the .class file in classes folder and servlet in src folder all of which lies under JSPMultipleForms …

Member Avatar for stephen84s
0
132
Member Avatar for xander85

If anyone can explain the behavior that I observed recently then they deserve a cookie for their knowledge of HTML and CSS... I observed this behavior in FireFox haven't tried this in another browser. Navigate to this website [URL="http://novemberborn.net/sifr3/r436"]http://novemberborn.net/sifr3/r436[/URL] and resize the browser window horizontally down to about 200px. Notice …

Member Avatar for kanaku
0
275
Member Avatar for iamsubhomoy

Hi i am Subhomoy from India I am into designing from Web ,Print to multimedia. I have done my bachelors degree from College of fine arts and i have total 13 years of experience in total designing & multimedia and my design charges are most affordable.

Member Avatar for kanaku
0
46
Member Avatar for Borderline

Evening I've been experiencing problems while trying to give my two menus different attributes - could anyone advise the correct method I need for this, please? The menu works as I want it, but I'd like to have any link in the content box displayed in a different colour. CSS …

Member Avatar for Borderline
0
108
Member Avatar for westfamily

Hi I'm using Dreamweaver8 on a Mac and want to embed short video clips. In the past I've used YOUTUBE because the procedure is simple but I don't like the quality or the lack of personal control. I know how to set up a link to upload a clip, of …

Member Avatar for westfamily
0
169
Member Avatar for infotechland

Ok, so I have Dreamweaver, Flash Professional, Photoshop, and now Fireworks, all the CS4 version. I have been playing around with Flash and Dreamweaver over the past couple days, however, I'm still learning them. Phonoshop I haven't worked too much with. Now, about Fireworks. What exactly is the point of …

Member Avatar for roryt
0
128
Member Avatar for Ajantis

Hello dear DaniWeb users! I have been around here for a while, although I haven't made that many posts. Been rather busy with school and all. I am going the 3rd year now in my Computer System Development education, and I am doing my final work - the degree project! …

Member Avatar for kanaku
0
97
Member Avatar for chili5

Name: James Hair: Brown Eyes: Brown Location: Canada Age: 15 Hobbies: Listening to music, programming, web design. Um that's about all I do. Lol Play computer games. instant message people. Um I spend tons of time on the computer. Relationship Status: single Fav Music: Oh , I have a ton …

Member Avatar for kanaku
0
185
Member Avatar for ashafaaiz

Hi, Can anybody help me that i have a form that transfers my name and email to aweber.com after submitting it. My problem is, I already having account of aweber with three list, but it displays same autoresponse program for three list. I want different autoresponse program for my three …

0
114
Member Avatar for bharanidharanit

Hello sir, I want to make a HTML page with the window splitted into two. In the left side i will give the html coding and the right side i want output for that coding(during runtime).

Member Avatar for orwell84
0
77
Member Avatar for trhwrgsreg

First of all, I'm not a programmer. I'm here because I had an idea for a software program that my employer may hire someone to design, and I'm wondering what kind of investment it would take to hire someone to design it. (Thousands of dollars? Tens of thousands? Hundreds of …

Member Avatar for henrik14
0
148
Member Avatar for sacarias40

i have a webpage that i built on my computer. a 1024x768 reslolution screen is what i used. but when i use a bigger monitor, the page is the same size, but its pushed up against the left side of the monitor. could somebody tell me the way to always …

Member Avatar for kanaku
0
236
Member Avatar for PcPro12

I have a question as to why Internet Explore won't read my webpage...yet Firefox and Opera read it just fine... To me, it seems that internet explore is disregarding my external CSS file...because when I launch the index.html file, IE reads it without the CSS file...I don't know why though...BUT...when …

Member Avatar for PcPro12
0
130
Member Avatar for roryt

In this tutorial you will learn how to create a stylish looking content box for your website. Before you start, however, you will need to have two custom patterns which should each be from a 5*5px image that just has a pencil line drawn diagonally across it. You need to …

Member Avatar for Secret-
1
1K
Member Avatar for dariush29722

hello my friend I designed an container but all conrers is destroyed. pleaz help me to solve this problam. this is my code: the ascx file: [code]<div class="containermaster_blue" align="center" dir"rtl"> <div class="TRM" style=" display: inline-table;" align= "center"> <div class="TR" style="float:right;" dir="rtl"> </div> <div class="action1"> <dnn:ACTIONS runat="server" ID="dnnACTIONS" /> </div> <div …

Member Avatar for dariush29722
0
129
Member Avatar for Ennbay

My blog on Blogger is [url]http://ennbaystestblog.blogspot.com/[/url]. My HTML isn't being accepted when I upload it. Here is exactly it: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- Created by Artisteer v{Version} Base template (without user's data) checked by http://validator.w3.org : "This page is …

Member Avatar for Jen0608
0
127
Member Avatar for smarty9999

I created one webpage with HTML and when I am viewing in a maximized size its working correctly, but when reduced the size of the browser the header portion is not reducing its size but its creating vertical scroll bars in the header portion. I am pasting my code here, …

Member Avatar for Jen0608
0
76
Member Avatar for mcklein_tunde

i need someone to kindly give me a beginners guide to macromedia flash. i've got it installed on my system but i don't even know where to start from thanks.

Member Avatar for Jen0608
0
47
Member Avatar for newlearner2008

I have created a flash menu that shows the background is changing and then I am trying to drop a menu and select from it. I was trying to make my button such that, if I click on Home it take me to home page. And if I move my …

Member Avatar for oodaya
0
128
Member Avatar for feelnepal

hi i am new to css stylesheet....can anybody guide me....hope to hear soon from you...thanks feelnepal

Member Avatar for orwell84
0
55
Member Avatar for bob on whidbey

Is it posible to have the body tag in an editable region of a template. I want to PreLoad images on some of the pages and not others. I've tried <body <!-- TemplateBeginEditable name="body_tag" --> <!-- TemplateEndEditable --> > but get an error message. Alternatively, can I preload images in …

Member Avatar for bob on whidbey
0
139

The End.