Search All content
1. Links in tutorial HTML Old School Frontend
Link is connection between two informations. Internet is not possible without links. Links are defined with A tag (anchor). Links are divided into three groups: links within web page links within web domain...
Permission(PGU):447, Lang:EnglishCreated:2015-01-13 14:15:46, Modified:2015-01-13 15:25:24, Status:finished, Version:1.0
2. Fieldset & Legend in tutorial HTML Old School Frontend
When we want to put HTMl form inside bordered frame we will use <fieldset></fieldset> and <legend></legend> elements. <fieldset> <leg...
Permission(PGU):447, Lang:EnglishCreated:2015-01-17 07:25:07, Modified:2015-01-17 11:55:47, Status:finished, Version:1.0
3. POST vs GET in tutorial HTML Old School Frontend
There are several methods for sending variables from browser (HTML form) to the server (PHP script). The most importanat are: GET - send variables via URL POST - send variable via HTTP Header GE...
Permission(PGU):447, Lang:EnglishCreated:2015-01-17 08:12:16, Modified:2015-01-17 08:25:09, Status:finished, Version:1.0
4. Internet Connection Test in tutorial Website Speed Optimization Misc
There are two sides wher you have to test internet connection. client-side speed test (your home PC, laptop, tblet or mobile device) server-side speed test 1. Client-side speed test Just do so...
Permission(PGU):447, Lang:EnglishCreated:2015-01-19 10:09:51, Modified:2015-01-19 11:21:48, Status:in work, Version:1.0
5. Basic Settings in tutorial Git by Examples Misc
Configuration Setup SSH key First setup user's email on your local Ubuntu machine: $git config --global user.email “my@email.loc” Then generate ...
Permission(PGU):447, Lang:EnglishCreated:2015-01-20 08:17:05, Modified:2015-01-20 08:54:04, Status:in work, Version:1.0