Questions about how to better interact with a website either through its API or other tricks
-1
votes
0answers
9 views
How to enter a line feed with text input?
My customer wants to enter intact a multi-line string in a char field. So, she needs to enter a line feed as part of her input on the Web form. Is that possible?
I have no control over the input form ...
-3
votes
0answers
13 views
would like to no about the latest implimentation of w3school site for offline browsint [closed]
I would like to have the latest w3school site for offline browsing. What I am having curently is the one which is made in 2009 and 2011. Do any one here villing to make the latest w3school for offline ...
-1
votes
1answer
23 views
Paypal Integration in a web store. How to avoid clashes during checkout? [closed]
I have a website that list multiple items for sale. I would like to use paypal to sell stuff on it. The only problem is, when I have 1 item left, how can I avoid the clash if two people plan to buy it ...
1
vote
1answer
32 views
Embedding Database on a website?
I was wondering if you could embed the database created from the Ifreetools Google Apps engine onto a website?
I have my own website and I would like to know if I could just make a databse over ...
0
votes
0answers
14 views
Is there any web app like Kayak but for Grocery Items?
I am trying to find if I can find some local store shops/big store shops/deals/coupons around my house to get the best groceries. Tired of these coupon pages which comes to my mail every other day.
...
0
votes
0answers
34 views
Is there a database builder with the ability to embed a database search into a website?
I am currently working to create a website (using Weebly, not from scratch) where users can find resources pertaining to Intercultural matters. The original idea was to organize the site into a ...
-1
votes
0answers
25 views
E-commerce payment gateway without shopping cart [closed]
I am trying to create a single button membership payment that forwards the user to the gateway with the amount already defined on the gateway (e.g:-single membership payment 50 pound -> ...
-1
votes
0answers
18 views
Is a relative path a better UX than a sub domain? [closed]
We're merging two of our products together into a unified brand. Is making users log in to app.example.com a better or worse user experience than having them log in to example.com/app? I used ...
-3
votes
0answers
59 views
How to find bugs/ vulnerabilities in web apps/sites? [closed]
What knowledge is needed?
What software is to be used?
How are the reports written?
PS: Websites like facebook.com
-1
votes
0answers
33 views
Displaying live scores and stats of a football match [closed]
Ive been a football enthusiast for years and browse around football websites for hours.. Ive been checking live scores and stats online through different websites like livescores.com and other similar ...
-2
votes
1answer
103 views
Best CMS/Application for a Baseball Statistics Website [closed]
I am trying to build a website for a baseball team. Each team has multiple players and each player will have his own profile which has player information, statistics, video and photo upload (this can ...
0
votes
2answers
72 views
Online service for downloading websites
Is there any (free) online service that can download a website, compress it, and give us a link to download the compressed website? Don't need to have lots of features for filtering data, just the ...
1
vote
0answers
34 views
Search a single website using regular expressions?
Is there a way to search a single web-domain using regular expressions? I've been mirroring sites with WinHTTrack and then using dtDesktopSearch but it's an incredibly inefficient process and I was ...
1
vote
1answer
49 views
Which web app I can use to get a notification when file is added into a directory?
Is there a web application which I can use for monitoring a web directory? I would like to use get a notification (RSS feed or email) when a new pdf file is added into this web directory.
0
votes
0answers
219 views
Use Google Apps Script to Parse Google Spreadsheet cell based on date
I would like to use a google apps script to parse a spreadsheet containing 2 columns:
|--Date--|--Schedule--|
|-3/4/13-|--Day 5, G--|
|-3/5/13-|--Day 6, F--|
I want to create a script that parses ...