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

Search In

Slide-Out Navigation Panel

Slide-Out Navigation is quite popular nowadays. It enhances usability and gives a different look and feel to the app. Apps like Facebook, Path and many others use this feature. Attached with this blog is a nice library called SWRevealViewController t

Login/Register/ForgotPassword code

Generalized code for Login/Register/Forgot password using ASIFormDataRequest. Customize UI as needed. How to use : 1. Either rename the project and start with development OR add AddedViewControllers, Utils and ASIHTTPRequest folders to your project

Convert a Drawable into Bitmap

Following method tells how to convert a drawable into bitmap // method to convert a drawable into Bitmap public static Bitmap drawableToBitmap (Drawable drawable) { // check if drawable is the instance of BitmapDrawable if (drawable inst

How to use "Group By" in views 3

Hello All, These are the following steps to use "Group By" in views 3 First create a new view. Select your content type under Filter section. Select style under "FORMAT" section in your page. Go to the selected style settings there you find the

How to add list dynamically

This is very simple way to add list dynamically using jquery. In this first you have to give Id to select tag then add the script. <html> <select id="memoryCategories"> <option>Categories</option> </select> </

Making use of selectize.js for rich user experience

Ever needed something like tagging in your project if yes then we have the latest and most optimised jQuery based library which helps you in tagging, contact lists, country selectors, and so on. The goal of this library is to provide with an easy to

How to hide or disable directory listing via htaccess - Linux

It's hard to believe in coincidence but the truth is that lot of developers including senior ones, don't know or bother about this security issue. A lot of times we found that we can see list of all Images, CSS, JavaScript files hosted on server via

Leveraging Interfaces and Extension Methods To Extend Your Classes

Leveraging Interfaces and Extension Methods To Extend Your Classes Why always look to create new classes or functions in a class when we can extend existing classes. I found these two (Interfaces & Extension methods) very strong practices to sup

How to resolve 'Creating default object from empty value' warning in CodeIgniter

Coder missed a very simple fix and general good practice that you should always initialize your object before you try to set a property. It is very simple fix for this is simply to add a new StdClass; call right before the error with the variable it

How to install yii2 via composer on linux

Before installing yii2 we need to install composer for install composer runthese commands curl -s http://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer now for install yii first locate to your web root filder cd /var/www

1 73 370
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: