Sticky (Fixed) SideNav Layout with CSS

22:52

Having a fixed sidenav comes in handy when dealing with blog style websites where the content is extremely tall and there is a need for good amount of scrolling. The fixed navigation allows the user to cruise through the content without scrolling back up to the top to navigate through the rest of the site.

Link Demo

Smashing Magazine

22:45

Founded in September 2006, Smashing Magazine delivers useful and innovative information to Web designers and developers. Our aim is to inform our readers about the latest trends and techniques in Web development. We try to convince you not with the quantity but with the quality of the information we present. We hope that makes us different. Smashing Magazine is, and always has been, independent.

Link

Dynamic Drive

23:09

Welcome to Dynamic Drive, the #1 place on the net to obtain free, original DHTML & Javascripts to enhance your web site!

Pixel Popping Techniques

22:37



TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to
convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.

Далее

Обзор бесплатных WYSIWYG редакторов

21:49
ссылка и одно демо

Ресурс для генерации картинок круглых уголков

21:07
ссылка

Персональные CSS-хаки для Internet Explorer, Opera, FireFox, Safari, Google Chrome

20:45
Я не сторонник условных комментариев в CSS (можно ругать меня за это), взамен предпочитаю использовать различные CSS-хаки, дабы при верстке решить проблему кроссбраузерности по ходу написания кода, без лишний “телодвижений”. Да, это неправильно с точки зрения стандартов и некрасиво, но таким способом для меня гораздо проще верстать.

ссылка

Templates

22:44
Несколько темплейтов

http://www.joomlademo.de/index.php?mos_change_template=247shock_black_104
http://www.joomlademo.de/index.php?mos_change_template=jat_grey_area
http://design4free.org/templates/5.html

Ajax on the Pocket PC

21:20
Ajax on the Pocket PC
Pocket IE Attack Test Page
Pocket IE and DHTML
DHTML Test on PIE

Разбивка длинных строк PHP

16:48
<?php
$str='0000000000000000000000000';
$str=preg_replace('/([^\s\n]{10})/','$1 ',$str);
echo $str;
?>