Perforce Announces Acquisition of ALM Provider Seapine Software
To expand the portfolio of productivity and collaboration tools, Perforce Software, a leader in version control and source code management, today announced its acquisition of Seapine Software, a...
View ArticleHow To Delete Your Netflix Account History
Netflix is a subscription-based online video streaming service allows you to watch movies, television shows and special programs whenever you want. This tutorial will teach you how to remove your...
View ArticleHow To Embed a Map into Your Website Using Google Maps
Google Maps is a useful mapping tool that offers real-time location and navigation information. As a website administrator, you can take advantage of this service and embed embed a map, Street View...
View ArticleStacktips.com in 2016: A Year in Review
Happy New Year 2017! To those of you who’ve made 2016 special: thank you.
View ArticleHow to Make Youtube Load Faster on Non-Chrome Browsers?
Struggle with Youtube on Firefox? Use this YouTube Classic Firefox extension to rollback to fix this.
View ArticleHow to Programmatically Get Application Version in Android?
Use the following code snippet to, get Android application version from code. The PackageInfo class provides overall information about the contents of a package. This corresponds to all of the...
View ArticleHow to Add Font Awesome Icons to Redux Options Panel
Redux WordPress framework includes Elusive Icons by default for your options panel icon needs. Elusive Icons are very limited in number. If you not happy with using Elusive Icons or, just want to...
View ArticleHow to use custom CSS in Redux framework option panel
Redux WordPress framework is awesome in its way. It powers developer with an awesome options panel, that you can use for developing themes or plugins without having to worry about complexities of...
View ArticleCreating Bootstrap4 Fixed NavBar with Shadow on Scroll
In this example, let us create Bootstrap 4 sticky top navigation bar that shows shadow effect when page is scrolled. For this, we will be use Bootstrap4 framework CSS and jQuery. Load Bootstrap CSS...
View ArticleGoogle Chrome Teases Surprise as it Celebrates its 10th Birthday
As Google Chrome turned 10 the weekend, a tweet from the official Google Chrome account indicated of some surprise chrome feature updates. Though nothing specified officially yet, we believe that today...
View ArticlePopular Java Object Mapping Frameworks
Applications often consist of similar but different object models, where the data in two models may be similar but the structure and concerns of the models are different. Object mapping makes it easy...
View ArticleCreate and Manage Git Branches from Command Line
List of useful git commands to help you create and manage git branches from your terminal. Be Smart!! Never go away from your terminal.
View ArticleDefault Methods for Interfaces in Java8
This example-driven tutorial outlines the usage of default methods for an interface in Java8. The Java Tutorials have been written for JDK 8.
View ArticleJava Method Chaining with Example
The term method chaining refers to both a design and a convention. Each method returns an object, allowing the calls to be chained together in a single statement. Chaining is syntactic sugar which...
View ArticleHow to Encode and Decode URL in PHP
This post explains how to encode and decode URL using PHP. PHP supports encoding and decoding of URL by providing some built-in functions. Encoding is required before sending URL data to query string...
View ArticleGoogle Brings Material Design to AdSense Dashboard
Since it’s first release on 2003, Google has added many new features to the AdSense publisher dashboard. However, most of these new features were added around intelligent ads display and click-fraud...
View ArticleInvite People to Download App Using Firebase AppInviteInvitation
Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. Firebase Android SDK allows you to send and receive invites from an Android application. Build an Intent...
View ArticleHow to Add Rate On Google Play Button in Android
Use the following code snippet to, add an option in the app that allows the user to rate and review your app on Google Play or Amazon store. You can call getPackageName() and construct the Intent to...
View ArticleHow to Use Custom Chrome Tab in Android
Chrome Custom Tabs gives apps more control over their web experience and make transitions between native and web content more seamless without having to resort to a WebView. Chrome Custom Tabs allow an...
View ArticleWordPress.com vs WordPress.org: Which One to Choose?
WordPress is an open source CMS (content management system) website development framework written in PHP. This is probably the easiest, quickest way to develop a shiny new website by keeping the cost...
View Article