Showing posts with label learn-wordpress. Show all posts
Showing posts with label learn-wordpress. Show all posts

Thursday, 20 April 2017

What is Facebook Pixel?

What is Facebook Pixel?

What is Facebook Pixel?


Facebook pixel is code majorly use with facebook ads and remarketing list. Facebook Pixel for Facebook Ads (Adverts). Facebook provides a code which needs to be pasted in head and body tag. It records user data and usre who got conversion. Facebook Pixel for Remkaring List. Facebook allows its users to create list based on URL and other options. with the help of already setup pixel you can create facebook list. Facebook provides basic pixel code and along with some other parameters. Such as conversion tracking, lead tracking etc.

Monday, 17 April 2017

What are cookies?

What are cookies?

What are cookies?


In simple terms cookies are the temperary data that i website stores on your system. Cookies are set for some duration depending upon website to website.
Some common examples of cookies are Pincode. Such common examples of cookies are when you visit an e-commerce store, you enter pin code or select your preferred language. Even when you are not logged in. Without login website, dont have any unique id with which website can store your data so for better user experience website store your data on your system, not the server.
Cookies are of several types. Cookies depending upon the browser, user, system etc.
If your every product and its quantity are stored on your system and when you finalize it, then it moves to the server. By this process, you will enjoy high speed and no server issues.
Apart from storing data cookies are also user for better performance of your website. Let suppose, you visit an online food store and you are adding/removing products or changing its quantity. If with your every add, remove or edit you hit the server. Just because of your mood server is hit. This result in server down issues and more speed on every change. This can also be treated like what is types of cookies? What are used for cookies?
Yeah, Google uses cookies for remarketing. Google use cookies for tracking users who come through ads.
The answer it cookies improve speed and reduce server issues. Data is stored on your system in the form of cookies.

Can I see cookies on my browser?

The answer is yes, you can see cookies in inspect element but mostly cookies data is in the unreadble format for security issues. On the mostly website you see a permission box when asking for permission to store cookies on your browser. Google Adwords use Cookies? Google Analytics use Cookies?
Google Adwords, Google Analytics, Facebook everyone user cookies in diffent ways.
Yes, Google analytics also use cookies to track each and every activity of the person who visits your website. Facebook use cookies? Yes, Facebook uses cookies for Facebook ads officially known as Adverts.

Wednesday, 9 November 2016

Install WordPress Offline

Install WordPress Offline

Install WordPress Offline


WordPress Logo
WordPress is a CMS developed in PHP language. It is mainly used to create eCommerce and Dynamic attractive websites. If you do not know how to code. You can use still use WordPress. To create a website you just have to drag and drop. In WordPress their are thousands of plugins and themes available online. Free and Paid both are available. You can install theme to give your website an attractive look and install plugin to add on several features on your website.

Basically WordPress runs on Linux hosting because it is developed in PHP and PHP works best on Linux Hosting. You need a domain and hosting to run your website on Linux. There are several vendors in the market providing domain and hosting services. Bluehost is one of the best seller of hosting. You can check out its plans and for domain, no doubt Go daddy is the best option.

But right now we are learning how to install WordPress on your local system on your local server. First of all it is free. I usually work on Wamp Server. It is an offline server. PHP is a server site language so you need a server to run that. If you want to show your website to everyone you have to purchase hosting and domain but if want to learn WordPress or want to do practice you can do it early without paying any amount.


  • Steps to install WordPress offline
  • Install wamp server.
  • Download WordPress zip file from wordpress.org
  • Configure wamp server and start it.
  • Copy the download zip file of WordPress and paste in C Drive -> Wamp -> WWW
  • Create database in localhost/phpmyadmin
  • Enter the database name eg: project2 and click on create button.
  • Now open "localhost/folder name" of your unzipped file.
  • Start installing
    • Database Name : Name of the database that you have created in phpmyadmin
    • Username: root
    • Password: root / leave blank
    • Database host: localhost
    • Table prefix : wp_
  • The above mention details are to connect to your database and username password will also be the same that you have entered while setting up Wamp
  • Now the next step of entering the details of website
    • Site title : Title of your website
    • Username: username for your WordPress admin panel 
    • Password: password for your WordPress admin panel
    • Email: Your own email id
    • Search Engine Visibility: Do not tick it because you are creating website and you do not want anybody to visit your website when it is not ready. You can tick it later from settings when your website is ready. 
  • Now your installing process is finished.
  • Login in your admin panel with the details you enter in point no. 10.
  • To open your webiste, enter localhost/project2
  • To open admin panel of your website, enter localhost/project2/wp-admin