20,737 Topics

Member Avatar for
Member Avatar for Tonkz

Not sure whats the cause, but the list won't nest properly /* CSS Document */ [code=css]* { margin: 0; padding: 0; } body { background-color:#333333; font-family:Arial, Helvetica, sans-serif; size: 2px; text-align:center; height: 100%; font-size:14px; } div#page-wrap{ width: 900px; /* to be change once finish*/ height: 650px; /* to be change …

Member Avatar for Tonkz
0
146
Member Avatar for romeyng

hey im sorry if this question was asked before. im starting a new page, and i want users to be able to download songs from it, without having to right click the link and click save target...is there a html tag that would allow the link to request whether to …

Member Avatar for almostbob
0
123
Member Avatar for brechtjah

Hi, I'm trying to create a chat with some code I downoaded of the web and altered a bit. The updating works as long as i'm not opening up another tab page in my browser or as long as i'm not ALT+Tabbing... Which seems kinda strange to me... Also, when …

Member Avatar for digital-ether
0
74
Member Avatar for maniator

I am testing out creating a website via php. That is NOT my problem, my problem is that the site does not display correctly at all in IE. it works fine in firefox, chrome, safari. the site is at [URL="http://www.blipit.net/new/"]http://www.blipit.net/new/[/URL], the css is located in the same directory under html.css …

Member Avatar for maniator
0
143
Member Avatar for Paladine

I am curious. When designing a website how do you know how wide you can make the page? Meaning, I use a 1280 x 1024 resolution, so making webpages just willy nilly I get a page that looks great for me but not on a machine that is 1024 X …

Member Avatar for almostbob
0
116
Member Avatar for The Dude

Over the last year or so i have noticed different sites GOING TO COMPLETE GARBAGE WEB DESIGNS when they had an AWESOME DESIGN BEFORE!! An email server im on is introducing a NEW INTERFACE which in my (And many others opinion) IS COMPLETE GARBAGE!! The interface they had for years …

Member Avatar for MidiMagic
0
104
Member Avatar for Infeligo

Hello, I'm having trouble with jQuery.UI tabs. I use one-column liquid layout, that is: in a "Main" div there is "Floated" column and in the content area there is "MainContent" with margin equal to the width of the column. When I place tabs in the content area, the height of …

Member Avatar for MidiMagic
0
108
Member Avatar for jimbob90

for some reason my "right" appears lower than the "content" (center) but not the "left" [code=css]#box { width:900px; margin-left: auto; margin-right: auto; } #content { overflow: auto; width:600px; padding:0px; background-color:#fff; float:center; } #left { width:150px; padding:0px; float:left; } #right { width:150px; padding:0px; float: right; }[/code] my div structure div box …

Member Avatar for MidiMagic
0
70
Member Avatar for rickster11

Why does my table always go to the bottom of the webpage? The table that lists "books" "author", etc always moves to bottom of screen. I want the image to be at bottom, not the table.... Anyone able to point me in the right direction? [code] <html> <head> <title> Ruth …

Member Avatar for rickster11
0
77
Member Avatar for NotThereAnymore

...look like a Word Document. I don't mean using one of those proxy sites which covers up sites you're not supposed to be visiting at work. I literally want this to just look like text on a Word Document. Basically, for some weird reason, I am applying for an internship …

Member Avatar for MidiMagic
0
94
Member Avatar for arvindikchari

Hello I have the following requirement: (1) There is a drop down box with a list of titles (2) When user selects one item in the list, an image corresponding to this item is shown just below the list box (3) This same image is set as the background image …

Member Avatar for almostbob
0
56
Member Avatar for arvindikchari

Hello I am using a 3 column layout for which the css is as below [code] mysbody { margin:0; padding:0; background:#cecece; } #wrap { width:1024px; margin:0 auto; background:#fff; } #header { width:1024px; height:200px; } #left { width:200px; float:left; } #leftbarheader { width:160px; height:20px; padding-top:7px; } #leftbarheader2 { width:160px; height:20px; padding-top:7px; …

Member Avatar for arvindikchari
0
96
Member Avatar for shki_80

I have email sending problem through ASP.Net by the following class. Email goes fine on our own server but it doesn't send email on other servers especially yahoo and hotmail. If anybody helps whats the problem //////////////email class///////////////////// [code]private void SendMail(string mailBody) { //Create message object and populate w/ data …

Member Avatar for LilaDangi
0
170
Member Avatar for Renzokouken_22

Guys We have a project.. . Its' a sales and inventory system.. . My question is can PHP and Java plus MySQL.. Work together.. PHP obviously runs in a web browser. But I wanted also the java program to run also in the web browser, can I also run the …

Member Avatar for digital-ether
0
94
Member Avatar for serkan sendur

guys, first of all please dont post some google search results, i already did it. i need to grap mobile device information and send it to the server. the user connect to web server using pocket pc internet explorer, and then redirected to appropriate page according to its model, using …

0
72
Member Avatar for dan0

I have an application that needs the report server URL for that application's sql instance. Based on the fact that it is an instance the report server URL should be: [QUOTE]http://servername/reportserver$InstanceName[/QUOTE] When I enter the above, on the server that has the SQL server instance, the web-page displays the report …

0
44
Member Avatar for rajivkalra

We are using a widget which makes ajax calls to the server and is associated with the web application that is using state service mode to store session. W e need to check at the time of making an ajax call that whether we can query state service to check …

0
42
Member Avatar for Dani-alves

Greetings to all. About a few days back, foolish me downloaded an .exe and opened it. Needless to say it turned out to be a virus. The effects were pretty quick. I must admit I didnt believe in having anti-virus programs in my computer.Even though i had, I dont scan …

0
39
Member Avatar for serkan sendur

hi guys, do you know how to edit microsoft pocket internet explorer security settings? i need to enable activeX controls for pocket internet explorer. thanks

0
68
Member Avatar for serkan sendur

hi guys, i need to know what should i type to my browser to access apache/tomcat webservers root web folder. there should be some config files that i could see. help please thanks.

Member Avatar for nav33n
0
60
Member Avatar for cguan_77
Member Avatar for DemonGal711

I'm writing the code for a friends webpage and they asked that I use frames. Now I've heard people complain that frames are a pain for many different reasons but I've never really seen an issue with them if they are used correctly. I actually enjoy that a single frame …

Member Avatar for almostbob
0
93
Member Avatar for robertmacedonia

Hello, I am quite new in ASP.NET, I am currently studying C# (still am at the beginning), and I got this task to separate the "code for the presentation part", so I would get two separate files - Test.aspx and Test.aspx.cs. i know that the .cs is actually the C# …

Member Avatar for robertmacedonia
0
136
Member Avatar for Ballack

Now I am interested in the field of E-commerce or E-business so I decided to take CIW master designer. Then I knew that CIW Associate is equivalent to i-Net so which is better to be taken and why ? If there are any others advices, suggestion or certifications that are …

Member Avatar for jdizon
0
216
Member Avatar for etti

I really need help with the below error. I dont get this when i run my asp.net c# application in VS@005, but when i make virtual directory on my office Windows server I get this error. Tell me what changes need to be done in C# code or crystal report …

Member Avatar for etti
0
305
Member Avatar for josemakara

Guys, need urgent help here from IT Gurus - I'm converting my development environment into a production level server. <Apache 6...- > for actually practical application I know to accomplish this I need to create Virtual Hosts on my web server. The idea of this is to allow the web …

Member Avatar for stephen84s
0
115
Member Avatar for Robins Antony

Hi friends, I`ve created an access database and export data to it successfully by using my web application using ADOX.I`ve added 2 references,Micosoft ActiveX Data Objects Library 2.8 & Microsoft ADO Ext 2.8 for DDL & Security. I could successfully export to access data base when running the application using …

0
71
Member Avatar for peppero

My google search keeps redirecting to web-analitycs.google.com before displaying the page. Some pages I click on will go to a random site. It seems to be on and off.. sometimes i can search normally.. (in firefox) On internet explorer it is worse - if i search for something i will …

Member Avatar for crunchie
0
106
Member Avatar for Hsus

<asp:datagrid id=DataGrid1 style="Z-INDEX: 104; LEFT: 304px; POSITION: absolute; TOP: 104px" runat="server" CssClass="grid" AutoGenerateColumns="False"> <Columns> <asp:EditCommandColumn EditText="Edit" CancelText="Cancel" UpdateText="Update" /> <asp:BoundColumn DataField="Message Id" ReadOnly="False" HeaderText="Message Id" /> <asp:TemplateColumn HeaderText="Opcode"> <ItemTemplate> <%#Container.DataItem("Opcode")%> </ItemTemplate> <EditItemTemplate> <asp:DropDownList AutoPostBack = false id="ddl_Opcode" runat="server" DataValueField="Opcode" DataTextField ="Opcode" DataSource ="<%#TempDataView%>" > </asp:DropDownList> </EditItemTemplate> </asp:TemplateColumn> <asp:BoundColumn DataField="Message Status" …

Member Avatar for greeny_1984
0
189
Member Avatar for homeryansta

I'm trying to write a a program that simulates a multi queues, multi server such as a grocery line at the grocery store. The user will enter the desired number of queue/server pair. how would i write this? I mean, I can have 3 - 4 different queue stacks as …

Member Avatar for homeryansta
0
136
Member Avatar for Derice

Is it possible to send mail through my web application without having SMTP server? For example, the mail will be send through my existing hotmail account or yahoo account to ppl who registered in my web application. If it is viable, please provide me some resources on the method...Thanks in …

Member Avatar for Derice
0
113
Member Avatar for freesoft_2000

Hi everyone, I going to build a website but i need to add a shopping cart and a way of processing credit card (and cheques if possible) for the items that the user decides to buy. The thing is i do not know how to add a shopping cart or …

Member Avatar for PerfectMOney
0
427
Member Avatar for ostricajh

Hello to all the people of the forum today asking a collaboration or guidance on a process to be developed Is developing an implementation assessment, in which there exists the option to raise questions in bulk, at the time and has made the implementation of PHP for the Web version, …

0
64
Member Avatar for matafm

I am having problem in using Google AdSense on my web page. I have 2 parts on my web page each one in a seperate <DIV>. left <DIV> contains registration form and right <DIV> contains features I have AdSense placed in my Left <DIV>, when viewed in IE6 and above …

0
35
Member Avatar for cguan_77

the code below works fine in IE7 but not in firefox 3 the last sentence is cut.. it display only until "7. The quick brown fox" what could be wrong? please help... thanks :) [code] .ws11 {font-size: 16px;} <div id="text17" style="position:absolute; overflow:hidden; left:226px; top:165px; width:539px; height:144px; z-index:1"><div class="wpmd"> <div><font class="ws11"><B>March …

Member Avatar for cguan_77
0
74
Member Avatar for arvindikchari

Hello I am a beginner to css, i coded a page where everything is shown fine, except for one problem: The links on the page are all in white, which also happens to be the page background. I would like all links on the page to be shown in black …

Member Avatar for arvindikchari
0
100
Member Avatar for chriscross86

hi, there, i am trying to install IIS in my pc but the OS doesnt want to.it is IIS 6.0.ive been trying to install and the message ive got is that i need to have Windows xp SP1. I feel it is not needed as ive installed in other computers …

Member Avatar for expvice
0
78
Member Avatar for cguan_77

hi guys, how to convert a formatted word document to html? is that possible? if my word document is already formatted no need to edit when converted to html? any ideas is apreciated..thanks.. :)

Member Avatar for cguan_77
0
72
Member Avatar for EdTheUniqueGeek

This is a rather noobie question. I've used Textmate in OS 10 and Notepad++ in Windows. What I am looking for in an editor is a hybrid of both. I am looking for an editor that has HTML templates, like Textmate, but also an FTP client integrated, like Notepad++, rolled …

Member Avatar for chrishea
0
117
Member Avatar for elina_vg

Hi guys, Im new to CMSms and am having some problems with IE. Im using CMSms 1.5.3 PHP Version 5.2.6 and the problem I have is with IE7. I havent had the chance to see the page in IE6 so I dont know how it looks there. It looks fine …

0
64
Member Avatar for cmills83

I found a few simple overlay lightboxes but none would resize with the browser and none were cross browser friendly. This was designed to display a div but uses innerHTML so this could easily be changed to an image, iframe, swf, whatever. CSS: [code] html, body { margin:0; padding:0; height:100%; …

Member Avatar for aLoushi
0
114
Member Avatar for defpdp

Hello all! Below is my code to give you an idea as to what I would like to do. [code] Partial Class OLATool Inherits System.Web.UI.Page Protected Sub SqlDataSource1_Selecting(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs) Handles SqlDataSource1.Selecting End Sub Protected Sub OLATool_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles …

Member Avatar for greeny_1984
0
112
Member Avatar for LucyB

Hello, I used DW CS3 and photoshop to create a few sites. Currently I create spliced layout in PS and create the rest of the page in DW. Very simple generally.. However, I'm wondering how I would anchor or fix a drop-down style menu to my page. See wwwDOTomarimckenzieDOTcom Here …

Member Avatar for Grn Xtrm
0
91
Member Avatar for NoGood

Hi I need some help :s I have a form on my web page and when you submit it via clicking submit button it refreshes the page and shows a table of results below the form. When the page refreshes the user has to scroll down to see the table …

Member Avatar for NoGood
0
71
Member Avatar for moerpheus

hi guys, I am designing a website. The site has to have 3 columns, so i floated the left bar to the left. Didn't float the main, middle content and i floated the right bar to the right. Everything looks perfect eeh? well, not really!. Its coll if the browser …

Member Avatar for colweb
0
152
Member Avatar for veledrom

Hi, [code]<textarea name="textareaQ3" rows="3" cols="80"></textarea>[/code] works fine in IE but, it the text is nor broken down into multiline in Firefox. How can i solve this iddue? Thanks

0
52
Member Avatar for mariajames

i have found a tutorial for flash animations and Photohop designing, it helps me a lot, so i am sharing with you might be it will help you peoples also, [URL="http://www.trainingshell.com"](www.trainingshell.com)[/URL] if you like then must reply me. Regards Maria

0
41
Member Avatar for mariajames

i have found a tutorial site during searching for trainings, and find it very good would like to share with you all as that site help me a lot in designing with adobe photoshop for web designing ([URL="http://www.trainingshell.com"]www.trainingshell.com[/URL]) Regards Maria

0
45
Member Avatar for stoymigo

Hi,(i post about wpf here because didn't find dedicated forum) I don't know WPF or asp.net . I do know c# well. Should i learn WPF or ASP.NET to make an intranet web application which users don't need to install (except .NET Framework 3/3.5 for wpf). If i use wpf(and …

Member Avatar for stoymigo
0
124
Member Avatar for ricksvoid

Hi there, I know that .net comes with an encapsulated control for both logging in and creating a new profile. These seem to work great on my local server but Im not shure how to deploy it to a remote server. WHERE IS THE CONNECTION STRING??? Its not in the …

Member Avatar for sedgey
0
114

The End.