@font-face – wszystko, co powinieneś wiedzieć i jeszcze więcej

http://blog.fuertigo.pl/CSS/font-face-wszystko-co-powinienes-wiedziec-i-jeszcze-wiecej/149/ http://blog.secondgate.pl/2011/01/23/kompletna-instrukcja-uzywania-font-face/ http://css-tricks.com/snippets/css/using-font-face/ http://www.w3.org/TR/2013/CR-css-fonts-3-20131003/ http://www.fontsquirrel.com/tools/webfont-generator .font-face(@font-path: '../../../fonts/family-name', @file-name: arial-regular, @weight: normal, @style: normal) { @font-face { font-family: '@{file-name}'; src: url('@{font-path}/@{file-name}.eot'); src: url('@{font-path}/@{file-name}.eot?#iefix') format('embedded-opentype'), url('@{font-path}/@{file-name}.woff') format('woff'), url('@{font-path}/@{file-name}.ttf') format('truetype'), url('@{font-path}/@{file-name}.svg#@{file-name}') format('svg'); font-weight: @weight; font-style: @style; } }

Scrum Guides

Scrum is defined completely in the Scrum Guide by Ken Schwaber and Jeff Sutherland, the originators of Scrum. Learn more about the Scrum Guide in the Scrum Guide FAQ. Download the revision history of the English Scrum Guide master document. https://www.scrum.org/Scrum-Guides

WebSVN – Online subversion repository browser

WebSVN offers a view onto your subversion repositories that’s been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between two versions of a file so ...

Internet Explorer: Understanding the Compatibility View List

In recent versions, Windows Internet Explorer has dramatically improved support for established and emerging industry standards, such as HTML5, Cascading Style Sheets, Level 3 (CSS3), and Scalable Vector Graphics (SVG). By default, Internet Explorer properly displays webpages designed to support these standards. Because some of these standards are still evolving, older websites may not fully ...

Extract regular expression group match using grep or sed

I’ve been looking for a GNU/Linux command that matches lines in a text file using a regular expression and extracts a group match for that expression (a sub-match within parenthesis).

How to set up JMSpayment Bundle and add the paypal plugin

http://symfony2.ylly.fr/how-to-set-up-jmspayment-bundle-and-add-the-paypal-plugin-sebastien/ http://stackoverflow.com/questions/15191944/paypal-in-symfony2 https://github.com/Payum/Payum/blob/master/docs/supported-payments-and-other-libraries.md

Facebook: protokół Open Graph

Protokół Open Graph pozwala na integrację serwisów internetowych z Facebookiem. Umożliwia kontrolę nad prezentacją naszych treści w tym serwisie społecznościowym, a jednocześnie na lepszą ich interakcję z użytkownikami. Zobaczmy jak można wykorzystać to narzędzie na naszej stronie.

Using variables from PHP code in your LESS files

assetic: filters: lessphp: apply_to: "\.less$" # Formatter options: compressed, lessjs, classic formatter: "compressed" preserve_comments: false presets: my_variable: "#000" http://isometriks.com/using-less-with-symfony2

Ignoring files in PhpStorm

Sometimes you might need to exclude a single file from your project, so that it will be ignored by inspections, code completion, etc. This is done using the Mark as plain text action. When a file is marked as plain text, PhpStorm does not use it anymore for code completion and navigation. Such file is ...

How to completely erase hard drive or wiping hdd clean

sudo shred -n5 -z -v /dev/sdX