38 private links
URL Fixer fixes common typos in URLs entered in the address bar. It will fix errors like "google.con" or "youtube,com". You have the option of being asked to confirm corrections before they are applied.
Reload page automatically when selected local files are changed.
Assist in finding key conflicts between various plugins. This plugin will report back shortcut keys that are mapped to more than one package. This does not guarantee that the listed plugins are necessarily in conflict, as details, such as context, are ignored. This is simply a tool to help assist what plugins may be conflicting.
Keyboard Maestro is a powerful macro program for Mac OS X Mountain Lion, Lion and Snow Leopard which has received glowing reviews.
Смысл поста — подытожить методику верстки писем под сегодняшние реалии, при этом не забывая про ископаемые клиенты.
Reducing the number of HTTP requests is a must, sprites are cool, but a pain to maintain, so there come data URIs (for all browsers) and MHTML (IE6 and 7). I've talked about these things on this blog to a point where the blog comes up in top 10 results in search engines for queries like "mhtml" and "data url". Therefore I think it's my duty to clarify a point for the good of the mankind :)
Run this in Terminal:
/Applications/Miro\ Video\ Converter.app/Contents/Resources/ffmpeg -i /path/to/input/video.mp4 -f webm -vcodec libvpx -acodec libvorbis -ab 160000 -b 1152k /path/to/output/video.webm
This extension prevents websites from interfering with your copy and paste actions without waiting for bug 542938 to be fixed. No configuration required, the website will simply no longer notice when you copy or paste text.
I use Transmit everyday to post new content to Egg Freckles, or upload changes to my MessagePad theme. Transmit’s Sync command is invaluable for moving the changes on my computer to the various sites I have bookmarked in Transmit’s collection of favorites. Unfortunately no matter how useful Transmit’s Sync command may be, it is powerless at synchronizing my Transmit favorites between two or more computers.
Between my day job as an ASP.NET developer and my freelancing and writing, I bounce around among computers quite a bit. I currently split time among my MacBook Air and a Windows 7 PC, as well as various Linux and Windows virtual machines. After setting up Sublime for the second or third time, I realized that I needed to automate the process of installing packages and tweaking configs.
Lets you to define a Hosts.sublime-settings file with specific settings for each machine you work on.
When WordPress 3.0 was launched, many people did not know about how to add a home page link in the WordPress 3.0 Menu. The simple solution was to add home-page link as a Custom Link to the menu. Well in this article, we will show you how you can show home page link under the pages widget in WordPress 3.0 menu system. This is something that all theme developers should have in their WordPress 3.0 compatible themes.
Your favorite site doesn't provide news feeds?
This free online service converts any web page to an RSS feed on the fly.
Even for experience designers, building email newsletters isn’t easy. You receive a lovely looking design, and you crack on with the development. Unfortunately, it just doesn’t work as it should in every email clients. Styles don’t display, images aren’t visible, etc.
This is where these twenty best practices come in handy.
The new Outlook 2007 doesn't support or misinterprets many standard HTML tags and CSS styles. These are some issues I ran into. These have nothing to do with the way Sugar sends out emails, but I thought it may help my fellow designers to cope with the new Outlook. I have a feeling, I will be adding to this list, so please keep checking this thread.
Firebug extension to view which CSS rules are actually used.
Hotlinking is currently enabled so you can try out different noises in your CSS before deciding what image(s) your want to use.
Example: noisepng.com/size-intensity(0-100)-opacity(0-100)-monochrome.png
CSS edits and image changes apply live.
CoffeeScript, SASS, LESS and others just work.
WordPress doesn’t normally allow you to add PHP code to pages or posts. That’s for the best; you don’t want clients to discover the power of the unlink function! However, you can create custom functions which are executed when a shortcode is encountered within the post text.
This plugin gives every widget an extra control field called "Widget logic" that lets you control the pages that the widget will appear on. The text field lets you use WP's Conditional Tags, or any general PHP code.