Last version of WampServer offer easy upgrade from PHP 5.x version to PHP 7.x. Let see in details how to change PHP version in WAMP.
Category: Tips & How To
Landing Page
What is a Landing Page? A landing page is any web page you set up that’s designed to collect traffic and prompt visitors to take a specific action. There are some examples how and where to use it:
Migration from WordPress to Joomla
Today web developers can use Joomla, WordPress and other CMS to design, develop and implement powerful websites. The fact is that WordPress is the world’s most popular content management system.
How to Install PHP
Installing PHP on local pc allows you to safely create and test a web site or application and then move it to live website. So what you need to start running PHP on Windows platform?
Sessions in PHP
A session is a way to store information (in variables) to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer. The most fundamental way to explain what a sessions is like is to imagine the following scenario: You are working with an application. You open it, make some changes, and then you close it.
That is a session in it’s simplest form.
Cookies in PHP
PHP transparently supports HTTP cookies. Cookies are a mechanism for storing data in the remote browser and thus tracking or identifying return users. This blog will teach you how to set cookies, how to access them and how to delete them.
How to use CSS transitions
CSS transitions provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect immediately, you can cause the changes in a property to take place over a period of time.
Convert Microsoft Word to HTML
Have you been driven crazy by the junk code added to your articles when you, your mate, or your clients are added page content to a Joomla site by copy&pasting from Word?
Firebug for Development
Firebug is an extension for the Mozilla Firefox browser that allows you to debug and inspect HTML, CSS, the Document Object Model (DOM) and JavaScript.
To install Firebug for Firefox, go to http://www.getfirebug.com (click on Install Firebug). Restart FireFox, and you’re good to go.
www in htaccess
Many customers at some point request to force either the www or non-www version of their site to display in their visitor’s browser. For example always have www.example.com or simply example.com display in their visitor’s web browser. There is a common thought that forcing one format is better for search engine optimization.
Change Index page in htaccess
The server looks for specifically named files as the first page of your website, also known as the index page. The default order of index file names our particular servers look through is index.htm, index.html, index.php, and finallydefault.htm. You can change the name of the index file your account looks for by altering the .htaccess file.
301 redirect via .htaccess
A permanent 301 redirect in your .htaccess file lets search engines and others know that an old link has been replaced by a new one. It’s the recommended method for directing traffic from an existing page.