
Search In
Sometime you may need to pass the array in the url.
You can do this as following:
<?php
$array["a"] = "A";
$array["b"] = "B";
$array["c"] = "C";
$array["d"] = "D";
$str = serialize($array);
$strenc = urlencode($str);
print $str . "\n";
print $s
Hello,
Bellow is a animation showing shadow of a text moving relative to the movement of the light.
<!doctype>
<html>
<head>
<style>
@import url(http://fonts.googleapis.com/css?family=Anton);
html {
height: 100%;
}
body {
Xcode provides many keyboard shortcuts that can save our lot of time. Here is a list of few shortcuts that you might want to try out:
cmd+shift+o Open quickly
ctrl+cmd+left arrow Go Back
ctrl+cmd+right arrow Go Forward
ctrl+cmd+up Jump to Next Count
Hello all,
Refer the code below to compress the video file and save the compressed file in document directory.
- (void)compressMyVideo:(NSURL *)videoPath completionBlock:(void(^)(id data, BOOL result))block{
NSLog(@"compressing ====%@", videoPa
Method Referencing
Method reference is feature related to lambda expressions. Method references are more readable form of Lambda expressions for already written methods. “::” operator is used to define method reference. It provides a way to a meth
Hi all,
Here are two method to make transparent border first is by using pseudo element and second is by using background-clip
Example 1:-
In the method I'm using pseudo element :before
.box-border {
background: #0f8ac3;
color: #fff;
AngularJS directives are what controls the rendering of the HTML inside an AngularJS application, it also lets you to extends HTML by adding the directives.
In angular js directives are represented by prefix ng-
Some of the mostly used directive
motifs were not drawn on the fabric. Today they are made on tracing paper and transferred to the fabric. Kanthas are recognized by the stitch type. Th hollister o SPFW Ver茫o 2015 n茫o ser谩 diferente. Esse ano o casting est谩 recheado de TOP Models, c
To create a countdown timer please check the below example :-
Example -
In this example let's suppose a user fill a form and at that time we want to limit the form filling time to 5 minutes and at the same time we want to show that user how many
Programming key commands
Action
Android Studio Key Command
Command look-up (autocomplete command name)
CTRL + SHIFT + A
Project quick fix
ALT + ENTER
Reformat code
CTRL + ALT + L (Win)
OPTION