
Search In
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
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
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
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
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>
</
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
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
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
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
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
