
Search In
Hi Readers,
In this blog, I am going to discuss relatives font size in CSS as per screen resolution.
Being a ui developer one should have proper knowledge about all the measurement units while making a responsive design using CSS.
First of all we s
The serialize() method of jquery is useful when we have to send a query string to sever in ajax request.
It can encode all the form elements as a string by serializing the form values.
This method does not accept any arguments.
The .serialize() metho
Hi All,
If you want to change height of textView according to content height than you can follow this code.
Use auto layout to set view in story board and make IBOutlet for textview . Assign delegate to textview and dont give height constraint to t
In the previous part C++ Interview Questions and Answers Part 1 I have explained some basic questions of C++.This part is in continuation with the previous C++ Interview Questions and Answers tutorial. In this part of the tutorial we are proceeding
"Parsing Json in C#"
Now a days JSON is the most popularly used data exchange format due to its simplicity and light weight, therefore we will see how to hit the API and then parse the received JSON in C#.
Please go through
"How to Deserialize XML document in C#"
In this article I have discussed about how to deserialize the XML using C#.
Let us take a simple example to understand better:
<AddressDetails>
<HouseNo>4</HouseNo>
Friend class in C++
Friend class
Protected and private members of a class cannot be accessed from outside the class in which they are declared. A friend class can access these members of another class in which it is declared as friend.Friend declar
A pointer is variable whose value is address of another variable You must declare it before using it in your program.
C++ performed task more easily with pointers, such as dynamic memory allocation, cannot be performed without them.
&
Preferred language using C++//
Basically the expression below has been converted into a C++ postfix expression. Now i need to reckon the result.
I used deque somehow, instead of stack, because i tried using stack and it didn't seem to work. but
Wegus infotech SMS Gateway
If you want to send bulk sms to your users through API, then you can send it using dedicated SMS gateway via HTTP Protocol. The HTTP API can be used to send various type of SMS messages including Long text messages or Shor
