Questions tagged as 'lado-do-cliente'

1
answer

What is the best way to make an AJAX request in WordPress?

When I make an AJAX request in WordPress I do it in two ways, but I'd like to know which one is best. The two that I know of are: 1º) You put your function in functions, eg: add_action('wp_ajax_nopriv_my-function','my_function'); add_act...
asked by 01.11.2014 / 21:35
1
answer

Change page content when clicking on link in VueJS

I have an email application and I have a side menu with all the email boxes that will be available to the user. Here is the image: What I want to do is: Each time I select (click) an item from that menu it reloads only the content of...
asked by 24.08.2017 / 16:42
1
answer

How to make a CRUD via REST

Introduction I need to access a web service in PHP via mobile application. I've seen a lot of videos and read many tutorials about Delphi's REST Client. I was even able to develop a prototype of my application. Problem But the pr...
asked by 05.05.2014 / 00:57
1
answer

PHP client-side?

Developing in PHP and, I would love to do everything in PHP only on dynamic programming issues, but I know that to do everything I need web-facing would be impossible without a client-side language.    My goal with the dynamic programming lan...
asked by 25.10.2015 / 15:08
1
answer

How to Rank in a List, The Most Accessed Table Link

I'm creating a PivotTable in Javascript to represent a set of favorite links that will be managed through HTML document. Example document.getElementById('resultado').innerHTML =[ '<table>', '<tr>', '<th>ID</th...
asked by 21.07.2016 / 03:53
1
answer

How to encrypt and decrypt data to be transmitted via sockets?

I have a program that logs in with my server, however the connection is without any protection. I looked for some ways to protect but it seems that some of them have a pass code, in the client, but I need to make the connection encrypted, and pr...
asked by 09.05.2015 / 20:08
1
answer

Area chart with scrolling when clicking and dragging the mouse

I have the following challenge: Perform an area chart where the customer can drag areas of the chart (click and drag) and then save this "new view" after moving the areas . The first idea that came to mind was to perform the displacement vi...
asked by 30.01.2014 / 12:55
0
answers

Partial with Javascript

If I create a Partial like this below "given as an example": <script> //Codigos C# Meus documentos.. //Codigos Javascript... </script> ... and within this partial contain c # code, this partial along with c # a...
asked by 08.05.2018 / 20:01
1
answer

Printing in Ruby on Rails

I have the following problem, I need to print the data that is generated by my Ruby on Rails application, but this impression must be made directly on the USB / Serial port of the client. The printer used will be a Zebra . I've tried usin...
asked by 12.08.2016 / 16:17
1
answer

How to save JSON data to the hard drive? (or access them with javascript)

I'm working on an application to study the syntax of languages used on the web (html, css, javascript and etc ...) through a question and answer mini-game, but my problem has been how to save that data . The method I learned is this below:...
asked by 24.02.2018 / 16:31