This may not be solution for every one. But it did work for me. All you have to do is go to BIOS and set boot option to LEGACY from UEFI.
Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Thursday, March 31, 2016
Sunday, September 27, 2015
Platform drop down is missing - visual studio 2015 ( Cordova )
After visual studio 2015 installation I could not find this platform selection for few days. My tool bar was like bellow.
The solution was very simple than I thought. Please select the following tool bar item to appear on your tool bar.
The solution was very simple than I thought. Please select the following tool bar item to appear on your tool bar.
Finally my tool bar was like this. Hope this tip will help you.
Monday, August 3, 2015
Netflix vs Stan
I'm using netflix since last four months and using stan since this month. I'm just writing this for the help of new user.
Netflix vs Stan
Speed & Quality
I'm using TPG unlimited package and it's seems to be both same in buffering speed. But some times I noticed stream of stan is low quality in first few minutes. I think netflix has most robust connection.
Number of Productions
Both seems to be same. But you will not find any new movies on both. Not enough Bollywood movies on both stan and netflix. But with netflix you'll be able to watch netflix originals like House of Cards. So if you want to watch more new movies then be a pirate.
Subtitles and Close Captions
Netflix has closed captions on every production and I didn't see any of stan movies got them.
Price
Price range is same for both netflix and stan.
Hope this will help you to decide.
Netflix vs Stan
Speed & Quality
I'm using TPG unlimited package and it's seems to be both same in buffering speed. But some times I noticed stream of stan is low quality in first few minutes. I think netflix has most robust connection.
Number of Productions
Both seems to be same. But you will not find any new movies on both. Not enough Bollywood movies on both stan and netflix. But with netflix you'll be able to watch netflix originals like House of Cards. So if you want to watch more new movies then be a pirate.
Subtitles and Close Captions
Netflix has closed captions on every production and I didn't see any of stan movies got them.
Price
Price range is same for both netflix and stan.
Hope this will help you to decide.
Tuesday, July 21, 2015
Set Jquery-ui-autocomplete select menu height
This was really simple than I thought. You just need to add following CSS lines to your style sheets.
ui-autocomplete
{
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
}
Hope this will help you.
ui-autocomplete
{
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
}
Hope this will help you.
Thursday, February 5, 2015
PhpMyAdmin cannot import sql.
I tried to run a simple sql select query to a mysql database through phpmyadmin interface. But I was getting this error message.
Can't import SQL into PHPMyAdmin.
But when I'm running the same query using mysql console command line it was ok. So found the solution and it was very simple. Just run use statement with the database name that you need to query.
use DB_College;
SELECT * FROM TBL_Students;
Thanks!
Wednesday, October 22, 2014
How to check out visual studio solution file with out check out whole set of files.
Hi All
I had to save the solution file which is edited by notepad (Out side of the .NET IDE) . Problem was when I was checking out solution by it checked out the whole set of files in that solution including images, javascript files and CSS files as well.
Well, answer was very simple. Here are the steps.
I had to save the solution file which is edited by notepad (Out side of the .NET IDE) . Problem was when I was checking out solution by it checked out the whole set of files in that solution including images, javascript files and CSS files as well.
Well, answer was very simple. Here are the steps.
- Do the changes to the solution file from outside editor (use notepad, notepad++) .
- Save the changes.
- Right mouse click on solution and add a new solution folder.
- Then Delete the solution folder which you added on step 3.
- Your solution file will check out with your changes.
Thanks!
Tuesday, September 2, 2014
Angular JS and Style tag in Internet Explorer.
I had this problem with AngularJs and Internet explorer. So here is the problem.
Internet explorer validating all html tags and it recognize this as a invalid style tags. So the fix is here.
HTML
Internet explorer validating all html tags and it recognize this as a invalid style tags. So the fix is here.
HTML
JAVA SCRIPT - App.js
$scope.GetStyle = function (t) {
return "background-color: "+ t +";";
};
Happy Coding Fellows!
Subscribe to:
Posts (Atom)
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
Hi All I couldn't debug my C# class library project due to this issue for last few month. So this is the fix. 1. Right mouse click on...
-
Lucene - Previous 1. Add Lucene.net to your application. Copy Lucene.Net project to your solution folder or copy Lucene.Net.dll to your ...

