HP Laserjet 3015 All in One Printer - Memory Full Error

Please follow the below mentioned step by step procedure to resolve the issue.

Press the menu/enter button on the machine
 

Press the arrow mark(>) button once to select Fax functions , and then press menu/enter
 

Press to select Clear saved faxes , and then press menu/enter .
 

Press menu/enter to confirm deletion.

Now the machine will work normal.

ASP.net programming using Visual Studio 2012

Step by step procedure to develop web application using following:-

  1. Visual Studio 2012
  2. Oracle Database 
  3. Windows OS( Min Windows 7)
I have installed Visual Studio 2017 on windows 7 (x64 bit) machine, Oracle express edition data base.

Prerequisites for visual studio and Oracle data base integration:
  1. Download Oracle web tools for Visual Studio and install it

WP scroll theme errors

Error is shown as below:-


The parent theme is missing. Please install the “layers wp” parent theme.



(theme not display in themes selection screen) So What should you do?

Here is the solution:

You should install Layers WP. It is a free page builder theme. Install Layers WP like any WordPress theme. You must have Layers to be installed, but it does not need to be activated.

Sparky! you are did it.

Happy WP 'ing

Domain name in address bar not in order

when I visit my domain name (www.domain.com) it opens up the website but then the ip address appears in the address bar instead of the domain name. How do I change this so only the domain name appears?


UPDATE wp_options SET option_value='http://domain.com' WHERE option_name IN ('siteurl','home');