The World Wide Web (abbreviated as WWW or W3, and commonly known as "the Web" or in general "THE INTERNET") is a technology that connects various kind of systems with interlinked hypertext documents accessed using networking protocols.
0
votes
0answers
24 views
web server cannot be visited by other computer [on hold]
I wrote a web server using C language. I can visit the server at http://myhostname:protnum/index.html
But when I use my friend's computer to visit the same address, it doesn't work.
The file is ...
-1
votes
0answers
8 views
Making an interactive web app like My Quote Five
I'm in in the process of creating a web app which allows you to make custom greeting cards.
After seeing this app using the CGSG framework, I'm settled on using this one as it's basically what I ...
0
votes
0answers
19 views
i18n by python don't work in web
both "cn" and "en" works in terminal
"en" works in web, but "cn" don't work;
How to make "cn" work in web ?
BTW: msgfmt, Fedora18, httpd;
test.py:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
...
0
votes
1answer
31 views
removing project name from j2ee web application URL
I have a web dynamic project in eclipse and index.html in webapps folder, I am able to access it by :
http://localhost:8080/javaTest
I want to access my application by :
http://localhost:8080
I ...
0
votes
1answer
20 views
Download Time Lapse Images in Python
I want to download a JPG image that is refreshed every 15 seconds in a web site to obtain a collection of files that can be later on assembled by a time lapse program for a video. I'm using Python ...
2
votes
4answers
3k views
How to make template or theme for blogger blog?
I have a knowledge of HTML5, CSS, PHP, SQL, JS, JQUERY. But still i don't know how to make a blogger template, can any one suggest me any resource of something that will help me in developing a ...
0
votes
1answer
14 views
Page views and Visits using conversion variable in Sitecatalyst
With reference to this question Page views and Visits using traffic variables in Sitecatalyst I have changed USERID from traffic variable to conversion variable (evar).
I have navigated to CUSTOM ...
0
votes
2answers
19 views
How to retrieve dynamically created html element data with jquery
I am new to JQuery and web development. I am developing a dynamic web application. I am using html and JQuery on front-end, communicating with server side via servlets. I create many question pages ...
0
votes
0answers
12 views
convert a 960 grid based site to responsive
the website i designed (www.aim.ca) is using nathan smith's 960 grid. i wanted to convert the site to responsive and so i've looked into the 996 grid (responsive) system. http://996grid.com/
in the ...
1
vote
0answers
12 views
Is there any periodically updated script/repository to detect ad blocker? [on hold]
Is there any periodically updated script/repository to detect ad blocker ?
I assume many big websites have their own code for that but seems there's nothing to be open-source, available as a git ...
2
votes
3answers
122 views
Webpage optimization: Should CSS and JS be inserted into the HTML resource after minification?
Squishing all the JS and all the CSS into single minified files and linking to them from the HTML page is a reasonable way to go and this appears to be the place that a lot of websites take their ...
0
votes
1answer
8 views
Google Analytics Handling multiple domains
Hello There I have 3 different sites hosted on same server having different domains. Let's say they are
www.abc.com
www.xyz.com
www.mno.com
I have successfully integrated google tracking code ...
0
votes
1answer
27 views
can I use windows 8 font (Segoe UI)for my web app?
plus, how to know whether I can use any font for app development purpose? I mean develop app for commercial use, like develop app for client.
any free font website to recommend?
0
votes
3answers
3k views
Apache shutdown unexpectedly
I am using XAMPPS to host PHP files from my machine. I have recently installed XAMPPs but I am unable to start Apache service as port 80 is in use by PID 4 - NT Kernel & System.
I know by using a ...
0
votes
0answers
8 views
Web Service Which Response Quickly?
I want to Create an application in which there are 3 main phase.
1. Web Service
2. Desktop Application with communicate with Web server
3. Mobile app which communicate with web server as well as ...
0
votes
2answers
32 views
Python web scraping - print only part of url
I have a Python web scraping program which gets all links from given sites and I've managed to print out the domain name of each link and path after that.
The code:
import urllib
import re
import ...
17
votes
5answers
11k views
Ruby on Rails error “cannot load such file — less”
I am fairly new to ruby on rails, I have been trying to use twitter-bootstrap as an asset, so I have included it in my Gemfile, bundled and it installs successfully. However I have noticed that it ...
0
votes
0answers
42 views
Embed a mobile forum/discussion/group in a block of a web page
we try to embed forums in our web page. We tried with Google Groups discussions but the only way to embed it (as far as we undestand it) is in the desktop mode:
...
0
votes
0answers
9 views
html5 video player not playing video
`
my webpage
body {
background:brown;
color:#CCCCCC;
}
<BODY>
<video src="test.webm" controls="controls" tabindex="0" ...
-1
votes
1answer
472 views
JavaScript mouseover/mouseleave causing flickering on some browsers (IE & FF) [closed]
I'm having trouble with a site I'm designing. Unfortunately I've fallen into the trap of not designing it for Internet Explorer first, but stuck to a friendlier browser such as Chrome. Now that I look ...
1
vote
0answers
33 views
Data Populate Through JS Ajax call Issue
I am populate data on HTML Page through JavaScript from database using AJAX Call it populates correctly sometime while sometimes not
HTML Portion
<body>
<div data-role="page" ...
0
votes
1answer
46 views
handling more than 1500 divs for zooming and dragging?
I am trying to make a small app to draw a garden with svg graphics where i can drag and pan around.
here is a demo: http://pmtesting1.meteor.com/ (click for drag and scroll for zoom)
the demo shows a ...
0
votes
4answers
49 views
Avoid multiple MySql queries using php
I'm trying to select both the total number and the limited number of products from the database.
Example:
$result = $database->query("SELECT* FROM products WHERE type = $category limit ...
0
votes
1answer
24 views
When the width is changing with regards to window size, how do I align elements that in separate divs?
I have a search input and a result element. Both are in separate divs/containers but I need them to align when the window size changes. I'm pretty sure there's a better way to do it than with ...
0
votes
0answers
29 views
Android uploading the image
I am trying to upload an image and some data along with the image in android using HTTPPOST but I am getting 404 response code. I am trying to send the data using nameValuedPair(). Please help me. ...
2
votes
1answer
39 views
What is the JavaScript trick behind Google Chrome's automatic installation?
If you visit https://www.google.com/intl/en/chrome/browser/ and click Download Chrome, it will take you to a page where it installs chrome directly (inline) without downloading the exe and then ...
0
votes
1answer
61 views
Wizard control inside an AJAX ModalPopUp control?
The wizard causes postback every time the "next" button is clicked, and therefore makes the entire modal popup go away.
Is there a way to combine these two controls such that the modal popup does not ...
0
votes
0answers
86 views
What is the security issues of C/C++ for server programs compared to Java/C#? [on hold]
I like C++ language, and want to write a server program with it. But I am hesitating because number of users are too small in server-side. So I searched some pros and cons of C++ as a server-side ...
1
vote
3answers
36 views
Android posting data to server using HTTPPOST after encoding using BASE64
I am trying to send data to server using HTTPPOST. I have encoded username and password using BASE64.encodetoString(). But I am unable to post the data. There is no error but I am getting 400 or 404 ...
3
votes
1answer
37 views
Module 'System.Data.Linq' Version=4.0.0.0, Culture=neutral, Publickeytoken=b77a5c561934e089' should be referenced
I have a Visual Studio 2012 web application (fw. 4.5) where I try to linq to my sql database.
I've added a datacontext to my project and put it in the root folder. In the datacontext file I added a ...
0
votes
3answers
42 views
Web service only Access by My Android Application
I am using asp.net web service with Android application for select and insert the data from MS-SQL Server.
I just want to web service only access by my Android application.
Because, web service is ...
3
votes
6answers
77 views
Using IF condtion with comparison operator stored in variable
I have set of rules which involves comparison operators. I want to do some task based on the value of comparison operator stored in the rule. I am doing it in the following way but it is not working. ...
0
votes
0answers
8 views
googlebot is crawling and my server sending me too many mails
I am flooded by googlebot, i am getting a day approximately 25 mails from my hosting server saying some errors which do not make sense. one of them is this:
[Django] ERROR (EXTERNAL IP): Internal ...
0
votes
1answer
15 views
How to determine the Content-Type in an HTTP Response
I'm building a web server as an exercise. When I receive a raw request, it gets parsed into an simple syntax tree, and a response is built by evaluating this tree. My question this: When sending an ...
0
votes
1answer
22 views
Upload ASP.NET project to web
I created a ASP.NET project (without database) and now I want to upload it to the web.
I found a hosting server (x10hosting) and I published my problem through FTP to the server.
The problem accures ...
0
votes
2answers
13 views
Highlighting in a web browser through function and text extraction
I am doing a small project that requires me to highlight inside the web browser. Is there any library in javascript or java where I can highlight inside a web browser?
I want to highlight a certain ...
-1
votes
3answers
30 views
Making a <div> slideshow
I am looking to create a slideshow. What I mean by that is that I want to create one of those things that you sometimes see on websites where you have a row of buttons at the bottom, and clicking on ...
0
votes
0answers
82 views
amazonaws.com, cloudfront.net, and akamaitechnologies.com have constant connections to my computer through firefox on port 80 and 443, why?
I have amazonaws.com, cloudfront.net, and akamaitechnologies.com using various remote addresses and various remote host names making innumerable connections through my browser of choice (firefox) all ...
1
vote
0answers
16 views
IDE Decision Making (Opinion) [on hold]
So I'm looking for a new IDE to start playing with. I'm currently using NetBeans which is cool cause it's free. So free is what I'm looking for, but paid suggestions are ok. Now my requirements are:
...
1
vote
0answers
37 views
How to fetch the contents of a particular item/element of a webpage? [on hold]
A webpage consists of some items, elements, and tools e.g. Hyperlinks, Document Area, TextBoxes, Buttons, etc.
I want to use them into my Windows Form Application e.g. if I put some text in a TextBox ...
-1
votes
0answers
27 views
Web development: Best resources to go from novice to expert? [on hold]
I've been working with HTML since 2008 and Drupal since about 2009. Over the years I've become pretty competent with both and would consider myself a novice web developer. I want to know what I should ...
0
votes
1answer
24 views
Read credit card and fill a form in the browser?
I was wondering if there was any way to have a Credit Card reader connected to an iOS device, and when swiping a card, pre-fill a form in the browser. Basically have the Card reader act as a Keyboard ...
0
votes
1answer
11 views
How do I point a domain back to my own machine? (only for my own browser)
I want to set up a machine for testing a website before launching it. Some of the tests require logic in parsing the current host.
I want to be able to test it in my browser but i can only access it ...
0
votes
0answers
15 views
mvc4 sample project giving 404 error on godaddy web hosting
I recently tried to deploy a sample mvc4 website (called app1) to godaddy.com hosting server. The website just displays my basic info in two lines( tried to make it as simple as possible). I copied ...
2
votes
2answers
1k views
Printing google maps in black and white
A lot of my clients(companies) want to print google maps (with directions) on b/w printers. But when we tried to do this - maps became agly because google maps has litle contrast and small resolution. ...
0
votes
1answer
42 views
Messaging between users in Spring MVC app
I make the web-application using Spring MVC and there is a posibility of users to send messages to each other. How can I realize such feature: when the user is on his messages page and he gets the ...
-1
votes
0answers
15 views
Browse picture and picture should be populate on the page
write a program in html which contains a browse button when use select browse and select picture the picture should be populate on the page?
I am facing problems to do it..
Can anyone give me its ...
0
votes
1answer
18 views
how localhost domain name and actual domain differes
im newbie in web development. i have registered a domain name say mydomain.com.
while developing my site i have changed my localhost domain name to mydomain.com.
the thing is while im giving ...
-1
votes
1answer
24 views
Site layout disaligns on different sized screens
Basically the content on a website I have been working on becomes completely scrambled on smaller or larger screen sizes. I attempted to remake the site using only pixel based dimensions rather than ...
-2
votes
4answers
38 views
Java Web Server
I am trying to build my simple webserver in java. So I found this code in tutorial
I was trying to understand what does this method do but I could not any one can explain
what is the use of ...