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

Search In

Passing an array to the URL

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

Aimated Text shadow by CSS 3

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 {

Some keyboard shortcuts in Xcode

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

How to Compress Video File Through coding in ios

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

Java 8- Method and Constructor References

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

How to make Inside border transparent ?

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;

Directives in Angular Js

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

Typically divi This can feel

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

How can create a countdown timer using javascript?

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

Android Studio Tips and Tricks: Keyboard Commands

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

1 50 156
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: