medi

FacebookTwitter
layout wyszukiwania

http://www.network-theory.co.uk/docs/cvsmanual/Removingdirectories.html In concept, removing directories is somewhat similar to removing files--you want the directory to not exist in your current working directories, but you also want to be able to retrieve old releases in which the directory existed. The way that you remove a directory is to remove all the files in it. You don't remove the directory itself; there is no way to do that. Instead you specify the ‘-P’ option to cvs update or cvs checkout , which will cause CVS to remove empty directories from working directories. (Note that cvs export always removes empty directories.) Probably the best way to do this is to always specify ‘-P’ ; if you want an empty directory then put a dummy file (for example ‘.keepme’ ) in it to prevent ‘-P’ from removing it.

CVS--Concurrent Versions System - Removing directories

http://kore-nordmann.de/blog/php_charset_encoding_FAQ.html#which-charset-encoding-do-strings-have-in-php

PHP charset/encoding FAQ - Kore Nordmann - PHP / Projects / Politics

By Kore Nordmann, first published at Fri, 30 May 2008 09:10:32 +0200 General What is the difference between unicode and UTF-8/UTF-16/...? Unicode is a charset , which means just a set of characters, which says nothing about how the characters are actually stored (mapped to bytes). UTF-8 / UTF-16 / ... are encodings which define how a character is mapped to bytes in a string or byte array.
jquery

css

systemy płatności

http://www.jakzrobic.info/jz157_przekierowanie-portow-na-livebox.html

Przekierowanie portów na Livebox - www.jakzrobic.info -

Dodał: exor dnia: 23 11 2008 Komentarzy: 12, ocena: 2,548.95 Przekierowania portów będziemy potrzebować jeśli: * uruchamiamy na swoim komputerze domowym serwer jakiejś usługi (www, ftp, itp.) lub gry i chcemy udostępnić ten serwer "na świat" * chcemy używać programów P2P na swoim domowym komputerze, który nie posiada zewnętrznego adresu IP (zewnętrzny adres posiada Livebox, komputery dostają od Liveboxa adresy z puli prywatnej) Sposób 1 * w panelu zarządzania Livebox otwietamy zakładkę: Serwery LAN * klikamy guzik Dodaj - otwiera się formularz podobny do tego z załączonej ilustracji poniżej. * wprowadzamy: Nazwa - nazwa naszego serwera (pomocna w jego identyfikacji) Dostęp włączony - wybieramy Tak - chcemy aby wprowadzane przekierowanie portów było aktywne Protokół - tutaj musimy wybrać protokół jakiego chcemy użyć. Zależy on od serwera, który chcemy przekierować (np. www i ftp korzystają z TCP, ale już programy P2P mogą używać UDP - należy to po prostu sprawdzić).
No CAPTCHA can survive a human that's receiving financial incentives for solving it, and with an army of low-waged human CAPTCHA solvers officially in the business of "data processing" while earning a mere $2 for solving a thousand CAPTCHA's, I'm already starting to see evidence of consolidation between India's major CAPTCHA solving companies . The consolidation logically leading to increased bargaining power, is resulting in an international franchising model recruiting data processing workers empowered with do-it-yourself CAPTCHA syndication web based kits, API keys, and thousands of proxies to make their work easier, and the process more efficient. http://www.zdnet.com/blog/security/inside-indias-captcha-solving-economy/1835

Inside India's CAPTCHA solving economy

https://developers.google.com/recaptcha/docs/display This page explains how to display reCAPTCHA without using a plugin. We offer a variety of plugins for different applications and programming environments, such as PHP and ASP.NET , and we encourage you to look at our multiple plugins before proceeding with the "Do-It-Yourself" installation instructions below. Overview

Displaying reCAPTCHA Without Plugins - reCAPTCHA

http://gonzalo123.com/2011/01/17/php-template-engine-comparison/

PHP Template Engine Comparison « Gonzalo Ayuso | Web Architect

i 8 Votes I’m going to face a project using a template engine with PHP. Because of that I’m will perform a small benchmark test of several PHP template engines. That’s not an exhaustive performance test.
JavaScript

Atom

How to select the first/least/max row per group in SQL at Xaprb

Here are some common SQL problems, all of which have related solutions: how do I find the most recent log entry for each program? How do I find the most popular item from each category? How do I find the top score for each player? In general, these types of “select the extreme from each group” queries can be solved with the same techniques. I’ll explain how to do that in this article, including the harder problem of selecting the top N entries, not just the top 1. This topic is related to numbering rows, which I just wrote about (see my articles about MySQL-specific and generic techniques to assign a number to each row in a group). http://www.xaprb.com/blog/2006/12/07/how-to-select-the-firstleastmax-row-per-group-in-sql/
obejmowanie "floatów"

http://mashable.com/2008/11/03/embeddable-html-editors/ Not many Web sites allow you to create your own pages, but many do allow you to create segments of HTML. What if you wanted to allow this on your own site? Do you write your own editor?

6 Embeddable HTML Editors for Your Website Compared

"For Dummies"

http://www.tinymce.com/wiki.php/%22For_Dummies%22 Create a very simple TinyMCE wysiwyg Editor Instructions Download TinyMCE tinymce_3_x_x.zip, it contains all you need for any editor. Unzip and extract the tinymce_3_x_x.zip move the subdir tinymce to your desired local location.
http://www.w3.org/TR/CSS2/

Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification

This specification defines Cascading Style Sheets, level 2 revision 1 (CSS 2.1). CSS 2.1 is a style sheet language that allows authors and users to attach style (e.g., fonts and spacing) to structured documents (e.g., HTML documents and XML applications). By separating the presentation style of documents from the content of documents, CSS 2.1 simplifies Web authoring and site maintenance.
Introduction HTML5 finally provides a standard way to interact with local files, via the File API specification. As example of its capabilities, the File API could be used to create a thumbnail preview of images as they're being sent to the server, or allow an app to save a file reference while the user is offline. Additionally, you could use client-side logic to verify an upload's mimetype matches its file extension or restrict the size of an upload. The spec provides several interfaces for accessing files from a 'local' filesystem: File - an individual file; provides readonly information such as name, file size, mimetype, and a reference to the file handle.

HTML5 Rocks - Reading local files in JavaScript

Help:Formatting

You can format your text by using wiki markup. This consists of normal characters like asterisks, single quotes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic , you include it in two pairs of single quotes like ''this'' . [ edit ] Text formatting markup [ edit ] Paragraphs