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 115 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 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 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 MoreCombining fields in CDS view in SAP ABAP
With the use of SAP ABAP 7.5, you can make use of the CONCAT_WITH_SPACE function.ExampleThe above code can be simplified like this:CONCAT_WITH_SPACE( bp.name_first, bp.name_last, 1 )
Read MoreUsing SSO logon tickets in SAPUI5
When your proxy has SSO token, you should use SET-COOKIE header to pass SSO token to the client.Exampleset-cookie: MYSAPSSO2=DFOKJLDM.....AJLBhHcvA%3d%3e; path=/; domain=xxxxx.sap.comIt should be passed to client browser from proxy and domain name has to be changed to the proxy as shown below:set-cookie: MYSAPSSO2=DFOKJLDM.....AJLBhHcvA%3d%3e; path=/; domain=PROXYDOMAIN.comWhen next time your browser calls to the proxy, this will include session cookie in the request header like below. The proxy will read that Cookie from HTTP request header to make calls.Cookie: MYSAPSSO2=DFOKJLDM.....AJLBhHcvA%3d%3e;
Read More