Microsoft was always far behind in the competition of Web Browsers. If you’re a long time user of windows, you may have suffered a lot when you’re using Internet Explorer. Ugly interface, Big right-click menu. Hard to find frequent tools…etc. And even some CSS rendering issues. So, it was a big headache for Microsoft and its users. But, surprisingly, ...
Hello everyone, today I’m going to show you how to create a Drop Down Menu bar using HTML and CSS only. In one of our previous article, we learned How to Create Simple Navigation Bar. It didn’t have drop down menus. But in today’s tutorial we’ll learn to build a more advanced navigation bar with drop menus. And it’ll work ...
In this article, We’ll cover Moving a WordPress site to a new host, and it’s Domain or URL also gets changed. Moving a WordPress site to a new host without changing the Domain name is an easy task. All you have to do is just moving the files and moving the database. Because the domain name remains the same. But ...
In this article, we’re going to learn how to move your WordPress site to a new hosting account. You may want to transfer your site to a new location due to many reasons. Changing hosting plans, or whatever it is, here we’ll show you step by step with full explanation. Please note that this article only covers on how ...
In this article, we’re going to learn how to move your WordPress site to a new hosting account. You may want to transfer your site to a new location due to many reasons. Changing hosting plans, or whatever it is, here we’ll show you step by step with full explanation. Please note that this article only covers on how ...
This short article will demonstrate the very first interfaces and logos of today’s most successful web services and software. Just think a bit, might they have though of their current position when they’re launching them ? Google Facebook Twitter Yahoo Windows Evolution of Windows logo Evolution of Internet Explorer logo These were just found at Google. Not my creations. So, ...
This short article will demonstrate the very first interfaces and logos of today’s most successful web services and software. Just think a bit, might they have though of their current position when they’re launching them ? Google Facebook Twitter Yahoo Windows Evolution of Windows logo Evolution of Internet Explorer logo These were just found at Google. Not my creations. So, ...
Social buttons set has become a popular item on any kind of website. It helps the user to follow the particular website on famous Social Networks like Facebook, Google+, LinkedIn …etc. In our previous tutorial, we learned How to Create Metallic looking Social Buttons with Adobe Photoshop. As I promised, today I’m going to show you how to add them ...
Social buttons set has become a popular item on any kind of website. It helps the user to follow the particular website on famous Social Networks like Facebook, Google+, LinkedIn …etc. In our previous tutorial, we learned How to Create Metallic looking Social Buttons with Adobe Photoshop. As I promised, today I’m going to show you how to add them ...
We can see many kinds of icons and buttons on websites. They contains various symbols or texts to represent any kind of link. Social Network buttons set has become a popular item on any kind of websites. In modern web, web designers love to present them with various effects instead of the standard boring design. Today, I’m going to show ...
We can see many kinds of icons and buttons on websites. They contains various symbols or texts to represent any kind of link. Social Network buttons set has become a popular item on any kind of websites. In modern web, web designers love to present them with various effects instead of the standard boring design. Today, I’m going to show ...
We use images to make our web pages more elegant. And to tell the user what the page is about. It can be a picture, button, icon or anything like that. In HTML, we use <img> tag for defining images. So the basic syntax for adding an image is as follows <img src="url" alt="any_text"> This can be added to ...
We use images to make our web pages more elegant. And to tell the user what the page is about. It can be a picture, button, icon or anything like that. In HTML, we use <img> tag for defining images. So the basic syntax for adding an image is as follows <img src="url" alt="any_text"> This can be added to ...
In HTML, we use headings to define the contents of a particular page. Headings are important because they help search engines to index your web page. Heading tags are defined using h with a number from 1 up to 6. <h1> This is a h1 heading </h1> <h2> This is a h2 heading </h2> <h3> This is a h3 ...
In HTML, we use headings to define the contents of a particular page. Headings are important because they help search engines to index your web page. Heading tags are defined using h with a number from 1 up to 6. <h1> This is a h1 heading </h1> <h2> This is a h2 heading </h2> <h3> This is a h3 ...
Have you ever seen some web pages with a lovely background music playing when you’re browsing the site? This can be done in several ways. But the important thing you need to keep in mind is different browsers do this in different ways. So we have to write different codes for different browsers. So, this is bit confusing. But ...
Have you ever seen some web pages with a lovely background music playing when you’re browsing the site? This can be done in several ways. But the important thing you need to keep in mind is different browsers do this in different ways. So we have to write different codes for different browsers. So, this is bit confusing. But ...
In our previous tutorial, we learned how to Create a nice button with hover effect for your website. Today we’re going to create a Menu or Navigation bar for the uses of any kind of websites. You may have seen many kinds of Navigation bars in websites. They may be using many techniques. But here, we create our simple Navigation ...
In our previous tutorial, we learned how to Create a nice button with hover effect for your website. Today we’re going to create a Menu or Navigation bar for the uses of any kind of websites. You may have seen many kinds of Navigation bars in websites. They may be using many techniques. But here, we create our simple Navigation ...
In our previous tutorial, we learned how to create a nice and glassy looking button with Adobe Photoshop. Today, we’re going to learn how to add that button to a website and add hover effect to it. I hope now you have a basic understanding about the way Photoshop works. So you need to create a PNG image like the ...