Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
P.



















превюшку как сделать как у Юсуке не знаюПревьюшку сделать весьма не сложно, если только воспользоваться скриптовым языком, таким как PHP.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
* {background-color: #fff;}
DIV {
-moz-column-count: 4; /* число столбцов */
color: #444;
font-weight: bold;
font-family: "PT Sans", sans-serif; /* желаемый шрифт */
font-size: 14px;
margin: 0; padding: 0; border: 0;
white-space: nowrap;
}
IMG { vertical-align: middle; margin: 0.5em;}
</style>
</head>
<body>
<?php
$fileArray = array();
if ($dirhandle = opendir('.')){
// Populating the array of filenames...
while (false !== ($filename = readdir($dirhandle))){
if (preg_match('/\.png$/i', $filename)){
$fileArray[] = $filename;
}
}
closedir($dirhandle);
// Sorting the array of filenames...
natsort($fileArray);
// Dumping the array of filenames...
?><div><?php
foreach($fileArray as $pngFilename){
?><img src="../32x32/<?php echo $pngFilename ?>"><img
src="<?php echo $pngFilename ?>"> <?php
echo $pngFilename ?><br /><?php
}
?></div><?php
}
?>
</body>
</html>
php -f index.php >index.htmlФидонет морально устарел, а это всё же не музейНа этот счёт можете быть покойны: я не просил бы о создании значка для Фидонета, кабы Фидонет не развивался. Во блоге Фидонета на Хабрахабре вы можете видеть, как появляются всё новые и новые сайты и программы для работы с Фидонетом;
![[FTN2BB]](http://fidonode.in/forum/images/logo.png)
This is a logo of an organization, item, or event, and is protected by copyright. It is believed that the use of low-resolution images on the English-language Wikipedia, hosted on servers in the United States by the non-profit Wikimedia Foundation, of logos for certain uses involving identification and critical commentary may qualify as fair use under United States copyright law. Any other uses of this image, on Wikipedia or elsewhere, may be copyright infringement.
тут все знаки.







2000 из 3000 иконок готово — стань соавтором! (стол заказов)