
Search In
It is incredibly important to have a responsive website.. You need to read this post if you are generally running a static theme and also desire to make it responsive. It will be easier to do so than customizing as well as already taking responsive t
While creating any Login or Registration UI in iOS we ask user to enter their email id. To avoid wrong data entry we can validate entered data by using a simple validation method. Below method will return you a BOOL value. Here it is:-
-(BOOL)valid
Consider you have two arrays like the below:
1) $arr1 = Array
(
[0] => 2
[1] => 2
[2] => 2
[3] => 3
[4] => 3
)
2) $arr2 = Array
(
[0] => 28
[1] => 48
[2] => 21
[3] => 160
[4] =
if anyone configure's virtual hosts on WAMP server helps to run as many separate sites as you want.This includes following quick steps
1.Go to "C:/Windows/System32/drivers/etc" and open the "hosts" file in Notepad. At the bottom of the hosts file, b
Readonly keyword
Readonly: Readonly is a keyword which when used with a variable then the value of that variable can only be changed either at runtime or at the time of the instance initialization. The value is assigned to these variable when they
I've been trying to display 2 rows with 6 columns, on different rows. I've tried different methods, none of which seems to be working.
In my .txt I have:
Corfu [Tab] 5* Gelina Village Waterpark [Tab] 21 May 2017 [Tab] Luton [Tab] 10 nights [
Whenever we code in any language, the first question arises that, what are the important Data collection in the corresponding Language contains.
As we have Ruby language with us. We have some nice Data Collections here.
Array
Hash
Set
Array:
If you need login device type, model and version of an iOS device, then use below code.
You'll have to import below file first then:-
// #import `<`sys/utsname.h>
NSString* deviceName()
{
struct utsname systemInfo;
uname(&system
21st Century Blogging:-
Blogging and social networking/communication are from various perspectives fundamentally the same. The reason for them both is to gain media communication/interaction. As such, they both need a crowd of peo
Rails is a language particularly known for its rapid development and shortcut commands that make development of applications and its modules fast and easy. Today I am going to tell you about few most basic commands of rails:
1. rails new:
This com
