20,737 Topics
![]() | |
How can I fix this problem? for example, I have this piece of code: [CODE] <ul> <li></li> <li></li> <li></li> </ul> [/CODE] Now with the CSS I've set the margin to 0 between the <li>'s, yet in IE it shows 1px margin between them. when I'm trying to add things beneath … | |
Ok, not sure if it's doable and how it's done, so l have come here :) Now what l am after is this, l have a css file and a html file, now in my html file l would like to be able to load in data from a .txt … | |
Hi, I'm working on fixing a code for a website that was done by someone else. I noticed this word "fprolloverstyle" in the style tag, and I couldn't understand what it means. I searched online but still I don't understand it! What does it do exactly? Can I remove it? … | |
Hello, Can someone help me understand how to make my website work from the WAN. For example, I've setup website [url]www.site1.com[/url] on my server 2003 IIS 6 assigned to internal IP address 192.168.1.128. I've created a DNS entry on my local DNS to forward [url]www.site1.com[/url] to 192.168.1.128. I can type … | |
I'd like to preface this by saying I'm new to web design and have had one basic class on it over a year ago, so this may be a basic question but please humor me! Also, my site is somewhat crude humor, text only no graphics, so if your easily … | |
I am perplexed as I have ever been in my 3 years of web development. I had a div class named ".bottomAds" that absolutely refused to even render on the page. It was like it wasn't even in the source at all (it was though, because I checked). So I … | |
![]() | YT spits out invalid xhtml for embed code, so have been trying to get to grips with validating pages with embedded videos. Came across this today. Any thoughts? Does it work with all browsers? I've got the modern ones - so can't test the oldies. [CODE]<object type="application/x-shockwave-flash" data="[B]http://www.youtube.com/v/vUzTQWn-wfE&hl=en_US&fs=1&rel=0[/B]" width="400" height="326"> … |
Hi All, I'am having great trouble with the db design (MS SQL Express 2005)of a Facility Booking System DB Design and its urgent. Please help! I'am currently building this web application for a organising committee which is responsible to book facility (tennis court or squash court) at a particular location … | |
Am designing a web page for mobile browsers. I have a div (having id 'wrap') which is 320px width and margin:0 auto. My all contents including header is within this wrap div. When I view it on my desktop browser it is positioning in center with a width of 320px. … | |
I am building a database that handles food and nutrition intake. The database i am designing is fairly difficult so i was hopping i could get some help from the community. --------------------The database does the following---------------------- 1. track food intake aka total 'sugar', 'protein', vitamin B12 for all users 2. … | |
hi iam insert the data into data base at run time through grid view ..... here iam write the coding but there is no errors......... here the problem is the grid view is can't be displayed at run time........... pls help me very urgent.... here my coding is given below.......... … | |
simple problem here is my code first[CODE]Intro_btn.addEventListener(MouseEvent.CLICK, Click); function Click( event:MouseEvent):void { gotoAndStop("what to put here?"); } [/CODE] and was wondering what do i place in the 'what to put here section so it goes to the next frame instead of a specific frame? | |
hi iam gettin error like........ "The DataSourceID of 'gridview1' must be the ID of a control of type IDataSource. A control with ID 'SqlDataSource' could not be found." here my coding is given below.......... [CODE] <asp:GridView ID="gridview1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource" DataKeyNames="gp_no" ShowFooter="true" > <Columns> <asp:TemplateField HeaderText="gp_no"> <ItemTemplate> <%#Eval("gp_no")%> </ItemTemplate> </asp:TemplateField> … | |
Hi Everyone, I am trying to start ASPEN, a python based web server on my computer. In my Windows 7 command line I input the following: [CODE]python.exe build\scripts-2.6\aspen[/CODE] It then outputs [CODE] launching child process starting child server aspen starting on ('0.0.0.0', 8080)[/CODE] But after I receive that input, the … | |
Hi All We have developed a Web based Information management system using VS 2008 and SQL 2005. The application is being run on Intranet where the application server and database server are separate. The maximum number of people who access the application on the intranet simultaneously would be 50-78. However … | |
This is for all of you developers out there who have busted their tails to produce a quality product. I have built a fairly complex website utilizing VB.NET with a SQL Server back-end. The database itself has over 20 tables and thousands of records. The other day I got an … | |
This afternoon, I jumped out of my seat in surprise as avast! anti-virus sounded its siren, telling me that three of my connections on my browser were dangerous. I closed all of my browser windows (I was running Chrome at the time), thinking nothing of it. But now, whenever I … | |
Hello, I have a js slideshow in the page, but shows up on the left side. Using Dreamweaver CS4 how would I center the slide show? [url]http://www.sinksphoto.com/test_index_2/index.html[/url] Thanks for your help, Richard | |
Hi guys I just need some enlightenment on how I should implement one of my projects. I've been migrating my codes from unmanaged to manged code and I chose Java as one of our primary PL to use. From time to time I've used some of Java products like GlassFish. … | |
how i can put iframe on top of other iframe in html, i am trying to do is as follows there is a iframe of size 100px by 100px having src as web1.html and when i click a button outside the iframe new iframe should come up on top of … | |
I badly need someone's help on this one. This virus just keeps on reappearing every time I delete it or move to the chest. I can't get rid of it. I really don't know what to do. Here is my HijackThis log. Please help me.. :icon_cry: Logfile of Trend Micro … | |
The aim of this thread is to gather useful information in regards of Java web development. If you know some tips and tricks, tutorials or any interesting links that has not been already mentioned in previous posts please share with us (please always check to avoid double posting). Please DO … | |
Hi, I have a page with four primary DIVS layed out like: [url]http://wp-media.samrudge.co.uk/2010/01/1.png[/url] using the CSS [code=css] body{ background-color:#CCC; } #container{ width:300px; height:auto; background-color:#00F; padding:10px; } #header{ width:300px; margin:5px auto; background-color:#0FF; font-size:24px; } #left{ width:200px; height:auto; background-color:#90F; float:left; } #right{ width:100px; height:auto; background-color:#CF0; float:right; } #footer{ width:300px; background-color:#0F0; float:none; [/code] … | |
Hi there, I am doing a site redesign and it shows up without any errors in Firefox, Opera, Safari, Chrome, but in IE for Windows, I get a little "yield sign" in the bottom left hand corner. It says that there's an error on line 16, but there's nothing on … | |
hi iam trying to insert data into databse through gridview ....... there is no errors showing.............. here the problem is that the grid view cannot be displayed at runtime.. here my coding is given below.......... pls help me......... [CODE] <asp:GridView ID="GridView1" runat="server" style="z-index: 100; left: 44px; position: absolute; top: 41px" … | |
hi all.. I am going to do my final project of degree about [B][U]Social networking website... [/U][/B] So i need some title a catchy one for this online application.. So kindly give me ur kind suggestions and ideas for this project title.. Regardz | |
Hi I am Rohit.. I want to design a website in asp.net. I am just university passout. I was thinking to buy VISUAL WEB DEVLOPMENT TOOL 2008. Can somebody tell me whats the price of it ? and weather they provide any special discounts to individuals or students or beginners. | |
Hey Guys, I appreciate any and all help. I'm trying to print out the results of a query I've made to another server using the nusoap client. I'm successfully sending my XML Array to their WSDL web service and they are sending an XML response back. <RESULTS><TEXT>Success</TEXT></RESULTS> However all < … | |
Hi! I am trying to develop two columns that are side by side with in the "content" div. As of now the the columns is not forcing the "content" div grow with the columns. I am completely stumped and I could use your help? Here is the html for the … | |
This is my booking form: [url]http://www.n-v-m.co.uk/Booking.html[/url] When 'Submit Order' is clicked a PHP script is triggered that emails me details of the order... What I require is an error message to pop up if either: a) The customer has selected 'No' for 'Is Vehicle roadworthy with full M.O.T.' or b) … | |
Well, l have a gradient for my background, just a simple one, here is the code to run it: [CODE]body { background: #d7e3ff url(images/top_gradient.png); repeat-x; width: 800px; background-position:top left; margin: 0 auto; text-align: left; outline: none; }[/CODE] Thats the css, now how do l add a bottom gradient for the … | |
Hello All, My computer was recently infected by a virus and all attempts to get rid of it have failed so far. each time I run ESET, my anti virus software, which I have run under normal conditions and in safemode, it reports that it caught s few bugs and … | |
This machine connects to the network but cannot access the web at all. I am pretty sure that the issue stems from the recent uninstallation of Cisco VPN and subsequently McAfee. Even before terminating McAfee, the machine would not connect. I have tried all the uninstall tools available for McAfee … | |
Hello, I don't know exactly why, but all of a sudden, my computer shows at the bottom right of the screen that it is not connected to the internet. However, it is connected to the network and the internet. This is odd and I would like it to be fixed. … | |
hi all, Im teaching myself webdesign, php and mysql from the fourms here and watching youtube videos. I have come across this error that I cant resolve. Its driving me crazy and i cant find a solution for it. I was hoping someone cant help. Im building a web subscription … | |
I would like to set up my Windows XP sp2 system with NO default browser. The objective is to be able to right-click on any link/URL and be given the option to select the browser I would like to open it. Is this possible and if so how? | |
First off I would like to say that I am new to asp.net and programming in general. I have created a website that is being hosted at Network Solutions on a Windows server. My html and aspx pages load fine. On my aspx pages I am using the asp login … | |
My computer has Windows XP Professional (Windows versions 5.1 with SP3), and Symantec Endpoint Protection, version 11.0.200.1567. The computer had some issues in the middle of December that I thought I fixed, but once again I am having problems with trojans and rootkits. The problem in December was first apparent … | |
According to[URL="http://www.businessweek.com/technology/content/jan2010/tc20100119_759795.htm"] various reports[/URL], Apple has approached Microsoft about making Bing the default search engine on the iPhone. I'm sure it's all enough to make Steve Ballmer come out from behind his desk and do a happy dance. His little search engine that could is being portrayed as the anti-Google, … | |
I don't understand very much about [URL="http://www.satzansatz.de/cssd/onhavinglayout.html"][U]hasLayout[/U][/URL], but I did just run into a problem where I was using a table for tabular data, but then decided I needed an image in one of the cells and some buttons. In order to get the image and buttons to line up … | |
WARNING: I'm a complete CSS novice! What I want to do is create a simple registration form that looks like a real paper form. It has a white background. The edit fields (i.e. name, address etc.) are edit boxes without a border but have a line that the user types … | |
I want to make a scrolling photo gallery (something like this [url]http://www.bourakis.com.au/gallery-contemporary.htm#[/url] ) which i can uppdate easaly thrue a database, anyone who can give me a helping hand? | |
Can this be done? I need the image in a certain place on the page, within a div of its own. | |
How can I showing up a report file (*.rpt) from crystal report into a web browser with PHP, I'm already used this code : $cr=new com("Crystal.CRPE.Application") or die("cannot load cr com"); $rn="C:\WAMP\k\allreports\BS18A.rpt"; $rap=$cr->OpenReport($rn); but there was'nt happen any thing, it just a blank page comes up could any one give … | |
When i am logged onto my user acount internet explorer works fine but when i log onto a different acount it cannot connect. how can i fix this Daryl | |
Hello A belated introduction to all. I am from Liverpool, England and work between a surveyors office on CAD and a web design company writing Java based cloud applications. I joined Daniweb to help augment my skills in Java. I have written a number of programs previously but have only … | |
[B]I m new to asp.net I made a web page .I design in my laptop, but when i run that web page in desktop the images which i use goes here and there .i used table and master page , but the same thing happen, could u plz tell me … | |
By Dan Marley Senior Research Consultant at fhios. [B]Facebook may be a phenomenon but it’s by no means perfect![/B] The first thing that should be noted is that Facebook was originally opened for students and therefore designed for students. However, as the website was opened to the public a few … | |
I try to deploy a .NET1.1 website in Windows Server 2008 As i know, the server need .Net Framework 1.1 install before the deploy begin . So i follow the instruction in this link [url]http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/[/url] While after the completion. Then i paste the project in inetpub and Create Application in … | |
Hi, I'm developing a Visual Studio C# application, which is related to a database. It currently uses a database file (SQLite). But I want to connect it to an online database. The idea is: the same copy of database should be on users' computers (in SQLite files) and on a … |
The End.