39 private links
I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out how to easily style the select box using only CSS since certain parts are browser specific, such as the drop down arrow.
We have been using @font-face at Adtrak for a while now, and have found only a few issues with it – the main one being rendering in Chrome. The first time I used @font-face; I loaded my website in Google’s browser and was greeted by a jagged, harsh looking font render – nowhere near as nice as Firefox. After a quick search, it became apparent that I wasn’t alone in the experience. I struggled to find a decent fix for this; one method I did use for a while added a CSS text shadow to overcome the jagged edges, but this wasn’t a great, full fix.
Пример использования:
echo 'Мне уже '.declension('<b>20</b>','год года лет').'!';
// выведет «Мне уже <b>20</b> лет!»
Welcome to Minimal Monkey
Мета тег X-UA-Compatible управляет режимом отображением страниц в браузерах IE8+.
Get the total character/word count of a document
This is an issue that came up on IRC and I wasn't sure if there was a solution or not. Basically, we needed a way to bind multiple commands to be run in a given order to a single keyboard shortcut. Ordinarily I'd say to just use macros, but as it turns out, you can't use a macro to show the find panel or anything like that, so this is the solution I came up with: a command that runs multiple commands in whichever context the command needs to be run in.
This plugin allows you to use unfiltered HTML in your category descriptions by disabling selected WordPress filters.
The Rich Text Tags Plugin allows you to edit tag, category, and taxonomy descriptions using WordPress' built in WYSIWYG editor.
for use with last.fm, spotify, etc.
Clone posts and pages.
A dynamic layout plugin for jQuery - the flip-side of CSS floats
How to add a button to the editor adding a shortcode via dialog window interfac
This is the trick I used with my 1and1 hosted WordPress hosted website. I found this method mentioned with no detail after spending forty minutes looking for a way to delete a misspelled Custom Field.
Flashing the eMMC and rootfs on your N900 will completely reset the device to factory settings, reverting everything to factory settings, including /home with all (app-)preferences, bookmarks, contacts, communications, but again, excluding the external memory on micro-SD card and the lockcode. (you MUST flash rootfs as well, when flashing eMMC (because of /opt deletion)
The script adds vertical rules (left border) to selected paragraphs. Of the several methods suggested in a thread on Adobe's InDesign forum -- paragraph rule, dropcap on pipe symbol, placing paragraphs in a table cell, graphic rule in an anchored frame -- the latter seemed the most flexible and manageable.
In this post, I’d like to take you through the Sublime build system and share build scripts for working with many of the languages and tools we use today.
So I’ve been a long time user of FileZilla and awhile back I looked into how to share my site list across multiple machines and one method many people were doing was storing their application settings on Dropbox by modifying their fzdefaults.xml to point to a location under your Dropbox folder.