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

Search In

:nth-child in css

The :nth-child selector in CSS code is here it will allow you to select one or more elements according to the formula. It is used to style content based on parent and child relationship. :nth-child iterates throughs elements from the top of the p

Automatically Forward Your Gmail Email to Another Email Address

Many times it happens that a Gmail user needs to create a new Gmail address, but still wants to receive the emails into the old Gmail account automatically. Although it is not necessary that old email address has to be a Gmail address.  It could

How to do Array Sort

Use the Array object’s sort method: var fruitArray = ['strawberry','apple','orange','banana','lime']; alert(fruitArray.sort()); // returns apple,banana,lime,orange,strawberry The Array object’s sort method sorts the array elements alphabetically. T

Cake 2.0 vs Cake 3.0 - Declare Model & Controller Class

CakePHP 2.x supports PHP Version 5.2.8 and above while CakePHP 3.x supports PHP Version 5.4.16 & above. There are some changes from CakePHP 2.x to 3.0 like syntax declaration , array declaration & model defination etc. The config key www_root

An Overview To The Position Property In CSS

Hello reader's ,In todays blog we will discuss about the position property used in CSS.   Basically the position property specifies which type of positioning method used for an element such as static, relative, absolute or fixed.  

How to resolve the error "The server response was: 5.5.1 Authentication Required"

Sometime the email is sending on local machine but not on the server machine it gives the error "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required" To resolve th

How to save and fetch image data from documents directory in iOS

Hi Reader’s,   This blog includes the concept of how to store and fetch data from document directory. You can easily understand the concept with the help of code given below:-   ​ ViewController.h #import <UIKit/UIKit.h>

New User Interface for Findnerd Projects Session Tracker

A new and improved User Interface for the Findnerd Session tracker has been released on the Findnerd production server.   For allowing this new UI to work properly on your desktop you will need to remove the Java Temporary files from the sys

Install symfony using composer

To install symfony following are the list of required requirement: - The minimum version of PHP should be 5.5.9 - Need to enable JSON - Need to enable ctype - Your php.ini should have the date.timezone setting   Run the following command: #

How to setup first time launch of an iOS App

Hello reader's ! If you want to setup first time launch of an iOS app. Using this code the terms and conditions will appears or shown only the first time of app launch. here is the code below. I have two UIViewControllers (FirstViewController and A

1 74 423
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: