Posts by Jean Palmeira • 43 points
4 posts
-
1
votes2
answers1178
viewsA: Java - Enter function
you can work with threads one for the events and the other for the screen then : if(evt.getKeyCode()== com.sun.glass.events.KeyEvent.VK_ENTER){ tela.wait(timeout); }…
-
1
votes1
answer141
viewsQ: Create an array of custom post type links and names to use in a meta_box without changing the value of the edit post
I am working on developing a Wordpress plugin using two types of post. The first type is created and updated normally, and I’m trying to use it to create a dropdown in the second type. However, when…
-
1
votes2
answers2244
viewsA: What is the right way to save images to a server?
Normally I prefer to convert the images into a Base64 string and save in the database with the name and source in a table pictures.
-
1
votes1
answer195
viewsQ: Angularjs php Node apache2
I started developing in Node.js using the frameworks Express and Angular when I needed tutorials I noticed that in some is used the Angular along PHP to make bank requests. My question is: which…