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.
-2
votes
0answers
5 views
Website cannot access sql server but restart its is ok
I have 10 website host on server run sql server 2008, but my webs cannot access server after 24h and then i restart sql server 2008 it's ok. What i can do to fix this problem?
0
votes
2answers
24 views
AJAX PHP MicroBlog Update feed
I'm stuck on my project for college, I've been working on a small time microblog, this may seem silly but I have no idea on how to make the feed auto refresh without killing my monthly bandwidth, here ...
0
votes
2answers
29 views
HTML table is not acting as supposed
I'm trying to create basic chat using ASPX and HTML. The output itself is fine but the problem is that the table just keeps growing and growing. I want it to be scrollable instead. Here's
what i tried ...
0
votes
0answers
5 views
block requests on apache, my ip address was someone else's before
I have a simple webserver set up on an amazon ec2 instance, but the ip assigned to it must have been someone elses before because the logs are littered with requests to webpages and images that aren't ...
1
vote
1answer
22 views
Cron jobs to generate html pages? Or better to have user run php script?
I'm fairly new to web development and had a question regarding page generation and efficiency. I am aware of how to create cron jobs, and was wondering what is considered better, should I run a cron ...
0
votes
2answers
19 views
Adding a blank space in HTML using 'div' and CSS
I want to add a blank space between my divs.
I tried adding 1 div and then using properties in CSS like margin-top, padding-top, etc... every other thing I can find on the internet. The only thing ...
-2
votes
1answer
24 views
jQuery - load function not working
I just started playing with jQuery and I have encountered a problem. Basically, I have a div with id = "main_body" and I want to load some external content in that div, and that content is not shown ...
0
votes
2answers
39 views
How to change option value using button and send data to url?
I have this roll menu:
<form class="woocommerce-ordering" method="get">
<select name="orderby" class="orderby">
<option value="menu_order" >Default sorting</option>
<option ...
2
votes
2answers
46 views
Extract text from a dynamic web-page [closed]
My need is if I'm given an URL of a web-page I've to extract all the text from that. Now there is case for web pages which loads further when you do scrolled-down them to the end like fb timeline. How ...
0
votes
0answers
26 views
how to disbale scrolling on whole page except the selected div in html web page
I am using scrolling in the html web page but problem is that it works on whole page but i want that to work on the div on which i am calling the scrolling function here is my code
<script>
...
2
votes
2answers
41 views
Check my code, I‘m using ThreadLocal to manage HttpSession
I'm use ThreadLocal to manage HttpSession. code as below:
public class HttpSessionLocal {
private static ThreadLocal<HttpSession> threadLocal = new ThreadLocal<HttpSession>();
...
0
votes
0answers
19 views
Getting error 505 (INTERNAL SERVER ERROR)
my .htaccess file i below
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?page=$1&action=$2&id=$3 [NC,QSA,L]4
is it .htaccess ...
-2
votes
1answer
49 views
What books should I read to learn web development? [closed]
I'm a CS student, and I'm pretty good at programming. I've written interesting things in C, C++, Python, Haskell, and Java. I've never done any webdev at all though, and I'd really like to learn.
I ...
0
votes
2answers
28 views
ActionScript Call Function from JavaScript
I'm trying to call a very simple JavaScript function from ActionScript but I can't seem to make it work. Here is my code:
JavaScript
function alert() {
alert("hi");
}
ActionScript
...
-1
votes
1answer
15 views
Opening an Exe From ASP page on client PC
I have a simple ASP application that opens and run an Exe in the current PC,
Partial Class _Default
Inherits System.Web.UI.Page
Protected Sub Button1_Click(sender As Object, e As ...
-1
votes
1answer
27 views
Warning: Cannot modify header information PLEASE ADVISE
Please can someone help? Im not sure what i need to do?
}
$piccount++;
setcookie("pct",$piccount,time()+1000);
}
else
{
echo('<font size="3" color="Red">');
echo "You have enter the ...
-2
votes
0answers
18 views
I am looking for Google Apps Script - Web Developer in San Francisco, CA. Know anyone? [closed]
I am in a need of Google Application Design, Development and Maintenance developer in San Francisco. I can share the details of the opportunity if someone is interested. I can be reached at ...
0
votes
0answers
12 views
Access vba connect to webservice
Im trying to connect access 2003 to a web service and send some data. I have the required modules, i just cant code the vba properly. Im only guessing how to do this, I have only some C# as a ...
0
votes
0answers
21 views
Ajax Request for Web Services
I'm trying to make a Ajaxon JSON request to a web service, but in Chrome, the log would show a arrow with a RED text saying similar to CHECK or something and then it would show the url with ...
3
votes
2answers
25 views
How to have part of my webpage not print
I am making about 20 pages of a website all with a pdf in the middle and some ads on the sides. When someone prints the page I want the pdf to print but not the ads on the sides. Is there a way to do ...
0
votes
2answers
41 views
How can I put a video into a canvas? [closed]
Since yesterday, I tried to find out a solution to put a video into canvas, but it's a canvas which has a specific shape like this one : http://letsdunkit.com/so/rectangle.html
I saw a lot of ...
0
votes
1answer
8 views
Is vsee support mobile browsers?
I want to any way realtime video communication via mobile browsser.
I come across vsee is it supports mobile browser real-time communication ?
please let me.
0
votes
0answers
8 views
Cookie policy - where and how do I HAVE to use it?
Going on the assumption that my sites require the cookie policy "yes/no" confirmation in place, I'm unsure how thorough I have to be...
Example 1:
System A has multiple (10) associated sites. System ...
1
vote
1answer
23 views
How to use facebook graph api to get all the current employees of a company?
The new graph search on facebook page allows you to search for current employees of a company by typing a query like "Current Google employees" on the top search bar.
Now how to do the same via ...
0
votes
0answers
11 views
Apache mod_rewrite redirecting page assets
I just started using mod_rewrite for a web project, and I had finally got it to redirect the way I wanted but I have ran into a big problem. If I redirect the request /trades/id to trades.php?id=id, ...
-4
votes
0answers
18 views
I am looking for VBA code which should extract web content [closed]
I am looking for VBA code which should extract web content from a particular site under a particular heading
However the site has user Id and password.
I have supplier name in the excel using this we ...
0
votes
2answers
36 views
why does jQuery.load doesn't work for this page?
I have some inner html that needs to be inserted into a div which has the class modal-body like this:
$(".modal-body").load("http://cistrome.org/finder/util/pure_meta?did=1660");
Though this page ...
0
votes
2answers
31 views
Running a script 24/7
I am tyring to find a solution for running a python script of mine 24/7.
Research led me to the conclusion that I probably need a CGI hosting.
But suppose that I have one (and which type of ...
0
votes
2answers
51 views
Why does this website show a menu of different width in different browsers?
Link
The problem is in the jQuery Mega menu. It somehow displays correctly on Google Chrome Linux and Internet Explorer (Windows 8), but incorrectly on Opera (Linux), Google Chrome (Windows), Firefox ...
-3
votes
0answers
19 views
How To Scan For Virus Before Uploading In Flash? [closed]
I have a online app made in flash that lets you upload files, and i would like to scan the links before uploading for everyones safety. The uploader is a flash .swf
-8
votes
0answers
38 views
Building a Social Network [closed]
I have a question regarding building a social network with some aspects of Facebook and Twitter. I am a freelance front end designer who has recently acquired a client who wants to build a social ...
-4
votes
1answer
15 views
Calculate the uncompressed file size of 5 minutes long, 16 bit, 44.1KHz, stereo PCM wave audio [closed]
How would you calculate that using this formula
Bit rate * duration /8 /1024 / 1024
Please show working out?
-2
votes
1answer
31 views
Downloading A Text File From Internet Within An App [closed]
I am making an android app.
I wanted to know, if i can download a text file from the web to a specific path, read it's contents into a ListActivity.
Even if i get help on downloading the file from ...
0
votes
0answers
13 views
App architecture with multiple layers/nodes
I have a web site which I would like to split to layers
Web server with python app to accept requests from users (more then one)
Single internal server with all accounts, balances etc
Basically when ...
0
votes
0answers
2 views
Apache axis2 and Jax ws implementation
Do we have to pay any license fee to use Apache axis2 and Jax WS apis to create web services and use it in an application?
-2
votes
0answers
26 views
What kinds of technologies are used for the websites? [closed]
Could anybody know which content management is used for the following websites? The functionlities of the two websites are very similar.
https://uk.zopa.com/
http://www.lendingclub.com/
If not the ...
0
votes
0answers
7 views
Storing user settings in Web SQL Database
Im getting desperate to get my Web SQL Database to work.
Its for an app made with Cordova.
The database is for a simple user settings saving: county, gender, age, favorite pick option.
The database ...
-3
votes
0answers
14 views
How to bind two ip to one domain name for failover solution in Linux (Bind) or Windows server 2008 DNS [closed]
How to bind two ip to one domain name for failover solution in Linux (Bind9) or Windows server 2008 DNS
0
votes
1answer
21 views
Django - Filter URL in texts
I would like to know if someone here could help me out finding a way to "filter" URLs inside block of texts, comments for example. I wish to be able to "Block" the submitting of such comments on my ...
0
votes
1answer
28 views
Publishing ASP.NET 4.5 project guidance?
I am trying to publish an ASP.NET project built using Visual Studio 2012 in .NET 4.5 on IIS 7.5
I have tried various tutorials on the web but cannot seem to figure out how to make it work.
What ...
0
votes
0answers
25 views
Java EE Upload Location
Right, I've managed to get my upload problem working, but I'm hitting a new wall. I decided against storing in a database, but now the problem I am having is how to save the image, in such a way ...
0
votes
0answers
10 views
Use both child.stdout and child.stderr as the response in node.js
Currently my codes for controller (using express framework) are like this:
var python3 = "/Library/Frameworks/Python.framework/Versions/3.2/bin/python3"
exports.uploaded = function (req, res) {
...
-4
votes
0answers
43 views
Which is most used or best Cross Platform UI framework? [closed]
Which is the best mobile cross platform UI framework. There are like hundreds of framework for create responsive UI, I am wondering which is the best one or mostly used.
Twitter Bootstrap
Zurb ...
-1
votes
3answers
52 views
What to use for Web backend development? Perl? PHP? [closed]
I'm looking to setup a pretty advanced web-based interface for a B2B application. I'm looking for a backend language to generate templates for the front end, pass the JSON data back and forth, etc.
I ...
0
votes
1answer
18 views
unity web player download prompt
My website has a web player in it called Unity Web Player. I am working on a page that checks to see if the user has the unity web player installed. If the user already has the web player the user ...
0
votes
1answer
20 views
How can I make Scrapy issue a callback properly?
I'm currently trying to work with the Scrapy framework to simply collect a bunch of URLs that I can store and sort later. However, I can't seem to get URLs to print or be stored in a file on callback, ...
-1
votes
0answers
40 views
Download image files from a website automatically [closed]
I want to download all pictures from a given website.
The website has always the same base path and only the numerical image filename changes, for example:
http://www.example.com/pictures/12345.png
...
0
votes
3answers
34 views
PHP - Accessing my user class from the whole app
I am currently writing a login script because I am trying to learn PDO using OOP. I have a index.php page which only contain a login form. Then I have a User class, it looks like this:
<?php
...
-3
votes
0answers
23 views
Store Outlook web mail to Mysql Database [closed]
i want to store outlook web mail to MYSQL database. how can i do that ?
is there any efficient way to do this ?
0
votes
2answers
31 views
PHP parse address bar in order to forward to specific content
My webpage (www.gagandipsingh.com) is coded mostly on one page, with links calling the following script, which show/hide certain div sections...
<script type="text/javascript">
function ...





