Skip to main content

All Questions

1 vote
0 answers
852 views

Digital signature on PDF clientside / serverside

I have a project and I need help... The idea is a web application that allows users to sign a pdf located on server via a jar file (which is also on server) that take a pdf and PKCS#12 file (.p12 or ....
Wael_al's user avatar
  • 71
-2 votes
1 answer
90 views

Reactjs/Angularjs environment setup in windows 10

Windows 10: I have installed Node, NPM, visual studio code. Now I would like to create apps and play with Reactjs/AngularJs + HTML + Bootstrap. Can I just create apps in Reactjs/Angularjs with ...
raju's user avatar
  • 1
1 vote
1 answer
241 views

Teradata as webapp backend?

Does anyone have experience using Teradata as the backend for a typical, responsive client-side web application? What were your experiences? I'm wondering if Teradata meets performance requirements to ...
Nate Gardner's user avatar
  • 1,717
-1 votes
2 answers
4k views

How to use client side script on button click to modify text box

I'm developing an interface using ASP.NET with AJAX Webforms. It shows an update panel upon initialization of the page and after various actions are requested to validate the user with a PIN number. ...
Brian Pressler's user avatar
0 votes
1 answer
72 views

Qooxdoo client side protection mechanisms

What are the protection mechanism for client side javascript application in qooxdoo? Basicly I know how to handle the login process using some server application, but I am wondering how can I protect ...
mstrug's user avatar
  • 21
3 votes
1 answer
3k views

Using C++ DLLs in a browser

We have a .DLL library generated from a huge C++ project. We would like to expose it over the web. The first attempt was to use Emscripten. But I guess based on This Answer, not every library could ...
towi_parallelism's user avatar
0 votes
1 answer
617 views

Handing/Displaying large amounts of data in tabs on client side

I'm developing a application which is essentially: User selects group of data, a new tab within the page is created and the data is loaded from a restful service( Can take ~10seconds with larger ...
Andrew's user avatar
  • 7
0 votes
0 answers
175 views

Client-side image manipulation best practices

I'm developing a web application based on Django which will allow the user to upload their images, crop them, apply some filters and then send them to my server as a list of all edited images, but I ...
omaestra's user avatar
-2 votes
2 answers
108 views

Recommended approach to writing a client-side JavaScript application

I'm considering learning JavaScript and I thought, what better way than to write an app! The idea is to make a simple school enrollment app, where the user would input enrolled student data and the ...
DevEhmeth's user avatar
83 votes
3 answers
30k views

When to use "client-side routing" or "server-side routing"?

I'm a little bit confused about this, and I feel slightly stupid asking this question, but I want to understand it. So, say I'm working with a client side web framework, like Backbone, Angular or ...
tomet's user avatar
  • 2,516
0 votes
2 answers
1k views

node.js web application with client side rendering

I'm building a web application using node.js, this is my first time working with node. I'm using express framework and I have a question about client side rendering. All the tutorials that I have ...
sublime's user avatar
  • 4,081
7 votes
1 answer
916 views

How do I prevent somebody from copying the code for my Firebase-powered application?

If I were to make a 100% client-side app with Firebase as the backend, how would I prevent somebody from taking all my static files, changing the Firebase references to point to their own Firebase, ...
Michael Lehenbauer's user avatar
0 votes
0 answers
138 views

Issues caused due to lack on unbinds on a page unload

I have a web application that runs on a mobile device(64 MB memory). The application is a wizard that asks for input from a user to validate it with the data. At each step it validates a single ...
gnarsi's user avatar
  • 379
0 votes
1 answer
216 views

Identifying Java desktop client dependencies for web apps

We have a set of web apps and want to identify if they have a Java client-side dependency i.e. if they invoke the client installed JRE. Is there an easy way to do this? or do we have to manually scan ...
user2629853's user avatar
0 votes
2 answers
173 views

Does it matter if computations performed by a web app occur in javascript?

I'm building a To Do List web app that walks someone through a specific time management technique. I built this app entirely with JavaScript and jQuery since I do not yet know a server language. Am I ...
Jackmc1047's user avatar

15 30 50 per page