Advanced SQL interview questions for experienced .NET Developers – 2

Advanced SQL interview questions for experienced .NET Developers – 2

15 July 2014 PPS (Interview Questions)

SQL Server advanced interview questions for experienced .NET developers such as clustered index, Merge, on delete cascade etc. is the topic of this post.

Read More » 10386 View(s)

C# Interview questions and answers for freshers and experienced - Part Three

C# Interview questions and answers for freshers and experienced - Part Three

9 June 2014 PPS (Interview Questions)

What is InvariantCulture,Difference between string & System.String,Kinds of parameters,int vs uint are some questions which I am sharing in this post.

Read More » 6567 View(s)

C# Interview questions and answers for freshers and experienced - Part Two

C# Interview questions and answers for freshers and experienced - Part Two

8 June 2014 PPS (Interview Questions)

In this second post I will share questions like Default Access Modifier for Class,Generics in C#,Static class inheritance is possible or not along with different types of JIT compiler.

Read More » 6590 View(s)

C# Interview questions and answers for freshers and experienced - Part One

C# Interview questions and answers for freshers and experienced - Part One

5 June 2014 PPS (Interview Questions)

C# Interview Questions & Answers for 1-3 years of experience. Collection of some fresher and experienced level interview questions.

Read More » 10139 View(s)

Advanced SQL Interview Questions And Answers for experienced developers

Advanced SQL Interview Questions And Answers for experienced developers

9 May 2014 PPS (Interview Questions)

SQL Server advanced interview questions for experienced developers is what I am sharing in this post.

Read More » 8362 View(s)

Advanced Interview Questions and answers on C#.NET - Part 2

Advanced Interview Questions and answers on C#.NET - Part 2

29 April 2014 PPS (Interview Questions)

C# interview questions and answers for experienced developers is what I am sharing in this post.

Read More » 7021 View(s)

Asp.Net Interview Questions and Answers for Experienced Developers - Part One

Asp.Net Interview Questions and Answers for Experienced Developers - Part One

27 April 2014 PPS (Interview Questions)

Asp.net Interview Questions for experienced developers with answers you will read in this post. These questions were faced by me in my last job hunt so you will surely get benefited after reading this post.

Read More » 10928 View(s)

How to Prepare for the interviews - Simple but important tips - Part 3 - Prepare for HR Round

How to Prepare for the interviews - Simple but important tips - Part 3 - Prepare for HR Round

8 February 2014 PPS (Interview Questions)

In this third post of my interview tips series, I am going to share some tips about how to prepare for HR Round. Also about things to do and things to not to do during the same.

Read More » 5403 View(s)

How to Prepare for the interviews - Simple but important tips - Part 2 - Things that matter during interview

How to Prepare for the interviews - Simple but important tips - Part 2 - Things that matter during interview

8 February 2014 PPS (Interview Questions)

In this second post of my interview tips series, I am going to share some tips about how to behave during the interview. Also about how to prepare for the interview and maintain self confidence during the interview.

Read More » 5732 View(s)

How to Prepare for the interviews - Simple but important tips - Part 1 - Resume Writing

How to Prepare for the interviews - Simple but important tips - Part 1 - Resume Writing

8 February 2014 PPS (Interview Questions)

In this post I will share some interview tips from my own personal experience which will help you to prepare for the interview. In part one I will cover how to design a resume which will put your first impression smartly.

Read More » 5521 View(s)

Advanced Interview Questions and answers on C#.NET - Part 1

Advanced Interview Questions and answers on C#.NET - Part 1

25 December 2013 PPS (Interview Questions)

In this post we will discuss some advanced interview questions on C#.NET. which will help you to understand the type of questions asked in interviews for senior software engineer post.

Read More » 95068 View(s)

Advanced .NET Interview Questions - Garbage Collection - Part 2

Advanced .NET Interview Questions - Garbage Collection - Part 2

1 August 2013 PPS (Interview Questions)

This post contains some advanced .NET Interview Questions on the topic Garbage Collection.

Read More » 12008 View(s)

Advanced .NET Interview Questions - Garbage Collection - Part 1

Advanced .NET Interview Questions - Garbage Collection - Part 1

1 August 2013 PPS (Interview Questions)

This post contains some advanced .NET Interview Questions on the topic Garbage Collection.

Read More » 22488 View(s)

Typewriter - Automatic TypeScript Template generation from C# classes in Visual Studio

Typewriter - Automatic TypeScript Template generation from C# classes in Visual Studio

13 April 2017 PPS (Programming)

Typewriter, an extension for visual studio that generates TypeScript files from C# code files using TypeScript templates. Convert your C# model classes to TypeScript automatically.

Read More » 4809 View(s)

 What is Hoisting in JavaScript?

What is Hoisting in JavaScript?

20 October 2016 PPS (Programming)

Hoisting in JavaScript, one of the most misunderstood or little understood concept in the JavaScript and remain famous as interview question for JavaScript developers and now also for angular js developer. Lets check out what it means exactly.

Read More » 8582 View(s)

Swagger - Powerful Opensource Framework for RESTful API

Swagger - Powerful Opensource Framework for RESTful API

19 October 2016 PPS (Programming)

With a Swagger-enabled API, you get interactive documentation, client SDK generation and discoverability. Swagger Editor allows you to generate code, documentation with ease.

Read More » 4531 View(s)

Visual Studio Code - Lighweight but powerful source code editor available for Windows, OS X and Linux

Visual Studio Code - Lighweight but powerful source code editor available for Windows, OS X and Linux

28 May 2016 PPS (Programming)

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, OS X and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (C++, C#, Python, PHP) and runtimes.

Read More » 5141 View(s)

How to post JSON string as a string in jQuery AJAX

How to post JSON string as a string in jQuery AJAX

14 April 2016 PPS (Programming)

Know how to post JSON String as string to the action method of controller in MVC.

Read More » 5186 View(s)

Find lighter and darker colors based on any color with this Tool

Find lighter and darker colors based on any color with this Tool

28 August 2015 PPS (Programming)

Find lighter and darker colors based on any color called "0to255". A very useful tool for web designers and all peoples who plays around colors.

Read More » 6177 View(s)

jQuery BlockUI Plugin - Best plugin to block UI till you are processing request

jQuery BlockUI Plugin - Best plugin to block UI till you are processing request

27 August 2015 PPS (Programming)

Check out this awesome plugin "jQuery BlockUI" to block the UI till you process the request. Easy to use, well documented & lots of options.

Read More » 7368 View(s)

How to fix 404 Not Found Error for .Woff font in ASP.NET MVC

How to fix 404 Not Found Error for .Woff font in ASP.NET MVC

28 July 2015 PPS (Programming)

@font-face for .woff fonts throws HTTP 404 Not Found Error in ASP.NET MVC due to problem of MIME Types in IIS. Check this post to know how to fix this error.

Read More » 7807 View(s)

Hide Multiple elements with same id using Attribute Equals Selector in jQuery

Hide Multiple elements with same id using Attribute Equals Selector in jQuery

15 June 2015 PPS (Programming)

Know How to hide or select Multiple elements with same id in jQuery using Attribute Selector.

Read More » 10702 View(s)

How to post JSON data in Postman -REST Client Chrome

How to post JSON data in Postman -REST Client Chrome

10 June 2015 PPS (Programming)

Postman - Rest Client is a best google chrome app to test your REST API services but many of new user of postman are not aware how to post the JSON data in it, read more to know how to post JSON in postman.

Read More » 180799 View(s)

How to insert text at cursor position using jQuery

How to insert text at cursor position using jQuery

14 May 2015 PPS (Programming)

Know how to insert text at cursor position in input and textarea using jQuery.

Read More » 12141 View(s)

What is Tuple in C#? How and when to use it?

What is Tuple in C#? How and when to use it?

26 March 2015 PPS (Programming)

Know what is Tuple in C#? How to and when to use it? This can be an interview question so lets discuss about tuple more in this post

Read More » 5660 View(s)

Create bulk repetitive queries or text manipulation with NimbleText

Create bulk repetitive queries or text manipulation with NimbleText

1 March 2015 PPS (Programming)

know how to create repetitive pattern queries smartly with this free online tool NimbleText. Perform text manipulation with lightweight patterns.

Read More » 3924 View(s)

Highlight multiple cities in google maps (Geo Chart)

Highlight multiple cities in google maps (Geo Chart)

20 February 2015 PPS (Programming)

Know how to highlight multiple cities in different colors on Google Map using Geo chart API. You can specify different colors for different cities.

Read More » 10277 View(s)

How to deploy SSAS cube to production server

How to deploy SSAS cube to production server

11 February 2015 PPS (Programming)

Know how to deploy the SSAS Cube to the production or client server with a proper connection and credentials using step by step deployment wizard.

Read More » 6482 View(s)

How to create simple accordion using jQuery, HTML & CSS

How to create simple accordion using jQuery, HTML & CSS

20 January 2015 PPS (Programming)

Know how to create a simple accordion using jQuery,HTML and CSS. Few lines of code and you can convert div's in nice looking accordion.

Read More » 3989 View(s)

Best CSS Gradient background generator tools online

Best CSS Gradient background generator tools online

13 January 2015 PPS (Programming)

Here are some best CSS gradient background code generator online tools using which you can create a cross browser css code for gradient backgrounds.

Read More » 3758 View(s)

Install windows service without visual studio command prompt

Install windows service without visual studio command prompt

2 January 2015 PPS (Programming)

Know how to install and uninstall windows service without using visual studio command prompt on machine where only .net framework is installed but no visual studio tools installed.

Read More » 6721 View(s)

Hide retry button in kendo UI upload on error

Hide retry button in kendo UI upload on error

30 December 2014 PPS (Programming)

Know how you can hide retry or refresh button in Kendo UI Upload on error while file uploading when ShowFileList is true and Multiple is also true.

Read More » 7592 View(s)

How to use select2 jQuery Multiselect dropdown with Bootstrap 3

How to use select2 jQuery Multiselect dropdown with Bootstrap 3

21 December 2014 PPS (Programming)

Know how to use Select2 jQuery multiselect dropdown plugin with Bootstrap. You can use Select2 in ASP.NET MVC application to provide mulitselection facility like token box.

Read More » 18388 View(s)

How to make checkboxes to act like radio button using jQuery

How to make checkboxes to act like radio button using jQuery

18 December 2014 PPS (Programming)

Know how you can make HTML checkboxes act like radio button using jQuery. You can force that at any time only one checkbox is selected.

Read More » 8172 View(s)

Bootstrap Multiselect - Dropdown with checkbox list with Filter and select all

Bootstrap Multiselect - Dropdown with checkbox list with Filter and select all

16 December 2014 PPS (Programming)

Bootstrap jQuery multiselect to provide dropdown with checkbox list including search, select all and many more other functionality.

Read More » 93784 View(s)

Highlight text on focus for all input textboxes using jQuery

Highlight text on focus for all input textboxes using jQuery

5 December 2014 PPS (Programming)

Know how you can highlight text of all input textboxes of HTML page as soon as they receives focus using simple cross browser jQuery code.

Read More » 4877 View(s)

How to call click or any event only once in jQuery

How to call click or any event only once in jQuery

1 December 2014 PPS (Programming)

Know how to execute an click event or any event only once for any element in jQuery. Perform action only once and even not required to unbind event.

Read More » 3709 View(s)

How to add Page break after each group in DevExpress Grid Export

How to add Page break after each group in DevExpress Grid Export

27 November 2014 PPS (Programming)

Know how you can add page break after each group while exporting DevExpress Grid in ASP.NET MVC 4 using PrintingSystem and Link class.

Read More » 5822 View(s)

How to validate user against active directory in C#

How to validate user against active directory in C#

21 November 2014 PPS (Programming)

Simple C# code to validate user from active directory using System.DirectoryServices. Short and simple code which returns true/false as per validation result.

Read More » 4582 View(s)

Detect input is from barcode scanner or manual typing using jQuery JavaScript

Detect input is from barcode scanner or manual typing using jQuery JavaScript

20 November 2014 PPS (Programming)

Know how to detect input is from barcode scanner or manually typed using jQuery JavaScript. You can customize it as per requirement such as replace tab or other characters or any other action you need.

Read More » 23374 View(s)

How to select all checkboxes as per range of numbers in jQuery MVC

How to select all checkboxes as per range of numbers in jQuery MVC

13 November 2014 PPS (Programming)

JQuery code to select all checkboxes as per range provided with select all and deselect all functionality which can be embedded in ASP.NET MVC too. With validations such as invalid range.

Read More » 3775 View(s)

How to select all checkboxes between two checkboxes in jQuery

How to select all checkboxes between two checkboxes in jQuery

5 November 2014 PPS (Programming)

JQuery code to select all checkboxes between two selected checkboxes with select all and deselect all functionality. Easy to use in MVC, asp.net or in HTML.

Read More » 6702 View(s)

How to handle “no data found” error in Oracle PL/SQL

How to handle “no data found” error in Oracle PL/SQL

22 October 2014 PPS (Programming)

Know how to continue on “No data found” error in ORACLE PL/SQL by handling it in simple way.

Read More » 4242 View(s)

ASP.NET MVC - Multiple checkboxes for row selection in HTML table

ASP.NET MVC - Multiple checkboxes for row selection in HTML table

9 October 2014 PPS (Programming)

Know how to display multiple checkboxes with select all functionality in Bootstrap HTML table in ASP.NET MVC. Bind data to model for easy update using Editor Templates like CheckBoxList.

Read More » 29749 View(s)

Workaround to override message “The value {0} is not valid for {1}” in ASP.NET MVC

Workaround to override message “The value {0} is not valid for {1}” in ASP.NET MVC

3 October 2014 PPS (Programming)

Know a quick workaround to change a default message “The value {0} is not valid for {1}” in ASP.NET MVC by overriding message in ModelState.

Read More » 10611 View(s)

Protect JavaScript source code by encrypting it online free

Protect JavaScript source code by encrypting it online free

28 September 2014 PPS (Programming)

Know how you can protect JavaScript source code by obfuscating it with this free online tool. Make your JavaScript code unreadable by users. Obfuscate the code with these free online tools.

Read More » 5226 View(s)

How to disable copy paste in textbox using jQuery

How to disable copy paste in textbox using jQuery

24 September 2014 PPS (Programming)

Simple way to restrict cut,copy and paste using jQuery including Ctrl+C,Ctrl+V,Ctrl+X shortcuts and right click too. Less code, easy to implement and cross-browser too.

Read More » 5887 View(s)

attr() v/s prop() in jQuery – Know the difference and when to use which

attr() v/s prop() in jQuery – Know the difference and when to use which

21 September 2014 PPS (Programming)

Know the difference between Attr() and Prop() in jQuery and when to use which. Many developers are confused between these two so let’s understand the basic difference.

Read More » 4436 View(s)

What is Anti-forgery Token in MVC - Prevent cross site request forgery (CSRF)

What is Anti-forgery Token in MVC - Prevent cross site request forgery (CSRF)

20 September 2014 PPS (Programming)

Know what is cross site request forgery (CSRF) and how to prevent it in MVC application using Anti-Forgery token. Validate each form submit request against security token.

Read More » 5568 View(s)

Now you can add runnable code snippets on stackoverflow. Supports JavaScript,CSS and HTML

Now you can add runnable code snippets on stackoverflow. Supports JavaScript,CSS and HTML

17 September 2014 PPS (Programming)

StackExchange lauches new feature called "Stack Snippets" which enables user to add live runnable code snippets in Question and answer for JavaScript,CSS and HTML code.

Read More » 4139 View(s)

How to generate barcode using jQuery (ean8, ean13, code11, code39, code128, codabar and more)

How to generate barcode using jQuery (ean8, ean13, code11, code39, code128, codabar and more)

15 September 2014 PPS (Programming)

Easily create barcode from string using jQuery barcode-coder plugin which supports multiple barcode types such as ean8, ean13, code11, code39, code128 and codabar.

Read More » 11752 View(s)

How to test responsive website design offline with local or remote servers

How to test responsive website design offline with local or remote servers

3 September 2014 PPS (Programming)

Know how you can test responsive sites offline with Dimension Legacy Google Chrome extension by developer tools(surgedigital). Easy to use and that is too offline.

Read More » 9226 View(s)

Speed up coding in Visual Studio with code snippets & samples at your fingertips

Speed up coding in Visual Studio with code snippets & samples at your fingertips

26 August 2014 PPS (Programming)

Know how you can speed up coding in Visual Studio with Bing Developer Assistant by having millions of code snippets and sample projects at fingertips.

Read More » 3753 View(s)

Grasshopper - app by Google to learn JavaScript for free

Grasshopper - app by Google to learn JavaScript for free

22 April 2018 Admin (Technology)

Grasshopper - an app by Google to start your coding adventure with fun, quick games on your phone that teach you to write real JavaScript.

Read More » 1957 View(s)

Secure your Facebook profile data with these simple settings

Secure your Facebook profile data with these simple settings

22 March 2018 Admin (Technology)

You may already aware about "Facebook Data Breach" news, which is impacting the Facebook user's privacy and trust. Though there is a problem in data handling with Facebook, it also provides many settings you can make sure your data is protected, lets check what are those.

Read More » 2416 View(s)

Capture Screen and record videos with this awesome free tool

Capture Screen and record videos with this awesome free tool

19 January 2016 Admin (Technology)

Check out this awesome free screen capture and video recorder tool with lots of other useful features, if you are Software Tester or QA then you must start using this tool.

Read More » 4967 View(s)

Easily create or edit images to share on Social sites like Facebook, Twitter & Instagram with Pablo

Easily create or edit images to share on Social sites like Facebook, Twitter & Instagram with Pablo

4 November 2015 PPS (Technology)

Pablo By Buffer is free online tool allows you to easily create or edit images for your social media posts on sites like Facebook,Twitter & Instagram.

Read More » 6161 View(s)

SQL Search - Helps you to search text in SQL database FREE

SQL Search - Helps you to search text in SQL database FREE

29 October 2015 PPS (Technology)

SQL Search is a free add-in for SQL Server Management Studio which enables you to quickly search text across your all SQL databases.

Read More » 5002 View(s)

Google Web Light for slow internet connections to load website faster

Google Web Light for slow internet connections to load website faster

18 July 2015 Admin (Technology)

Google has been working hard to load websites at fast speed and Google Web Light is outcome of these efforts which works as streamlined lite version which shows trans-coded web pages when it detects slow internet. Know more about it in this post.

Read More » 5299 View(s)

Now you can undo your sent mail in Gmail, New Feature "Undo Send"

Now you can undo your sent mail in Gmail, New Feature "Undo Send"

29 June 2015 Admin (Technology)

Google has now officially included "Undo send" feature in Gmail settings which gives you the option to take back a message you just sent incase you made a type or regret sending a message.

Read More » 5103 View(s)

Create stickers and comics from your own face in android

Create stickers and comics from your own face in android

23 June 2015 Admin (Technology)

Check out this awesome android app to create stickers and comics from your own face. Easy to use, lots of options, amaze your friends with personalized chat.

Read More » 6858 View(s)

How to open Google Chrome always in incognito mode

How to open Google Chrome always in incognito mode

27 April 2015 Admin (Technology)

Know how to open Google Chrome always in incognito (private browsing) mode.

Read More » 4258 View(s)

WhatsApp update - Now you can backup and restore from Google Drive

WhatsApp update - Now you can backup and restore from Google Drive

19 April 2015 Admin (Technology)

Recently WhatsApp (2.12.45) has rolled out their new update which allows you to backup and restore directly from Google Drive. Check out the feature.

Read More » 4811 View(s)

Best free online image optimizers to compress images

Best free online image optimizers to compress images

10 March 2015 PPS (Technology)

Here is the list of best free online optimizer or compressor which will help you to optimizer the size of your images with a nice quality.

Read More » 4733 View(s)

One More Line - Highly Addictive One button Skill Timing Game

One More Line - Highly Addictive One button Skill Timing Game

5 March 2015 PPS (Technology)

One More Line is highly addictive skill timing game. I bet, most of you will get addictive to this simple game once you start playing it.

Read More » 5151 View(s)

WhatsApp calling feature is rolled out. Check it out.

WhatsApp calling feature is rolled out. Check it out.

20 February 2015 Admin (Technology)

WhatsApp has started to rolled out the most awaiting free calling feature. Know how to enable it.

Read More » 4397 View(s)

Top 15 less known features of Xiaomi's MIUI (Part Three)

Top 15 less known features of Xiaomi's MIUI (Part Three)

7 February 2015 PPS (Technology)

This is the third part of my post series "Top 15 unknown features of the Xiaomi's MIUI". Read the last five features in this post including the information how you can schedule the messages and many more.

Read More » 4468 View(s)

Top 15 less known features of Xiaomi's MIUI (Part Two)

Top 15 less known features of Xiaomi's MIUI (Part Two)

3 February 2015 PPS (Technology)

Features of MIUI is the topic of my post series "Top 15 less known and hidden features of the Xiaomi's MIUI on which the Mi's smartphones RedMi, Note 4G and MI3 runs. It is the second part.

Read More » 11833 View(s)

Top 15 less known features of Xiaomi's MIUI (RedMi 1S, Mi3, Note 4G)

Top 15 less known features of Xiaomi's MIUI (RedMi 1S, Mi3, Note 4G)

2 February 2015 PPS (Technology)

Xiaomi's MIUI has several built in awesome features, lets discuss Top 15 less known features step by step. I have taken RedMi 1S as base to cover all these features.

Read More » 32044 View(s)

Facebook Lite for slow 2G connections and devices with low specifications for Android

Facebook Lite for slow 2G connections and devices with low specifications for Android

1 February 2015 Admin (Technology)

Facebook officially has launched a new app called "Facebook Lite" which is designed to run fast on 2G connection and on devices with low specification. Its lightweight app but runs very fast on slow connections too. Download and try it on your device.

Read More » 3581 View(s)

WhastApp Web version available on desktop pc, Know how to use it with android.

WhastApp Web version available on desktop pc, Know how to use it with android.

22 January 2015 PPS (Technology)

WhatsApp has released its Official web version to use it on desktop pc. Know how to use it with android.

Read More » 8630 View(s)

Know how to tie a Tie with this android app (Windsor knot and many more)

Know how to tie a Tie with this android app (Windsor knot and many more)

10 January 2015 Admin (Technology)

Learn how to tie a tie with the Windsor, Half Windsor and many more knots with this simple android app. Step by step guide with an optional mirror mode.

Read More » 3108 View(s)

Word Search - Best Android Game to kill the time

Word Search - Best Android Game to kill the time

29 December 2014 Admin (Technology)

Word Search android game is one of the most powerful and interesting game to kill the time. Kids too find it very easy to play and once you start playing it you will get addictive of it.

Read More » 3793 View(s)

The 2048 puzzle game -  one of the most addictive game

The 2048 puzzle game - one of the most addictive game

10 December 2014 Admin (Technology)

The 2048 puzzle game is one of the most addictive game in android,iOS and windows. Easy to play for all age group and yet mind refreshing. Know more here and try it now.

Read More » 3615 View(s)

How to download YouTube Video in android free

How to download YouTube Video in android free

4 December 2014 Admin (Technology)

Know how you can download any YouTube video in android smartphone. Download in 3GP,MP4 with different resolutions supported by your smartphone.

Read More » 3318 View(s)

How to download android APK of Google Play Store App

How to download android APK of Google Play Store App

2 December 2014 Admin (Technology)

Know how you can download .APK file of any game or app from Google Play Store. You can save it on your computer or mobile easily and free.

Read More » 3306 View(s)

How to turn off irritating ads in notification bar of android

How to turn off irritating ads in notification bar of android

26 November 2014 Admin (Technology)

Know how to turn off those annoying ads in notification bar of your android smartphone. You can block notifications for specific app.

Read More » 3398 View(s)

How to take screenshot in android (Ice Cream Sandwich 4.0 and above)

How to take screenshot in android (Ice Cream Sandwich 4.0 and above)

23 November 2014 Admin (Technology)

Know how you can capture screen in your android smartphone. Take screenshot in your android version 4.0 (Ice Cream Sandwich) and above.

Read More » 3083 View(s)

How to Hide blue ticks(read receipt) in WhatsApp

How to Hide blue ticks(read receipt) in WhatsApp

16 November 2014 Admin (Technology)

Latest update of WhatsApp enables you to turn off the blue ticks which confirms that you have read the message when someone checks it in message info. Also you can create a group of 100 peoples now.

Read More » 4134 View(s)

How to prepare your android for an emergency situation

How to prepare your android for an emergency situation

9 November 2014 PPS (Technology)

Know how to prepare your android Smartphone for emergency situations by adding emergency information on it which is usable in lock screen too.

Read More » 3121 View(s)

Now WhatsApp confirms whether recipient has read your message or not

Now WhatsApp confirms whether recipient has read your message or not

7 November 2014 Admin (Technology)

WhatsApp's new update "Read Receipt" and "Message Info". Now you can confirm whether message sent by have been read by recipient or not with date and time information.

Read More » 3995 View(s)

Use android as flashlight, unit converter, timer and mirror with single tap

Use android as flashlight, unit converter, timer and mirror with single tap

2 November 2014 PPS (Technology)

Know how to use your android as flashlight, mirror, unit converter, compass, timer, stopwatch and ruler with single tap with this easy to use app.

Read More » 3375 View(s)

How to change default video player or browser in android

How to change default video player or browser in android

1 November 2014 PPS (Technology)

Know how you can change default video player or browser in android smartphone. Change the default app for any file.

Read More » 9840 View(s)

Scan documents using your Android Smartphone. Turn mobile into scanner.

Scan documents using your Android Smartphone. Turn mobile into scanner.

7 October 2014 Admin (Technology)

Know how you can use your Android Smartphone to scan documents using this awesome app. Easy to use, Better Quality and convertible to PDF too. Convert your mobile into scanner now.

Read More » 4873 View(s)

Orkut is shutting down. Download your photos, profile data and other details with Google Takeout

Orkut is shutting down. Download your photos, profile data and other details with Google Takeout

14 September 2014 PPS (Technology)

Google is officially shutting down Orkut on 30 September 2014 but you can download all your Orkut data e.g. photos, profile data, posts in single zip with Google takeout.

Read More » 4479 View(s)

How to connect USB Pendrive or Modem to Android Smartphone

How to connect USB Pendrive or Modem to Android Smartphone

13 September 2014 Admin (Technology)

You can connect USB pendrive or harddisk to your android smartphone using OTG cable. Transfer files between USB to android with high speed. Check out this post to know how.

Read More » 10704 View(s)

How to zoom video while playing it in android

How to zoom video while playing it in android

7 September 2014 Admin (Technology)

You know how you can zoom images in android but if you want to zoom videos while playing then check out this best video player for android with zoom, pan, lock, subtitles and many more features.

Read More » 9351 View(s)

How to delay delivery of specific email in outlook till your desired time

How to delay delivery of specific email in outlook till your desired time

4 September 2014 Admin (Technology)

Know how you can postpone a delivery of email you are sending from Microsoft Outlook with this simple setting. Mail will not get delivered to recipient until the date and time set by you not occurs.

Read More » 3539 View(s)

Transfer large files between androids at high speed using Wifi Direct

Transfer large files between androids at high speed using Wifi Direct

20 August 2014 Admin (Technology)

Share big files between android smartphones at very high speed using WiFi Direct technology. Easy to use and speed is in MBPS. Very helpful for sharing videos having size in GB.

Read More » 3669 View(s)

Create GIF (Animated) Image from any YouTube Video free

Create GIF (Animated) Image from any YouTube Video free

20 August 2014 Admin (Technology)

Know how to create and download a GIF (animated) image from any YouTube Video with this free online tool. Easy to use and simple settings.

Read More » 3562 View(s)

Know how to hide your number in TrueCaller app

Know how to hide your number in TrueCaller app

18 August 2014 Admin (Technology)

Looking for the name behind the number using TrueCaller but don’t want to display your name when someone searches for your number? Then you can remove your number from TrueCaller database.

Read More » 5623 View(s)

How to login any site without registration or signup

How to login any site without registration or signup

14 August 2014 Admin (Technology)

Know how to login without registration to any restricted website requesting sign up. Simple but time saver tip.

Read More » 16357 View(s)

How to save all opened pages or tabs in Chrome, Mozilla & IE

How to save all opened pages or tabs in Chrome, Mozilla & IE

11 August 2014 PPS (Technology)

Know how to save all opened pages URL and tabs as bookmarks for future reference with just one click in all browsers such as Chrome, Mozilla Firefox and Internet Explorer.

Read More » 4216 View(s)