20,737 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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) | |
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 … | |
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 … | |
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); … | |
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 … | |
Which is the best CMS for you? WordPress,Joomla or Drupal? and Why? | |
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 … | |
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 … | |
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 … | |
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. … | |
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 | |
<%@ 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> … | |
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; … | |
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]. | |
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 … | |
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 … | |
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 … | |
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? | |
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 | |
[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.? :) | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … | |
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> … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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; … | |
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 … | |
![]() | 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 … |
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 … | |
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 … | |
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>'; … | |
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 … | |
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 … | |
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? | |
<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 … | |
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 |
The End.