Форум программистов, компьютерный форум, киберфорум
HTML, CSS
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
Рейтинг 5.00/3: Рейтинг темы: голосов - 3, средняя оценка - 5.00
10 / 10 / 2
Регистрация: 05.07.2013
Сообщений: 61

Оцените верстку

29.08.2014, 18:28. Показов 699. Ответов 4
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
Верстал первый раз целиком, вроде отображается без больших косяков, не считая IE.
Есть грубые нарушения в верстке и что можете подсказать ?
http://mapoker.ru/wp-content/t... /style.css

P.s. ссылки вроде нельзя публиковать ...
0
Programming
Эксперт
39485 / 9562 / 3019
Регистрация: 12.04.2006
Сообщений: 41,671
Блог
29.08.2014, 18:28
Ответы с готовыми решениями:

Оцените верстку
Добрый день товарищи! Сверстал макет и очень хочу собрать отзывы и комментарии по поводу своей верстки. Буду рад любым замечаниям, так...

Оцените верстку
Подскажите, что так, что не так с версткой! Чего подправить, и как сделать в самом низу в footer-bottom серую полоску на всю ширину...

Оцените верстку
Сверстал свой первый шаблон из .psd исходника. Оцените пожалуйста правильность синтаксиса html и css. Очень долго мучался с padding и...

4
Модератор
Эксперт JS
 Аватар для Eva Rosalene
5241 / 2115 / 416
Регистрация: 06.01.2013
Сообщений: 4,846
29.08.2014, 19:18
MeowMeow, так вы сам код вставьте:
CSS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
* {
margin:0;
padding:0;
}
 
body {
background:url(images/bg.jpg)
}
 
/* Atricle text */
blockquote {
background:#e0d8b8;
border-radius:6px;
margin:5px;
border:1px solid #9b8e58;
}
 
em {
color:#787878;
}
 
a {
color:#3372b5;
text-decoration:none;
}
 
strong {
color:#303030
}
 
p {
margin-bottom:7px;
}
 
a:hover {
color:#2c3788;
}
 
/* Main container */
.wraper {
width:1000px;
margin:auto;
}
 
/* Header */
.header {
width:1000px;
height:350px;
background-image: url(images/header.jpg);
margin-bottom:-4px;
}
 
/* Navigation */
.nav {
width:740px;
height:40px;
background: linear-gradient(to top, #c7c7c7, #fdfdfd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#fdfdfd',GradientType=0);
float:left;
position:relative;
border-top-left-radius:6px;
border-top-right-radius:6px;
z-index:7;
}
 
.nav li {
display:inline-block;
margin:6px 0 0 15px;
}
 
.nav a {
text-decoration:none;
font-size:21px;
margin-right:20px;
padding:3px 7px 3px 7px;
}
 
.nav a:hover {
background:#dddddd;
border-radius:5px;
}
 
/* Sidebar tittle */
.sidebar-top {
width:264px;
height:40px;
background: linear-gradient(to top, #1c5795, #4385ca);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c5795', endColorstr='#4385ca',GradientType=0);
float:left;
position:relative;
z-index:6;
border-top-right-radius:6px;
margin-left:-4px;
}
 
.sidebar-top h2 {
display:inline-block;
margin:4px 0 0 70px;
color:#fff;
}
 
.social {
position:absolute;
z-index:1;
margin-top:-37px;
}
 
.social img:hover {
transform: translate(0px, -20px);
transition: all 0.5s ease 0s;
}
 
.social img {
margin-left:2px;
margin-top:-39px;
}
 
.table {
display:table;
}
 
/* Content */
.content {
width:740px;
background:#fff;
display: table-cell;
-webkit-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.32);
-moz-box-shadow:    2px 0px 8px 0px rgba(50, 50, 50, 0.32);
box-shadow:         2px 0px 8px 0px rgba(50, 50, 50, 0.32);
filter: progid:DXImageTransform.Microsoft.shadow(direction=68, color=#cecece, strength=6);
position:relative;
}
 
.article h1 {
margin-left:15px;
margin-right:15px;
}
 
.article h2, p  {
margin-left:15px;
margin-right:15px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
 
.article  img {
margin-left:15px;
margin-right:15px;
}
 
.article h2, h1 {
color:#575757;
font-size:21px;
}
 
.article p {
@import url([url]http://fonts.googleapis.com/css?family=Arimo&subset=latin,cyrillic);[/url]
font-size:16px;
font-family: 'Arimo', sans-serif;
line-height: 21.5px;
}
 
.meta {
margin:4px 0 7px 15px;
}
 
.meta span {
background:#d5e6f7;
border-radius:3px;
padding:2px;
}
 
.more {
float:right;
text-decoration:none;
padding:3px;
background: #d5e6f7;
border-radius:5px;
margin:5px 10px 5px 10px;
}
 
.border {
background: url(images/art.gif);
height:5px;
background-repeat: repeat-x;
clear:both;
margin:15px 10px 25px 10px;
}
 
/* Sidebar */
.sidebar {
width:260px;
display: table-cell;
background:#fff;
}
 
.sidebar li {
margin:22px 0 0 30px;
list-style-type: none;
font-size:21px;
background-image: url("https://www.cyberforum.ru/images/line.gif");
background-position:left bottom; 
background-repeat:repeat-x;
 
}
 
.sidebar img {
margin-bottom:-6px;
 
}
 
.sidebar a {
text-decoration:none;
}
 
.sidebar a:hover {
color:#2c3788;
}
 
 
.sidebar ul {
padding-right:25px;
}
 
/* Footer */
.footer {
width:1000px;
height:300px;
background:#eaeaea;
position:relative;
}
 
.menu-foot  {
display:inline-block;
width:200px;
vertical-align:top;
margin:20px 0 0 90px;
 
}
 
.menu-foot h2  {
color: rgba(87, 87, 87, 0.6);
font-family: verdana;
font-size: 21px;
font-weight: 500;
margin-left:5px;
}
 
.menu-foot li  {
list-style-type: none;
margin:0 0 7px 7px;
}
 
.menu-foot a  {
font-size:17px;
 
text-decoration:none;
}
 
.menu-foot a:hover {
color:#2c3788;
}
 
.point {
position:absolute;
right:0;
bottom:0;
padding:5px;
 
}
 
.point img {
opacity:.4;
}
 
.point img:hover {
opacity:.9;
}
 
/* comments */
 
 
@import url([url]http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext);[/url]
 
.comment-author {
width:200px;
font-weight:bold;
float:left;
margin-bottom: 14px;
}
 
.comment-meta {
margin-top: 5px;
 
float: right;
background-color: #E0E0E0;
padding: 10px;
border-radius: 4px;
}
 
.comment-author img {
position:relative;
margin-right:10px;
top:10px;
}   
    
.commentlist {
font-family: 'Roboto', sans-serif;
padding: 15px;
list-style: none;
overflow: hidden;
clear: both;
margin: 0;
}
 
.commentlist li {
margin-bottom: 10px;
list-style: none;
padding: 5px;
border: 1px #E0E0E0 solid;
border-radius: 7px;
background-color: #FFFFFF;
}
 
ul.children {
border: 0px;
padding-top: 0px;
padding-left: 40px; 
}
 
.children p {
clear: left;
}
 
.commentlist p {
color:#292929;
line-height:24px;
clear: left;
text-align: justify;
padding-bottom: 12px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
 
input {
margin-left:10px;
}
 
textarea {
margin-left:10px;
}
 
.content a img {
margin-left:6px;
}
 
.pager {
text-align:center;
padding:7px 0 20px 0;
}
 
.pager:after, .pager:before {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.ie7 .pager {
  zoom: 1;
}
.pager a{
    text-decoration: none;
    display: initial;
    background: #e6e6e6;
    padding: 6px 9px 5px 8px;
    font: 12px Arial;
    color: #000;
    border-radius: 3px;
}
a.prev{
    margin: 0 7px 0 0;
}
a.next{
    margin: 0 0 0 7px;
}
a.current{
    background: #4587cd;
    background: -moz-linear-gradient(top,  #4587cd 1%, #134a85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4587cd), color-stop(100%,#134a85));
    background: -webkit-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -o-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -ms-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: linear-gradient(to bottom,  #4587cd 1%,#134a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4587cd', endColorstr='#134a85',GradientType=0 );
    color: #fff;
}
.pager a:hover{
    background: #4587cd;
    background: -moz-linear-gradient(top,  #4587cd 1%, #134a85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4587cd), color-stop(100%,#134a85));
    background: -webkit-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -o-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -ms-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: linear-gradient(to bottom,  #4587cd 1%,#134a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4587cd', endColorstr='#134a85',GradientType=0 );
    color: #fff;
}
1
11 / 11 / 3
Регистрация: 23.01.2014
Сообщений: 295
29.08.2014, 20:48
FraidZZ, Вы имели ввиду
CSS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
* {
margin:0;
padding:0;
}
 
body {
background:url(images/bg.jpg)
}
 
/* Atricle text */
blockquote {
background:#e0d8b8;
border-radius:6px;
margin:5px;
border:1px solid #9b8e58;
}
 
em {
color:#787878;
}
 
a {
color:#3372b5;
text-decoration:none;
}
 
strong {
color:#303030
}
 
p {
margin-bottom:7px;
}
 
a:hover {
color:#2c3788;
}
 
/* Main container */
.wraper {
width:1000px;
margin:auto;
}
 
/* Header */
.header {
width:1000px;
height:350px;
background-image: url(images/header.jpg);
margin-bottom:-4px;
}
 
/* Navigation */
.nav {
width:740px;
height:40px;
background: linear-gradient(to top, #c7c7c7, #fdfdfd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#fdfdfd',GradientType=0);
float:left;
position:relative;
border-top-left-radius:6px;
border-top-right-radius:6px;
z-index:7;
}
 
.nav li {
display:inline-block;
margin:6px 0 0 15px;
}
 
.nav a {
text-decoration:none;
font-size:21px;
margin-right:20px;
padding:3px 7px 3px 7px;
}
 
.nav a:hover {
background:#dddddd;
border-radius:5px;
}
 
/* Sidebar tittle */
.sidebar-top {
width:264px;
height:40px;
background: linear-gradient(to top, #1c5795, #4385ca);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c5795', endColorstr='#4385ca',GradientType=0);
float:left;
position:relative;
z-index:6;
border-top-right-radius:6px;
margin-left:-4px;
}
 
.sidebar-top h2 {
display:inline-block;
margin:4px 0 0 70px;
color:#fff;
}
 
.social {
position:absolute;
z-index:1;
margin-top:-37px;
}
 
.social img:hover {
transform: translate(0px, -20px);
transition: all 0.5s ease 0s;
}
 
.social img {
margin-left:2px;
margin-top:-39px;
}
 
.table {
display:table;
}
 
/* Content */
.content {
width:740px;
background:#fff;
display: table-cell;
-webkit-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.32);
-moz-box-shadow:    2px 0px 8px 0px rgba(50, 50, 50, 0.32);
box-shadow:         2px 0px 8px 0px rgba(50, 50, 50, 0.32);
filter: progid:DXImageTransform.Microsoft.shadow(direction=68, color=#cecece, strength=6);
position:relative;
}
 
.article h1 {
margin-left:15px;
margin-right:15px;
}
 
.article h2, p  {
margin-left:15px;
margin-right:15px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
 
.article  img {
margin-left:15px;
margin-right:15px;
}
 
.article h2, h1 {
color:#575757;
font-size:21px;
}
 
.article p {
@import url([url]http://fonts.googleapis.com/css?family=Arimo&subset=latin,cyrillic);[/url]
font-size:16px;
font-family: 'Arimo', sans-serif;
line-height: 21.5px;
}
 
.meta {
margin:4px 0 7px 15px;
}
 
.meta span {
background:#d5e6f7;
border-radius:3px;
padding:2px;
}
 
.more {
float:right;
text-decoration:none;
padding:3px;
background: #d5e6f7;
border-radius:5px;
margin:5px 10px 5px 10px;
}
 
.border {
background: url(images/art.gif);
height:5px;
background-repeat: repeat-x;
clear:both;
margin:15px 10px 25px 10px;
}
 
/* Sidebar */
.sidebar {
width:260px;
display: table-cell;
background:#fff;
}
 
.sidebar li {
margin:22px 0 0 30px;
list-style-type: none;
font-size:21px;
background-image: url("https://www.cyberforum.ru/images/line.gif");
background-position:left bottom; 
background-repeat:repeat-x;
 
}
 
.sidebar img {
margin-bottom:-6px;
 
}
 
.sidebar a {
text-decoration:none;
}
 
.sidebar a:hover {
color:#2c3788;
}
 
 
.sidebar ul {
padding-right:25px;
}
 
/* Footer */
.footer {
width:1000px;
height:300px;
background:#eaeaea;
position:relative;
}
 
.menu-foot  {
display:inline-block;
width:200px;
vertical-align:top;
margin:20px 0 0 90px;
 
}
 
.menu-foot h2  {
color: rgba(87, 87, 87, 0.6);
font-family: verdana;
font-size: 21px;
font-weight: 500;
margin-left:5px;
}
 
.menu-foot li  {
list-style-type: none;
margin:0 0 7px 7px;
}
 
.menu-foot a  {
font-size:17px;
 
text-decoration:none;
}
 
.menu-foot a:hover {
color:#2c3788;
}
 
.point {
position:absolute;
right:0;
bottom:0;
padding:5px;
 
}
 
.point img {
opacity:.4;
}
 
.point img:hover {
opacity:.9;
}
 
/* comments */
 
 
@import url([url]http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext);[/url]
 
.comment-author {
width:200px;
font-weight:bold;
float:left;
margin-bottom: 14px;
}
 
.comment-meta {
margin-top: 5px;
 
float: right;
background-color: #E0E0E0;
padding: 10px;
border-radius: 4px;
}
 
.comment-author img {
position:relative;
margin-right:10px;
top:10px;
}   
    
.commentlist {
font-family: 'Roboto', sans-serif;
padding: 15px;
list-style: none;
overflow: hidden;
clear: both;
margin: 0;
}
 
.commentlist li {
margin-bottom: 10px;
list-style: none;
padding: 5px;
border: 1px #E0E0E0 solid;
border-radius: 7px;
background-color: #FFFFFF;
}
 
ul.children {
border: 0px;
padding-top: 0px;
padding-left: 40px; 
}
 
.children p {
clear: left;
}
 
.commentlist p {
color:#292929;
line-height:24px;
clear: left;
text-align: justify;
padding-bottom: 12px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
 
input {
margin-left:10px;
}
 
textarea {
margin-left:10px;
}
 
.content a img {
margin-left:6px;
}
 
.pager {
text-align:center;
padding:7px 0 20px 0;
}
 
.pager:after, .pager:before {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.ie7 .pager {
  zoom: 1;
}
.pager a{
    text-decoration: none;
    display: initial;
    background: #e6e6e6;
    padding: 6px 9px 5px 8px;
    font: 12px Arial;
    color: #000;
    border-radius: 3px;
}
a.prev{
    margin: 0 7px 0 0;
}
a.next{
    margin: 0 0 0 7px;
}
a.current{
    background: #4587cd;
    background: -moz-linear-gradient(top,  #4587cd 1%, #134a85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4587cd), color-stop(100%,#134a85));
    background: -webkit-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -o-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -ms-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: linear-gradient(to bottom,  #4587cd 1%,#134a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4587cd', endColorstr='#134a85',GradientType=0 );
    color: #fff;
}
.pager a:hover{
    background: #4587cd;
    background: -moz-linear-gradient(top,  #4587cd 1%, #134a85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4587cd), color-stop(100%,#134a85));
    background: -webkit-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -o-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: -ms-linear-gradient(top,  #4587cd 1%,#134a85 100%);
    background: linear-gradient(to bottom,  #4587cd 1%,#134a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4587cd', endColorstr='#134a85',GradientType=0 );
    color: #fff;
}
0
Почетный модератор
12274 / 5340 / 268
Регистрация: 05.04.2011
Сообщений: 14,086
Записей в блоге: 2
29.08.2014, 21:21
MeowMeow, ссылки для оценки верстки публиковать можно. Не каждый сайт уложится в пост на форуме - да и разворачивать его не каждый будет.
0
2 / 2 / 1
Регистрация: 20.07.2014
Сообщений: 9
31.08.2014, 05:30
Я бы размер шрифта задавал бы через em или %, а не через px.

Добавлено через 10 минут
CSS
1
2
3
4
5
6
7
8
.commentlist {
font-family: 'Roboto', sans-serif;
padding: 15px;
list-style: none;
overflow: hidden;
clear: both;
margin: 0;
}
И вот здесь, я бы убрал overflow:hidden
0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
inter-admin
Эксперт
29715 / 6470 / 2152
Регистрация: 06.03.2009
Сообщений: 28,500
Блог
31.08.2014, 05:30
Помогаю со студенческими работами здесь

Оцените верстку
Совсем недавно начал изучать HTML и CSS, скачиваю бесплатные макеты и "верстаю", как мне кажется, не ок. Основное, на что хотел бы, чтобы...

Оцените верстку
Здравствуйте. Оцените верстку, пожалуйста) делал с psd макета отсюда http://vk.com/doc-30617855_239891120. Буду рад здравой критике)

Оцените верстку
Здравствуйте, 5-ая по счету страница, которую я верстаю и первый psd шаблон. Правильно ли я сделал кнопки, поля для поиска, поля для...

Оцените верстку
Здравствуйте, закончил верстать свой 2-й макет. Оцените пожалуйста код. Верстал не подсматривая в код оригинала. Ссылка на оригинал ...

Оцените верстку
Доброе время суток, изучаю html5, сверстал свою первую страницу, если кому-нибудь не жалко потратить немного времени, посмотрите,...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
5
Ответ Создать тему
Новые блоги и статьи
Камера Toupcam IUA500KMA
Eddy_Em 12.02.2026
Т. к. у всяких "хикроботов" слишком уж мелкий пиксель, для подсмотра в ESPriF они вообще плохо годятся: уже 14 величину можно рассмотреть еле-еле лишь на экспозициях под 3 секунды (а то и больше),. . .
И ясному Солнцу
zbw 12.02.2026
И ясному Солнцу, и светлой Луне. В мире покоя нет и люди не могут жить в тишине. А жить им немного лет.
«Знание-Сила»
zbw 12.02.2026
«Знание-Сила» «Время-Деньги» «Деньги -Пуля»
SDL3 для Web (WebAssembly): Подключение Box2D v3, физика и отрисовка коллайдеров
8Observer8 12.02.2026
Содержание блога Box2D - это библиотека для 2D физики для анимаций и игр. С её помощью можно определять были ли коллизии между конкретными объектами и вызывать обработчики событий столкновения. . . .
SDL3 для Web (WebAssembly): Загрузка PNG с прозрачным фоном с помощью SDL_LoadPNG (без SDL3_image)
8Observer8 11.02.2026
Содержание блога Библиотека SDL3 содержит встроенные инструменты для базовой работы с изображениями - без использования библиотеки SDL3_image. Пошагово создадим проект для загрузки изображения. . .
SDL3 для Web (WebAssembly): Загрузка PNG с прозрачным фоном с помощью SDL3_image
8Observer8 10.02.2026
Содержание блога Библиотека SDL3_image содержит инструменты для расширенной работы с изображениями. Пошагово создадим проект для загрузки изображения формата PNG с альфа-каналом (с прозрачным. . .
Установка Qt-версии Lazarus IDE в Debian Trixie Xfce
volvo 10.02.2026
В общем, достали меня глюки IDE Лазаруса, собранной с использованием набора виджетов Gtk2 (конкретно: если набирать текст в редакторе и вызвать подсказку через Ctrl+Space, то после закрытия окошка. . .
SDL3 для Web (WebAssembly): Работа со звуком через SDL3_mixer
8Observer8 08.02.2026
Содержание блога Пошагово создадим проект для загрузки звукового файла и воспроизведения звука с помощью библиотеки SDL3_mixer. Звук будет воспроизводиться по клику мышки по холсту на Desktop и по. . .
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru