Pages

Thursday, January 5, 2017

wifi does not have a valid ip configuration

I was having this problem a few days ago. I was able to connect to my phone's internet connection via wifi tethering/usb tethering, then suddenly one day i am unable to access the internet from it.
My laptop was connected to my phone's wifi but unable to access internet. I tried to troubleshoot the problem but it says "wifi does not have a valid ip configuration"

after surfing a lot over the web i found this solution, these two command on your command prompt will help you solved this issue.


1. Go to start button > open command promt as administrator

2. Type these two commands

>  netsh winsock reset catalog 

>  netshint ip reset reset.log 

and then restart




Wednesday, May 25, 2016

Wordpress: How to switch to the default theme if wp-admin is not accessible.

If you have mysql database(phpmyadmin) access you can switch to default theme by the following method

Step 1: Login to the phpmyadmin account
Step 2: Open 'wp_option' table
Step 3: Find these values in 'option_name' fields   `template`, `stylesheet` and `current_theme`, All these fields are set to the current theme name which you have activated.
Step 4: Now you have to change these fields values. change their 'option_value' to the default theme. Set 'default' or any other theme name like twentythirteen, twentyfifteen etc on there 'option_value' and refresh your site.

Tuesday, April 26, 2016

Window 10 Error : "This app has been blocked for your protection"

I had this issue a few days ago while installing my D-link USB modem (model No. DWM 156) on windows 10 OS.It always show me this following error:-

"This app has been blocked for your protection"
[An administrator has blocked you from running this app. For more information contact the administrator]

 Actually the D-link modem certificate was intend to work on the previous windows version and also its application do not having the publisher name so the windows build in administrator stopped to install its application.

I did surf a lot for this and got similar solution all over the web but none of those are worked for me. So i figured it our by combining the solution which i have found over the web and i succeed :).


Here is the solution:


Method 1 


(This method we are using to install the app. In this method your issue can completely solve or it will install the app but may be could not run on the machine, if it will run the app then try the second method which is mentioned below.

Step 1: Click on the start button and type "cmd", It will highlight the command prompt. Open that command prompt as administrator by right click on it.

Step 2: Type this command   />   net user administrator /active:yes
This command will activate the build in user.

Step 3: click on the start button and sign out from the current user from the top of the panel.

Step 4: Once you sign out log in to the administrator account.

Step 5: After logged in to the administrator account. Try to install the app by locating its setup on the drive.
and that will definitely work.

Step 6: Now sign out from the administrator account and login to your previous account

Step 7: When logged in to the previous account run that app and it will start (If it will not start try the Method 2 ).

Step 8: Open the command prompt as administrator and run this command to deactivate the built in admnistrator
/>   net user administrator /active:no



Method 2 :


In case your app is not run with first method then you can run the app by the following method

Step 1: Open the command prompt as administrator.

Step 2: Locate the program installed which you want to run C:/Program Files/ your app.exe
Hit enter

This will also run the app.



You can also install the app from the command prompt too by locating the setup file from the command prompt.


Thank you..



Published by : honeyonsys - Full Stack Developer

Sunday, March 13, 2016

JQuery datepicker not appears on first click.

I implement a jquery date picker on a text box on a click event. But it is not appear on first click. I always have to click on the text box and then out of the text box and then again on the text box then the calender has appear.

To open the calender in first click i have found this solution over the web. I have changed the "click" event to live "event"


$('.week_selector').click(function(){
$(this).datepicker();
});

Changed the above code to the following

$('.week_selector').live('focus',function(){
$(this).datepicker();
});


posted by honeyonsys

Saturday, November 1, 2014

Black Beauty : Dark theme for notepad++

Black beauty is a dark theme for the code highlighting of php, javascript, html for open source code editor notepad++. The theme is developed by web developer honeyonsys - web developer and programmer. Some of the screen shots of the theme is mentioned below. You can download the theme from the below mentioned link at the very end of this page.



Screen shot html



Screen shot javascript


Screen shot php





DOWNLOAD THE THEME FROM HERE

Installation:

Download the Black_beuty.xml / copy the code from browser and save it as a .xml file
Copy this file to C:\Program Files (x86)\Notepad++\themes OR
For WindowsXP:
Copy this file to C:\Documents and Settings\%%USERNAME%%\Application Data\Notepad++\themes
For Windows Vista or 7:
Copy this file to C:\Users\%%USERNAME%%\AppData\Roaming\Notepad++\themes

for any help please visit official website of developer or email to honeyonsys@gmail.com

About Me

Hi,My name is Harish Kumar.I am a web developer by profession.I am working in the same field since 2008. About my skills i am proficient in HTML,CSS,JAVASCRIPT/JQUERY/ ANGULAR,PHP,MYSQL,APACHE,LINUXAJAX, REST,etc...