Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Relatives font sizes in css

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

Serialize a form elements in jQuery

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

Chaneg Textview height according to text

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

C++ Interview Questions and Answers Part 2

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

How to parse JSON in C#

"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 using C#

"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 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

Pointers in C++

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. &

Can I Alter Postfix Notation to Prefix Notation with Small Tweak in C++

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

Integrate Wegus infotech SMS Gateway API in PHP/Cakephp 2.x

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

1 8 19
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: