Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles by karthikeya Boyini
Page 113 of 143
Font dragr a great live test fonts site
In this competitive world, website’s web designer wants to make their site the best from anyone in this world, font style is also one of the major part of any website. Although for font style, web designers spend lots of time in finding great fonts that suits to their website. It is just wastage of time.It is really very difficult task to apply custom font on the website page, requires various steps to do that. Firstly: web designer has to select the text that they want to give style, secondly: choose a font, and change it to a Web-compatible format, ...
Read MoreAn alternative invisible lock screen on android
In today market, all smartphone device manufacturers provide a screen lock feature with device to stop unauthorized access. They facilitate users to either use a Pattern, PIN or Password to protect their device. If user frequently opens to use their device with number on functionalities, here’s an interesting alternative called Invisible Lock. If anybody getting tired of their lock screen, they can try Invisible Lock and change their default lock screen with a transparent one.XDA Senior Member presented a very clear and easy to use application called Invisible Lock. This app facilitates to use a transparent lock screen, although phone ...
Read MoreGoogle docs features help to get stuff done
People always think of new tips and tools that give result with small efficiencies and less time. This post will share some uncommon Google Docs tips and tools that are really awesome. Like other web professionals, “Google Docs” is one of them. Number of people uses this every day to create and share information. It comes with an unbelievable set of tools that’s ideal for collaborating with our co-workers and clients.Google, “Google Docs” is a freeware online office-suite inside its Google Drive functionalities. It is an online word processor that facilitates to create and format text documents, store them in ...
Read MoreRaspberry pi hacks 8 of the most amazing ones
The Raspberry Pi essentially turns your Smart TV into a computer. Discover some of the most amazing Raspberry Pi hacks that you might not even know exist. These hacks can help you use your Smart TV more efficiently and effectively than ever before.Pi WallWith Pi Wall, you can turn a room in your house into an in-home movie theater. Pi Wall allows you to project the movie or show you’re watching onto the “big screen” by transmitting the picture to multiple screens that you have put together to make a bigger viewing area. The catch for all this (and all ...
Read MoreOk google a google voice search on chrome beta
Google’s ‘OK Google’ provides voice search Hotword extension on chrome browser without typing or clicking. Just visit, Chrome Web Store: https://chrome.google.com to download this new tool in beta version.Situations when our hands are dirty to type through keyboard on browser. In this situation we have to wash our hands to type something. This new Voice Search Hotword beta Chrome Extension given by Google facilitates users to just talk through voice with the chrome browser by saying the infamous command ‘Ok Google’ followed by the question then this extension will do the rest. User can speak to their laptop using ‘Ok ...
Read MoreNow, Google+VMware Provide Services to Chrome OS
Google has become a partner of virtualization software maker VMware said that their partnership aim is to make easier for the enterprise Chromebook users to access Windows apps and the Windows desktop into their own platform. Now it has become easier for Chromebook users to experience Windows desktop using VMware’s Horizon desktop as a service (DaaS) which utilizes HTML5 Blast protocol of VMware.VMware will help to the Google’s Chromebooks by providing virtual desktop services to Google’s Chromebooks, which facilitates them to run Windows applications on the pared-down laptops of the Chrome OS.By using different – different VMware virtualization service, companies ...
Read MoreMicrosoftwindow eyes awesome tool for blind user
Microsoft collaborated with GW Micro, this collaboration brought GW Micro’s Window-Eyes screen reader tool which will be available at free of cost to Office users.GW Micro’s Window-Eyes facilitates blind or visually harmed user to access Windows based computers by speaking the contents of the computer’s screen. This tool allows blind users to access all applications like; word processors, Internet, email, etc. Window-Eyes provides full command on what user hear, when to hear, and how to hear.Microsoft said that, users who have licensed version of Microsoft Office 2010, Office 2013 or Office 365 on their systems can only take the advantage ...
Read MoreEdit, Facebook Look Back Video to Share Stuffs
Facebook celebrated its 10th anniversary with interesting feature; Look Back video, which facilitates users to gather together all their important memories associated in their account life from when they joined and presents them in a cheesy. Depends on from how long user has been on Facebook and how much user has shared, this feature facilitates to see a movie, a collection of photos or a thank you card. It has become great memorable feature loved by everyone. It brings together all scraps; pictures, status updates, life events in front of everyone who has linked with their social networking site in ...
Read MoreMicrosoft, Device Health for Windows 8.1
Microsoft updated “Device Health” for Windows 8.1, aims to develop online security of Banking and Financial account section for users’ better operation. This update will observer and check the PC security status before user getting into the sensitive banking and financial transactions online.Device Health service is a Window based service, provides devices’ health information. After installation of this software, you will be encouraged to accept secure software usage practices to ensure that the certified e-commerce and online banking partners can offer better security, based on the data expected from Device Health.How to install Device Health?To install Device Health update, go ...
Read MoreHow to detect duplicate values in primitive Java array?
To detect the duplicate values in an array you need to compare each element of the array to all the remaining elements, in case of a match you got your duplicate element.One solution to do so you need to use two loops (nested) where the inner loop starts with i+1 (where i is the variable of outer loop) to avoid repetitions in comparison.Exampleimport java.util.Arrays; import java.util.Scanner; public class DetectDuplcate { public static void main(String args[]) { Scanner sc = new Scanner(System.in); System.out.println("Enter the size of the array that is to ...
Read More