medi

TwitterFacebook
Get flash to fully experience Pearltrees
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. reCAPTCHA is a Web service, meaning that the CAPTCHA images are served directly from our servers to the end users.

Displaying reCAPTCHA Without Plugins - reCAPTCHA

systemy płatności

http://www.eclipse.org/epf/

Process Framework Project (EPF)

The Eclipse Process Framework (EPF) aims at producing a customizable software process enginering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles.
Haanga is a template engine that uses Django syntax. In the beginning it was developed for Menéame, but we decided to release it as an independent project so it can be used by anyone :-) A few days later I began with some outlines for the lexer, the parser and the rudimentary code generator (all the prototype record is public)

Haanga - über efficient template engine for PHP

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

PHP Template Engine Comparison « Gonzalo Ayuso | Web Architect

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. It’s only my personal test.
http://jqueryui.com/themeroller/

zestaw ikon jQuery UI

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum.
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

TinyMCE - "For Dummies"

http://www.tinymce.com/wiki.php/%22For_Dummies%22 Further more comprehensive instructions can be found on Installation , which you can move on to when you have mastered the Dummies version! If you are not a Dummy don't edit, as us Dummies like simple instructions! theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect" , theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor" ,
http://www.wymeditor.org/

WYMeditor - web-based XHTML editor - Home

WYMeditor's main concept is to leave details of the document's visual layout , and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYSIWYG editors). WYMeditor has been created to generate perfectly structured XHTML strict code, to conform to the W3C XHTML specifications and to facilitate further processing by modern applications. With WYMeditor, the code can't be contaminated by visual informations like font styles and weights, borders, colors, ... The end-user defines content meaning, which will determine its aspect by the use of style sheets. The result is easy and quick maintenance of information .
We'll use jQuery to do most of the heavy lifting, so the first step is to include the jQuery library in the page's head element: Here we've linked directly to the jQuery library on Google's CDN, but you can download the library and host it on your own server if you prefer. We'll also add a global config variable, messageDelay , to control how long the message boxes appear on the screen. This value is in milliseconds. Feel free to change it to a shorter or longer time: The first stage of our form-enhancing JavaScript is the init() function. http://www.elated.com/articles/slick-ajax-contact-form-jquery-php/

How to Make a Slick Ajax Contact Form with jQuery and PHP

Blog » Basic usage of the jQuery UI dialog

Home > jQuery UI - Dialog > Basic usage of the jQuery UI dialog The jQuery UI dialog , like many jQuery UI plugins, is extremely easy to get started with but has a few areas that causes new users some trouble. One of the most commonly asked questions on the jquery-ui list is “Why does my dialog only open once?” In this article I’ll explain the problem these users are running into and how to get your dialogs to show each and every time. Problem:

#5601 (Tabs get wrong height when near a float) – jQuery UI

Tabs get wrong height when near a float I have a two-column layout, with a sidebar in the left side. The right side will have the tabs. The height of the tabs header, though, uses to whole height of the sidebar, which makes it look pretty weird.

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.

Help:Formatting - MediaWiki

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'' . * Start each line * with an [[Wikipedia:asterisk|asterisk]] (*). ** More asterisks gives deeper *** and deeper levels. * Line breaks don't break levels. *** But jumping levels creates empty space. Any other start ends the list.