All Questions

4
answers

How to generate indented code?

How to print indented code when I give echo to PHP? let's say the structure looks like this: echo '<div>'. '<table>'. '<tr>'. '<td>'. '</td>'. '</tr>'....
asked on 21.07.2015 / 22:41
2
answers

Is it possible to program object-oriented in C?

Is it possible to build a C program using OOP? I looked at several sites for examples of this, but I did not find anything concrete, that really tells me whether or not it works. If so, please put at least one code sample.     
asked on 11.08.2015 / 21:45
2
answers

ASP.NET MVC Paging

I currently work with data like this: The context returns me all the Bank Customers public IEnumerable<Clientes> ListarTodos() { return contexto.Clientes.ToList(); } In the controller I call ListAll () pub...
asked on 07.07.2014 / 16:27
3
answers

Deserialize JSON Array in an Object Array

Good afternoon, I decided to ask because I have been caught in this for 3 days and no matter how much I have searched, I have not found a solution to my problem. Access a Web Service via C #, HttpClient, and get a Json in the following format:...
asked on 29.01.2016 / 18:44
2
answers

How not to allow indexing by search engines?

On this day I placed my domain on Google and it fetched my Web Site and my System . I would like my System to be hidden from Google and from any other search engine. Would you like to do this? How to get indexing already done...
asked on 20.02.2015 / 15:20
4
answers

How to do LTRIM () and RTRIM () in Java?

I need to process strings in Java. I know there is the trim() method, but I need a Left Trim and a Right Trim . How do I do this? For the time being I'm traversing the string with a loop and removing all the blanks from the b...
asked on 04.02.2014 / 18:55
3
answers

Alternatives to MVC for Web Applications

Context (TL; DR) When talking about architectural design patterns, MVC is often talked about. For the web, usually something like the following image is used: Somuchoftheframeworkswehave,suchasZend,Symfony,Rails,andothersuseimplementations...
asked on 06.02.2014 / 02:31
3
answers

Save or not browser cache?

Hello, I tested a site I'm doing on PageSpeed Insights from Google, and it suggests "Leverage Browser Cache". I wanted to know if it is really necessary and advantageous to store cached files, or if I only put this tag? <meta http-equiv=...
asked on 24.10.2015 / 20:09
3
answers

What is the difference between div and section?

I was reading here about the element <section> . I have read the specification, read some articles on, and still can not understand what benefit this element brings is no longer covered by the <div> element. I saw t...
asked on 27.05.2014 / 14:20
2
answers

How to encrypt using an asymmetric encryption algorithm in Delphi?

How to encrypt using an asymmetric encryption algorithm in Delphi?     
asked on 11.04.2014 / 03:57