Badblog

welcome to our blog

We are Learncodz.


Posts

Comments

The Team

Blog Codz Author

Connect With Us

Join To Connect With Us

Portfolio

  • Did you know that you can install WordPress on your personal computer for learning and testing purposes. The process of installing WordPress on your personal computer is also known as setting up a local server environment or localhost. Often theme designers and plugin developers install WordPress on a local server environment to speed up their development process. An average user can use the local server environment to test plugins and/or make changes to the site before making it live for their audiences. In this article, we will show you how to install WordPress on your Windows computer using WAMP.

    Note: If you install WordPress locally on your computer, then the only person who can see that site is you. If you want to have a live WordPress site available to the public, then you need to have a Domain and WordPress Web hosting. We recommend that you follow this guide on how to install WordPress.

    What is WAMP?

    WAMP or WampServer is a compilation of Apache web server, PHP and MySQL bundled for Windows computers. Basically, you need WAMP to setup your own local server environment and install WordPress on Windows. There are other clients for Windows such as XAMPP, but we use and recommend WAMP. It is free and easy to use.

    Installing Wampserver on your PC

    First thing you need to do is go to WampServer website and download the latest WampServer. You will be presented with various options on their download page. Simply choose the one that applies to your Windows (64-bit or 32-bit). When in doubt, select the 32-bit version because it will work on 64-bit versions of Windows.

    Once you have downloaded WampServer, run the installation program and follow on-screen instructions. At one point during the installation, WampServer will ask for the location of the default web browser. By default it will use Internet Explorer, but you can change that to Google Chrome or Firefox by locating the browser in Program Files.

    Installing Wampserver

    Once you are done with the installation, launch WampServer.

    Setting Up a Database for WordPress

    WampServer comes with phpMyAdmin, a web based application to manage MySQL databases. Click on the Wampserver icon in windows taskbar and then click on phpmyadmin.

    launching phpMyAdmin in Wamp

    phpMyAdmin will open in a new browser window. Click on Databases in phpmMyAdmin to create a new database for WordPress. Choose a name for your database and click on Create button.

    Creating a database in phpMyAdmin for WordPress

    Installing WordPress on Windows with WAMP

    Download a copy of WordPress from WordPress.org. Extract the zip file and copy the wordpress folder. Go to C:wampwww and paste wordpress folder there. You can rename the wordpress folder to anything you want for example mysite, wpbeginner, etc. For the sake of this tutorial, we renamed our wordpress directory to mysite. Now open a web browser and go to:

    http://localhost/mysite/

    WordPress will inform you that it can not find a wp-config.php file. Click on the Create a Configuration File button to create it.

    Create wordpress configuration wp-config file

    On the next screen, you need to provide your database information. The database name will be the one that you selected. In our case, we called it test_db.

    Please note that your default database username will be root and leave the password blank. Click on the submit button and WordPress will create a configuration file for you.

    Provide your database information to install WordPress on localhost with WAMP

    After this you will see a screen informing you that WordPress has successfully created the configuration file, and you can proceed with the installation. Click on Run Install button.

    Run WordPress Installation Script

    On the next screen, fill out the installation form. You need to provide a title for your website, choose an admin username and password, and provide admin email address. Finally press the Install WordPress button.

    WordPress Installation Page

    WordPress will quickly run the installation and create database tables. Once done, you will see a success message after the installation. You can then proceed to your WordPress by clicking on the Log in button.

    Troubleshooting WAMP Skype Error

    If you have Skype installed and running then WampServer may not be able to work properly due to a conflict with Skype. The conflict is caused by both Apache and Skype using the same port 80. There is a simple fix for this problem. Open Skype and go to Tools » Options. Click on Advanced and then Connections. Uncheck the box that says Use port 80 and 443 as alternatives for incoming connections. Save options and restart Skype.

    Fixing Wamp / Xampp Skype Conflict

    Enabling Pretty Permalinks in WAMP

    Pretty permalinks will not work by default on your local server environment. All your URLs will look like localhost/mysite/?p=18. If you go to Settings » Permalinks and use one of the other opttions, then it will show you “page not found” errors. We have already written about a solution here that will show you how to enable custom permalinks in WAMP.

    Migrating from WAMP to Live

    After numerous request via twitter, facebook, email, and comments in this post, we have written a guide on how to move WordPress from WAMP local server to a live site. Hopefully you guys will find it helpful when you are ready to deploy your local site to production.

    We hope that this article helped you install WordPress on your Windows computer using WAMP. Having a local server environment is great for learning and testing purposes. Remember, if you want to run a blog for other people to see, then you do not need to install WordPress on your computer. You need to install WordPress on a web hosting provider. If you have any questions, then please feel free to ask in the comments below.


    The post How to Install WordPress on your Windows Computer Using WAMP appeared first on Codzcook.

  • In the past few months, Mozilla has been hinting that they might start to work on a Firefox experience for iOS. Recently Firefox VP Jonathan Nightingale said at Mozilla’s work week of 2014 (Mozlandia, Portland): “We need to be where our users are so we’re going to get Firefox on iOS”.

    Screenshot (11)

    With the release of iOS 8, Apple provided developers full access to its fast JavaScript engine. Earlier, the Nitro engine was exclusive to Safari, as a result of which third party browsers such as Google Chrome were slower than Safari. Firefox will only work on iOS 8 and above, as it uses WKWebView.

    “We are in the early stages of experimenting with something that allows iOS users to be able to choose a Firefox experience,” Mozilla’s press release center said in a blog post. “We work in the open at Mozilla and are just starting to experiment, so we’ll update you when we have more to share.”

    The GitHub repository for the Firefox for iOS project’s first commit was made on 4th November 2014. The repository is chiefly written in C, Objective-C, Swift, C++ and JavaScript. It also makes use of popular Swift libraries like Alamofire and SwiftyJSON. The project uses Bugzilla for bug management and tracking pull requests. However, GitHub issues are enabled for the repository as well.

    Since Firefox for iOS is still under planning and development, we had a few questions about it. Karen Rudnitski, Senior Manager, Firefox Mobile at Mozilla was kind enough to answer our questions about Mozilla’s upcoming product.

    Karen points out, “Our goal is to ensure there is product familiarity across all of our Firefox products. This is also balanced with ensuring users of each OS we support also have the same sense of familiarity with their chosen platform.”

    She says, “We are actively working, developing and iterating on the product. It is a product we all want to see in the market so it is resourced accordingly. ”

    Karen adds, “Our mindset is to start thinking how selected new Firefox features can be accessed by all of our Firefox browsers, regardless of the platform. Specifically regarding Firefox for iOS, it’s still a little too early to confirm the final feature list as we’re still quite early in the cycle. But our aim is to provide delight to existing Firefox users who have an iPhone or iPad, as well as anyone interested in stepping into the Firefox ecosystem for the first time on iOS.”

    Mozilla’s wiki lists some key features that will be available in Firefox for iOS.

    1. Ability to sign in / sign up to a Firefox account
    2. Sync open tabs
    3. Sync bookmarks
    4. Search
    5. Push [synced] passwords out
    6. New passwords
    7. View articles attached to Reading List
    8. ‘Send Tab to’ action
    9. Sharing

    You can see the details of the above listed features on the Mozilla wiki.

    You can view the GitHub repository for the project, or ask for help at Mozilla’s IRC in the #mobile channel. You can also subscribe to the mailing list for the project.

    You can also file a new bug for the project, or browse the existing bugs. The description of the repository warns: “Don’t get too attached to this code. Tomorrow everything will be different.” This is because there may be large amounts of changes in the codebase before the code is ready for release.

    Mozilla Foundation‘s new initiative will bring users of iOS more freedom of choice while accessing the web. An open web allows the denizens of net the right to privacy, and Firefox is best known for being the most ardent supporter of an open web and net neutrality. You can get the latest updates by following Fennec iOS on Twitter.

     

    The post A Firefox Experience for iOS appeared first on Codzcook.

Comments

The Visitors says
Download Free Software Latest Version