11,821 Topics

Member Avatar for
Member Avatar for itsnexgen

Hello, I have an idea which i need to turn into reality. I am trying to build a complete AJAX based Auction Web Portal. What I know - PHP, AJAX a bit & HTML, Javascript and XML. Few questions in my mind: 1. Where should i start? What all required …

Member Avatar for LastMitch
0
206
Member Avatar for Vincentas

Hi everybody, I'd like to embed PDF files in the browser (mostly mobile). We'd like to avoid solutions that first must go through Google or what have you for privacy reasons. I know this is possible by way of various services like FlexPaper or PDFTron, but FlexPaper doesn't work so …

Member Avatar for <M/>
0
662
Member Avatar for jajack007

Hi, Can any body give me solution of this, i added the code in user control of Dnn module in HTML page and called bt this is not dispaly it shows with mouse movement in some area. Please use in DNN 6.02 module and tell me if solution get this …

Member Avatar for LastMitch
0
258
Member Avatar for solomon_13000

I found some reading materials about factory design pattern (parallel hierarchy) whereby a class in a hierarchy has a corresponding class in the another hierarchy. So I wrote the code as below: package com.factory3; public abstract class Subject { abstract SubjectPlanner createPlanner(); } package com.factory3; public class English extends Subject{ …

0
158
Member Avatar for sayvari

I am an Accounting Professional and would like to design a webpage for myself with the kind of services I can provide and my educational qualifications. Being an absolute novice at web designing I need some tips on how to go about designing my own. All suggestions are welcome, I …

Member Avatar for stultuske
0
818
Member Avatar for YASHASHYA

my webpage shows un neccessary height problem i firefox only, in other browser it works fine plz help me solved out it [http://techfest12.malwagwalior.com](http://www.techfest12.malwagwalior.com) this is my website i m totally confused what is the problem..?

Member Avatar for cmps
0
103
Member Avatar for MichaelDrew

D-Link announced some exciting new SAN Storage Array equipment, and DaniWeb managed to get an exclusive interview with Chris Gruber, director of product marketing, storage solutions at D-Link to chat about the new DSN-4000 series, and the recently announced ShareCenter Pro Unified Storage Solutions product line. [B]DSN-4000 Series[/B] Aimed at …

Member Avatar for LastMitch
3
398
Member Avatar for navp

Hello everyone I am designing a j-query mobile app and I have set the bacground as a canvas and set it to fixed, which is causing it to display white space when i scrool down. Following is the image of the problem ![b5991988c1e4153b2f9d363fb86ea210](/attachments/small/3/b5991988c1e4153b2f9d363fb86ea210.png "align-left") Any fix for this? Thnaks for …

Member Avatar for navp
0
313
Member Avatar for navp

Whats up people So i have been trying to figure out how can i make the background be the size as the content. I am using a canvas as a background. Since i am making a j-query mobile, the content is not alot and the background goes below the footer …

Member Avatar for navp
0
242
Member Avatar for iEpic

I hate being a perfectionist it's driving me crazy. I can get it to resize to the words, but when I replace them with small 3 letter words, the design messes up and everything gets out of place. I'm a beginner and you guys are probably going to laugh at …

Member Avatar for nullptr
0
2K
Member Avatar for solomon_13000

I wrote a code to represent the factory design pattern as below: package com.factory2; public interface CreditCheck { Double creditLimit(int id); } package com.factory2; public class CreditCheckFactory { public boolean isAgencyUp(){ return true; } public CreditCheck createCreditCheck(){ if(isAgencyUp()){ return new CreditCheckOnline(); }else{ return new CreditCheckOffline(); } } } package com.factory2; …

Member Avatar for JamesCherrill
0
286
Member Avatar for T4gal

Hello, I'm trying to use conditional stylesheets to create a separate stylesheet for IE, but the stylesheets will not load for me. This is what I have: <!--[if !IE]> <link href="style.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE]> <link rel="stylesheet" type="text/css" href="style-ie.css" /> <![endif]--> I have also tried: <link href="style.css" rel="stylesheet" …

Member Avatar for T4gal
0
141
Member Avatar for cgull

Hello, Using codeigniter 2.1.2 and Bootstrap 2.3.1. I have just uploaded files from a local site to a live server. Somehow a div inside an accordion div gets different heights: On my local site I have this div: <div id="ui-accordion-1-panel-0" class="row ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active" style="padding: 0.5em 0px; display: …

Member Avatar for cgull
0
270
Member Avatar for while(!success)

Hey guys, I'm still in the process of learning css and I'm having issues with opacity/transparency. I have a login page with a background image. What I am trying to accomplish is to have the login elements not be transparent but sit on top of a transparent div so the …

Member Avatar for while(!success)
0
270
Member Avatar for zobadof

Hello, I'm aiming to get a footer in a footer, in a way. I need the buildings footer to stay exactly how it is, that's perfect but then footer2 needs to also be on the bottom but overlap the orginal footer. How would I go about doing this? You can …

Member Avatar for pixelsoul
0
153
Member Avatar for ozengines

I am at present running two DELL 19" flat screen monitors side by side from a dual video card, how many monitors can I run from one computer? Running two is the best money I ever spent and allows multi-tasking and drag and drop from one monitor to another, great …

Member Avatar for CimmerianX
1
259
Member Avatar for jelly46

The BBC built this page and it looks good. http://www.bbc.co.uk/news/business-21938085 Can anyone shed any light on how they did it? Please

Member Avatar for <M/>
0
125
Member Avatar for ranam

Hi I am building a website in which the contact us page should fetch the user current location and use his location and find the directions between his location and my business location. Is it possible? If so any pointers are appreciated

Member Avatar for <M/>
0
178
Member Avatar for solomon_13000

I wanted to verify is this a good example of a flyweight design pattern: package com.flyweight; public interface Chemical { String getName(); String getSymbol(); Double getAtomicWeight(); } package com.flyweight; import java.util.HashMap; import java.util.Map; public class ChemicalFactory { private static Map chemicals = new HashMap(); private static ChemicalFactory factory = new …

Member Avatar for ~s.o.s~
0
190
Member Avatar for saucy6969

Hello My website shows my "Boarding House Reform" button right-justified on almost all browsers except for IE. Is there anyway to make it stick to the right under the "tell us what you think" button? http://www.newtowncentre.org/ Any help would be greatly appreciated!

Member Avatar for TonyG_cyprus
0
227
Member Avatar for davy_yg

#languages {margin: -70px 0 0 820px; text-decoration:none;} #languages a:link{color:black; text-decoration:underline;} <div id="languages"><a href="../index.php">ID</a> | <a href="index.php">EN</a></div> which one is #languages a:link ? Why both of them are underline? I wonder since I only choose one of them.

Member Avatar for davy_yg
0
124
Member Avatar for Farhad.idrees

Hi guys.. i want to use arrow images in corner of my box...i m attaching pic as i want to do... http://postimg.org/image/fs7xp3a23/ currently i m not able to use image.. http://postimg.org/image/vfotqnucl/ my css is .tree li a{ border: 1px solid #ccc; padding: 5px 10px; text-decoration: none; color: #666; font-family: arial, …

Member Avatar for LastMitch
0
125
Member Avatar for littledevils326

I am creating a web page where the user and select an item by clicking on the button. The details of the item selected will be displayed in a dropbox. At the moment I can get it to update the quantity if the user selects it again. The problem which …

Member Avatar for LastMitch
0
198
Member Avatar for allifields

Hi there. So I have 2 pages with 3 divs. A content div containing a fixed sidebar div and a main div. The problem is when you're on the Index page and you click to go to the Contact page, the sidebar moves, or rather divs move, and I don't …

Member Avatar for allifields
0
233
Member Avatar for fheppell

I've set up this testing website [here](http://siteoctopus.koding.com/projects/swangarden/index.html) It has a full screen background image and a content box in the middle. How would I horizontally center the box. I'll post the html and css here as well html, body { width: 100%; padding: 0; margin: 0; } #full-screen-background-image { z-index: …

Member Avatar for fheppell
0
208
Member Avatar for Rajthilak24

I started my career as a UI developer.. My 1st task is too make HTML5 to work in all browser especially IE family... But i heard HTML5 wont support mostly in IE.. My question is... how to Make HTML5 work in old versions of Internet Explorer ?? What are roles …

Member Avatar for apnavarun
0
267
Member Avatar for ahmed.hayman

Hi would you please help me to show how to add youtube like this link http://www.youtube.com/watch?v=sqzSlbZ4BCE when i use this command <embed width="450" hight="350" src="http://www.youtube.com/watch?v=sqzSlbZ4BCE"</embed> the screen still black !!!! and i want if i can to upload video and what type should i use to play the video???

Member Avatar for JorgeM
0
144
Member Avatar for reflectbrokers

To whom it may concern I have recently launched my company's website: http://wwww.reflectbrokers.com and have run into a couple of problems: To start, I would just like to say that i am a beginner in web design and don't really have a clue how to write html, php or js …

Member Avatar for reflectbrokers
0
224
Member Avatar for kishoreaoe

hai hello. i need to do ibm-tgmc project on "employee welfare management system". it is a web basd application. i dont know how to start and what to do. please any one help me faster. and also i need to know how to connect the html pages that i have …

Member Avatar for mattster
0
69
Member Avatar for EddieC

With all this talk about cheaper laptops for the third world, it’s easy to miss how inexpensive memory has become for us members of the first. I once prophesized to a colleague that by the end of this decade, a terabyte hard drive would be available for less than US$100. …

Member Avatar for Troy III
0
542
Member Avatar for thak123

`enter code here`I am working on a jquery mobile html5 application.I have various pages with page id-"page1"... Onclick of button i want a parameter to be passed with the function on which the navigation will be taking place. for ex <input type="button" data-transition="fade" value="Next" onclick="checkIfValid('2');" data-icon="arrow-r" data-iconpos="right"> so it redirects …

Member Avatar for LastMitch
0
200
Member Avatar for zobadof

Hello, So I've managed to get the footer to stick, at long last, but now if you are on 100% or above and scroll down the footer decides to not actually stick anymore. I believe this to be the case for all browsers, and I need a fix to this …

Member Avatar for zobadof
0
3K
Member Avatar for yaragalla_mural

Hi I have some problem with body margin and unable to fix it. any help will be appreciated. Thanking you. My code is as follows `<body style="margin-left:60px;width:970px">` with the above code i am able to reduce the body width to 970px but unable to control body right margin. No matter …

Member Avatar for yaragalla_mural
0
272
Member Avatar for yaragalla_mural

hi i am develoing a webapp but in that i need to support vedio calls like google hangout, how to do this?

Member Avatar for yaragalla_mural
-1
84
Member Avatar for dalilice

Hello guys, I'm making a website and i have a problem with the images from the css file. I'm using subfolders for the website (www.domain.com/category) and i'm using css sprites for the images and i'm having problems including the images. i don't want to use absolute paths. The path to …

Member Avatar for pixelsoul
0
264
Member Avatar for Violet_82

Hi all, I'd like to clarify something here please, the inconsistent behaviour of browsers with regards to the pseudo class :visited. I had done quite a lot of research into it ont he web and it seems to me that every browser does something different. I appreciate this has a …

Member Avatar for Violet_82
0
175
Member Avatar for NardCake

Hello! Currently I'm working on a project, and I would like to liven up the landing/homepage a bit. So I have rendered out a nice looking image in 4K resolution. Now I imagine setting that as a background image in css would make my website quite slow... I'm curious how …

Member Avatar for EvolutionFallen
0
274
Member Avatar for yaragalla_mural

Hi The following is my code. In this 2nd and 3rd divs are overlapping. I am not sure why? 3rd div is relative so it has to start relative to second div, that means it has to be after the 2nd div but why they are overlapping? <body style="margin-left:60px"> <form …

Member Avatar for JorgeM
0
128
Member Avatar for lewashby

How can I make the following web page liquid? I want the fomr to resize with the browser. <html> <head> <title>Bail Bonding</title> </head> <body> <form action="bail.php" method="POST"> <table width="25%"> <tr> <td>First Name:</td> <td align="right"> <input type="text" name="fname"></td></tr> <tr> <td>Last Name:</td> <td align="right"> <input type="text" name="lname"></td></tr> <tr> <td>Address:</td> <td align="right"> <input …

Member Avatar for lewashby
0
153
Member Avatar for KavithaK

Hi, I am working on purely CSS based template. The problem is when i will give padding for a div its taking different differnt in each browser. Could you please help me on this how to use in these situations. Ex: ie - width-padding in google chromo - width+padding Thanks …

Member Avatar for AleMonteiro
0
116
Member Avatar for mirchi.mike

An element is removed from the html file with the following code, $("#sample").remove(); When view the source code, the removed element still appear in the source code. Whether it is possible to remove the element from the source code?

Member Avatar for pritaeas
0
47
Member Avatar for djbsabkcb

I am new to both ASP and HTML. I am trying to create a questionnaire on the web for students to view and fill out. I am almost done with the form in HTML but not sure what to do after that. I was told that I need to know …

Member Avatar for austinluthers
0
128
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
419
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 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 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

The End.