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

Search In

Calling application methods from WebView in android

Sometimes it is required to show useful information to the user in android App and in that case,WebView is very useful.But to access WebView,we need to develop a two-way connection between application and WebView. Here I will show you the best way t

How to create a partial view in Asp.net MVC

This blog illustrate how to create a partial view in Asp.net MVC by using below steps:   Create a model class for partial view   using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Pa

A simple Reactjs Counter Application in asp.net MVC

ReactJs is a facebook library which is developed to handle views for the web and mobile applications. To implement React in your Asp.net MVC application, first, user need to add the ReactJs references in your application. As I am creating

How to use AFNetworking to make a server call in iOS

Hi Reader’s, This blog is to use  AFNetworking to make a server call with the help of API. Here we are using an API which includes GIF images and other related data. So below is the code used to get response from server. Before proceedi

Blend modes in CSS3

Hello reader's in this blog we will discuss about the blend modes in CSS3, by the use of blend mode you can create some artistic look to images and text for the websites without using photoshop you can modify the images. With CSS3 blend mode we

Bounce Effect using Jquery

Hello Readers, this blog is on the bouncing effect using jquery in all directions(up, down , right and left). I have created four round boxes, on clicking on a box each box will bounce in a different direction and a button on clicking that button al

What is javascript engine?

There are several different implementations of javascript engines by far the most popular engine is Google's V8( Which is not only limited to client side but also with the server side with NodeJS). But what is actually does? It's actual job

How to check metadata of an audio file in iOS

Hi Readers, The below code snippet will give you the meta data of an audio file. You need to add an audio file in Resource Folder. Once that is done use the below code. Let us also understand the code.   - (void)viewDidLoad { [super view

Solve null pointer exception

Here is my Code: import java.sql.*; public class dbcon { Connection con; Statement st; ResultSet rs; dbcon() { try { Class.forName("net.ucanaccess.jdbc.UcanaccessDriver"); Connection con = DriverManager.getConnection("jdbc:ucanaccess:

pg_search gem integration in rails application

If we are using PostgreSQL RDBMS in rails application and there are need to search functionality, pg_search gem is perfect for that. It has easy implementation and having rich methods for the search functionality. Note: pg_search gem supports o

1 210 282
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: