11,821 Topics

Member Avatar for
Member Avatar for daviddoria

Is this flash (how do you tell?) [url]http://www.kwikkopy116.com/[/url] Is there any way to develop a flash site on linux? I've been unable to find anything about it! If not, is there any other way to make a page like this that can be done on linux? Thanks! Dave

Member Avatar for Walkere
0
132
Member Avatar for hbmarar

Hi, I was thinking on a need but could not reach anywhere. That is say , i got a multimedia contents for download or say an action. For eg:- If document, a button with label 'Print' and on click , says 'printing...' , if 'save' , on clickd shows 'saving....' …

Member Avatar for buddylee17
0
106
Member Avatar for zoroman

Hi, I need to design a sequence diagram for the online ordering system that I will built. This is how the system works: -Customer displays the web page, browses the menu and adds items to the shopping basket - once she wants to checkout, either she has to login to …

Member Avatar for zoroman
0
536
Member Avatar for edochon

I'm going to go with the format I found on some other thread Name: Peter Nickname: Peero Height: 5'10'' Weight: Not Sure Hair: Black Eyes: Brown Location: Edinburgh Age: 25 Hobbies: Listening to music, drawing, playing the piano, going out with friends and family, movies, laughing, [B]sleeping[/B] Relationship Status: single …

Member Avatar for jbennet
0
108
Member Avatar for jproducer

Okay, i just want to get this out of the way. I do know that this subject has been tackled a couple times and I'm not cutting to the end without reading what has been already written. I can't seem to find the explanation that i'm looking for and a …

Member Avatar for jproducer
0
153
Member Avatar for ceyesuma

I can not figure this out. this code seems to add the uiThumbs3rd to the whole stage but I am trying to put it on a movieclip shown here.There is no code in the timeline and I have the movieclip McContent drawn on the stage with the instance name mcContent. …

0
51
Member Avatar for jk_bscomp

hello everyone, i hope you could help me with this simple yet confusing css problem.. I want to have a three header - h1, h2, h3 to be in different font style... one is tahoma, arial and sans-serif.... how can i do that by calling the css below... [code=css]body, h1, …

Member Avatar for shruti sepra
0
90
Member Avatar for hugokang
Member Avatar for OmniX

Heres a few examples of what I would like to accomplish: [url]http://www.greenhamnaturalbeef.com.au/[/url] [url]http://www.quincy.com.au/[/url] Now I have my own ideas how this was created but mainly I am not able to re create these websites myself. What I am looking for in the website is the backgroun layout how the website …

Member Avatar for OmniX
0
91
Member Avatar for ceyesuma

In flash is [code] public function set fileName(String:fileName):void{ this.fileName=fileName } [/code] the same as [code] public function setFileName(String:fileName):void{ this.fileName=fileName } I was wondering if the word "set" acted as more than a function naming convention? [/code]

Member Avatar for peter_budo
0
54
Member Avatar for aparnesh

I am developing a site that will allow the users to download files. The files could be of various types - documents, images, applications, etc. I am using a simple link to offer the download <A HREF="File_To_Download"> Download </A> If the browser does not support the type of file being …

Member Avatar for aparnesh
0
95
Member Avatar for milktray

Hi Im a newbie, so I hope I am posting in the right place.... Some advice if you can, I have a little flip book that works fine in Firefox and some versions of Explorer, Flash 9 with Actionscript 2, Problem is for some people with older version of ie …

Member Avatar for milktray
0
93
Member Avatar for lifeworks

Hi I have some pictures and I want to have a piece of text, like a label, for each one. I have tried floating both image and paragraph (<p>) and then assigning a negative margin to the <p> and setting its z-index: 100 but it continues to say below the …

Member Avatar for Luckychap
0
107
Member Avatar for imaginos

I am just learning Dreamweaver for work and have been experimenting in the software with my son's soccer team website. I created a new page with spry tabbed panels and spry horizontal menu. Everything works locally but when I ported it to the web host I use (110mb.com) the spry …

Member Avatar for ulcimd1
0
126
Member Avatar for ceyesuma

My question is concerning Super. If someone is farmiliar with Super . Is it possible to get someone to look at the first and of code only and get me started on how I would approach the concept of using Super. Because the second two blocks of code are almost …

Member Avatar for ceyesuma
0
84
Member Avatar for the_swan

Hiiiiiiiiiiiiii every body:) I going to design a page the will save image from upload file (web server control) in a data table object . I save this image as byte array and save it in the data table object How to display this using the repeater ( I [B]don't[/B] …

0
102
Member Avatar for helpmeplease08

Hello, I am new to web building, i have built a few sites through Office live but nothing special. I am recently enrolled in GRCC for an assoc. degree in IT. I am wanting to build a higher quality website. I am looking for any suggestions for where i should …

Member Avatar for helpmeplease08
0
68
Member Avatar for lisakerr

Hi Everyone! Nice to meet you all! I'm currently pursuing my B.S. in Information Technology with Web Design. Overall, I am doing well. I am having problems with Introduction to Programming, though. I understand the book very well, but the teacher often introduces terms that aren't in the book, and …

Member Avatar for lisakerr
0
155
Member Avatar for ceyesuma

Is it possible to drag an instanc of a button to the stage and in the over state have text unique only to that instance. I'm not sure how to do this. I would like to have one symbol and several button instances that have unique text in the over …

Member Avatar for ceyesuma
0
52
Member Avatar for ceyesuma

Could someone check out the way the object are created? All the classes work independently but somewhere I think I am messing the display up when I call a new Class. I have two classes: one creates and loades a combobox and another class that creates and loads an UILoader …

Member Avatar for ceyesuma
0
96
Member Avatar for veledrom

Hi, Similar Page Result is 18% for my websute? Is it bad? Or, what is good or what is bad for a website? Thanks

Member Avatar for MidiMagic
0
72
Member Avatar for MidiMagic

What changed? A web page that worked for over a year suddenly started overlapping an image on top of a table presented under it. The table used to render lower, completely below the image. I didn't change the code. The image is the lower of two .gif images, and the …

Member Avatar for jbennet
0
134
Member Avatar for lacompsr

Let's say you have 5 different images inside a table (or box, etc), is it possible to make a thumbnail of inside that box with all the images side by side? For example, Fred wants to share his style of backgrounds, so he uploads 3 images of his background, titled: …

Member Avatar for MidiMagic
0
91
Member Avatar for danpad

I am trying to embed more than one video on a site. The problem is they all start playing automatically, I would like to keep them from starting automatically. I get my code from helloworld.com they use razor stream the videos load up fast and don't stutter. If anyone with …

Member Avatar for peter_budo
0
155
Member Avatar for jk_bscomp

hello everyone!!! what is the difference between this two css [code=css] p { color : red; } .name p { color : blue; }[/code] how do i call this two css so that i can have a two results of p? one is color red and the other is blue. …

Member Avatar for wickedsunny
0
106
Member Avatar for OmniX

Hi guys I am used to the old school abussing tables and so forth for a web site layout. Now I am trying to use floats as I have been told they are better options. Are there any better options to format layout? At the moment the problem I have …

Member Avatar for jbennet
0
133
Member Avatar for infotechland

I've been looking into getting my own WYSIWYG editor, to play around with, I plan on going into web design when I get out of the army. I was wondering if Frontpage is any good? I have the opportunity to get it in a sealed condition from someone in my …

Member Avatar for jbennet
0
214
Member Avatar for enim213

hello everyone! is there anybody knows why i can't see my hover drop down menu because it is behind the white background of div tag? I did make a background transparent but still there is a white that covers the hover drop down.. please, let me know what should i …

Member Avatar for enim213
0
103
Member Avatar for Agileinfoways

Hi, All daniweb family member, i am new member of this community. my self dipak rajbhar, a web designer for a Software Development Company operating in India specialized in Microsoft Technologies, Open Source, Web Design and Development, Toolbar, Plugins and Mobile Application Development. We provide Web Design and Development Services …

Member Avatar for efmesch
0
145
Member Avatar for ceyesuma

Hello. Could someone tell me why I open photoshop and the only tool available it the hand tool? I have no way to select anything. Thanks. -Steve

Member Avatar for Jen0608
0
53
Member Avatar for architact

Hello, I am trying to develop a calender using the flash's built-in date chooser component, what I want to do is that I want to pass an array of dates to flash from javascript and then disable that dates in the calender component, Please help me in doing this. Thanks

0
65
Member Avatar for nopaso

I was looking at this wobbly java applet and wanted to make it a link on my website, hot do I do that so it uses the "#Bottom" link to go to the bottom of the webpage its on: [url]http://www.javascriptkit.com/java/java13.shtml[/url] I found this forum from that website, so I apologise …

Member Avatar for nopaso
0
147
Member Avatar for bimlaburlakoti

hello all, anyone can help me to know, if they have anything related to use <div> in our html page rather than using<table> besides this i want to know what web 2.0 includes? thanks in advance

Member Avatar for Agent Cosmic
0
128
Member Avatar for pcmicro

Hello - I am fairly new to the flash/multimedia game... I am very familiar with HTML and other aspects of web. I am just coming accross one slight issue. I am trying to create a landing page with at least 12 full sized images collaged together to create a banner. …

Member Avatar for php_noob
0
128
Member Avatar for asp_seetha

Hai, I've read about "page-break-inside" style and it seems to be exactly what I need. I am working on some report printings, and I need specific table to be printed on following page if it does not fit in the current one. Unfortunatelly, I cannot solve this issue... Does page-break-inside …

Member Avatar for MidiMagic
0
125
Member Avatar for jelumalai

Hi All, I am a Visual Designer. I have created the static width 920px with center aligned. This is ongoing product also. which is good. But now I wanted to increase my width for List views, we have to facility for column customization. So we don't know how much column …

Member Avatar for MidiMagic
0
77
Member Avatar for ohanselo

I have begun making a website for a game we have in development. <URL SNIPPED> . We need website designers or website advice because for me and my partners are good at designing games, not lol making websites. So if anybody would be able to help we would appreciate it. …

Member Avatar for ohanselo
0
56
Member Avatar for Reliable

Hello everyone, Trying to get a grasp on AS3.0. I know what addEventListerner is for and pretty much how to use it, but I the last three parameters in the statement have me scratching my head. There is a number (usually 0) and two Booleans--false and true respectively. Why are …

Member Avatar for erico564
0
137
Member Avatar for xylude

I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie. I don't have much code written for this but here is what I have in the first and only frame: …

Member Avatar for erico564
0
179
Member Avatar for Ryugen

Hi there, I'm currently building a website for an online radio station, and I'd rather not have it look bad when it finally gets on the air (understandably). The main problem I'm having is that a div I have to put a background around the main section of content and …

Member Avatar for MidiMagic
0
116
Member Avatar for spycatcher69

Hello all first time post. I have a problem I cant seem to get my head around.I have created a web site for our local yacht club , on the links page I have added links to PDF files ,I am using dreamweaver 8 . The Pdf links work fine …

Member Avatar for spycatcher69
0
87
Member Avatar for jimbob90

I've got a blog up simply using html and css. what should i learn next, i want to add a comment feature stuff like that. my next project is going to be a forum wat languages are used to create forums?

Member Avatar for erico564
0
118
Member Avatar for mardone

Hi everybody, I am planning to start my own web developing business. First, I will be starting off at home and then seeing how it goes and will decide to take it to a bigger level. Keeping in mind the present scenario, web designing and internet based business are proving …

Member Avatar for erico564
0
151
Member Avatar for iamlevicious

I have an Intel Mac Book Pro and when i first got it, the FTP worked perfectly. I was using the built-in application provided by Dreamweaver and I had no problems whatsoever. However, about a month ago, I upgraded to CS4 and it stopped working. I thought it had something …

Member Avatar for jbennet
0
54
Member Avatar for danpad

What I'd like to do now is have the video window to have an image before the play button is pushed. So this is the code for this video I am working on. [ICODE]<iframe width='320' height='240' frameborder='0' marginheight='0' marginwidth='0' noresize scrolling=no src='http://widgetpf.razorstream.com/widgets/v.1.0/inc/mediaplayer.aspx?lic=hw&accHex=3656ba4d-5fa8-4f9e-9906-ae1c18ac73c5&mediaID=20172337&mediaTag=&ts=1227432940018&expires=false&ipLock=false&ip=71.34.231.17&hash=dd967f16b51cb415bea032046eb060da61863b23&successURL=&successCB=&errorURL=&errorCB=&bgColor=%23000000&width=&height=&controls=true&statusbar=false&repeat=false&autostart=false&fullScreen=true&fmtSelector=true&prefFormat=&prefSpeed=true&assetID=20172325'></iframe>[/ICODE] any suggestions? danpad

0
66
Member Avatar for tiger86

Hi I am having trouble with the hotspots tool and slice tools in photoshop extended cs3 and fireworks cs3. I get a hotspot or a slice and it works fine until I put it online then it doesn't work. I can't use XHTML to make it work because I am …

0
85
Member Avatar for CasTex

Hello, how can I do this ? [URL=http://imageshack.us][IMG]http://img528.imageshack.us/img528/1996/ggg1mh2.jpg[/IMG][/URL] The table is simple table, you can imagine that as a picture. But my point is, how to make the writing like that ?

Member Avatar for sasankasekhar
0
131
Member Avatar for emerote

Hi everyone, this is my first post so I hope is not a pain :-/ I am using tabs3 as a gallery to show some projects. It works fine in FF and Safari but I am experiencing a weird positioning problem in IE6 (what a surprise ah?). Some content doesn´t …

Member Avatar for Dot Lexine
0
78
Member Avatar for Cruclax

Hi, Ive been designing a web site and Im going crazy around some weird graphic errors in IE 7: On [URL="http://www.malaga.com/hotels/hotel/238272/?quote=158A69074348454248&latitude=36.71916&longitude=-4.41976&destination=malaga&arrival=05%2F12%2F2008&departure=07%2F12%2F2008&rooms=1&adults-1=2&children-1=0&change-currency=GBP&currency=GBP#room-prices"]this page [/URL](there are some other minor bugs but already fixed on local versions) Please scroll down and up the page and see how the gradient background start to render …

Member Avatar for ccube921
0
77
Member Avatar for aagaeta

How can you get an event (like pressing the submit button) to run a scrip on the server with out changing/reloading the clients webpage?

Member Avatar for buddylee17
0
56

The End.