Have you ever have some problems with data transferring between HTML form and JavaScript? I had, and I had learn something new. You probably know, that one of the most popular interaction between visitors and webpage based on HTML form. The Customer put some data to HTML form and then we use this data in JavaScript or we send in to server. What exactly I needed to do in my task, and what new things about that I learned, you can find bellow.
How to made animation on the website?
A long, long, long time ago in there was no animation on the website. Just text, sometimes images, and hyperlinks. Then web developers used to animate elements on websites via JavaScript. That worked and still works, but today we can use CSS properties to make awesome animation on a webpage. In this post, I show you how to do that.
How to connect the website to MySQL DataBases
In the last post, I wrote about using PHP to communicate with MySQL Databases. In this post, I show you a SQL command used to get some data from DataBases.
How to use PHP to communicate with SQL Base
When you master building a static website, you are ready for the next big step in your web developer carrier: “Active website”. You can use PHP and SQL server to reach this goal. Of course, there are a lot of CMS services ready to use, just like WordPress, but still, it’s worth knowing how they working behind the scene. In this post, I show you, how to reach communication with SQL base using PHP. Let’s go 🙂
WordPress vs SEO
WordPress is often used for low-budget websites to see if an idea will work. It may turn out that the website doesn’t reach large ranges, among others because the creator didn’t take care of even minimal optimization for SEO.
Yes, this is a true story about myself and my own experience. SEO + WordPress ??? Does it matter? I thought a website based on WordPress is SEO Friendly 🙂 Yes, it is, but….
How to hide the menu on the website
Sometimes the website menu, that covers all screen is good. I did it once, but it’s taken me some time, to discover how to do that. Another case, from web developer road, from the category: easy to imagine, more difficult to code. In this post, I share with you some tricks to do that on your webpage.