
Search In
Managing multiple versions of Ruby on Windows can be a harrowing task since RVM is not present for Windows environment. And suppose you want to install different projects which require different version of Ruby and Rails on Windows.
Can be a challe
Yesterday i was searching about how to generate and download csv file in php script using array, i google it and found lots of code there but nothing was working according to my requirement then developed this code. Feel free to let me know if you fi
Optimized techniques for Concatenating Strings in java.
We can concatenate multiple strings using either + operator or String.concat() or StringBuffer.append(). Which is the best one interms of performance?
The choice depends on two scenarios.
Here I will explain what things need to verify while accepting new test build from the developer side.
Build Version#: Every build has a unique no. to differentiate from other builds and tester gives test result against that build no.
Resolved Issu
If some parameter is missing in json or dictionary. For example-
json = (
{
"created_time" = "2013-11-18T14:40:37+0000";
from = {
id = 15400100;
name = "Alexandra";
Best approach for Image loading in iOS apps
Best way to load Images in iOS apps than image sync.
Download SDWebImage framework and Unzip it.
**Steps to follow**:-
Step 1. Add SDWebImage framework into your project. On Project navigator Click>>
Snippet works all around to customize the tabbar icons & texts display color for selected and unselected state for iOS7
self.tabbarController.tabBar.tintColor = [UIColor greenColor];
Below code can be used to customize the text look.
you can s
Recently Laravel framework has been launched in the market as I am not familiar with it, because still I have not worked on this framework but it seems to be one of the best MVC framework, below link provides you an average of mostly used/popular fra
Hello Friends
Here I am going to share a very important code to make ListView scroll inside a ScrollView.
Most of the Android developers says: “Its not a good approach to put a ListView inside a ScrollView because a ListView is already a scrollvie
Hey fellas,
I am back with another article, this time on the very useful option of BLEND SHAPES in Autodesk MAYA.
Yaa, I know you all are eager to know what we can do with blend shapes and where can we use them but before that, let me ask you a ve
