Not really sure the image must be a versioned as you can see here
https://github.com/bainternet/Admin-Page-Class
which shows images remotly hosted.
And if you want the image to link then markdown syntax should be
[![Link Title](http://image/url "Image alt")](http://linkto.com)
You can use it for many things such as creating a custom API endpoint in WordPress,
Split content across multiple urls like what we have on WordPress.org’s plugin directory (description,install,faq,...)
and i use it mostly for creating "sub posts" for custom post types
A better way would be use this two hooks
<?php
// Style action for the post new page
add_action('admin_print_styles-post-new.php', 'posttype_admin_css');
// Style action for the post editting page
add_action('admin_print_styles-post.php', 'posttype_admin_css');
So you only run your conditional check on the needed pages instead of all admin n pages.
@jurgelenas:
Not Direct benchmarks but reports::
http://wp.smashingmagazine.com/2011/10/18/how-to-use-ajax-in-wordpress/#comment-8387
and the questions that started all of this
http://wordpress.stackexchange.com/questions/41808/ajax-takes-10x-as-long-as-it-should-could
Or you can create a new Alias to list your defined alias :)
aliaslist = config --get-regexp '(alias.*)'
I remember reading your post about it and i actually use an alias to generate my markdown version of my changelog
and use it like this:
ex: