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

Search In

How to use Razor View Engine in Asp.Net

"Introduction to Razor View Engine"     Razor is used to create dynamic Web pages, it supports both C# as well as VB.Net. Razor is used like a markup syntax for adding server-side code to web pages inorder to make them dynamic.

How to add regions in Drupal 8 theme

This tutorial will guide you about "How to add regions in drupal 8 theme". To add region in your template file, first you have to define region in your meta data file i.e (themename.info.yml) & then edit page.html.twig file to print th

Chapter 2: How to connect with mongoDb and use mongoDb model using nodeJS

NodeJS is an open source, completely free and javascript based platform built on Google Chrome's JavaScript V8 Engine. In other words, we can say that NodeJS is a cross platform which is used to develop server side web application. In my previou

How to design a coffee logo in illustrator

In this tutorial we'' ll learn to make a coffee logo in illustrator.   Step 1: First we need to draw a circle on the canvas. Now draw a oval on the center of the circle.     Step 2: Select both objects and Goto the Windo

How to create simple module in Drupal 8 ?

In Drupal 8, all the custom modules will go in the module folder in the root directory. Here are the steps to create a simple custom module to print hello world in Drupal 8:   Step 1. Create 'mymodule' folder under modules folder in t

How to convert an htaccess.txt file into a .htaccess file?

Change the configuration settings using directives in configuration files(.htaccess files) when using php as an apace module.Need to do "AllowoverrideAll" privileges to do so.If we don't have control over Apache configuration must use .htaccess file

How to modify a Datatable

Steps to modify data in a DataTable Suppose we have a DataTable with columns Name,Age, Status //DataTable dtRecords; DataRow[] rows = dtRecords.Select(); if (rows != null && rows.Length > 0) { fo

How to enable Macros in OpenOffice

You can enable the Macros in OpenOffice by following steps: Click on Tools Click on Options Click on Security Press on "Macros Security" Select "Medium" and add "Trusted Sources". You can add the folder to the Trusted Sources wher

Import wordpress functions in custom.php file

Hello reader's in this blog I will guide you how to import "Wordpress functions in custom.php file?". First Create a custom.php file into your theme and put your code into it. Below is the example of image crop function into custom.php : <?php

How to install Laravel 5.0

Laravel 5 is the latest version of Laravel. If we want to install Laravel 5 in our system then we have to write simple command to run the project. composer create-project laravel/laravel test-laravel-5-project --prefer-dist Here test-laravel-5-pr

1 147 178
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: