20,737 Topics
![]() | |
i would like to encrypt some data and i do not know how? How i can make a secure log in to a web server? Thank you very much ![]() | |
the code works but i do not understand the use of editable option whic provides the codes [code]import java.awt.*; import java.awt.event.*; import java.util.*; import java.net.*; import java.io.*; import javax.swing.*; import javax.swing.event.*; public class WebBrowser { public static void main(String [] args) { JFrame frame = new EditorPaneFrame(); frame.show(); } } … | |
Hi can someone who knows html please help me out? I have my webpage, [url]http://users.igl.net/ash/index.html[/url] It has a javascript on it. I am trying to embed my homepage on my league site. so I write the code as follows <embed height="200" name="homepage" hidden="never" width="200" src="http://users.igl.net/ash/index.html" allowscriptaccess="true" /></embed> My homepage loads … | |
Hi I have decided to use CSS for layouts. Previously I would have used tables. My problem is that I want to place images to the left and related text on the right of the images. I have used new blank paragraphs to "fill" the space between the end of … | |
I am using Visual Web Developer 2008 Express, and was wondering is there a list I can print from with in the program that list all resources used to create the site, ie taking loaded pages in the website and then it spits out a list of all jpg's, gif's, … | |
Hello, I am new to Adobe flex and trying to create a website. This may sound like a stupid question, but would anyone be able tell me how i would link between different instances of my website. Like, linking between pages, as you would using HTML. Would appreciate anybody's advice, … | |
HI, i am trying to high light sub menu when selected just like Daniweb IT Community as it shows: Web Development > web design i am using site reptile to build site and there they use tags to genertae menu's automatically in DHTML here is it's Structure style in which … | |
I am making an 8 page site with d'weaver and the link colors will not show up as (I thought) I selected. One page had white text, turning to black on a grey background; Just like I wanted. GOOD!! The other 8 pages are white and purple? on the grey … | |
Hello Everybody: Just want to introduce myself. I'm a C# developer with SQL server skill set as well. I do mostly Windows app and trying to get myself into more web development. I'm 50 years and started my computer carrer since 2000 as IT Professional. I play soccer, listen to … | |
Hi There, it's Frank from the Netherlands. I am a freelance webdesigner. To design is my favorite activity but he, no website without some code! So most of the site i develop on my own are made in Wordpress. I love it! Just bought a book for plugin development and … | |
I have beautiful floating number effect, written in JavaScript, which is not working on website under Firefox 3.x. It does work in any version of Internet Explorer. Can anyone help me fix it? Here's my site: [url]http://home.wlu.edu/~feldmann/[/url] | |
Alright, I've built this incredible carousel for a portfolio page in a flash website, using an external .XML file for the images;however, after countless hours scouring the web, I can't seem to find the code I need to put in the .XML file, so that clicking on the various pictures … | |
An application I developed has its session variables reset within 5 minutes. My session variables were timing out when I was connected to a asp state server so I switch session state mode to SQL with the hope that it would fix my problem. Now I'm getting a different error. … | |
hi frnds.., pls help me in this qery...,i need a text to be keep moving around the table in my html page.pls suggest me asap.. Thanks & regards Krishna | |
![]() | I am kind of new to php. However, I created a form in html and the form action is linked to a php which all on the localhost. When I run the html file enter in information and hit submit. A window pops up and asks me if I want … ![]() |
I am trying to put two columns below one column, with a column on the right along side the entire thing. the outcome would be something like: [COLOR="red"] B A N N E R NAVIGATION[/COLOR] [COLOR="red"]LEFTCONTENT[/COLOR]__[COLOR="Green"]R[/COLOR] [COLOR="red"]VERT1 VERT2[/COLOR]__[COLOR="green"]I[/COLOR] ____________ [COLOR="green"]G[/COLOR] ____________ [COLOR="green"]H[/COLOR] ____________ [COLOR="green"]T[/COLOR] [COLOR="red"] FOOTER[/COLOR] [COLOR="Red"] COPYRIGHT[/COLOR] The problem … | |
You can use this code to embed the windows media player in html pages. Just set the controls to suit and change file names etc.. | |
Hello there, I am developing sharepoint web site with ASP.NET . Stucked in home page design [didn't found home page]. I found default.master.aspx file but it changes all pages design. You have any idea ? googled out but didn't find nearby result. :( regards | |
About a year [URL="http://www.daniweb.com/news/story220410.html"]ago[/URL], three girls fought charges of child pornography -- of themselves -- for refusing to attend 10-hour class on pornography and sexual violence after they were arrested for taking pictures of themselves [I]en deshabille[/I]. Now, the district court not only barred the district attorney from initiating any … | |
hi frnds.., pls help me in this qery...,i need to scroll the text around my table in my html page.pls suggest me asap.. Thanks & regards Krishna | |
I'm a 27 male, married, with one son(1yr) and another due in july. OK, now that thats out there.... I'm currently a student of web and graphic design, I like to think I'm fairly proficient with HTML, and basic flash development(design side atleast, with basic stop/gotoandplay AS2). In my free … | |
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server" > <script type = "text/javascript" src = ""> function click() { new Ajax.Request('Handler.ashx', { method: 'get', onSucess: function transport() { var response = transport.responseText(); var Obj = response.evalJSON(true); for (i … | |
Hi all, I've uploaded my asp.net site to my ISP. It works fine locally on VWDE 2005, in that I can create users, assign them to roles, and control role access to website folders etc. Obviously this is all with SQL 2005 Express on my PC. When I upload it … | |
Here is the system layout: Lenovo Thinkpad T61p Vista Business 32bit SP1 4 gb RAM Duo T9300 It does have the minidock also, but the problem occurs even when not in cradle. We have a LAN at the office which the laptop connects to no problem. The web browsers work … | |
Dear All, I am doing some practice in HTML to learn. Can anybody suggest the name of book, which is useful to learn HTML and CSS from begins. Please provide the weblink also, if it is free on net. Thanks and regards, Nakul | |
I’m stumped! I have an application I developed which has its session variables reset at odd times with no perceivable reason. I have a dedicated server; I have the .net session state service running. I have the following code in my web.config file [code=VB] <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="45"/> [/code] … | |
I am new in building website, but I have an issue with the navigation bar menu display. when I open the page in firefox, the sub menu of of the navigation bar appear fine, but when opened in internet explorer, the sub menus show all the way on the left. … | |
Is it possible to set a table behind an image? I am trying to do a mouseover feature on an image, however it isn't working because the table is on top of the image. | |
Hi guys I have an html, css and there might even be some javascript in there (but dont worry about that!). Its a two hour practical exam, and im a little bit rusty with html and css (mostly rusty with css). When i've written websites in the past i take … | |
I'll try to explain this the best I can. If I stop making sense, sorry. I downloaded a template from templatemonster.com and now am running into problems with the template. I understand how to edit and change pictures and text. My problem is I'm having trouble finding things. In the … | |
Hi, I have Cable internet and for the last week my internet has been running very slow. It's perfect when downloading or using downloading programs such as Kazaa. but when i'm browsing in Internet Explorer it is really slow. I have three computers on the network and the other two … | |
[B]Please help me with this problem i need a tab control on a web page , pls guide me how to design it and if possible with a short example , thanks in advance to everyone [/B] | |
When I work with 8-bit images in Photoshop I never achieve to get smooth gradients when working with dark colors. I looks bad and it's a clear line between dark gray and black. My guess is that is because I work 8-bit files but is there any reason at all … | |
[QUOTE=reach_yousuf;727359]Master Page [CODE] <%@ Master Language="VB" AutoEventWireup="false" Codebehind="MainMaster.master.vb" Inherits="Focus.MainMaster" %> <%@ Register Src="WebUserControl1.ascx" TagName="WebUserControl1" TagPrefix="uc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <uc1:WebUserControl1 ID="WebUserControl1_1" runat="server"></uc1:WebUserControl1> <div> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Button ID="btnMasterPageButton" runat="server" Text="MasterPageButton" /> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> … | |
I have come across a requirement to dynamically show or hide asp.net web controls , html server controls. I want to do this through a configuration XML. So each page /aspx will have a configuration xml. Would it be possible to create a control (may be a custom control , … | |
Hello, I have a web design question involving images and it has been driving me crazy all day. I'm hoping someone will help me and put me out of my misery :-) I have an animated image that I made animated out of 5 jpgs: [URL="http://www.ahtwindows.com/purple/img/mainframe.gif"]http://www.ahtwindows.com/purple/img/mainframe.gif[/URL] I want the thumbnails … ![]() | |
Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks | |
As the saying goes, a man (and presumably a woman) is known by the company he keeps. In fact, last [URL="http://www.daniweb.com/news/story224479.html"]fall [/URL]some MIT students did a study where they demonstrated that they could tell someone's sexual orientation by the sexual orientation of their friends on Facebook and other social networking … | |
Name: James Nickname: Jimmy, Jimbo Hometown: Middletown, Ohio Occupation: Student. I am currently seeking an associate degree in Web design from the University of Phoenix. I am half way there and will graduate in January of 2011. Hobbies: Hiking and going to concerts Favorite Music: Rush, Alice Cooper, Black Rebel … | |
Hello, I recently started having some issues only after I let my g-friend borrow the laptop for some schoolwork. There seems to be a virus or something amiss I just cannot find the problem myself. I have ran Kaspersky, Microsoft Windows Malicious Software Removal Tool, and tried to do a … | |
Hi everyone, I have a website and its being displayed perfectly in Firefox and in the AOL browser but for some reason graphics and banners are being displaced into different positions when viewed in Internet Explorer 8 and I just wondered why that would be? My web designer says that … | |
I need help, HTML--i have two links, linkA & linkB--when clicking linkA -should display image1 and whn clicking linkB image2 should be displayed. The trick is they must be displayed in one image tag. any one who can help with that? I would appreciate your help. | |
Hi all, I'm using a div as a pop-up on a page to show some addtional information. First some code: [code=html] <td> <div class="floatingDiv" id="popup"> some txt here... </div> <p style="margin-top: 0px" onMouseOver="ShowContent('popup',0); return true;" onMouseOut="HideContent('popup'); return true;" > .. short message here </p> </td> [/code] [code=css] .floatingDiv { display: … | |
Hi all and thanks for reading this.. Well i am back with another problem. so it seems i am mostly taking from this site at the moment, although i do see a big donate sign at the top !!! Ah ha ! Anyway here is my question... Please could anybody … | |
I want to create a link to a web page into an about box and i want it to open it with the default browser.I googled it and found nothing that helps...pls a little help | |
Hi I have a pc with windows server 2008 (standard) installed. My broadband provider also provides me with a dedicated ip address. Can anyone help with how I configure the server to enable me to host a website using IIS7. I'll apologise in advance as I am very new to … | |
I'm trying to make a preloader for an FLV within an SWF. In other words, I've placed the video in the time line. Because, like other Flash content, it takes a minute to load, I am tying to make a preloader for it. The preloader is supposed to be an … ![]() | |
Internet explorer will not close om my pc,ive got winxp sp2 with norton av 2005, ive run adaware but i am still getting the same problem,i can only close a open web page by pressing ctrl-alt-del and then ending task,can anybody please help-is this another sp2 problem?. Thanks in advance. … | |
Hi, I have a PHP application that stores sales transactions into database tables, etc - and we have decided to use this as an online service - which makes it great for the client. They aren't computer literate and their computers mysteriously die and disappear. Having off-site data and no … | |
Hi! I am experimenting with layouts and there's one problem I am stuck with badly. I want the main parts of the page to be fixed width, eg. 800px, but want a border or background colour around the menu that fills the whole width of the page. I like having … |
The End.