WordPress Multisite With Root Domains

wordpress multi-site

This WordPress tutorial will assist you through WordPress multisite deployment. That means, you will learn to set up multiple separate root domains(as much as you want!) in a single WordPress installation and utilizing a single MySQL database. You … [Read more...]

How To Work With CodeIgniter Pagination

codeigniter

Pagination is one of the most frequently used features for web applications. Wherever we have a bunch of data and need to show them as a list, we require pagination to prevent hundreds/thousands of data in a single page. As a robust framework, … [Read more...]

How To Work With CodeIgniter Forms

codeigniter forms tutorial

For a web application, HTML forms are the probably most important sections. Because, these are the real interface which make it happen to communicate and receives/store data from visitors. Now a days, we can't even imagine a website without at least … [Read more...]

Working With CodeIgniter Image Manipulation library

CodeIgniter Image Tutorial

Upload, crop, re-size etc are the basic image customization that most web sites or applications need to have. If we start implementing with native PHP support, then these functionality can be quite big and (may be) buggy also. Here comes the role of … [Read more...]

Tutorial On Uploading File With CodeIgniter Framework / PHP

CodeIgniter Tutorials

File upload functionality is one of the most common requirements for most of the web applications. If we go for raw implementation, we would need to do some basic initialization manually. Which make the code redundant, time-consuming and conduct the … [Read more...]

Develop A Simple WordPress Plugin Admin Panel

Wordpress Plugin Development

In this tutorial, we will explore how we to develop a simple WordPress plugin admin panel. This tutorial is not for complete beginners and I do assume/strongly recommend that, you already have gained some knowledge about how to create a simple … [Read more...]

Getting Started With Asp.NET MVC 4 And Entity Framework

Asp.net MVC Tutorial

Asp.NET MVC framework has upgraded itself rapidly and a lot of whole features are being added/supported. I lastly worked with Asp.NET MVC 3 With LinQ Based Web Application. While checking out the MVC 4, I got familiar with Entity framework and MVC … [Read more...]

How To Use WPF DataGrid in C#.NET

WPF C# Tutorials

WPF datagrid didn't seem to be that much handy or easy to use to me as like win-form data-grid. However, that doesn't mean it's a lot hard to implement it. Though I didn't able to dig much into this, I will like to share my gathered knowledge while … [Read more...]