20,737 Topics

Member Avatar for
Member Avatar for trektrak

Hello.... I'm not sure if this is possible or not ... On my page.. index page.. I've created a form button.. Ok.. Let say... depends on the system time (server) .. whenever my client click more than specific time.. let's say (more than 0800 hours server time).. it will directly …

Member Avatar for JorgeM
0
98
Member Avatar for jonsman
Member Avatar for versan

Hello, Let me get started, i am newbie in designing websites, the problem is that i have got a image of the index page of the website which my friend wants me to create. I am not good in photoshop or dreamViewer either, I have some programming knowledge. Now i …

Member Avatar for versan
0
105
Member Avatar for emulman

first, think to have this simple table: [CODE] <!DOCTYPE HTML> <html> <head> <title>Table with DIV and CSS</title> <style type="text/css"> /*<![CDATA[*/ #table { display: table; } .row { display: table-row; } .cell { display: table-cell; padding: 0.5em; border: 1px solid; } /*]]>*/ </style> </head> <body> <div id="table"> <div class="row"> <div class="cell">table …

Member Avatar for z666zz666z
0
5K
Member Avatar for DaveyMoyes

Hi Everyone, Hoping someone here can help me fix this problem I have of setting a cookie variable from a databse $id = $row["id"]; variable. This seems to work fine when using session data, but I am trying to use cookies and I am a bit stuck. . . here …

Member Avatar for Biiim
0
443
Member Avatar for Gaurav Bindal

can i send a mail by php mail() function using wamp server or i have to create my own web server for such mail sending testing? tell me how to create own web server?

Member Avatar for pritaeas
0
44
Member Avatar for fheppell

I want to create a redirect for anybody using: Mozilla Firefox 1.0.x Internet Explorer 1.0-5.x Safari 1.0-2.0.1 Opera 1.0-9.x I'm not sure how you do this (and yes, these are the browsers with jQuery problems. I need a jquery compatibility check)

Member Avatar for AleMonteiro
0
60
Member Avatar for gameover9

I am trying to write a program to browse to a WSP file and then run the STSADM to make it easier to add solutions to our sharepoint site. The STSADMN is located in c:\program files\common files\microsoft shared\web server extensions\14\bin\stsadmn.exe. [CODE]stsadm -o addsolution -filename "filename that was selected"[/CODE] This currently …

Member Avatar for gameover9
0
178
Member Avatar for preetg

Hi I am really very upset . I have window xp and IE. When i try to open Internet exploar it shows a error report. 'IE can not open ' send error report.then close window I decided to install new browser to my laptop by using run command. I type …

Member Avatar for preetg
0
112
Member Avatar for ressaince

i have an ASP web services to change byte array that given from the client and change it to a file and save it in the web server the code is like this : [CODE] [WebMethod] public string UploadFile(byte[] f, string fileName) { try { MemoryStream ms = new MemoryStream(f); …

Member Avatar for Dagar.pp
0
515
Member Avatar for dvlpr30062

I am creating a web page with dynamic controls and want to add events to the controls. Specifically, I have labels and checkboxes on my web page and want to add an event to review the status of the checkboxes. In the event, I want to check to see if …

Member Avatar for mitultechs
0
578
Member Avatar for SakuyaCross
Member Avatar for WebOutGateway
0
217
Member Avatar for davy_yg

Hi, Can anyone help me fix the slideshow navigation ? [URL="http://www.masterlink.co.id/slideshow3%281%29.php"]http://www.masterlink.co.id/slideshow3%281%29.php[/URL] First, the navigation is far too far on the left. Second, how to erase the black bullet next to the round gray button ? Third, I would like those gray button to be on top of the slideshow just …

Member Avatar for davy_yg
0
118
Member Avatar for allanmiller

I'm working with an existing shopping cart template - their html, their css - and I'm trying to make it work for our application. The problem I have is trying to get nested divs to extend to 100% height of its parent div. I've read other posts on this and …

0
73
Member Avatar for bibiki

hey there, I have some images that I want to use instead of checkboxes in an application I am building. The images consist of two images. Yes, the two images inside an image are the same except for the background color. One color would indicate when the option the image …

Member Avatar for JorgeM
0
78
Member Avatar for SusanHAllen

I am finding an extraneous  in a very simple cfm page. It does have a cfinclude of straight text named as a .cfm template. This character shows up with or without the cfinclude -- I add the cfinclude content into the main page and the character is still there. …

Member Avatar for arrgh
0
161
Member Avatar for Martin C++

I have a content div that may very likely be shorter than sidebar div. They are both wraped in div with ID of "container". I need the content div to automatically change its height to be same tall as the sidebar. I included an image too. Regards

Member Avatar for Martin C++
0
205
Member Avatar for jahanruhi3@gmai

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Integration of TC and P6</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <title>User</title> <script type="text/javascript"> </script> <link type="text/css" rel="stylesheet" href="../css/style.css" media="all" /> <CENTER> <h1>Primavera-Teamcenter Integration</h1> </CENTER> </head> …

Member Avatar for hericles
-1
82
Member Avatar for kurtzky

Hi guys. Does anyone know the counterpart of Javascript's .pasteHTML method in Firefox and other browsers? It works fine only in IE. I'm using an FCK Editor as my WYSIWYG control. Here is my code snippet: [CODE]var oFCKeditor = FCKeditorAPI.GetInstance(objname); var selection = (oFCKeditor.EditorWindow.getSelection ? oFCKeditor.EditorWindow.getSelection() : oFCKeditor.EditorDocument.selection); var sRange; …

Member Avatar for Troy III
0
224
Member Avatar for rixius

If you want to customize the look of your Google Chrome browser, many people have already released hacked theme DLL's to use. [b][url=http://www.googlechromeboard.com/viewforum.php?f=9]Download Google Chrome Themes[/url][/b] To install, follow these instructions on [b][url=http://www.googlechromeboard.com/viewtopic.php?f=9&t=16]how to use a custom Google Chrome theme[/url][/b].

Member Avatar for sumertech
0
702
Member Avatar for titosd

Hello, I developed web software. And I have multi clients for this software. I need your help to give me an idea for manage all this clients. I"m Now built for every client a new database, but i discover that this idea nor good, because i want to get statics …

Member Avatar for BitBlt
0
57
Member Avatar for cris92

Hi. I'm fairly new to HTML and CSS, but I'm currently studying IT. For a project we've been asked to create a website on a topic of our choice. Anyway, my issue is that I have followed a tutorial on how to create a drop down navigation menu with only …

Member Avatar for Philippe.Lahaie
0
281
Member Avatar for zobadof

Hello, I'm coding a website for my mum but I'm having some issues with getting the nav bar where I want it and how I want it to look. As right now it is underneath the logo and appearing spaced out. I was just wondering if someone could help me …

Member Avatar for zobadof
0
92
Member Avatar for artonweb

Hello. I use the joomla template CloudBase from cloudaccess.net I would like to change the title of the site (Now is ΓΙΑΝΝΗΣ) when I choose the English Language (to YIANNIS). The Logo text defined by template options and the website is [url]http://kourtakis.tk[/url] Can anyone help me?

Member Avatar for almostbob
0
108
Member Avatar for james1on1

OK so i will try again to explain the full url or request is [CODE]http://www.yonewmail.com?hellocarl[/CODE] but the ?hellocarl part is diffrent each time i need to be able to set this field with a text box entry [CODE]webBrowser1.Navigate(http://www.yonewmail.com,+ textbox1.text"_self", null, "Mozilla/5.0 (");[/CODE] can someone help me please

Member Avatar for thines01
0
142
Member Avatar for chieny

[IMAGE]https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/s720x720/420370_2925527339121_1289011202_32296335_1282458858_n.jpg[/IMAGE] how can i put the main menu tab under the blue banner? help me pls.? :)

Member Avatar for Lorel
0
77
Member Avatar for dineshswamy

i m new to coding a style sheet by hand.i did a website with positioning all the elements by adjusting their margins,some settles in the desired place automatically.now , i use absolute positioning, but for this i need to arrange each and every element . i do not know what …

Member Avatar for Lorel
0
110
Member Avatar for kaosjon

Hi, i am currently designing a new website idea i have that will be the first of its kind, i am more of a programmer than a designer and graphics have not been my strength, therefore i tend to get outside people to design most of the graphics for me. …

Member Avatar for JorgeM
0
100
Member Avatar for wolwayne

Hi, I have developed a web application using NetBeans and GlassFish v3. Now I want to change to Apache Tomcat, beacause of the unavalabilty of free GlassFish web hosting. So, my question is that, can I change my fully built web application to Apache Tomcat from GlassFish and [B]If yes …

Member Avatar for wolwayne
0
3K
Member Avatar for skkhan
Member Avatar for si1

Hello I hope you can help me I have a code and would like to change the background colour of each cell from white, to grey, to red to blue and back again, by clicking on it. This is the code any help would be appreciated thank in advance. <table …

Member Avatar for si1
0
119
Member Avatar for king1000

ok so im tryen to use css in my website everything works fine for ie but things are missing from firefox ie link: dcsoffice.ca/index.html firefox:dcsoffice.ca you can clearly see my problem i ran in too CSS file let me know what i am doing wrong here the parts thats missing …

Member Avatar for Philippe.Lahaie
0
139
Member Avatar for mark1138

This simple snippet of code doesn't outline the table row in red as I would like. Works in FF, not in Chrome or Safari. Known issue? Am I missing some magical incantation? [CODE]<html> <head> </head><body> <table> <tbody> <tr style="outline: red solid 1px"> <td>This is some text</td> <td>next column</td> </tr> </tbody> …

Member Avatar for mark1138
0
154
Member Avatar for minuteman263

I want to set yahoo mail to launch when I click on an e-mail link. I know, the easy way is to install the yahoo toolbar, however I don't want toolbars running in the background and hogging up real estate on my internet explorer page. There must be some kind …

Member Avatar for techsheaven
0
104
Member Avatar for HoneyBadger

Guys I creating a layout with several different pictures. but when I put them on the site they stack on top of each other. They should be in their respective places on the layout. Instead when I load them, they bunch up in the middle one of top of the …

Member Avatar for weekendrockstar
0
157
Member Avatar for talhatanveer

Hello, I am trying to navigate through all the pages(links) in the following HTML code : <div class="ajax_paginator"> <ul> <li class="prev"><a href="#">«</a></li> <li class="p1 current"><a href="#">1</a></li> <li class="p2"><a href="#">2</a></li> <li class="p3"><a href="#">3</a></li> <li class="p4"><a href="#">4</a></li> <li><span>…</span></li> <li class="p944"><a href="#">944</a></li> <li class="next"><a href="#">»</a></li> </ul> </div> I am using Webbrowser control(C#) to …

Member Avatar for thines01
0
135
Member Avatar for jbennet

Not quite sure if this belongs in networking, linux, or what... Anyway, Opensource dropbox-type software? Ive got a VPS and I want to use it for cloud storage. Is there any opensource software to sync folders to a server in this way? Has to run on Linux.

Member Avatar for jbennet
0
143
Member Avatar for Raisefamous

Hi, Could somebody please advise me how to make this footer inside the red line. I have tride tagging the right part in <span align="right"> but it didn't help. [URL="http://img850.imageshack.us/img850/9480/daniweb.png"]http://img850.imageshack.us/img850/9480/daniweb.png[/URL] The only solution that i came up with is to make two seperate paragraphs and then just set the right …

Member Avatar for Raisefamous
0
109
Member Avatar for kmpoaquests

Trying to align my mega menu on my test site if you put your mouse over different sections of the navigational menu the next layer will not be displayed in the center what I'm trying to do is center I tried doing margin auto and width 100%. but it didn't …

Member Avatar for kmpoaquests
0
74
Member Avatar for jltjr

I'm having a problem with the images taking the opacity from the wrapper div. Could someone bale me out of this one? You can view the site here:jltjr(dot)com/studiocarvel/ My wrapper css follows ~Thanks, JT [CODE] .wrapper{ width:960px; margin:0 auto; background-color:#000033; line-height:1.5em ; padding:15px 3px 15px 15px; left:50%; right:50%; -moz-opacity:0.90; -khtml-opacity:0.90; …

Member Avatar for jltjr
0
179
Member Avatar for jakeevans

Hello Everyone, I hope this is the right place i'm posting this, basically I need some help with Visual Basic 2008. We've been set a task to build a really basic web browser with one advanced function. I've done the web browser with the basic functionality, but this advanced feature …

Member Avatar for jakeevans
0
240
Member Avatar for SeniorAlexandro

Alright, I have a Webbrowser which has a page opened. I want it to select a specific Option from the Combobox. How can I do that in VB ? HTML Code: [CODE]<select name="Protected"> <option value="NC"></option> <option value="ON">ON (protected)</option> <option value="OFF">OFF (unprotected)</option> </select>[/CODE] VB Code: [CODE]For Each element As HtmlElement In …

Member Avatar for AndreRet
0
287
Member Avatar for blaaam

Hi! Guys i have small problem i have set multi-language to my site, but its don't work! I have tryed many charset codes, but nothing. So in my editor every thing looks nice, in index file too, but in other files its have problems. When i press view page info …

Member Avatar for blaaam
0
158
Member Avatar for Violet_82

Hi there, I am doing [URL="http://antobbo.webspace.virginmedia.com/petras/home.htm"]a website[/URL] for a client and I am trying to get it to run on the major browsers, so I am testing on the usual ones + IE6 and also on a few mobile browsers. On my android phone, the website looks fine on the …

Member Avatar for Violet_82
0
211
Member Avatar for whit89

how would i go about filling one multi-select box with the result of a previous one [CODE] <select value ="cars" name="cars[]" multiple="multiple"> <option value="">-- Select software type / Optional / --</option> <option value="suv" >web</option> <option value="sports" >design</option> <option value="utility" >misc</option> <select value ="cars" name="cars[]" multiple="multiple"> $option .= '<option value="">-- CARS--</option>'; …

Member Avatar for whit89
0
130
Member Avatar for Duki

Hey everyone, Trying to configure an apache web server on my home network and had a question about port forwarding. I have my router set to forward everything on port 80 to the webserver, but I wanted to see if there were any ramifications of this that I may not …

Member Avatar for JorgeM
0
135
Member Avatar for zigvab75

Can someone please tell me what is wrong with this? [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head><link rel="stylesheet" type="text/css" href="main.css" /> </head> <title></title> <body> This is <em>white</em> text on a<strong> black</strong> background </body> </html>[/CODE] body { background; #000000; color: #FFFFFF; } It's gotta be something simple that I'm …

Member Avatar for Biiim
0
117
Member Avatar for kukula

Hi, I made a website --> [URL="http://www.pgum-sill.pl/nowa_strona/index.html"]http://www.pgum-sill.pl/nowa_strona/index.html[/URL] In Chrome it looks as it should. But in Firefox and IE it crashes. What should I change to make the website to look ok in every browser? What I shouldn't use to avoid this kind of situation?

Member Avatar for kukula
0
184
Member Avatar for feblioz

<div id="user-bar"> <div id="user-options"> <div class="notification-container"> <img src="media/gear-faded.png"> </div> <div class="notification-container"> <img src="media/courses-faded.png"> </div> <div class="notification-container"> <img src="media/chat-faded.png"> </div> </div> <span class="profile-container"> <img src="https://openlearning-cdn.s3.amazonaws.com/feblioz-avatar-24-ts1330811171.jpg" alt="" border="0" class="profile-image" align="absmiddle" width="24" height="24" id="myAvatar24"> <span>feblioz</span> </span> </div> anyone knows how to make all the images to be in one line? the images are …

Member Avatar for simplypixie
0
88
Member Avatar for javedsai

Hello everyone, I've a links/menu in bottom of html page. For 1 link I've 4 sub menus. When I mousehover that, link then, it should open in upward direction. Kindly, show me how to achieve that. Thanks in advance... Regards, Javed Sai

Member Avatar for hericles
0
83

The End.