Markdown cheat sheet | warpedvisions.org

Markdown cheat sheet | warpedvisions.org.

And to Copy TITLE tag to TITLE and h1:

 

GREP: Title: (.*)

REPLACE: Title: 1n#1

Posted in Uncategorized | Leave a comment

RegexAdvice – Extract strings in-between curly braces

RegexAdvice – Extract strings in-between curly braces.

http://regexadvice.com/blogs/mash/archive/2007/06/01/You_2700_ve-got-your-sub_2D00_matches-in-my-matches.aspx

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

Posted in Uncategorized | Leave a comment

FireQuery is a Firebug extension for jQuery development

FireQuery is a Firebug extension for jQuery development.

FireQuery is a Firefox extension integrated with Firebug

  • jQuery expressions are intelligently presented in Firebug Console and DOM inspector
  • attached jQuery data are first class citizens
  • elements in jQuery collections are highlighted on hover
  • jQuerify: enables you to inject jQuery into any web page
  • jQuery Lint: enables you to automatically inject jQuery Lint into the page as it is loaded (great for ad-hoc code validation)
Posted in javascript | Leave a comment

How to organize your wordpress blogroll links?

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’); ?>

Posted in WordPress | Leave a comment

Some useful jQuery sliders

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!

Posted in javascript | Tagged | Leave a comment

At Uncle Joe’s for Thanksgiving!

We’re having a great time!

Posted in Uncategorized | Tagged , , | Leave a comment

50 jQuery Tools for Awesome Websites | Pro Blog Design

50 jQuery Tools for Awesome Websites | Pro Blog Design.

Posted in javascript, laptop | Leave a comment

MailTo Syntax

MailTo Syntax.

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:

Simple MailTo

Features may be used in combination

Remember to use only one ? (question mark), when providing multiple entries beyond e-mail address

Posted in coding, cool, Hacks, HTML | Tagged , , , | Leave a comment

My first post from my iPhone & free from Freedom

Is this thing on? Yay! First post! ;-)

Posted in Freedom | Tagged | Leave a comment

Computer 3D From a Long Time Ago in a Galaxy Far, Far Away

Posted in Uncategorized | Leave a comment