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

Search In

Github: How to install and setup Github on Ubuntu 14.04

Install Github First update the apt-get package lists with this command apt-get update then install git. $ sudo apt-get update $ sudo apt-get install git Now git has been installed on Ubuntu, lets setup git. How to set up Git Now we need to do

Structured Walkthrough In The Software Testing

What Is Structured Walkthrough In The Software Testing ?   Structured Walkthrough is a kind of static testing approach which is executed in a systematic way among the group of peer to analysis and consult the professional appearances of the ap

cakePHP Flash component

cakePHP have by default FlashComponent which provides  notification messages to be displayed in the website or application after processing a form . FlashComponent in cakePHP writes flash messages  to be rendered in a ctp file in view fold

AuthComponent and hashing password in cakePHP

Identifying and authentication of a user is very common and useful part of every web appilication, In CakePHP AuthComponent provides a way to secure user's password in encrypt manner and allow user to authenticate objects as well. It is a process

Program in C to print your message without using semicolon

Program: You can print your message in C with using a semicolon. Let see how? e.g. Let us print the message Welcome in C. There is three ways: 1. Using switch: #include<stdio.h> void main(){ switch(printf("Welcome"))

How to customize markers in Google Map in Javascript?

How to customize Map Marker: This blog will help you understand how to customize the markers in google map. Specify the icon option on MarkerOptions to change the marker’s icon. The icon option can be either a string (the URL to the marker ico

Simple preview image on upload

If we need to display the preview of the image on upload, we can write a simple javascript function to perform the same this can be done as : <!DOCTYPE html> <html> <body> <script> function img(x) { document.getElemen

SQL COUNT,MAX operations in Magento

In magento if we are required to work on SQL and Database with the query to find the max and count of the fields in database then we can perform it as : public function countUs(){ $table = $this->getMainTable(); $where = $th

How to Create excel files in php

Applications that are written in php most of the times need to export data for some purposes. In this tutorial, we will learn "How to export that data in Excel CSV fomat?" CSV is known as the EXCEL spreadsheet that have the data in a grid f

Capitalize first latter in column of Google Sheet or Excel

Hello Friend, Many times we need to capitalize the first latter of data in the spreadsheet and many of us do this task manually. But what if one have a large data containing thousand of columns will you then do this one by one, for me it

1 104 363
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: