Markdown cheat sheet | warpedvisions.org.
And to Copy TITLE tag to TITLE and h1:
GREP: Title: (.*)
REPLACE: Title: 1n#1
Markdown cheat sheet | warpedvisions.org.
And to Copy TITLE tag to TITLE and h1:
GREP: Title: (.*)
REPLACE: Title: 1n#1
RegexAdvice – Extract strings in-between curly braces.
Raw Match Pattern:
\{([^}]*)\}
$matches Array:
(
[0] => Array
(
[0] => {Mr. Jones}
)
[1] => Array
(
[0] => Mr. Jones
)
Michael
“In theory, theory and practice
are the same. In practice, they are not.”
Albert Einstein
FireQuery is a Firebug extension for jQuery development.
How to organize your wordpress blogroll links?.
You can have the link in the following orders:
Orderby
- ‘id’
- ‘url’
- ‘name’
- ‘target’
- ‘description’
- ‘owner’ – User who added bookmark through bookmarks Manager.
- ‘rating’
- ‘updated’
- ‘rel’ – bookmark relationship (XFN).
- ‘notes’
- ‘rss’
- ‘length’ – The length of the bookmark name, shortest to longest.
- ‘rand’ – Display bookmarks in random order.So then you would have to do this:
<?php wp_list_bookmarks(‘title_li=&category=2&orderby=id’); ?>
With the ubiquity of jQuery, I became a bit frustrated with the preponderance of Flash sliders everywhere. I never was a big fan of requiring plugins to see critical site content, be it the ‘splash’ screen (remember FutureSplash?) or Flash-based navigation.
I was looking from some jQuery sliders, and came up with a link to a few I liked:
With so many options to replace Flash-based sliders & galleries, I wonder why folks are still using Flash-based sliders & galleries? Don’t get me wrong… I still think there’s a pace for Flash, but navigation, splash pages, galleries and entires web sites are not one of them. Or if they must be used, please provide a rich experience for those of us ‘stuck’ with an iPhone, iPad, Android or other mobile device!
We’re having a great time!
The MailTo command can do more than enter a single e-mail address in the “Send To” field while activating your e-mail program. It can also:
| Feature | Syntax | |
| Address message to multiple recipients | , (comma separating e-mail addresses) | |
| Add entry in the “Subject” field | subject=Subject Field Text | |
| Add entry in the “Copy To” or “CC” field | cc=id@internet.node | |
| Add entry in the “Blind Copy To” or “BCC” field | bcc=id@internet.node | |
| Add entry in the “Body” field | body=Your message here Within the body use “%0A” for a new line, use “%0A%0A” for a new line preceded by a blank line (paragraph), see example below. |
Notes:
” “ (beginning and ending double quotes) are necessary if any spaces are used Mailto parameter should be preceded by “?” for the first or only parameter and “&” for second and subsequent parameter.
Some examples, with actual HTML Code included, follow:
Remember to use only one ? (question mark), when providing multiple entries beyond e-mail address
Is this thing on? Yay! First post!