10,643 Topics

Member Avatar for
Member Avatar for EddieC

Apple has done it again. This time with [URL= http://www.sproutcore.com/]SproutCore[/URL], a JavaScript framework that simplifies development of native-looking Web-based applications without the need for Flash or any other specialized runtime. Apple has reportedly contributed loads of resources to the project, which was originally developed by [URL= http://www.sproutit.com/]SproutIt[/URL] creator Charles Jolley. …

Member Avatar for LastMitch
0
417
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
236
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
174
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
140
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
140
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
54
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
218
Member Avatar for vex

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

Member Avatar for austinluthers
0
168
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
363
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
836
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
269
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
250
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
315
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
140
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
141
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
135
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
167
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
97
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
65
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
135
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
340
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
209
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
359
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
163
Member Avatar for vex

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

Member Avatar for Neuronimbus1
0
124
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
210
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
261
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
105

The End.