20,737 Topics
![]() | |
okay, i'm having problem with fitting my background into my web browser. the image is somehow moving to the left. [CODE] <HTML> <TITLE>A New Beginning...</TITLE> <HEAD><B><FONT COLOR = "ORANGE">My life...</FONT></B></HEAD> <BODY BACKGROUND="wall.jpeg" position="center"> </BODY> </HTML> [/CODE] thanks guys.. | |
Hi All, I am testing our product(Which is basically a rule engine) web application using WPF controls. For that i require to create Constraint rule and selection rule and following is the tree structure: Workspace->Model-> Folder->Entity and rules. After creating rules we export Model.xml and store it to disk. And … | |
Hey all, Im new to php but i have made a registration page, only thing is i need to make a login. The hard part is I want to show the login box to un-logged in users and say "Welcome USERNAME, Logout" to logged in users. I know there will … | |
ok first off i am a new member here im not sure how this web site works but if there are other topic i am good in im glad to help :) also. the poeple who write viruses and spyware and such. i could just strangle them! AHH.. anyway my … | |
I am VERY new at this, and I need all the help I can get. I am trying to make a table that looks like this: I am VERY new at this, and I need all the help I can get. I am trying to make a table that looks … | |
hello all , i am a new who is truying to fix rundll32.exe, I have just downloaded hijackthis and need EXPERTISE info on what to do next I have not backed up anything yet b/c i do not know how to. when i ran hijackthis this is what was found: … | |
Hi Folks, I'm hoping you can help me with a strange IE problem. My clients site at [url]http://www.cmrbuilding.com[/url] works fine in Firefox, Safari, Opera etc but when it comes to IE, though it works in IE6, the site has a huge extra, blank area that scrolls to the right and … | |
Hi, I'm new to network developpement but not to c#. I want to create a desktop application in wich the user provide a serial number to validate his acount. This serial number must be sent to a web server for verification purposes. Please, i need your suggestions to start: - … | |
Ok this has become EXTREMLY annoying, im trying to work with some css with a several column [I]used to be table[/I], here is the css [CODE].catleft { width: 18px; height: 27px; float: left; background: url({style_images_url}/Cat-Left.png) no-repeat; } .catbody { height: 27px; float: left; background: url({style_images_url}/Cat-BG.png) repeat-x; } .catright { width: … | |
Hi, My name is Tom. I am retired and living in The Villages in Florida. My background is Legacy Mainframe administrative applications for Universities (Cobol, CICS). I have done a little C++ development on the Palm OS5 platform (Garmin iQue) for my own amusement, and I did have a primitive … | |
Has anyone successfully created a heat map of the world using Google map? I read in few places that its possible but cannot seem to find the correct way to do it. I need to create a heat map which is based on the global map, and shows the performance … | |
Hi all... Im having some trouble inserting values to my mySQL database. I have the following installed on my local system. [B]MySQL[/B] Server: localhost via TCP/IP Server version: 5.1.43-community Protocol version: 10 User: root@localhost MySQL charset: UTF-8 Unicode (utf8) [B]Web server[/B] Apache/2.2.14 (Win32) PHP/5.2.12 MySQL client version: 5.0.51a PHP extension: … | |
![]() | Does anyone know how to set the reference points on a movieclip programatically? Im loading images (xml driven) but was wondering how to set the reference points through code in actionscript 3. Any ideas? |
I can't seem to figure out where my code is going wrong for my page. It appears fine in firefox, but IE things get messed up when you scroll down the page and mouse over the last few pictures. Here is my page: [url]http://www.landmarkmg.com/rental_communities/index.html[/url] | |
Hi guys i m trying to view a log file as a html file from my server , i m using one script which is [URL="http://www.builderau.com.au/program/php/soa/Transform-plain-text-files-into-Web-pages-automatically-with-this-PHP-script/0,339028448,339272897,00.htm"]here [/URL] , so overall i m not a coder just trying to get it work 1. because log file latest entries are at bottom … | |
ahah it's me again. I'm going to make an on button and an off button which i want to play an audio file and pause it. But what code do i use to do this? ![]() | |
Hi friends I have used this script for avoid right click in my webpage. I want to disable " savepage as" in file menu . please let me know ur suggestion. [CODE] <script language="JavaScript"> document.onmousedown=click; function click() { if ((event.button==2)) { alert("Sorry you didnt access right click"); } } </script> … | |
My teenage son was complaining about how slow his internet connection was, and how the connection kept hanging on him, so i asked him to run a complete virus scan, He is running the latest Mcfee VirusScan, which reported that it had detected "New Win32" in the C:\windows\system32\winlogon.exe. It also … | |
Here is my testing site. <a href="http://holyrock.zxq.net?">testing home</a> I would like to change like <a href="http://holyrock.zxq.net/index1.html">this.</a> Please help me to fix my problem.... I want to open my menu link page in the main context secction. Do I need to use include fuction in php or java? Or So I … | |
Hi Pros! I've started a project called grina ( code name) which is web browser program fro people to view web pages using C++ with Qt based on the QtWebKit module. The fact is that, i know a little about the web browser system, that it acts like a compliers … | |
I can't access my own website even though other people on other computers have no problems. This has happened to me several times in the past and I have never figured out what causes it or fixes it. I have cleared my cache and turned off my McAfee firewall, but … | |
Hello friends, My question is concerning the design of my db. I'm a creating a scheduling web application that will assist in the creation of a schedule for a local restaurant. I have this broken into three tables [emp, area, avail]. The emp tbl has four cols [id, name, areaid, … | |
Hi there ladies and gentlemen, Just having a few dramas with a layout at the moment. At the top of this page [url]http://www.gosfordit.com[/url] is a logon box that will be linked to a peice of software hosted on the same server, where clients can access invoices / bills etc. At … | |
I am currently storing the values retrieved from the user form including image supplied by the user to sql database. The image is stored in the database but at the time when am trying to retrieve that image am getting the following exception Parameterized Query '(@name varchar(8000))select firstname,image from register … | |
Hello, I need help, i want to list a content from specific folder from FTP, a can make the connection to FTP, but i don't know how can list the files contended in a specific Folder from FTP in one ListBox. I'm new ( beginner) in .NET I have one … | |
hi, I am new to perl. actually, i'm using perl with SOAP::Lite to access a web server. I wrote some code in a notepad and saved it in c:/perl/eg. by typing 'perl filename.txt' after changing the directory into c/perl/eg> in command prompt, i am getting the result what i want. … | |
can anyone tell how to make semi-advanced web browser? | |
Hi: I'm trying to do a Conveyor belt slideshow script with buttons as seen on the "Live Entertaiment Schedule" portion of this site: [URL]http://www.swancourt.com/calendar.asp[/URL] (Note: the calendar icons slide much more when they had all 12 months on there, but I think you get the idea). I'm trying to do … | |
Hi A year ago i tried to figure out how to do the 'simple' task of popping a shortcut to any website or web page onto the desktop and still haven't found the solution! In IE it's easy, right click and choose send shortcut to desktop, there, you're done, and … | |
Hi All, I have a web browser control on my Form. I want to get the text lenght of an label element in web browser. what I have done so far is to get the element by id as follow [CODE]HtmlDocument htmlDocument = wbMain.Document; if (htmlDocument == null) return; HtmlElement … | |
Have been browsing Dani forum for some time and you all seem very friendly and helpful and importantly seem to know what your on about. I qualified in Graphic Design, but web design seems to have taken precedent and I have already created a few websites, just your general html&css … | |
How to make square with title in the freme. Somthing like this where title is "advertesment": [ATTACH]13574[/ATTACH] | |
It seems that I caused quite a stir and some arguments among some of my readers with the likes of my [URL="http://www.daniweb.com/news/story254705.html"]5 *nix Myths Busted[/URL] and the ever popular [URL="http://www.daniweb.com/news/story256070.html"]Retraction: 5 *nix Myths Busted[/URL], when I referred to rebooting systems. I never thought that something so benign would cause such … | |
I'm trying to create a login system that checks the username and passsword from an sql database. I've created a local server named coffee that has a table named 'users' - I have created fields for username & password. I'm using ASP.NET web application and I want to connect to … | |
How to get timer_tick event in Asp.net. i am making one web server control. i want to add timer control in its property. please give some examples of property which uses timer control in it. | |
Hello, I am having a problem with divisions.. prob: 1st container div, in this div theres another division TOP whose position is relative.. in this div.. theres another div named searchbox .. and its top is 50px.. IE shows its 50px down from the TOP division but firefox places it … | |
Hi, I have a captcha example and works fine. However, only image is dispayed on the screen. HTML form is not visible. I believe this related to the "header" bit in the class file. I added the code. Please help me solving this problem. Thanks [B]index.php[/B] [CODE]<?php require_once "CaptchaSecurityImages.php"; $width … | |
hi, I'm fairly experienced with delphi however have come across a tiny problem, i have a create box known as Edit1 for my web browser, but the label on this is always edit1, before you type the text into it, how can i make this blank or at least edit … | |
I experience popups that slows down my processing speed of my other computer. This is my HJT log. I appreciate someone will be able to advise me on what to do. Logfile of Trend Micro HijackThis v2.0.3 (BETA) Scan saved at 7:29:39, on 2010-2-2 Platform: Windows XP SP3 (WinNT 5.01.2600) … | |
Hello, I am storing avatar images in a table dynamically. I want to store only 2 avatars in a row, but there may exists any no of avatars. Also in the view i want only to show 3 rows. The remaining must be hidden. When i click some button i … | |
How to develop a highly available Web service community using Asp.net and mysql as Database server? | |
Hey guys Newbie here Just a quick question really, I have almost finished my website however when uploading i'm finding that the pages are shifting a little to the left or right when switching between pages. I am testing it on Safari on a Mac & Firefox on a mac … | |
Remove Splash Page I'm helping a friend with this site: [url]http://www.celiapearson.com/[/url] Google analytics says she's getting a 25% bounce rate on the page, so we want to delete it and substitute the page you get when you click "Enter". I thought it would be as simple as removing index.php and … | |
hi i use python with twill/mechanize to post some texts to my web sites. strangely it works sometimes and sometimes not. i use twill browser to go to the page with the form, then post the texts and 'press' post button. the fields and button are correct. something like: [CODE]>>> … | |
Hi I have created a navigation for me friends website and it works fine as a vertical meun, but I really want it to be horizontal, can anybody please help me fix this. I have submitted all the HTML and CSS below. Thanks HTML Code [CODE]<div id="Nav"> <ul> <li><a href="./Home.aspx">Home</a></li> … | |
Hi guys, I'm trying to create a 2 column layout for a site. The left div is for navigation, and contains a faux-column style repeat -- my goal is to have it be 100% of the body/document height all the time, NOT just the browser viewport height.. The right div … | |
Hi, I was hoping that I could get some guidance from some of you guys on Object Design with Database back ends. I am trying to build what could be considered to be my first full scale application, which is a student tracker (simplification). While I have a reasonable idea … | |
Hi guys, I have a drop-down navigation bar on my website. While I am creating the website, the drop-down have no problem overlaying the javascript (embed with flash) in Firefox. But when I tested it in IE, it did not managed to overlay the javascript script and the drop-down went … | |
I wrote a code to send file as below: [CODE]Dim objXMLDoc As New XmlDocument objXMLDoc.Load("C:\Inetpub\wwwroot\XMLSchema_Test\XML\1773777.xml") Dim blnResponse As Boolean Dim objURI As Uri = New Uri("https://172.16.17.2/XMLSchema_Tests1/Web%20Forms/frmXML_Receive.aspx") Dim objWR As HttpWebRequest = HttpWebRequest.Create(objURI) blnResponse = objWR.HaveResponse Dim strXML As String = objXMLDoc.OuterXml objWR.Method = "POST" Dim encoding As New System.Text.ASCIIEncoding Dim … | |
in a css file how i can define a link witch is in a div with id="side". //__________________________________________ what is the diffrence between "class" and "id"? //__________________________________________ with a css iwanna make the followin plane for a page; for the side bar i tried margin top=30% ,but it doesn`t work … |
The End.