ourlil.com

A web site for tutti noi (all of us!)

  • Home
  • About
  • About – sample
  • Healing Christofer – Fun’-Raiser
    • Gallery
  • JP’s Page

Archive for the ‘HTML’ Category

MailTo Syntax

Monday, July 26th, 2010

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

  • <a href=”mailto:astark1@unl.edu”>MailTo with Multiple Recipients
  • <a href=”mailto:astark1@unl.edu,ASTARK1@UNL.EDU“>MailTo with Subject
  • <a href=”mailto:astark1@unl.edu?subject=Comments from MailTo Syntax Page“>

    MailTo with a Copy

  • <a href=”mailto:astark1@unl.edu?cc=ASTARK1@UNL.EDU“>MailTo with a Blind Copy
  • <a href=”mailto:astark1@unl.edu?bcc=ASTARK1@UNL.EDU“>MailTo with message already started in Body
  • <a href=”mailto:astark1@unl.edu?body=I am having trouble finding information on “>MailTo with multiline message in Body
  • <a href=”mailto:astark1@unl.edu?body=The message’s first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.“>NOTE: Use “%0A” for a new line, use “%0A%0A” for a new line preceded by a blank line.

Features may be used in combination

  • MailTo with Subject, a Recipient, a Copy and a Blind Copy
  • <a href=”mailto:astark1@unl.edu?subject=MailTo Comments&cc=ASTARK1@UNL.EDU&bcc=id@internet.node”>

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

Tags: Hacks, HTML, mail, nifty
Posted in HTML, Hacks, coding, cool | Comments Off

Farbtastic: jQuery color picker plug-in | Steven Wittens – Acko.net

Friday, September 5th, 2008

Farbtastic Color Picker widgetFarbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element’s value when a color is selected.

Download Farbtastic 1.2 – 8 January 2007 (License: GPL).

Farbtastic: jQuery color picker plug-in | Steven Wittens – Acko.net

Tags: color, javascript, js, picker, tools
Posted in HTML, Hacks, Interactive Team, Web 2.0, WebTech, coding, javascript, nifty, tools | Comments Off

Can Web 2.0 Evolve Into An Enterprise Technology?

Tuesday, October 30th, 2007

Web 2.0 Impact ChartGrowing Pains: Can Web 2.0 Evolve Into An Enterprise Technology? — Web 2.0 — InformationWeek

Wikis, mashups, social networking, and even Second Life can have a place in business, but they need to improve legacy interoperability–and IT needs to overcome its skepticism.

Posted in Blogs, Browsers, HTML, Interactive Team, Mashup, Trends, Web 2.0, WebTech, nifty, standards | Comments Off

WordPressMU Bug Trac for fixing target=”_blank”

Tuesday, October 9th, 2007

W3C - World Wide Web ConsortiumOnce upon a time, we had a vexing problem where we couldn’t set the @target (OT: @target is tech-speak/jargon/euphemism for ‘target attribute’). Actually, you could set it, but when you ‘saved’ the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here’s where I figured out what was wrong. I don’t know why they ‘broke’ the @target attribute, although I do know that the ‘target’ attribute was deprecated in HTML 4.01, as well as XHTML 1.0. However, there are ways around it, like via JavaScript and XHTML modules which are pretty darn cool.

Anyway, when we upgrade WordPressMU to the next version, we’ll likely need to ‘fix’ this again, so here’s $98 bucks worth of direction:

Changeset 1022 – WordPress MU Trac – Trac

Just change this:

$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array()
),

to this:

$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array(), ‘target’ => array()
),

NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.

Posted in Blogs, HTML, Hacks, nifty, standards, xhtml | 3 Comments »

WordPressMU Bug Trac for fixing target=”_blank”

Tuesday, October 9th, 2007

W3C - World Wide Web ConsortiumOnce upon a time, we had a vexing problem where we couldn’t set the @target (OT: @target is tech-speak/jargon/euphemism for ‘target attribute’). Actually, you could set it, but when you ‘saved’ the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here’s where I figured out what was wrong. I don’t know why they ‘broke’ the @target attribute, although I do know that the ‘target’ attribute was deprecated in HTML 4.01, as well as XHTML 1.0. However, there are ways around it, like via JavaScript and XHTML modules which are pretty darn cool.

Anyway, when we upgrade WordPressMU to the next version, we’ll likely need to ‘fix’ this again, so here’s $98 bucks worth of direction:

Changeset 1022 – WordPress MU Trac – Trac

Just change this:

$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array()
),

to this:

$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array(), ‘target’ => array()
),

NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.

Posted in Blogs, HTML, Hacks, nifty, standards, xhtml | 2 Comments »

Yahoo! UI Library: Graded Browser Support

Friday, September 28th, 2007

Yahoo! UI Library: Graded Browser Support

A-Grade Browser Support is probably what we should adopt, as well.

Posted in Browsers, CSS, Freedom, HTML, Interactive Team, WebTech, Windoze | Comments Off

TinyMCE – The WYSIWYG Editor for WordPress

Wednesday, September 26th, 2007

TinyMCE EditorTinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML contents in a more user friendly way. The editor control is very flexible and it’s built for integration purposes (usage within systems like Intranets, CMS, and LMS, for example).

TinyMCE:Installation – Moxiecode Documentation Wiki

This is the Text Editor available for WordPress posting (Visual Edit mode). Pretty neat. Perhaps we’ll add a few items…

Here’re some more interesting TinyMCE links:

  • WordPress TinyMCE page
  • TinyMCE:Plugins/spellchecker
  • Advanced TinyMCE Editor
  • TinyMCE Advanced
  • Tiny MCE Buttons
  • TinyMCE: Configuration/valid elements

Perhaps, if I can ever find some time, I’ll be able to play around with this stuff.

Posted in Blogs, CSS, HTML, Hacks, Interactive Team, Trends, WebTech, WordPress, nifty | Comments Off

Add Search Providers to Internet Explorer 7 & Firefox

Tuesday, September 11th, 2007

I believe that if we could arrange to have each of Freedom’s 7000 employees use as their browsers’ default, local news resource, the web search tool, it would have an impact on Freedom revenue. At the very least, we may want to consider making this one of the steps in setting up new workstations.

By following the directions on the following page, we can use the OCRegister.com Google ‘web’ search results page our default for searches from the IE7 search bar:

  • Add Search Providers to Internet Explorer 7

There are also instructions available to add them to the Mozilla Search Bar here:

  • Creating_OpenSearch_plugins_for_Firefox

Technorati’s OSD fileThat page has instructions indicating how to add a search engine plugin to your browser, and ‘advertise’ how to do it to the web browser, so our visitors & staff can add them to their browsers as well. Very Nifty! (more…)

Posted in Browsers, Freedom, G, HTML, Hacks, Interactive Team, Trends, WebTech, Windoze, nifty, whoa! | Comments Off

Prop-Clear: CSS min-height hack

Thursday, September 6th, 2007

This is the solution to the perplexing problem of content area overflowing onto footers and su

Prop-Clear: CSS min-height hack

In a nutshell, add this to your CSS style sheet:

.clear { clear:both; height:1px; overflow:hidden; }

… and add <div class="clear"></div> to your HTML:


<div class="contentinnerwrapper">
<?php echo $content_for_layout; ?>
<div class="clear"></div>
</div>

Posted in Browsers, CSS, HTML, Hacks, WebTech, whoa! | Comments Off

Test your web design in different browsers – Browsershots

Monday, May 21st, 2007

Test your web design in different browsers – Browsershots
Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the central server here.

Posted in CSS, HTML, Hacks, Interactive Team, nifty | Comments Off

<< Previous

  •  

    May 2012
    S M T W T F S
    « Apr    
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
  • Pages

    • About
    • About – sample
    • Healing Christofer – Fun’-Raiser
      • Gallery
    • JP’s Page
  • Archives

    • April 2012
    • November 2011
    • July 2010
    • February 2010
    • November 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • December 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
  • Categories

  • Favorites

    Here're a few sites I like to visit:
    • WPMU.org
    • Holy Shmoly
    • AppleInsider.com
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Copyright © 2012 - ourlil.com | Entries (RSS) | Comments (RSS)

WordPress theme designed by web design