Results: 1580
Notes
  • Newest first
  • Oldest first
  • Newest first(All)
  • Oldest first(All)
Error: Element h3 not allowed as child of element span in this context
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: Element title must not be empty
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: End tag a violates nesting rules
<span class="added_ans">დიდი მნიშვნელობა აქვს წიგნიერ ცოდნას, წიგნები სინანულის მხსნელ გზაზე გვაყენებენ, რადგანაც წიგნის სიტყვათაგან ვიძენთ ჩვე...</a>
Another example:
<li class=""><a href="/?page=questions"><span>Questions</a></span></li>
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Sprites are usually good for multiple little icons and things like that but no good if you want to repeat something across or down a fluid height content element.
by Valeri Tandilashvili
4 years ago
0
CSS
CSS Sprites
1
Warning: Consider avoiding viewport values that prevent users from resizing documents
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />
by Valeri Tandilashvili
4 years ago
0
HTML
Warning
1
Error: Attribute autocorrect not allowed on element input at this point
<input type="text" id="main_search_input" name="search_query" placeholder="Search" autocapitalize="none" autocomplete="off" autocorrect="off" spellcheck="false">
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: Element div not allowed as child of element button in this context
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: CSS: font-weight: 550 is not a font-weight value
<span style="text-transform: uppercase;font-weight:550; font-size:38px">
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
Error: Attribute href not allowed on element div at this point
<div class="action-button_toggle_menu nav-link dropdown-toggle btn btn-light username" href="#" id="…wnMenuLink"  data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-pressed="false">
by Valeri Tandilashvili
4 years ago
0
HTML
Error
1
$res = preg_replace('/\\\\u([a-f0-9]{4})/e', "iconv('UCS-4LE','UTF-8',pack('V', hexdec('U$1')))", json_encode($this->response));
Modern way of doing this is:
$res = json_encode($this->response, JSON_UNESCAPED_UNICODE);
JSON_UNESCAPED_UNICODE
added in 5.4 PHP version
by Valeri Tandilashvili
4 years ago
0
PHP
Encoding
1
Results: 1580