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

Search In

Create custom user login using AJAX in WordPress

Hello Reader, If you want to create WordPress custom login using AJAX below example will help you. You just need to follow the steps one by one. 1.) copy the below line and paste it to header,php file under </head> section. <script type

netw

Ping   Ping is used to check the response from other terminals in the network. It will give you details related to the network you rare in and its status with request. Ping returns different responses depending on the computer in question. Th

Composite DataType in C++

C++ allows you to define different types of variables. You can define a single variable that can hold data of multiple variables.   Defining a Structure: struct [structure tag] { member definition; member definition; ... member d

  • 152
Setting Dimensions at Runtime

Set View Dimensions at runtime Welcome to another tutorial of setting view dimensions at runtime. Following is a simple way to set your view dimensions at runtime (there is another way also for doing same but will discuss in another blog). First

Top Mobile Design Trends to Know This Year

There are a lot of businesses right now that started to realize the importance of having their very own mobile  app design. They know that a lot of users are using their phones right now. If they would not be available through mobile, how will p

Difference between ViewBag, ViewData, or TempData in MVC

Difference between ViewBag, ViewData, or TempData in MVC:- In Asp.Net MVC you have three ways to pass data from controller to view and in the next request. They are ViewData, ViewBag and TempData. ViewData:- Viewdata helps to maintains data when

Pagination stored procedure in SQL Server

In this blog we illustrate how to get the pagination data from SQL server stored procedure. To create a such type of a stored procedure, we need to send a minimum three parameters(startRowIndex, pageSize, totalCount).     1. startRow

UINotification in iOS10, Swift 3.0

To implement Notification in iOS 10, follow below steps. Go to Project -> Target -> capabilities -> push notifications enable push notification. Now in Your AppDelegate Class do following steps - 1. Import UserNotifications. 2. Assign &ld

Form Helpers in Rails Part-2 (Model Objects)

Hi Friends, In my previous blog Form Helpers in Rails Part-1, we have talked about only the basic form helpers. Today we will be discussing forms with models. As we know in MVC, forms are mostly used for creating, updating or editing models. So rail

How to load xml data into sql server table using SqlBulkCopy

Hello all Working with SQL Server we have to copy data from multiple sources and from this purpose we can use SqlBulkCopy Class which helps us to bulk copy data from different data sources to SQL Server database. This class is present in the System.

1 320 481
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: