You have decided to secure your WordPress website by adding an SSL encryption.Learning how to move your website to HTTPS is an important issue. These days, we share sensitive data like credit card and bank information or login credentials dozens of times per day.

However, there’s a flipside. As a website owner – especially if you have an online shop and/or deal with financial or other sensitive information – you have a responsibility to keep it safe. One of the most important steps to do so is use HTTPS and SSL encryption on your site. That’s what we will talk about in this guide.


It’s time to move your site from http to https . You can do that by updating your site address under Settings > General.


Add https:// to the beginning of both the WordPress address and site address. Then update your settings by saving. Be aware that you might need to log in again afterward.




Why doesn't Youtube have a repeat button?
Many youtube users ask this question, so i bring you the solution,you can now Auto-Replay videos on YouTube. You don't need to change the link or create any Playlist anything like that to Replay the Video. You can Replay any Video Automatically on the YouTube by installing this extension.


Click me for link

If you upgraded from Revolution Slider v 5.2.x to v 5.3.0.1 or latter, you might have a problem finding the tool to center a text layer. I have searched all forums and finished with downgrading Revolution Slider to work as needed. I thought it is a bug and just waited for a new version. The same happened – I could not find the function.

However, even in this version there was no centering tool. So this probably is not a bug I thought to myself. They have moved this tool to a under a different menu item.
Would you imagine that?

So now you can find the dropdown to set the alignment of a text within a layer under “Style – Spaces”, which is a new item added in these latter versions of Revolution Slider.





You can bypass emulators and test apps on a phone, a tablet, or maybe an Android-enabled trash compactor. To do so, you have to prepare the device, prepare the development computer, and then hook the two together.

To test an app on a real Android device, follow these steps:test app on real device android studio

Set up your device

1-Plug in your device  with a USB cable.

2- Enable USB debugging.


Set up the app on Android Studio

1-Click on edit configurations
edit configuration


2-On "Target Device" check "USB device"
usb device


3-Now run the app

And voilà :D that's it



android studio usb device not found
usb device not detected

Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available on GitHub.
Volley offers the following benefits:
  • Automatic scheduling of network requests.
  • Multiple concurrent network connections.
  • Transparent disk and memory response caching with standard HTTP cache coherence.
  • Support for request prioritization.
  • Cancellation request API. You can cancel a single request, or you can set blocks or scopes of requests to cancel.
  • Ease of customization, for example, for retry and backoff.
  • Strong ordering that makes it easy to correctly populate your UI with data fetched asynchronously from the network.
  • Debugging and tracing tools.

Volley excels at RPC-type operations used to populate a UI, such as fetching a page of search results as structured data. It integrates easily with any protocol and comes out of the box with support for raw strings, images, and JSON. By providing built-in support for the features you need, Volley frees you from writing boilerplate code and allows you to concentrate on the logic that is specific to your app


The easiest way to add volley library to android studio :

1-download git from here and install it: https://git-scm.com/download/win

2-Create a folder under C: and name it  downloadVolley

3-open Git CMD and write  cd c:\downloadVolley  and hit enter button


4-Write this line :  git clone https://android.googlesource.com/platform/frameworks/volley  and hit enter button.



4-When the download is completed open android studio .

5- Click [File] --> [New] -->[Import Module]   and select the library under "c:\downloadVolley".



6-Open build.gradle in your project and add the dependency: compile project(":volley").

and that's it :D


Import Android volley to Android Studio
include ':app', ':volley'
compile project(":volley")
include ':app', ':3rd_party:volley'
compile project(":3rd_party:volley")
Best way to incorporate Volley (or other library) into Android Studio project
apply plugin: 'android-library'
dependencies {compile 'com.mcxiaoke.volley:library-aar:1.0.0'}
Add Volley to An Android Studio Project



If you have a website running on your computer that you typically access by visiting http://localhost, you can also access this site from your mobile phone as long as both computers are connected to the same network.


First of all you'll need to connect both devices to the same network. So make sure your mobile phone is connected to the same Wi-Fi network that your computer is using.


1 -Edit httpd.conf file of Wamp server to fix 403 error


We need to edit httpd.conf file else we will get 403 forbidden error when we access the localhost through local network ip.

1 .Click on wamp server tray icon

2. OpenApache server sub menu

3. Select httpd.conf

4 .Search for " Possible values for the Options directive are "



    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Require local
 






add  "  Require all granted  "   under   Require local


Find your local network ip


After that you can find the IP address by visiting Control Panel. In the search box, search for "adapter". Click on View Network Connections. Select the active network connection and click View status of this connection. Click Details and the IP address should be found next to IPv4 Address.


1. open command prompt.

2 .type and enter ipconfig command.


Just type this ip on your mobile browser to display your localhost page successfully.



How do you access a website running on localhost from iPhone browser
How can I access my localhost from my Android device
Testing localhost on other devices
Accessing localhost From Anywhere
How I Test Locally Hosted Sites With Physical Devices
Remote Access to Your Local Site

Hi guys 
I got the marshmallow  update for my Galaxy S6 and really dislike it. 
So i decided to downgrade from marshmallow 6.0  to lollipop 5.1.1 and i was able to do that  successfully .



1.Download, Extract and Install the Samsung USB Drivers(then reboot)


2.Enable Developer Mode on the Galaxy S6


3.Enable USB Debugging on the Galaxy S6

4. Download Samsung Kies and back up your phone data. Remove the microSD card from your phone .

5. Download the lollipop firmware from SamMobile. unzip it.

6.Download and extract Odin.
7.Power down the phone.

8. Press and hold the following buttons in order: Volume Down + Home + Power. Keep holding them until you see a screen that says "Warning!!" at the top.

9. Press the Volume Up button to continue.

10. The next screen will show the Android logo and say "ODIN MODE" at the top left.

11.Run Odin as administrator. Under Options, only "F. Reset Time" should be checked.(Uncheck"Auto Reboot" ).

12. Click the "AP" (or "PDA") box and browse for the extracted firmware file.

13. Now connect your phone to your computer via USB.

14.Wait until you see your phone plugged in.

15. Press Start in Odin. 

16. When Odin is successfully finished, you will see in the Message box "All threads completed" 
(it may take several minutes to complete so be patient).


17.Don't turn on the phone.

18. Press in order: Volume Up + Home + Power until you see an Android screen.

19. Use Volume Down to scroll to "wipe data/factory reset" and press Power to select it. (Make sure you have backed up your phone!)

20. On the next screen, scroll to Yes, select it, and your phone will reset.

21.When it's done, select reboot system now and it will reboot.

22. Restore your data using Samsung Kies. This will restore most of everything; you may need to re-setup the home screens and some of your settings.

And that's it  :D

downgrade galaxy note 5 from Marshmallow to Lollipop
downgrade galaxy note 5 from Marshmallow to Lollipop
downgrade galaxy note 5 from Marshmallow to Lollipop
downgrade galaxy s6 from Marshmallow to Lollipop
downgrade galaxy note from Marshmallow to Lollipop
downgrade galaxy  from Marshmallow to Lollipop
downgrade galaxy  from Marshmallow to Lollipop
downgrade galaxy  from Marshmallow to Lollipop
Marshmallow Marshmallow Marshmallow Marshmallow Marshmallow Marshmallow Marshmallow Marshmallow Marshmallow 


1-Enable Developer Mode

2-Download and Install Proper USB Drivers

3-Connect the Phone or Tablet to the PC with a USB Cable

4-Go Back to the Main Settings Menu

5-Scroll Down and Tap on Developer Options

6-Look for the Debugging Section

7-Tap on the Check Box to the Right of USB Debugging

8-Tap on the Always Allow Check Box

9-Tap on OK in the Dialog Box to Allow Access