BlogHide Resteemsandersenlab (25)in html • 4 years agoWebsite lesson 5: communication baseIf you have done everything right before, then now you have the same website as in your own template. Has work on HTML and CSS ended? Of course, no. Your code is for no communication. Just as…andersenlab (25)in html • 4 years agoWebsite lesson 4: HTML + CSSWelcome back! Hopefully you tried everything that was mentioned in the previous lesson , checked CSS libraries and it is easy for you to find any tag and use it. Sum up Before moving to…andersenlab (25)in html • 4 years agoWebsite lesson 3: moving to CSSWelcome back, guys! Sorry, steemit didn't let me uploaf my 2nd Part, so you can read here Hopefully you've had enough time to get known with HTML tags. Sum up Object = tag (menu ->…andersenlab (25)in html • 4 years agoWebsite lesson 1: structureAs I've already told you, I've decided to make my own school. So the idea is to make by the end your own project. Introduction You already have resources to learn tags by yourself. So let's…andersenlab (25)in programming • 4 years agoHow to find inspiration for your website?Hey! That is the last introduction article to solve some mental problems before starting the real work! Hopefully, it will be useful for a good start. Inspiration is in the air It can sound…andersenlab (25)in math • 4 years agoWhy is math needed, when we have HTML+CSS?Hey! I've decided to make some tutorials about CSS+HTML, something like "website school", so first of all we have to answer all these questions. Is really web development the future? There is…andersenlab (25)in html • 4 years agoHTML+CSS - guide for a good startNot so many days ago I've written an article about Is it worth to start , if you decided to start, then I recommend you to check it. First steps You don't need a teacher to start learning…andersenlab (25)in js • 4 years agoJS object processing functionsLet's look on the example of some database: We have fields "id", "destination" (where to fly), date of creation, author name, hashtags and flight. var posts = [ { id: '1', destination:…andersenlab (25)in html • 4 years agoHTML+CSS - is it worth to start?If you are a beginner, you face some problems such as Which language to choose" and so on. Then you discover ( hopefully ) that HTML and CSS are the easiest to "learn" ( I really try to avoid…andersenlab (25)in java • 4 years agoDynamic problems to improve your productivityHey to everyone! I've posted some tips, but not so far I've talked to a person, that says "It is not enough to start programming by yourself". A lot of beginners visit a lot of courses to be…andersenlab (25)in java • 4 years ago5 ways to sort wiselyHey to everyone! I guess you all did sorting at least once. I also guess that everyone knows a sorting called "Bubble", cause it is the easiest and most popular. But when it comes to time and your…andersenlab (25)in it • 4 years agoSo you wanna say C++ is better than Java?No, I don't want to say that way or other way. Nowadays, we hear a lot of crazy things in a dispute about language to write your code. First of all, you have to always keep in mind one phrase:…andersenlab (25)in tutorial • 4 years agoFunctions for string in javaI've already made an article for some helpful tips, but I think there is a need to discuss all functions too. Shortly but understandable. String Firstly, of course, we have to initialize our…andersenlab (25)in it • 4 years agoFunctions in your own classThe best example of usage of your own class is to work with a database. Moreover, using functions in class is more correct than simple functions anyway. Let's work on the example of…andersenlab (25)in it • 4 years agoHow to work with files? Tips for beginnersWhat does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and files at…andersenlab (25)in it • 4 years agoHelpful tips for usage of stringI don't think there is a need to explain the meaning of string . We can simply name it as a line and I would say that it is much better to use string than char (symbols) as there are more…andersenlab (25)in java • 4 years agoCalendar / date in javaHere I would like to discuss such objects as Calendar or Date with those, who begin their way in Java. What is the difference in Date and Calendar? Date - amount of milliseconds…