----
* уже дважды
Также я выложил замечательную колоду кандзи, одну из двух своих замечательных колод. Может кому-то пригодится!


a href
можно использовать без домена:<a href="/path/">
<a href=opera>Полезные заметки по браузеру Opera</a>
<a href="./path/">
comment_cookie_lifetime
filter to drop standard Wordpress cookie lifetime from half a year to 30 minutes. And since my site runs as GMT, this was eaten by the 4-hour time difference.comment_author_*
comment_author_email_*
comment_author_url_*
/wp-includes/comment-template.php/comments_template()
comments.php
.print_r($_COOKIES);
to your theme's header.php
, don't forget to remove it later. Use Wireshark or your browser's request sniffer to track what's being sent.C:\Users\[your username]\AppData\Roaming\Microsoft\Windows\SendTo
" or wherever Sent To folder is in your versions of Windows.C:\Download\images
which is BTSync-ed to your server as http://example.org/lib/img
. Create a file C:\Download\images\path.txt
and write the above web base path to it.C:\Download\images\test\file.png --> http://example.org/lib/img/test/file.png
The sсript can also be used if you have a web server running at home which presents some of the files on your PC to the outside world, or even if you share some files and want to copy those as "\\mypc\share\path". Since the sсript looks for the first available path.txt in the parent directories, you can link different folders to different addresses, or even copy and modify the sсript so that the same folder is linked to several base paths ("Copy as web address", "Copy as local \\share").