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

Search In

How to create a swing image using css3 animation?

 In this blog, we will create an image that will swing like a pendulum continuously using css3 keyframes animation. This type of image can be used in signups and discounts, that will draw more attention of users. In this example, I have used key

How to cancel all request from Alamofire

Hi Readers, If you are using Alamofire framework to implement API service classes and you need to cancel all the request which are fetching data from server. You can use following Swift code snippet: if #available(iOS 9.0, *) { Alamofi

How to fetch Post in Wordpress

Hello Friends, If you are new in Wordpress and looking to fetch any specific post data. Please review the code below:: //Here we are going to fetch post named Vacancy. $args = array('post_type' => 'Vacancy'); $loop = ne

How to decode HTML string coming from server to iOS readable string

Hi Readers, Many time we will get HTML content in our API response which we need to load into our component like UILabel.  We can convert this HTML content into normal string or more specifically NSAttributed string which we can set into UILabe

How to add subtitles in html5 videos tags ??

Hello Everyone !! The <track> tag is use to add subtitle file to the <video> in HTML5. The <track> tag has following attribute: Kind(gives the value of subtitle, indicating the type of content the files contain ). Lab

How to increase post meta limit in WordPress?

Hello readers, today I will guide you to "increase post meta limit in WordPress?". Post Meta:- Basically post meta is an attribute of any post, page or custom post type. You can add multiple post meta in a single post. Recently I am worki

How to Save data using cakephp

CakePHP will save model data as a snap to your database, User's Data will be ready to be saved in database it should be passed to the model’s save() method using this, in the giving format below. This is Controller action that uses a Cakeph

How hashMap internally works in java ?

It’s not wrong to say that HashMap is an implementation of Map interface as it allows value storing in key value pairs. Although unique elements are present in Hashmap, null values and only one null key are allowed. Hashmap basically works on

How to Get Screen Dimensions in Pixels for Android Device in the Main Activity

If you want to get the dimensions in pixel of your device then add the following code snippet in your Activity where you wish to get the width and height pixel of your android device and make use of it wherever you wish to, in this tutorial I'm m

How to redirect a Web Page via Javascript

First question is that it is legitimate to use JavaScript redirect over other available options like Htaccess Redirect, html Redirect, Php redirect etc. as SEO point of view ? The answers is famous quote from Google Support itself. "Using JavaSc

1 142 408
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: