
Search In
Hello reader's today we will discuss about "static variable scope in PHP vs static variable scope in Java".
PHP is actually increasing to become a Object Orient Programing. Being a java coder in addition to PHP coder, php in addition to java while t
When you want to upload your curriculum vitae, Your Profile picture,
on the server then you can use File uploading method in PHP.
With php concept you can easily upload your resume and any other document.
There are tow important property must be
Shortcode is a special feature of wordpress . In other words we can call it a simple set of functions Developer can create the functionality specific shortcode and can use it either at admin end in page or post or in any code
1. filter_var():- filter_var() function is used to check if the given variable is a valid IPv6 Address
<?php
$ip = "2001:cdba:0000:0000:0000:0000:3257:9652";
if (!filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) === false)
{
echo("Vali
Alamofire is HTTP networking library for iOS and Mac OS X, which is written in swift. Alamofire is based on NSURLSession,but it make network code much easy to write.
Following function is available in Alamofire.
.upload
.download
&nb
Apple has provided a powerful api to play audio from text and here are the steps to achieve:
1- Import AVFoundation framework
2- Initialise AVSpeechSynthesizer(as below)
let synthesizer = AVSpeechSynthesizer()
3- Cre
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to enable SSL in CakePhp.
Basically, SSL is a very important feature in a CakePHP web application. We can enable ssl https in our CakePHP application on the server. We can integ
What is Animation?
Animation is a simulation of movement created by displaying a series of pictures or frames. It is the process of creating a continuous motion and shape change illusion. The word “animation” is derived from “animate,” which means
1) Here I will rotate a View around its vertical axis using the rotationY property. we will create an XML resource file in the /res/animator directory named as flip_on_vertical.xml.
<objectAnimator xmlns:android="http://schemas.android.com/apk/re
Assembly is a fundamental unit in .net which is versionable and gets created after successful compilation and it has an extension of .dll or .exe.
Strong naming an assembly is Basically a process of Private and Public Key Pair.
In .Net there are 2
