How to validate HTML form in two-step?
Last week I wrote about building HTML form, but even the most important thing is to know how to validate data before you send it to the server. Probably you won’t storage data from your clients with have no value. So how you can use the HTML Form attribute and JavaScript to validate data inserted […]
How to manage data collected on a webpage via HTML Form tag?
The most popular HTML tag used on a webpage is an HTML form. It is used to get some data from visitors and display some results on the web page depends on how visitors fill data fields in this HTML form. Are you a master in HTML form building, or maybe from time to time, […]
How to use data from HTML form in JavaScript
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 […]
One Power Tips to be Productive: The Surprising Breakfast Hack
Boost productivity and energy by skipping breakfast. Learn One powerful tips to stay focused and efficient all day long.
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 […]
Virtual Network
One day you might fink, just like me, how to create a virtual network on my virtual machines, using a virtual box. Sounds crazy, but hey not only web development is interesting. I’m curious and have a lot of fun to discover new things. If you also want to know, how to build your home […]
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 […]
How to improve your SEO in WordPress
Boost your WordPress site’s SEO with powerful tips on site speed, plugins, and keyword optimization for better search engine ranking.
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 […]