Questions tagged [web-based]

tag should be used while asking for questions with problems relating to using web technologies, frameworks and web based apps.

82 questions
0
votes
1 answer

How to build a GPS Tracking app

I am trying to build some form of application on my website which can track an incoming GPS signal. Basically I will have a GPS-generating chip, which sends serial data on 3G networks. I want to then receive this data and convert it into a location…
Bob
  • 69
  • 11
0
votes
1 answer

What language I should use when printing something from a kiosk

So I am involved right now to a project where my Adviser told me to create a kiosk that is web based. So yeah, I was thinking of html, javascript, and etc. But my question is what language(mark up or not) to use when linking a POS printer to a web…
The King
  • 21
  • 3
0
votes
2 answers

How to Create a Web-Based PDF Submission Form?

I have a PDF Form with several fallible boxes. Currently, those filling out the PDF Forms must print out, complete, scan in, and then email/fax back to me. I would like to have a solution in which people can fill out and submit the form via web…
0
votes
1 answer

How to automatically generate sample texts which satisfy a given regex?

Starting with a regex on hand, is there a way to automatically create sample texts which satisfy the regex? For example, if I enter: ([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3}) It…
Tony_Henrich
  • 37,447
  • 63
  • 211
  • 355
0
votes
0 answers

Extracting Data from LTE modem web based login page

I am writing a code to get some data from the LTE modem login page to use it further in my project. I have tried using the libcurl in C++. But the modem required the login to webpage and I want to take the values of the RSRP, SINR, Modem State,…
0
votes
0 answers

C# Automation: Execute specific rows from CSV file

Currently sm using CSV file to read data from, I need to read specific row and continue executing script, below is what I tried to do so far, C# Code: DataRow specificRow = TestContext.DataRow.Table.Rows[2]; I get mentioned row data to…
PC_Oil
  • 48
  • 1
  • 9
0
votes
1 answer

how run asynctask inside asynctask in the same time?

i have an web-based application that must retrive text in external database and image in server after one text retrived ,using following code for retrive text: class BackgroundTaskOne extends AsyncTask { String json_url; …
0
votes
1 answer

What are web-based databases?

What are web-based databases? I have heart this term a couple times. Is it some special database structure or product line name? Please, give me two words or more for more details.
garik
  • 5,485
  • 4
  • 28
  • 39
0
votes
0 answers

Offline web-based REPL for Node.js

Is there any web-based(offline) REPL for Node.js? i know about Tonic, the one that comes with npmjs if you want to try any Node.js package online. I can't find an offline implementation of Tonic, therefore here i'am asking for any suggestions.
ismnoiet
  • 3,837
  • 20
  • 29
0
votes
1 answer

Web-based form designer and workflow tool

I need a web-based tool which support for easy designing forms, role-based users for completing the forms and an embedded report and chart generator for analyzing data (if charts support drill-down its more useful). If the tool supports workflows…
Xaqron
  • 26,135
  • 39
  • 130
  • 194
0
votes
0 answers

Deploy web Based Application in Ubuntu

I downloaded a responsive template implemented in HTML & CSS, I want to deploy it as web Based application with some changes in Ubuntu 14.04 with LAMP installation. I copied the whole folder to /var/www/html/project_name and when I browse it…
Shaista
  • 139
  • 3
  • 15
0
votes
1 answer

MY SQL Database connectivity using PHP in WEB Based app

I am developing a simple Web Based video application. I design a simple interface using HTML & CSS. Now I need to connect to get videos from already created database in MYSQL. Please guide me that how can we do this using PHP. And the second problem…
Shaista
  • 139
  • 3
  • 15
0
votes
1 answer

Any Non-server Javascript File Managers?

Ok, I've been wasting a whole lot of time just totally dedicated to finding a file manager that runs on a web browser but DOES NOT use anything that has to do with servers. Despite my efforts, I found absolutely nothing. Its always "server this" and…
UltraStallion
  • 131
  • 1
  • 3
  • 9
0
votes
1 answer

Web based interface for open SSL client certificates

We are currently developing a apache2-based web application and want to invite some beta testers to give it a try. To be on the safe side, access should be provided by individual browser certificates (.p12) which are issued using a (fake) CA. Our…
Felix
  • 1
  • 2
0
votes
1 answer

Extract data from Facebook

I am looking for a code in python or java (or any web based application) to extract data from Facebook. Because of recent policy of Facebook, it is not possible to search public posts through API. Is there any way to find and search these data…
pafpaf
  • 273
  • 1
  • 5
  • 12