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 […]
How tricky Javascript can be?
This week showed me, how tricky JavaScript can be, especially when you need to do something for your client. Here how it goes: the client wants some functions and you think it simple, no problem I can do this. But after meeting, when you sit down in front of your computer, you wrote code and […]
The most popular JavaScript debug tool
If you ask JavaScript developers, which debugs tool they used most, they probably will answer you that consol.log is this tool. I’m not sure why is that. Using console.log it merely’s that’s some kind of standard but there is an easier way to check what’s going on in your code. In this post, I would […]
Useful tools for web developers
When you want to make a website with will be highly ranked in Google Search Engine, and people wouldn’t have problems opening this site and will smoothly interact with it you need to use several tools to check if your website is perfectly designed. In this post, I has been wrote about these tools I […]