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.
1
vote
2answers
30 views
Extract text from a dynamic web-page
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
19 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
...
2
votes
2answers
34 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
16 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
44 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
25 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
14 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
15 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
11 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
24 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
39 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
18 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
17 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
35 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
30 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
36 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
30 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
25 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
20 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
42 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
38 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
22 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 ...
1
vote
2answers
40 views
Does it make any difference using http when referring to assets?
So i'm building a webpage. I want to put a glorious picture somewhere. I will of course use an img tag, but I'm curious if it makes any difference if I do this:
<img src="img/mypic.png">
...
0
votes
0answers
22 views
addEventListner to an iframe from different domain
Without JQuery.
This code is supposed to work on each iframe and alert the element that receives a mouseDown event.
but i think because my iframe is from another domain, i'm not able to fire the ...
0
votes
0answers
19 views
IIS 7.0 WCF Web Config Error
I created WCF Service Application in Visual Studio, copied the DLL's to IIS and all was working fine - I could connect to the service with a client.
I have made changes to the Web config file to use ...
0
votes
0answers
17 views
Unity 4 Web Player offline installation - is it possible?
I would like to know if there is any way available to install Unity web player to a PC that is not connected to the internet.
The official installer installs an ActiveX component, and a NSAPI DLL ...
-4
votes
0answers
28 views
How to improve server response time [closed]
I use VPS hosting. When I check my blog page loading performance on Google page speed. It shows I have to improve server response time. It shows my domain has 0.24 seconds (home page as well as ...
3
votes
1answer
79 views
+50
Why is Symfony2 performing so bad in benchmarks and does it matter?
My colleagues and I are in the process of choosing a web framework to develop a high traffic web site. We are really good with node.js + express and php + symfony2. Both are great frameworks but we ...
4
votes
2answers
90 views
Any emulation or alternative of live jquery function that addan enent listner for both present and FUTURE elements? [duplicate]
Any emulation or alternative of live jquery function ?
I need to use an alternative of the live function without JQuery and JQuery.Live.
Especialy that i need to use addEventListner for future ...
0
votes
2answers
47 views
execAndWait Interceptor not redirecting to success page after waiting
I have a login screen where some user input validation will happen, the user will be authenticated and finally redirected to the welcome screen.
Below is the interceptor definition for the ...


