20,737 Topics
![]() | |
Hi all, I have created a three column CSS website and I am now a little stuck. I have got a top navigation bar which gives overall navigation around my site. I now want to put a tab navigation bar within the centre content colum which will call up and … | |
Hello, could someone tell me how i could position a div tag exactly in the center of the browser being liquid and the div tag size fixed to 650px by 450px. here is an example as to what I'm looking for: [URL="http://linuxfud.files.wordpress.com/2006/11/gdm-login.png"]http://linuxfud.files.wordpress.com/2006/11/gdm-login.png[/URL] | |
hi i am loading an swf file within another swf file and i wanted to change alpha of one movie clip within loaded swf by writing action script code within the container swf file. please anyone let me know if this is possible to change the script of laded swf … ![]() | |
Hi everyone, This is the error I get for this project. Been through the code all day and no problems found, still I get this error: DB access error(You have an error in your SQL syntax;check the manual that corresponds to your MySQL server version for the right syntax to … | |
Hi Is there any way to link text in an illustrator document? I'm frustrated. Thanks | |
Hi, I want my cookie was changing like that: 1,2,3,4,1,2,3,4,1,.... after each time I refresh the page. but it is changing somehow randomly. [CODE=php]if (!isset($_COOKIE["bbb"]) && empty($_COOKIE["bbb"])) setcookie("bbb", "1", time()+3600); else { switch ($_COOKIE['bbb']) { case 1: setcookie("bbb", "2", time()+3600); break; case 2: setcookie("bbb", "3", time()+3600); break; case 3: setcookie("bbb", … | |
Hi, I am working with small academic project and I am stuck on creating presentation of single product from list of ptoducts. I want to achieve something like that: (in attached graphic file) - may be without rounded corners. I wrote code but it is not working properly... [CODE] <div … | |
First, let me start off by saying I am using ASP.NET 2.0 with VB as the default language using Visual Studio 2005. I have a form that has an asp:panel on it that is seeded with an iniitial control. Through the use of the form, additional controls may be dynamically … | |
Hi. I'm trying to create the following trivially simple page layout. A page header, full width, variable height depending on contents. A content area. Full width, takes up the remaining vertical space in the browser window, scrolls vertically if content exceeds its size. I don't care whether the solution uses … | |
I was recently told that tables are out and css is in. Is this correct? | |
Hi all I'm having a major problem here. Before you read this and think "that's a stupid mistake to make", I'm on an internship and it's my first "real" website. ( I experimented before, but it's the first time I have to make a "finished product) So I hope for … | |
I have almost finished a site that I've been working on but have one last thing that I don't know where to add. I have a bulk insert sql query that I want to insert into the .vb code behind and have no idea where to put it. Basically, the … | |
Hi all, I want to know if there are any C++ libraries which allow me to make JAX WS calls for a web service to a server. (Mainly the SOAP message part - the serialization and de-serialization of SOAP message) Thanks, Harsha | |
ok my problem with this my frame page looks like this and works fine locally:[CODE]<html> <head><base target="_parent"> <title>BLARG!</title> </head> <frameset rows="10%,*" border="0" noresize base > <frame src="catalognavigation.html" border="0" base scrolling=no> <frameset cols="20%, *"> <frame src="price breakdown.html"> <frame src="catalog.html"> </frameset> </html>[/CODE] but when i upload to my server it turns to … ![]() | |
Ok, so I'm a programming major but over the summer I wanted to pick up and learn web design for some extra cash over the school year. I have books so I'm gonna learn the basics on my own. What I do want to know is where I should host. … ![]() | |
I use CSS quite a bit now, but some times I just can't place things where I want them inside the "wrapper". Tables are easy, but make for very ugly code. Are percenatges in CSS the way to go or should you now make tables using CSS? Is there one … ![]() | |
Hi All, I have a question. I have a div, which has an image slideshow using innerfade. I have another div which overlaps this div which contain some text. Basicly, the slideshow is working but I want it to be in the background so that I will be able to … | |
hi all, i am working with this site actu.. [URL="http://www.hitechinfosoft.com/wfc"]http://www.hitechinfosoft.com/wfc[/URL] i am generating dyanamic div of controls in web page. when you add controls to right side div , controls are not fitting in proper way in step. and in IE it will not displaying good. any help appreciated thnx ![]() | |
Hey everybody, I created a HTML form using Dreamweaver and Spry validation fields to make sure that the fields follow the format I want for the fields. The problem I am having is that I simply want a button to print the page with the information that the user has … | |
im trying to download a file ... when i use this code first [CODE] response.AddHeader("Content-Disposition", "attachment;filename=\"" + Server.MapPath(strURL) + "\""); byte[] data = req.DownloadData(Server.MapPath(strURL)); [/CODE] it shows the error " The name 'Server' does not exist in the current context d:\proj\fledwnld\fledwnld\Form1.cs " then i do google search regarding this and … | |
The Firefox browser flashes randomly and turns the web page black until you double click the program icon repeatedly. Then the web page comes back. It can happen a few times in a 15 minute period. When this happens I can not see any website because it turns black. I … | |
I'm thinking its a malware problem, could someone help guide me through the fixing process? Thanks! Here's the Hijackthis log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 1:07:47 AM, on 5/3/2010 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe … | |
Hey you guys I have a question about web designing . Im a person who would like to learn about web creation, what would be a great place to start? In this college im attending this summer their offering two classes, one class is "Basic mechanics of web design using … | |
Hello! Being new to this forum I havent throughly browsed through the individual threads but would appreciate it if someone could check the coding used for my Flash portfolio. I have compiled the pages individually and saved them under different file name suchs as creativeportolio, to identify them more easily. … ![]() | |
i ve gone through a link while dong google search to handle the dialog boxes prompts in web browser control..this is the link. [url]http://www.codeproject.com/KB/dialog/WindowInterceptor.aspx?display=Print[/url] and i ve tried like this, [CODE] namespace intercept { [DllImport("User32.dll")] public class WindowInterceptor { IntPtr hook_id = IntPtr.Zero; Win32.Functions.HookProc cbf; /// <summary> /// Delegate to … | |
Hi everyone, I have been using System.Diagnostics.Process.Start("fileName.pdf"); command in order to print my pdf docs in my web app. The thing is, it works perfect on my localhost, but once I upload the code on the server, the files no longer are opened. The path to the file in the … | |
Hi all, I have a question about moving through the elements in a web browser via C#. I currently am trying to get a checkbox to become unchecked using the HtmlElementsCollection... I have so far been able to implement putting text into a message box that is on a webpage, … | |
Im creating a site with a basic login to use cookies ( this is a college assignment and so i don't need a registration page etc - i just need to show ive used cookies in the site) I have the below code: [B][U]login.htm[/U][/B] [CODE]<table border="1" width="500px" height="400"> <tr> <td> … ![]() | |
why is it that when I minimize my screen my website goes all out of whack? | |
Let me explain the scenario I'm in. Currently my company has a desktop set up so clients can individually log in and test our data processing software. This is currently in a linux environment for ease of management. What I'm looking to do is possibly set up a web app … | |
Hello everyone, I am trying to make a simple web browser for my own benefit (not a school project). I have been looking through multiple videos on how to do so, and could only find 'simple' web browsers on almost every video for visual c++. Anyway, the videos work, but … | |
Microsoft Internet Explorer is losing market share, says a new study from research organisation NetApplications. It's shrunk to 60% of the world market for browsers. This has a number of implications. First the financial. Browsers make money by selling links - you know that little box at the top right … | |
I have a web service which receives a DIME attachment, downloads the attachment on the server and uses it to execute the web service which would return back the results. Everything is working fine for files of size < 4MB , but i get this error: DIME version received "7" … | |
Hey All; Does anyone know of any good widgets or dashboards that could show the availability of various websites? I'm looking for something I can run on my system that will give me the status of a bunch of our websites and let me know if they are up or … | |
Hi All, I'm developing a website and one page is invalid according to the w3 Validator. It is a link to Multimap, to give directions to the company's office. [QUOTE]Validation Output: 9 Errors Line 43, Column 53: cannot generate system identifier for general entity "countryCode" …tp://www.multimap.com/maps/?qs=W9+2BE&countryCode=GB#map=51.52306,-0.19973|17|… ✉ An entity reference … | |
I made a slideshow in dreamweaver which works, however when it gets to the end of the cycle it displays a black image before it loops again- how can i get this black 'image' to disappear? [CODE]In the header part: <script type="text/javascript"> var slideCache = new Array(); function RunSlideShow(pictureName,imageFiles,displaySecs) { … | |
Hi all I'm having an issue in every developer's favourite browser, IE. I have an anchor tag wrapped around two divs. The first div contains a transparent png and the aforementioned div is hidden using 'display:none;' When the anchor is moused over the div is shown with jquery's hoverintent. However, … | |
Hi I want c language code to open my web browser (IE or Firefox) and close it after 2 min. can any one help me?? please i need it. | |
Hello Friends I have a large background image in a site. I wanted to know if .JPEG or .GIF is the best. Thanks | |
About two weeks ago, I was given a simple project in Java II; code a program that displays an image, plays a sound, and has loop/play/stop buttons for the sound and zoom in/zoom out buttons for the image. I decided to go ahead in the book with this project to … | |
This has been happening more and more often. Once I get to my Yahoo email inbox, I'll click on an email heading to read the message. The page will then search for several minutes while the word "Loading..." appears at the top. (This is not Windows XP's 'loading' message; it's … | |
I have been working with c# for about a year and with Visual Studio for a couple months. I was debugging a web browser that I made and I found out that when I go to a web site other than google, the url on the search bar remains the … | |
Is it possible to have multiple font colors in the same table header? I have an Address column in my data table that has color coded entries based on where the address is. North = green, South = red and West = blue. What I want to do is the … | |
For some odd reason in firefox I get an issue with my code, my "footer" refuses to locate itself bellow the content... even though my css is correct... can someone please take a look and tell me how I messed up? *I realize I have no text on the site, … | |
i have been using WAMP so never did a real php install... now i am trying to install php on a windows2003 machine... downloaded php5.3 msi file and finished the installation, added the path to the environmental variable. i can run php file in cmd now. however, i used notepad … | |
Hello, Please take a look at the attached image. How can I create this without using a table? I tried dl and ol. But I can't get the elements to sit next to each other. Please advise. | |
hello all, i just searched via google and found a set of codes to login to a web site using httpwebrequest. but whenever i tried using the codes i got the very same exception that The remote server returned an error: (407) Proxy Authentication Required. one of the sample code … | |
Hello Friends, I have a web application where data are stored in a SQL Server database by using an online form in the website. Now I want to have an offline application which will store data temporarily in DB (say MS Access) and later on the data will be converted … | |
Hi, i am basically from QA. So what we do each morning is open a web browser with the address [url]http://11.12.13.27:8080/cruisecontrol[/url]. Then we click on the build with last nights date. Then we click on a folder say client. Then in that folder we click on an exe file say … | |
I am trying to get some data off a Brazilian government website. The data is accessible through a form with some javascript. I am able to get the form and fill it out, but have trouble submitting it (a button needs to be clicked). I am using the library mechanize … |
The End.