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

Search In

Stack in C++

The std::stack class is a container adapter that gives the programmer the functionality of a stack - specifically, a FILO (first-in, last-out) data structure. The class template acts as a wrapper to the underlying container - only a specific set of

What is shuffle in PHP

Hello Reader's, If you want to know about shuffle function in PHP then this article is helpful for you. Lets say you want to generate 100 numbers on a random basis, a good way would be to generate an array with the numbers in order, then shuffle it.

Disable the scrolling of list and allow the whole page to scroll

Hi i am currently working on an android application in it has list view inside the main activity. What i want is disable the scrolling of list and allow the whole page to scroll only,is there any way for that please do help..... I tried with belo

Android Studio Tips and Tricks: Keyboard Commands

Programming key commands Action Android Studio Key Command Command look-up (autocomplete command name) CTRL + SHIFT + A Project quick fix ALT + ENTER Reformat code CTRL + ALT + L (Win) OPTION

Installing mongodb on ubuntu

Install mongodb on ubuntu Hi friends, Today I am going to give you a step-by-step guide of how to install mongodb on ubuntu server. The steps are: First we need to import the mongodb public GPG key to verify the authenticity of distributor f

How to Make SlideShow in HTML5

In the past year, We were using Javascript and jQuery for image slideshow(image Slider), But nowadays we can make slideshow easily with the help of HTML5. In this blog I am going to discuss about how to make slideshow in HTML5 with complete explanat

Script for email send with multiple attachments using PHP?

We can send mail by Using mail() function.This is a PHP predefined function for sending mail. Also we can send multiple attachment at the same time using php mail function and using php code for multiple files. For sending multiple attachment we

How Git store its files

In my Last Blog (init git) I metioned how to initialize git repository, Now lets see what git init did and also understand where git stores its files to do version control on our project. On terminal use the UNIX ls command to list what's in the d

How to create custom module in joomla

A module is light weight extension which pulls information from database or from joomla components.It can be placed in any predefined module position within joomla template. For Creating any custom module we need to create four basic files which

How do you implement animation functionality ?

Hello Readers, Jquery implement the animation functionality using jquery.animate() methods.Animate method performs animation effects on CSS properties and it's effect be on custom animation and the CSS properties should be numeric.Using this propert

1 331 949
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: