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

Search In

stylish check box using pure css

Hi all, Below is an example of custom check box, using pure css here is no any script. You can use this example many type, like to select some image or theme. I hope it will helps you somewhere. HTML:- <div class="wrap"> <div class

10 Useful Plugins in CakePhp

CakePHP allows us to set up a combination of models,views ,controllers and release them as a packaged application called Plugins which can be used in the CakePHP applications. Some of the useful Plugins in CakePhp web application are as follows:-

What is RSS (Rich Site Summary )

First let us understand what is RSS feed: It is a format to share data, defined in the 1.0 version of XML. We can provide information in this format and get this information, and also get information in this format from various other sources. Inform

How to install Laravel5 using composer

This tutorial will help a user to install Laravel5 a framework in php with the help of a composer. The basic requirements to install Laravel5 are as mentioned below: PHP >= 5.4 Mcrypt PHP Extension OpenSSL PHP Extension Mbstring PHP Extension

Using database session handling in Code PHP

PHP is one of the scripting language. In which session handling is one of the key thing mostly using in web application. Suppose you build a website and allow to login everyone in website, You need to track user every step until they log out our sys

What is assembly and strong named assemblies in .net

Assembly is a fundamental unit in .net which is versionable and gets created after successful compilation and it has an extension of .dll or .exe. Strong naming an assembly is Basically a process of Private and Public Key Pair. In .Net there are 2

Difference between WebApplicationContext and ApplicationContext in SpringsMVC

Well, when we start off with SpringMVC first of all we have Dependency Injection in mind and then comes ApplicationContext but when we dig deep we get stuck with a lot of issues one of which is Difference between ApplicationContext and WebApplication

Set Cron in Zend Framework?

In order to set cron in zend framework please follow the below steps. Step 1: Please do not execute or access the bootstrap's run function directly in the file index.php Location of file : public_html/index.php Now Upgrade below code: if (php_

How to handle Error 404 in ASP.NET MVC

In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully. The first step will be to set up the custom errors page by making the following settings in web.config: <system.web> <compilation debug="fal

replace() method in JavaScript

JavaScript String replace() method : The replace() method is used to replace a string from new value. The replace() method has two parameters, first parameter is a string or regular expression which need to be replace by new value and the second para

1 29 76
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: