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.
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 realized, this functionality isn’t so easy to code. In this post, I share with you my experience of using JS to switch photos on the web page.
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 like to share with you the cool trick with console.log and show you how to debug your JavaScript code differently.
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 use.