====== Projects ====== * [[Plogr.net]] * [[Mobius Engine]] * [[Tloggr]] * [[Gee]] * [[PiHP|πHP]] ====== Cheat sheats ====== * **Server** * [[Cheatsheet|.htaccess cheat sheat]] - by Added Bytes * **SVN** * [[cheat_sheets:svn:Basic commands]] * **[[CSS cheat sheet|CSS]]** * [[Blue Print cheatsheet]] * [[http://www.dgx.cz/tools/fonts/|Fontoteka - DGX]] * **Unix** *[[Basic unix commands]] * **Mac OS X** * [[TextMate Cheat Sheet]] - [[http://www.g-design.net/textmate.pdf]] * [[Terminal commands]] - flush cache, ... * **HTML** * [[:cheat-sheets:html:url-enecoding|URL encoding/decoding]] * **MySQL** * [[:cheat-sheets:mysql:get-random-integer|Get random integer in the range i <= R < j]] ====== Skeletons & Templates ====== * HTML * [[XHTML - transitional]] * [[Content page]] - headings, lipsum, lists, forms, tables * [[jQuery]] * [[swf_object|Embedding flash - SWF Object / HTML]] ====== Bugs ====== ===== PHP ===== * [[function_exists(empty)]] ===== CSS ===== ==== IE ==== * [[IE 6 z-index select bug]] ==== Firefox/Gecko ==== * [[1px background bug]] * [[Radio button's autocomplete bug]] ====== Server ====== ===== .htaccess ===== * [[Basic URL redirection]] - through frontend script (index.php) * [[common settings]] - PHP values, index pages, error pages, symlinks * [[trailing slash redirection]] (works only for root domain) * [[http auth]] * [[Cheatsheet]] - by Added Bytes * [[HTTP AUTH skeleton]] * [[SSL detection and conditional redirect]] ====== PHP ====== ===== Variables ===== - [[$_SERVER]] ===== Snippets / Skeletons ===== * [[php:snippets:Simple buffer templating]] * [[Error 404]] - header and default message * [[php:snippets:Flex ArrayCollection]]