Questions tagged [instant]

In the context of UX, UI's and programming, 'instant' refers to immediate and automatic. As soon as a trigger activates, the item is updated as fast as possible. Do not use this tag for questions about the `java.time.Instant` class; instead use the java.time.instant tag.

162 questions
0
votes
0 answers

Paypal Express Checkout Mobile Responsive with instant update

I'm using the Paypal Express Checkout NVP (Name Value Pair) API. When I add a Callback URL for instant update shipping cost the whole paypal user interface changes to an older version that isn't mobile friendly / responsive. When I try to force the…
Jaycaponex
  • 65
  • 7
0
votes
1 answer

Faster autocomplete/instant search for java mobile application

I have implemented an autocomplete / instant search on a mobile application that I am developing using java (for the BlackBerry). The search is currently working, however I am looking for some tips on how I may be able to make the search…
littleK
  • 19,521
  • 30
  • 128
  • 188
0
votes
2 answers

Which API should I use?

I am new with paypal. After searching for info it seems paypal has a lot of technologies, APIs etc to be consumed and I cannot choose to right one for my case My business case: Simple marketplace android application with 2 main…
0
votes
2 answers

PHP - foreach loop run all array instantly?

I am trying to loop some functions in loop with "foreach" and array. but it takes very long time to get information. is it possible to run all array loop elements at the same time? ini_set("max_execution_time", 0); function bhttpGet($burl) { …
0
votes
1 answer

Roku with Instant TV Channel and BrightScript Differences

I am a beginner for developing an app for Roku platform. I had few queries on instant tv channel and the BrightScript. I tried installing the BrightScript plugin in eclipse to start with the Roku app development. I have CDN which provides set of…
Bhat
  • 602
  • 9
  • 24
0
votes
1 answer

Instant search between different views AngularJs

I'm using ui-router in one AngularJs Project I have two views like this: .state('index', { url: '/', views: { '@' : { templateUrl: 'layout.html' }, 'top@index' : {…
nanaki
  • 117
  • 1
  • 10
0
votes
3 answers

jQuery: fade parent slowly, show / hide child instantly

Is there a way to fade a parent element slowly and have a child element appear or disappear instantly? I tried this, but it doesn't work.. html

Foo Figure...

Bar…
Rotareti
  • 49,483
  • 23
  • 112
  • 108
0
votes
2 answers

Issues with Filemaker IWP working with hyperlinks on images

I have a filemaker database that I need to be able to link records and all associated data (including container field data) to various points placed on a large PDF image, and then make that data appear via instant web publishing when someone clicks…
0
votes
1 answer

Instant username check with java bean and jquery remote validators

Hi guys i have registration form designed in bootstrap where i have validate all the form fileds using remote validator and i have registerdao.java method which has checkusername boolean method which checks all the rows and if username exists it…
Dipen
  • 1
  • 5
0
votes
1 answer

Updating a two-way java messenger chat to allow multiplie users

I just finished an youtube series about creating an instant messenger chat, which works between the server and one client through sockets. However, I'd like to improve this chat so multiple clients can connect at the same time. The server works…
PloxCake
  • 73
  • 1
  • 5
0
votes
1 answer

Creating a Nodejs local reverse shell over Ajax?

I'm attempting to make a small node executable which has the ability to open a local shell and send and receive commands to a HTTP server. Seems simple enough logically but what would be the best practice in implementing this? Open a command line…
mscreeni
  • 21
  • 4
0
votes
0 answers

How do I create a search similar to the browser 'find'?

I'm looking for some advice/help, I have a page which lists 100's of SKU's and I need to create a search where you enter the stockcode and it will take you to that specific section of the page. In a nutshell it will work like the browser…
Shaun S
  • 147
  • 1
  • 9
0
votes
1 answer

How do I display chosen-box instantly?

I have problem with chosen. I have code