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

Search In

Getting tweets using latest Twitter Rest API's

Hello, Everyone. In this blog, I am going to tell you how to use twitter fabric to get tweets in your application. But before going ahead, I am assuming that you have successfully installed fabric in your Android studio and if not, please read my pr

The Future of Health: Role of Tech Innovations in Improving Patient Satisfaction

Digital innovations in the health sector have aided consumers in a number of ways. For example, now patients can make use of portable devices to access their personal medical details, carry out tests at home, examine their significant signs, as well

How Do Premium WordPress Plugins And Scripts Help Create Websites Quickly?

WordPress is a leading platform for creating websites as it provides outclass features and options to build websites. Whether you want to create a blogging website, an e-commerce platform, or a web portal for your business, WP provides all the necess

What is Redux, its Importance and Integration?

Redux is basically a powerful JavaScript library used for the purpose of maintaining the state. This can be used with web-based technologies, however, it’s likely to be used with React and AngularJs to manage the data across the application. &

JQuery Ajax Post in Rails with example

JQuery Ajax Post in Rails As we all know, ajax is used for saving some objects to server or requesting to server and in response, page should not be refreshed. Rails provides helper remote: true, that can be added in ruby form helpers. After adding

Send data through ajax call and receive Json response from controller in Springs

Here is the sample code implementing ajax call to send the data of a form to the controller and receiving json response from controller. Student.java Create a java bean class and generate setter and getter. public class Student { private Str

Issue while parsing string into DateTime:

Issue while parsing string into DateTime: Before starting lets have a look on the following code block. Example: string temp = DateTime.Now.Date.ToString("dd/MM/yyyy"); //( let the value be "20/05/2015") DateTime dt = Convert.ToDateTime(temp);

Sending notification to IOS device using C# code

In one of my current project, I had to develop and integrate the IOS notification functionality in my server side C# code. I did some RnD for this and found below mentioned code to serve this purpose. public void SendNotification(string deviceId, st

Event Handling in .NET

While writing code in ASP.NET we always write it inside events associated with the control.   Event Arguments private void EventName (object sender, EventArgs e);   Application and Session Events The most important application events

Model in Computer Network

In layered architecture of Network Model, one whole thing is divided into small tasks. Every layer perform its task independently and pass it other for later processing.   In layered communication system, one layer deals with the task passed b

1 151 160
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: