The World Wide Web (abbreviated as WWW or W3, and commonly known as "the Web") is a system of interlinked hypertext documents accessed via the Internet.
0
votes
2answers
27 views
Resizing window causing problems
I want to position a button somewhere on my webpage, but resizing the window is causing the button to move.
Here's the CSS:
.btn-success{
position: absolute;
left: 37%;
...
0
votes
0answers
13 views
A inexplicable thing about jquery call webservice
There are some different in IE10 and Chrome.
The Code is here:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" ...
0
votes
4answers
13 views
How to resolve a web address ip
Let's say I have http://some.site-address.com and I want to find the IP that this address resolves to. How do I do that?
-1
votes
0answers
32 views
ASP.net c# Quiz help needed Error Message
Hi all just started work on building a website in asp.net using c# and sql, its a college thing and I'm stuck.
when the page_loads it Reads quiz title, question into a table from sql DB and adds a ...
0
votes
0answers
10 views
I want to know how to collect data from an html webform into a manageable site for administrative purposes
I have set up a web form (html5 , javascript) which requires any user to enter their Name(first, last), email, phone number, company, job titled, titled, and reason for VPN access. I would like to ...
0
votes
1answer
8 views
Ip address for my computer and the Ip of the server that I am linked to
Thank you in advance for someone who answers this question. I used javascript to find out the ip address in my computer, the code is as following
function getip(json){
alert(json.ip); // alerts ...
0
votes
1answer
4 views
Image hosted as HTTPS in Tomcat does not display in Outlook
I have a question regarding image hosting.
I have a tomcat server which hosts a website over https. It contains a number of images whose links are used in some emails. I expect the images to be ...
0
votes
2answers
24 views
PhoneGap Date & Images Using JavaScript
I'm relatively new to PhoneGap and JavaScript Programming.
Nevertheless, I'm attempting to build an iPhone app that would display a specific image for each date using PhoneGap. For instance, on ...
0
votes
1answer
10 views
Uploading to subversion repo via FTP or syncing with web server
I have a bunch of WordPress sites that I am managing. I am tasked with regularly backing them up to the companies subversion server.
I have found a centralized tool where I can administer, update, ...
0
votes
1answer
9 views
Web Design - Templates vs Include
I am currently developing a website. I would like to separate content and presentation. I am currently using a Dreamweaver Template to achieve this. However, I find that Dreamweaver's edit regions are ...
0
votes
2answers
64 views
How to create a frosted glass effect using CSS?
I'd like to create a div that is fixed in one position and make it translucent - making the contents behind it partially visible and blurred. The style I'm looking for is similar to the div of the ...
0
votes
1answer
18 views
ValidationSummary always showing asterisks
I have the following setup for a changepassword control:
<asp:ChangePassword ID="ChangePassword1" runat="server">
<ChangePasswordTemplate>
<h3>
...
-3
votes
2answers
27 views
Is this possible to get facebook feed and twitter in just 1 feed? [closed]
I am making a website and I want to show the Facebook feed and also Twitter feed. Is it possible to merge thoose together instead of having 2 separate feeds?
1
vote
1answer
12 views
gettext() intelesence is not available in selenium
I have been trying to get the text for the pop up window using the gettext() method, i am unable to get even the gettext() method in the intelesence in the selenium webdriver.
0
votes
1answer
29 views
HttpWebRequest usage in C#
System.Net.HttpWebRequest.GetResponse raises an error
"The underlying connection was closed: An unexpected error occurred on
a send"
in my program.
The request creates a parameter which can ...