Questions tagged [web-technologies]

Web Technologies is an umbrella term under which browser-based APIs, which are not part of the DOM, but which expose capabilities of the browser or the devices they run on. Examples of web technologies include the Web Cryptography API [webcryptoapi], Battery Status API, Permission API, etc.

95 questions
0
votes
1 answer

Alert user of in-browser event when window minimized -- other than html5 notification

I have a requirement where we need to alert the user of some event that happened in the browser even if the window is minimized. In browser we use toasts from toastr and this works great if the user is in the browser window already. We also have…
Pompey
  • 616
  • 2
  • 9
  • 23
0
votes
1 answer

Best System to Store a Web Page on a iPhone?

I have a unique and interesting difficulty: I need to find a way to (semi-)permanently store an html page on the iPhone, but the protocol and method I choose is up to me: for example, I could request that the files be packaged in a zip archive, then…
JoBu1324
  • 7,751
  • 6
  • 44
  • 61
0
votes
1 answer

Is there any standard approach for generating tables, web-views and request -handlers by entity description?

My problem is that I know description of some process and want to search some standard technology implementing such approach, but don't know the correct name. In short, I need "objects-templating" engine. In details, I need to automate the…
user2104560
0
votes
1 answer

What’s your favorite trends for ASP.NET based applications

I was looking in the Internet if there is any article about trends in ASP.NET. There are many such articles and each one gives their own suggestions. Could you point some technologies that are commonly used building ASP website? I'm interested in…
Nickon
  • 9,652
  • 12
  • 64
  • 119
0
votes
1 answer

Use of OData in a web application instead of other

I read in an article that odata can be used for different combination of clients/servers. Say I would like to develop a web application where i store data(say information about all mobile products on market) using mongoDB and use python as backend…
Vindhya G
  • 1,339
  • 2
  • 21
  • 46
0
votes
1 answer

What would you call a website which matches the functionality of this example?

What do we call websites like this http://www.jecrcrenaissance.in/ Try using keyboard arrow keys.
0
votes
1 answer

How to ID a web user uploading a file

I just used a great PDF Converter, but I noted that they have a 30 minute intermission between conversions (to get paying customers). So I got curious as to how the restriction might be is implemented; and afaik it doesn't seem to be (solely?)…
Jonas Byström
  • 25,316
  • 23
  • 100
  • 147
0
votes
1 answer

Create table/list and store it - what are my options?

I need something like this: http://listjs.com/examples/add-edit-remove That means: a single page with a table and some fixed columns and users can add rows. Since list.js is Javascript, it is not persistent across machines. But I am not very…
duenni
  • 320
  • 1
  • 3
  • 21
0
votes
1 answer

Hukkster technology stack

I started using Hukkster.com a few days ago. It is really fast and accurate. The bookmarklet of hukkster always fetches correct price from the product page. This happens for all the featured merchants it supports. I was really curious to know…
Learn More
  • 1,535
  • 4
  • 29
  • 51
0
votes
1 answer

Java Multipart/post download

I have few question related to Web technologies. From my reading ant looking at Apache and Netty documents I could not figure out few things about downloading a large file with HTTP multipart/post request. Is it possible to send HTTP request…
Arjun Patel
  • 345
  • 6
  • 22
-1
votes
2 answers

How to load website superfast as this one?

I am not sure if it is the right place to ask the question but I couldn't find any channel on StackExchange relating to the question so thought to ask here. My client asks me to build a website that loads faster as this. I know we can use Vue.js,…
Code Lover
  • 8,099
  • 20
  • 84
  • 154
-1
votes
7 answers

Integrating C++ code with any web technology on Linux

i am writing an program in c++ and i need an web interface to control the program and which will be efficient and best programming language ...
rrama
  • 19
  • 2
  • 4
-1
votes
2 answers

not going inside while loop in 'while($row = mysqli_fetch_array($stmt))'

I tried to execute the following php program in my friend's laptop, but the nothing is getting executed inside the while loop.
user41965
  • 111
  • 1
  • 7
-2
votes
1 answer

What technnologies should I use/learn for my project?

I've been wanting to start a (passion) project that will essentially go like this: I'll create a website, and in this website users will be able to look up words in a specific language to get their meaning directly from a dictionary, as well as…
-2
votes
4 answers

How to access multi-valued dictionaries in javascript?

I have the following dictionary: {1:['a&b','b-c','c-d'],2:['e orf ','f-k-p','g']} I want to print the key and values from this dictionary I tried the following code: for (var key in dictionary) { // check if the property/key is defined in the…
Sri Test
  • 389
  • 1
  • 4
  • 21