Meta tag Reset Options

<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
	<meta http-equiv='Content-Language' content='##' />
	<title>#####</title>
<meta name='GENERATOR' content='#####' />
	<meta name='PageHandler' content='######' />
	<meta name='DESCRIPTION' content='######' />
	<meta name='KEYWORDS' content='######' />
	<base href='########' />
	<meta http-equiv="Content-Language" content="##" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
	<meta http-equiv="Content-Script-Type" content="text/javascript" />
	<meta http-equiv="Expires" content="Now" />
	<meta http-equiv="X-UA-Compatible" content="IE=7" />
	<meta name="Language" content="##" />
	<meta name="Email" content="####" />
	<meta name="Owner" content="####" />
	<meta name="Author" content="####" />
	<meta name="Publisher" content="####" />
	<meta name="Copyright" content="####" />
	<meta name="Revisit-After" content="# days" />
	<meta name="Robots" content="index, follow" />
	<meta name="Googlebot" content="index, follow" />
	<meta name="Rating" content="Safe for Kids" />
	<meta name="Document-classification" content="Internet" />
	<meta name="Document-type" content="Public" />
	<meta name="Document-state" content="Dynamic" />
	<meta name="Document-rating" content="Safe for Kids" />
	<meta name="Document-distribution" content="Global" />
	<meta name="Viewport" content="Width=####" />

jQuery Plugins and Demos

jQuery Plugins and Demos

Plugins

BlockUI Plugin (Updated 29-MAR-2010)
Simulate synchronous ajax by blocking – not locking – the UI.
Corner plugin (Updated 11-MAR-2010)
Rounded corners without images. Plus lots of other corner adornments.
Cycle Plugin (Updated 05-APR-2010)
Image or text slideshows with numerous transition options.
Feeds Plugin (Updated 11-MAY-2007)
A jQuery wrapper for the Google AJAX Feed API.
Form Plugin (Updated 12-MAR-2010)
All kinds of information about the Form Plugin including a quick start guide, code samples, API documentation, a FAQ and more.
HoverPulse Plugin (Updated 26-FEB-2009)
Pulse an image on mouse hover.
Media Plugin (Updated 24-SEP-2009)
One plugin for handling your Flash, Quicktime, Windows Media Player, Real Player, MP3, Silverlight and more.
Taconite Plugin (Updated 01-MAR-2010)
A port of Taconite to jQuery. Make multiple DOM manipulations in response to a single remote call.
Twitter Search Plugin (Updated 05-APR-2010)
Quick and easy way to add twitter searches to your website.

Demos

Ajax Events Demo (Added 26-OCT-2008)
Demonstrates how jQuery’s global ajax events work.
Custom Expressions Demo
Demo page which shows how you can extend jQuery’s ‘:’ expressions with your own favorites.
http://malsup.com/jquery/

CSS: Align two DIVs on opposite sides on a single line

I want to place two different segments of text on top a table. Both segments must be aligned at opposite borders (i.e. left align and right align). I don’t want them to be aligned with any column inside the table but just with the overall width of the table.
Continue reading “CSS: Align two DIVs on opposite sides on a single line”