20,737 Topics

Member Avatar for
Member Avatar for solomon_13000

I wrote the following code: package com.chain; public interface Chain { void setNext(Chain chain); void process(int number); } package com.chain; public class ProcessNegative implements Chain{ private Chain chain; public void setNext(Chain chain){ this.chain = chain; } public void process(int number){ if(number < 0){ System.out.println("Negative"); }else{ chain.process(number); } } } package …

Member Avatar for solomon_13000
0
241
Member Avatar for Niki_Fears

Google recently has made a big play to take over the majority of the internet search business in the Japanese market as part of an aggressive campaign to shut Microsoft out; but Microsoft is not going to sit idly by while Google gains a virtual monopoly in Japan and they …

Member Avatar for LastMitch
1
598
Member Avatar for zobadof

Hello, So I've got the TeamShift logo in the navigation bar, I've also got the three social networking site images in there too. I'm pretty impressed with myself actually, considering I'm still learning! You can see the website here; [teamshift.co.uk](http://www.teamshift.co.uk) but what I want to be able to do is …

Member Avatar for zobadof
0
176
Member Avatar for cdoggg94

Attached I have an image of a page that looks the way I want (jodyNormal.jpg). When I go to the print preview of the page, and when it prints, the div in the top right moves to the left. (jodyPrint.jpg) this is the CSS for that Div: #fertilizerCSS{ position:absolute; height:379px; …

Member Avatar for pixelsoul
0
141
Member Avatar for GTTravis

Hi Guys, I am attempting to write an application that copies any file from the user's local machine to another server on the same network. The Catch The server that will house the application is separate from the server that will receive the files from the local user's machine. In …

Member Avatar for GTTravis
0
809
Member Avatar for davy_yg

Hallo, I wonder how to change css in the middle of the program. For instance: <div id="container"> if(case1){ container css height=200} elseif(case2) { container css height=300} else { container css height=400} </div> How to write the code? I am actually trying to program with Joomla which is confusing since it …

Member Avatar for davy_yg
0
141
Member Avatar for riahc3

Usually its IE but this time its Chrome.... The page is coded for Firefox. Page works in IE9, Opera, and Firefox but breaks in Chrome (and naturally Safari). How do I apply fixes for Chrome? Thanks

Member Avatar for JorgeM
0
58
Member Avatar for Nitefly

Hi, Does anyone know any good tutorials for creating whole websites in Flash? Also, if anyone knows of a tutorial or could explain how to make an object grow? Such as a square that starts off at 1px high and grows until it reaches 250px? Thanks, Nathan :D

Member Avatar for austinluthers
0
220
Member Avatar for vex

Could someone decribe the differences between HTML and XML. Thanks in advance

Member Avatar for austinluthers
0
174
Member Avatar for painterdude

OK, I've got dreamweaver and fireworks and will probably get flash later. I use photoshop and illustrator and I need to import stuff from photoshop into dreamweaver. Do I have the right software? What will make the photographs of my work look best on my web site. Any suggestions are …

Member Avatar for KavithaK
0
366
Member Avatar for jonsan32

**My test page is here:** http://www.jamtournaments.com/p/blog-page.html and I have my main elements (the brackets) disappearing whenever I view in Internet Explorer. They actually show until I hover anywhere around them, or when I switch to a new tab. So weird and so annoying. Looking around the internet, I've tried a …

Member Avatar for jonsan32
0
839
Member Avatar for <M/>

On the endorsements, i noticed that i have several endorsements on C# and Java and i was wondering if they should show up in the "Favorite Places to Post" section? Also the count is still off, it shows that i have 18 on the bottom of [the web design](http://www.daniweb.com/web-development/web-design-html-and-css/15) section …

Member Avatar for <M/>
0
597
Member Avatar for cmabill

I find that my website get weird when I use Firefox open it, but it display well under IE8, the buttonesubmit is moved to bottomfooter, can anyone help me improve the code below. thank you. <form action="contact.php" method="post" name="formplace" target="_blank" class="email" id="formplace" onsubmit="MM_validateForm('firstname','','R','lastname','','R','emailaddress','','NisEmail','comments','','R');return document.MM_returnValue"> <p>pls contact us by following address:<br …

Member Avatar for TonyG_cyprus
0
271
Member Avatar for hindu times

Hi there, I am currently building a wordpress site and have downloaded a responsive theme that seems easy (for the most part) to work with. However, I need to make a fairly big change and have little idea of how to do it. The website in question is dev.rjthompsonmusic.com If …

Member Avatar for EvolutionFallen
0
252
Member Avatar for WoW Me Web Girl

I'm in need of help please. my customer wants this site done buy tomorrow and it was almost finished. until i did something stupid. the problem is that i dont know what. My site is working fine on mobile phones and in Firefox.. but for some reason it will no …

Member Avatar for KavithaK
0
317
Member Avatar for pooja.shinde

Hello, I am creating one android application using eclipse & emulator. I want to open php web pages from localhost when i click on button on one of my activity. We have our website but it is not hosted yet. When i click on button it goes to browser -> …

Member Avatar for pooja.shinde
0
248
Member Avatar for solomon_13000

I am attempting to load an 3 icon image but my code doesn't do so: package com.proxy; import java.awt.Component; import java.awt.Graphics; import javax.swing.ImageIcon; import javax.swing.JFrame; public class ImageIconProxy extends ImageIcon implements Runnable{ static final ImageIcon ONE = new ImageIcon("/IFDesign/images/green.jpg"); static final ImageIcon TWO = new ImageIcon("/IFDesign/images/yellow.jpg"); ImageIcon CURRENT = ONE; …

Member Avatar for solomon_13000
0
363
Member Avatar for zobadof

Hi There, I know i've been posting a lot recently and I'm still semi-new to learning all the 'tricks of the trade' and I've got books such about CSS and HTML though I cannot find anyway to sort out resolution problems with images and things. I've got the image in …

Member Avatar for zobadof
0
144
Member Avatar for Nagarajan M

Hi friends.. I am trying to upload file in apache http server(Some Url) using WEBDAV sardine concept..I coded for file uploading and Apache server configuration and all. I wanna do this file Read and Write With authentication.. So,i added .htaccess password file in apache.. When i am trying to upload …

Member Avatar for Nagarajan M
0
339
Member Avatar for Siberian

I'm in a bit of a tangle on my new design. I decided to ask you, if there are any takers ? I'll post what I have done up to this point before continuing, I know what direction to take the design in, I want a little feedback.

Member Avatar for Siberian
0
117
Member Avatar for ebam
Member Avatar for austinluthers
0
143
Member Avatar for rouse

In working with a page for a website, I don’t understand two behaviors of the CSS HTML script. The site is located at http://rouse.ws/abcwiresales/index.html In the middle of the page I want to have two <div> s that I call picture box left and picture box right next to each …

Member Avatar for Mitchelljonson
0
137
Member Avatar for zobadof

I've run into yet another issue, for some reason 'Contact Us' will not go in the actual navigation bar and it decides to sit under it and this is causing problems as everything I've tried hasn't worked. I've tried changing all the pixels, removing the image and the code entirely …

Member Avatar for JorgeM
0
170
Member Avatar for zobadof

Hello Daniweb users! I'm currently coding a new website for a group and I've literally just started coding the site so do not expect anything amazing at the moment. Though, I am trying to get the image of the logo to go into the Navigation Bar. Ideally I will have …

Member Avatar for zobadof
0
98
Member Avatar for aVar++

Hello, I am creating a website in HTML5 and i would like the user to be able to put there name in an input box and be able to print it later on, also print it on different pages. I have googled it but it was either unclear or didn't …

Member Avatar for pixelsoul
0
66
Member Avatar for Thermalnuke

Hey guys working on a Webpage for class and I wanted to add a companies facebook feed to the site. I generate the code under the devolpers site and insert the Iframe code into my website. When I open the Webpage, and with in the Likebox the webpage that tells …

Member Avatar for Thermalnuke
0
137
Member Avatar for ggeoff

Hi I would like to make more use of the browser developer tools. However, there is little documentation that I can find. I am sure that someone must have written a simple guide to error checking using these tools. I suppose there is no market for a book. Foyles bookshop …

Member Avatar for ggeoff
0
289
Member Avatar for naphets

I am trying to use the code below as my Header. A multi-level drop-down navigation menu. Written in only CSS/HTML. Of course, the fact that if i removed the extra levels of menus, the code would work fine... Is just not good enough. I want to push it. I want …

Member Avatar for naphets
0
342
Member Avatar for hlamster

I would like to display a file that is hidden from the user (& the internet in general). It will be a pdf file but I can't figure out any way to keep it completely hidden. I had tried using .htaccess but either I didn't create it properly or it …

Member Avatar for cereal
0
651
Member Avatar for TimBob12

Hi there, I hate CSS and I completely suck at design but unfortunately CSS is necessary for any kind of decent page design. I have been working on a small custom CMS for a personal website which works fine. However once I started to try and create the page design …

Member Avatar for TimBob12
0
217
Member Avatar for McLaren

hello, I want to ask linux guys - what is the benefit of using scp command in putty instead of using winscp and drag and drop copying? I tried to copy, and it does not work for me with scp command, so I have to waste my time figuring out …

Member Avatar for McLaren
0
1K
Member Avatar for Altairzq

Hello, i have this demo setup: [url]http://www.lloparts.com/tests/headerfoot.html[/url] As you can see if you make the browser window thin enough (vertically), the foot will overlap with the header. This is my question: Is there a way so the foot stops when it "touches" the header, and then a scroll appear to …

Member Avatar for Welosiu
0
374
Member Avatar for heartly.regis

I'm developing a web application. In this application we want to load the following data in a web page: 10,000 records. 3 fields in every record Each record 35 byte in size For all 10,000 records 350 KB total. Sample record: 10102018abcdefghijkl0123456789012345 First field: 10102018 Second field: abcdefghijkl Third field: …

Member Avatar for IIM
0
165
Member Avatar for southerngirl18

Hi, I have been having some problems with my internet.I can connect fine to the internet but after connecting,nothing will load up.My home page won't load at all.It just says "cannot find server."I can not get into any other pages as well.Nothing will load up and everything says "cannot find …

Member Avatar for JorgeM
0
315
Member Avatar for vex

Could someone decribe the differences between HTML and XML. Thanks in advance

Member Avatar for Neuronimbus1
0
128
Member Avatar for doraemon

I am making a desktop application using vb.net and oracle and crystal repot. How can I upload the application on the web? For creating web page: upload css and HTML files to the web server using FTP(if the contents are incompleted, but still can see on the web) For the …

Member Avatar for doraemon
0
1K
Member Avatar for assaf

I would like to use in a specific place a specific bullet style with a specific color. Currently I'm using: [html]<SPAN style="COLOR: #DD440F;FONT-FAMILY: Wingdings;mso-fareast-font-family: Wingdings;mso-bidi-font-family: Wingdings">v</SPAN>fdsfdsfds<br>[/html] You can see it in my website under "Main Menu" (on the left side of the page). But I would like to use it …

Member Avatar for austinluthers
0
213
Member Avatar for jch02140

Hi, I am wondering is it possible to create a regular CSS button that have different colors display on the text when hover without using any images? Best Regards,

Member Avatar for jch02140
0
264
Member Avatar for pelle12

Hi All, I'm new in android app development and before you present a proposal to the client is it important that you must create a mock up of the design of your app first? If so what are the proper way of creating a mock up design for an android …

Member Avatar for peter_budo
0
106
Member Avatar for autocrat

OK... I've been got by CSS... I revoke my dislike for it! I think it has potential and could be used constructively! I hate CSS! I sat up till 5:30 odd this moring... simply trying to make a header with 3 images, a left end, center and right end.... so …

Member Avatar for austinluthers
0
290
Member Avatar for AndyGraham
Member Avatar for EriCartman13

I tryed to change my ip address and now my internet does not work. Help please?

Member Avatar for drindran
0
152
Member Avatar for prnjn

Hi I have to develope video chatting application for my major project. I have 45 days in hand. How can i use applet in dynamic web project of java servelt for displaying video ? How can i make applet to be used on client's browser. what is the way to …

Member Avatar for Antenka
0
315
Member Avatar for Gollum1

How can I tell what my "[b]static[/b] IP Address" is? I thought IP Addresses change all the time? Whats the diffrence? any help be appreciated:cheesy:

Member Avatar for CimmerianX
0
336
Member Avatar for ggeoff

Hi After having a problem or two with CSS based web pages I have made I find that the problems are too be resolved when the absolute positioning is removed. Well that is what has been suggested. Since in some cases I have used code from other web sites. Web …

Member Avatar for ggeoff
0
336
Member Avatar for gremelin

I'm using CSS to left align an image but I'm having an issue with the overflow of pages that don't have enough text to fill the div so the image overflows outside of the cell. I'm sure the fix isn't as difficult as I'm making it seem in my head, …

Member Avatar for JorgeM
0
112
Member Avatar for Violet_82

Chaps, I am thinking to redesign and redevelop my site, http://www.antonioborrillo.co.uk/ I want to get rid of those hideous buttons and make it mobile friendly, add extra info and have a page where people can leave comments on some of the pix. Now first thing: mobile version. I will go …

Member Avatar for JessicaJohn
0
151
Member Avatar for onixbwcrap

I have to create a system design for a cashier system. Most of the transactions would be payments for fees in a student account. Fees like Tuition, Books, Enrollment Fees. The problem with these fees are their special characteristics like Tuition fees being staggered in MONTHLY itemization (if that's a …

Member Avatar for adam_k
0
305
Member Avatar for davy_yg

How to erase image border in css? An image that I have automatically have border around it (only appear in IE not in Mozilla)

Member Avatar for armie340
0
189
Member Avatar for turpentyne

I've got a bit of css that is centering my content vertically and horizontally in web browsers, but the horizontal centering disappears when viewed on a samsung tablet, and sits flush left. here's what I've got so far: Code: #content { display: block; height: 100%; position:absolute; width:100%; } .container { …

Member Avatar for turpentyne
0
109

The End.