<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dr. Div &#187; Web Development</title>
	<atom:link href="http://www.drdiv.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drdiv.com</link>
	<description>Website Prognosis &#38; Therapy</description>
	<lastBuildDate>Sun, 01 Aug 2010 08:37:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JavaScript WYSIWYG Editor – TinyEditor</title>
		<link>http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/</link>
		<comments>http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:02:38 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=339</guid>
		<description><![CDATA[TinyEditor is a simple JavaScript WYSIWYG editor that is both lightweight (8KB) and standalone. It can easily be customized to integrate with any website through CSS and the multitude of parameters.]]></description>
			<content:encoded><![CDATA[<p><a href="http://sandbox.leigeber.com/tinyeditor/"><img src="http://www.leigeber.com/wp-content/uploads/2010/02/editor.jpg" alt="JavaScript WYSIWYG Editor" width="592" height="215" /></a></p>
<p>TinyEditor is a simple JavaScript WYSIWYG editor that is both lightweight (8KB) and standalone. It can easily be customized to integrate with any website through CSS and the multitude of parameters. It handles most of the basic formatting needs and has some functionality built in to help keep the rendered markup as clean as possible. The icons are courtesy of <a href="http://www.famfamfam.com/">famfamfam</a> and have been combined into a sprite so there are only a few HTTP requests for the editor. I plan on adding some updates in the future to support font color, a full-screen mode, and a paste from Word option.</p>
<p>To initialize the script use the following:</p>
<pre class="brush: jscript;">new TINY.editor.edit('editor',{
	id:'input', // (required) ID of the textarea
	width:584, // (optional) width of the editor
	height:175, // (optional) heightof the editor
	cssclass:'te', // (optional) CSS class of the editor
	controlclass:'tecontrol', // (optional) CSS class of the buttons
	rowclass:'teheader', // (optional) CSS class of the button rows
	dividerclass:'tedivider', // (optional) CSS class of the button diviers
	controls:['bold', 'italic', 'underline', 'strikethrough', '|', 'subscript', 'superscript', '|', 'orderedlist', 'unorderedlist', '|' ,'outdent' ,'indent', '|', 'leftalign', 'centeralign', 'rightalign', 'blockjustify', '|', 'unformat', '|', 'undo', 'redo', 'n', 'font', 'size', 'style', '|', 'image', 'hr', 'link', 'unlink', '|', 'cut', 'copy', 'paste', 'print'], // (required) options you want available, a '|' represents a divider and an 'n' represents a new row
	footer:true, // (optional) show the footer
	fonts:['Verdana','Arial','Georgia','Trebuchet MS'],  // (optional) array of fonts to display
	xhtml:true, // (optional) generate XHTML vs HTML
	cssfile:'style.css', // (optional) attach an external CSS file to the editor
	content:'starting content', // (optional) set the starting content else it will default to the textarea content
	css:'body{background-color:#ccc}', // (optional) attach CSS to the editor
	bodyid:'editor', // (optional) attach an ID to the editor body
	footerclass:'tefooter', // (optional) CSS class of the footer
	toggle:{text:'source',activetext:'wysiwyg',cssclass:'toggle'}, // (optional) toggle to markup view options
	resize:{cssclass:'resize'} // (optional) display options for the editor resize
});</pre>
<p>The first parameter taken by TINY.editor.edit is the variable name used for the object instance. Keep in mind that before posting you will need to call the instance.post() function to ensure that the latest changes in the WYSIWYG translate into the text area. This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the <a href="http://creativecommons.org/licenses/by/3.0/us/">creative commons license</a>. Community support is <a href="http://forum.leigeber.com/">available here</a>. Paid support is also available, <a href="http://www.leigeber.com/contact/">contact me</a> for details.</p>
<p><a href="http://sandbox.leigeber.com/tinyeditor/">Click here for the demo.</a></p>
<p><a href="http://forum.leigeber.com/index.php?app=downloads&amp;showfile=10">Click here to download the source code.</a></p>
<p><strong>1/8/2010</strong> &#8211; Resolved a couple IE and Chrome issues and added some cleanup for Safari/Chrome. Thanks for the reports.</p>
<p><strong>1/12/2010</strong> &#8211; Resolved issue with conversion to lower case and the header row class.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development Opening</title>
		<link>http://www.leigeber.com/2010/01/development-opening/</link>
		<comments>http://www.leigeber.com/2010/01/development-opening/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:01:47 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=331</guid>
		<description><![CDATA[Refina is looking for a highly motivated individual to handle some occasional contract/overflow work.]]></description>
			<content:encoded><![CDATA[<p>I am looking for a highly motivated individual to join me full-time. Applicant must be determined, creative, and have a solid understanding of PHP. They will be responsible for designing, coding, testing, debugging, documenting, and supporting web sites and applications. They should be highly organized and capable of managing multiple projects and priorities simultaneously if needed. This is an excellent opportunity for an ambitious individual to become part of a small team with plenty of opportunity. Qualified freelance developers will also be considered.</p>
<p>Required Skills:</p>
<ul>
<li>At least one year of development experience using PHP</li>
<li>Ability to write hand-coded, cross-browser compatible, standards compliant XHTML and CSS</li>
<li>Experience with XML, Javascript, and AJAX</li>
<li>Ability to become proficient in new languages quickly</li>
<li>Strong communication skills</li>
</ul>
<p>Pluses:</p>
<ul>
<li>Experience with ASP.Net</li>
<li>User interface and graphics skills</li>
<li>Understanding of SEO principles</li>
<li>SQL and database design experience</li>
<li>Basic understanding of Apache</li>
</ul>
<p>Send a resume and any applicable portfolio links to <a href="mailto:contact@refinacorp.com">contact@refinacorp.com</a>. No development firms. Qualified individuals will be contacted. Candidates local to North Alabama are preferred.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2010/01/development-opening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Changes for 2010</title>
		<link>http://www.leigeber.com/2010/01/big-changes-for-2010/</link>
		<comments>http://www.leigeber.com/2010/01/big-changes-for-2010/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 16:33:18 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=324</guid>
		<description><![CDATA[I wanted to announce that as of yesterday I am working independently again, focusing my efforts on building my web development company, Refina.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.leigeber.com/wp-content/uploads/2010/01/2010.jpg" alt="Big Changes for 2010" width="582" height="250" /></p>
<p>Happy new years to everyone! I wanted to announce that as of yesterday I am working independently again, focusing my efforts on building my web development company, <a href="http://www.refinacorp.com/">Refina</a>. This change also means I will finally have time to be more active in the development community and work on some of my start-up concepts. I will be releasing new scripts starting shortly and begin writing more about web development in general. I will also likely be re-branding leigeber.com to something more generic and am looking for guest authors so please <a href="http://www.leigeber.com/contact/">contact me</a> if you are interested.</p>
<p>I am actively seeking web design and application development projects both small and large. <a href="http://www.leigeber.com/contact/">Let me know</a> if I can ever be of assistance or if you know anyone who I should talk to. Hope you all have great 2010!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2010/01/big-changes-for-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slideshow Script – TinySlider</title>
		<link>http://www.leigeber.com/2009/12/slideshow-script/</link>
		<comments>http://www.leigeber.com/2009/12/slideshow-script/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 19:44:37 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=297</guid>
		<description><![CDATA[This lightweight slideshow script supports any content and gracefully degrades without JavaScript support. It supports automatic rotation with the option to auto-resume, an active class on a navigation list if applicable, and a direction toggle (vertical or horizontal).]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.leigeber.com/wp-content/uploads/2009/12/tiny-slider.jpg" alt="Slideshow Script" width="592" height="300" /></p>
<p>This super lightweight (1.5KB) and standalone sliding slideshow script can easily be customized to integrate with any website through CSS. You can add any content to it, not just images, and it gracefully degrades without JavaScript support. The script supports automatic rotation with the option to auto-resume, an active class on a navigation list if applicable, and a direction toggle (vertical or horizontal).</p>
<p>To initialize the script use the following:</p>
<pre class="brush: jscript;">var slideshow=new TINY.slider.slide('slideshow',{
	id:'slider', // ID of the parent slideshow div
	auto:3, // Seconds to auto-advance, defaults to disabled
	resume:true, // Resume auto after interrupted, defaults to false
	vertical:false, // Direction, defaults to false
	navid:'pagination', // Optional ID of direct navigation UL
	activeclass:'current', // Class to set on the current LI
	position:0 // Initial slide position, defaulting to index 0
});</pre>
<p>The first parameter taken by TINY.slider.slide is the variable name used for the object instance. You can also optionally set width and height parameters for the applicable direction you are sliding. If it is not set the width or height will be automatically calculated using the offsetWidth/offsetHeight of the first list element. This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the <a href="http://creativecommons.org/licenses/by/3.0/us/">creative commons license</a>. Community support is <a href="http://forum.leigeber.com/">available here</a>. Paid support is also available, <a href="http://www.leigeber.com/contact/">contact me</a> for details.</p>
<p><a href="http://sandbox.leigeber.com/tinyslider/">Click here for the demo.</a></p>
<p><a href="http://forum.leigeber.com/index.php?app=downloads&#038;showfile=8">Click here to download the source code.</a></p>
<p><strong>12/8/2009</strong> – Fixed bug that threw slider into loop outside of constraints.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2009/12/slideshow-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Community Web Development Forum</title>
		<link>http://www.leigeber.com/2009/11/web-development-forum/</link>
		<comments>http://www.leigeber.com/2009/11/web-development-forum/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:46:48 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=291</guid>
		<description><![CDATA[A new community web development forum is available at forum.leigeber.com.]]></description>
			<content:encoded><![CDATA[<p>Check out the new community forum at <a href="http://forum.leigeber.com/">http://forum.leigeber.com/</a>. It has been suggested a number of times that a forum would be a better way to manage all the requests and suggestions that have been coming through as comments. Please direct all your issues and general discussion there. I look forward to collaborating with all of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2009/11/web-development-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced JavaScript Table Sorter – TinyTable V3</title>
		<link>http://www.leigeber.com/2009/11/advanced-javascript-table-sorter/</link>
		<comments>http://www.leigeber.com/2009/11/advanced-javascript-table-sorter/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 01:06:24 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=278</guid>
		<description><![CDATA[The third iteration of the TinyTable table sorting script adds search, column averages and totals, record numbering, a view all function, and a reset function. At only 6KB it is still lightweight, quick, and includes all previous features.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.leigeber.com/wp-content/uploads/2009/11/tinytablev3.jpg" alt="TinyTable Table Sorting V3" width="592" height="275" /></p>
<p>The third iteration of the TinyTable table sorting script adds search, column averages and totals, record numbering, a view all function, and a reset function. At only 6KB it is still lightweight, quick, and includes all previous TinyTable features. Other features include alternate row highlighting, header class toggling, auto data type recognition, and selective column sorting. If you don&#8217;t need the new features take a look at the <a href="http://www.leigeber.com/2009/03/table-sorter/">second version</a> of the script which weighs 2.5KB.</p>
<p>To initialize a table sorter follow the pattern below:</p>
<pre class="brush: jscript;">var sorter = new TINY.table.sorter('sorter','table',{
	headclass:'head', // Header Class //
	ascclass:'asc', // Ascending Class //
	descclass:'desc', // Descending Class //
	evenclass:'evenrow', // Even Row Class //
	oddclass:'oddrow', // Odd Row Class //
	evenselclass:'evenselected', // Even Selected Column Class //
	oddselclass:'oddselected', // Odd Selected Column Class //
	paginate:true, // Paginate? (true or false) //
	size:10, // Initial Page Size //
	colddid:'columns', // Columns Dropdown ID (optional) //
	currentid:'currentpage', // Current Page ID (optional) //
	totalid:'totalpages', // Current Page ID (optional) //
	startingrecid:'startrecord', // Starting Record ID (optional) //
	endingrecid:'endrecord', // Ending Record ID (optional) //
	totalrecid:'totalrecords', // Total Records ID (optional) //
	hoverid:'selectedrow', // Hover Row ID (optional) //
	pageddid:'pagedropdown', // Page Dropdown ID (optional) //
	navid:'tablenav', // Table Navigation ID (optional) //
	sortcolumn:1, // Index of Initial Column to Sort (optional) //
	sortdir:1, // Sort Direction (1 or -1) //
	sum:[8], // Index of Columns to Sum (optional) //
	avg:[6,7,8,9], // Index of Columns to Average (optional) //
	columns:[{index:7, format:'%', decimals:1},{index:8, format:'$', decimals:0}], // Sorted Column Settings (optional) //
	init:true // Init Now? (true or false) //
});</pre>
<p>The first parameter taken by TINY.table.sorter is the variable name used for the object, the second is the id of the table, and the third is the settings object. You can either initialize the script in the object creation by setting init to true or you can initialize it later using sorter.init().</p>
<p>This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the <a href="http://creativecommons.org/licenses/by/3.0/us/" >creative commons license</a>. Community support is <a href="http://forum.leigeber.com/">available here</a>. Paid support is also available, <a href="http://www.leigeber.com/contact/">contact me</a> for details.</p>
<p><strong><a href="http://sandbox.leigeber.com/tinytablev3/index.html">Click here for the demo.</a></strong></p>
<p><strong><a href="http://forum.leigeber.com/index.php?app=downloads&amp;showfile=3">Click here to download the source code.</a></strong></p>
<p><strong>11/16/2009</strong> &#8211; Updated script to function correctly in IE6/IE7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2009/11/advanced-javascript-table-sorter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PTO (Paid Time Off) Calculator</title>
		<link>http://www.drdiv.com/2009/10/pto-paid-time-off-calculator/</link>
		<comments>http://www.drdiv.com/2009/10/pto-paid-time-off-calculator/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:18:10 +0000</pubDate>
		<dc:creator>Dr. Div</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[paid time off calculator]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PTO]]></category>

		<guid isPermaLink="false">http://www.drdiv.com/?p=426</guid>
		<description><![CDATA[A quick application I put together in PHP and Javascript that helps you calculate how much PTO time you will accrue in a given period of time.   Any feedback appreciated.
*PTO rate should be found in your companies HR material. It usually varies by the experience of years in the company or managerial positions.

Note: [...]]]></description>
			<content:encoded><![CDATA[<p>A quick application I put together in PHP and Javascript that helps you calculate how much PTO time you will accrue in a given period of time.  <span id="more-426"></span> Any feedback appreciated.</p>
<p>*PTO rate should be found in your companies HR material. It usually varies by the experience of years in the company or managerial positions.</p>
<p><iframe src="http://drdiv.com/wp-content/development/PTO-Calculator/index.php" name="ptocalc" width="250" marginwidth="0" height="420" marginheight="0" align="top" scrolling="no" frameborder="0"></iframe></p>
<p>Note: You may experience bugs as this is a Beta version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drdiv.com/2009/10/pto-paid-time-off-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Style Google Custom Search Field with CSS + Rounded Corners (curves)</title>
		<link>http://www.drdiv.com/2009/09/how-to-style-google-custom-search-field-with-css-rounded-corners/</link>
		<comments>http://www.drdiv.com/2009/09/how-to-style-google-custom-search-field-with-css-rounded-corners/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:06:14 +0000</pubDate>
		<dc:creator>Dr. Div</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Curved Field]]></category>
		<category><![CDATA[Google Custom Search]]></category>
		<category><![CDATA[Rounded Form Field]]></category>

		<guid isPermaLink="false">http://www.drdiv.com/?p=290</guid>
		<description><![CDATA[The idea is simple: The Custom Search code that Google provides has this structure:
FIELD + BUTTON.
The only thing we are adding here is a DIV (leftCurve image) right before the field. So the structure becomes: DIV + FIELD + BUTTON. The rest is pure CSS.
For this example, I set the body background color to navy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-301" title="How to Style Google Custom Search Field with CSS + Rounded Corners" src="http://www.drdiv.com/wp-content/uploads/2009/09/googleCustomSearch.png" alt="How to Style Google Custom Search Field with CSS + Rounded Corners" width="574" height="100" /></p>
<p>The idea is simple: The Custom Search code that Google provides has this structure:<br />
<strong>FIELD + BUTTON</strong>.</p>
<p>The only thing we are adding here is a DIV (leftCurve image) right before the field. So the structure becomes: <strong>DIV + FIELD + BUTTON</strong>. The rest is pure CSS.<span id="more-290"></span></p>
<p>For this example, I set the body background color to navy blue in order to display rounded corners (curves) properly. You can change this color to any color of your choice or you can experiment with transparent graphics if you prefer. </p>
<p>Please write a comment if you found this helpful or if you have any questions.</p>
<p>Dr.Div<br />
<br style="clear:both" /><br style="clear:both" /></p>
<hr />
<br style="clear:both" /></p>
<h4>CSS</h4>
<pre>#searchField #fieldContainer {
	margin: 0px;
	padding: 0px;
}
#searchField #fieldContainer #myField{
	margin-left:-1px;
	margin-top:-1px;
	height:18px;
	float: left;
	width: 160px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0px 0px 0px;
}
#searchField #fieldContainer #googleSearch{
	height:20px;
	width:auto;
	overflow:hidden;
	float:left;
}
#searchField #fieldContainer #leftCurve {
	float: left;
	background-image: url(bg_searchbar_left.gif);
	background-repeat: no-repeat;
	width:15px;
	height:20px;
	background-position: left top;
}
#searchField #fieldContainer #mySearch {
	float: left;
	background-image: url(bg_searchbar_right.gif);
	background-repeat: no-repeat;
	width:23px;
	height:20px;
	background-position: left top;
	display:block;
	margin-left:-1px;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	color:#fff;
	font-size:1px;
}</pre>
<p><br style="clear:both" /></p>
<h4>BODY</h4>
<p><code>&lt;body bgcolor="#1d4f6e"&gt;<br />
&lt;div id="searchField"&gt;<br />
            &lt;div id="fieldContainer"&gt;<br />
            &lt;div id="leftCurve"&gt;&lt;/div&gt;<br />
            &lt;form action="http://www.drdiv.com" id="cse-search-box"&gt;<br />
 &lt;div id="googleSearch"&gt;<br />
    &lt;input type="hidden" name="cx" value="yourcxvalue" /&gt;<br />
    &lt;input type="hidden" name="cof" value="FORID:9" /&gt;<br />
    &lt;input type="hidden" name="ie" value="UTF-8" /&gt;<br />
    &lt;input type="text" name="q" id="myField"/&gt;<br />
    &lt;input type="image" src="bg_searchbar_right.gif" name="sa" value="Search" id="mySearch"/&gt;<br />
  &lt;/div&gt;<br />
&lt;script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"&gt;&lt;/script&gt;<br />
            &lt;/form&gt;<br />
            &lt;/div&gt;<br />
        &lt;/div&gt;<br />
&lt;/body&gt;</code></p>
<p><br style="clear:both" /></p>
<h4>ROUNDED CORNERS</h4>
<p>To download, right click on each image and select &#8220;Save Image As&#8221; or &#8220;Save As&#8221;. Make sure to save them with .gif extension.</p>
<p><a rel="attachment wp-att-292" href="http://www.drdiv.com/?attachment_id=292"><img class="aligncenter size-full wp-image-292" title="bg_searchbar_left" src="http://www.drdiv.com/wp-content/uploads/2009/09/bg_searchbar_left.gif" alt="bg_searchbar_left" width="15" height="20" /></a><br />
<a href="http://www.drdiv.com/wp-content/uploads/2009/09/bg_searchbar_right.gif"><img class="aligncenter size-full wp-image-291" title="bg_searchbar_right" src="http://www.drdiv.com/wp-content/uploads/2009/09/bg_searchbar_right.gif" alt="bg_searchbar_right" width="23" height="20" /></a></p>
<p><em>Note: After you&#8217;re done with implementing this code, make sure to look at your original Google Custom Search code and add the correct website names and variables that are specific to your website.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drdiv.com/2009/09/how-to-style-google-custom-search-field-with-css-rounded-corners/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>TinyScroller JavaScript Scrollable Div – 1.7KB</title>
		<link>http://www.leigeber.com/2009/09/javascript-scrollable-div/</link>
		<comments>http://www.leigeber.com/2009/09/javascript-scrollable-div/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:14:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.leigeber.com/?p=215</guid>
		<description><![CDATA[TinyScroller is a basic scrollable div script at only 1.7KB. It can be used with any HTML and degrades gracefully. The styling is completely customizable through the simple CSS.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.leigeber.com/wp-content/uploads/2009/09/scroller.gif" alt="Scrollable Div" width="592" height="325" /></p>
<p>TinyScroller is a basic scrollable div script at only 1.7KB. It can be used with any HTML and degrades gracefully. The styling is completely customizable through the simple CSS. More features will be coming soon. I have redesigned leigeber.com and am going to be publishing a number of scripts and articles shortly. I will also be releasing my previous blog theme for free. A few of the upcoming scripts:</p>
<ul>
<li>TinySlideshow V3 &#8211; many new features and fixes</li>
<li>TinyTable V3 &#8211; advanced search and filtering capabilities</li>
<li>TinySlider &#8211; sliding content script</li>
<li>TinyDrag &#8211; draggable box script</li>
<li>TinyBox V2 &#8211; many new features</li>
<li>TinyValidator &#8211; completely rewritten form validation</li>
<li>TinyTooltip &#8211; slick and full featured tooltip script</li>
<li>TinyEditor &#8211; lightweight JavaScript WYSIWYG editor</li>
<li>Bug fixes to all other existing scripts.</li>
</ul>
<p>To initialize a scrollable div use the following code:</p>
<pre class="brush: jscript;">TINY.scroller.init('scroll','content','scrollbar','scroller','active')</pre>
<p>The TINY.scroller.init function takes 5 parameters: the id of the parent content wrapper, the id of the content div, the id of the scroll div, the id of the scroll button, and the class of the scroll button active state (optional).</p>
<p>This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the <a href="http://creativecommons.org/licenses/by/3.0/us/" >creative commons license</a>. Community support is <a href="http://forum.leigeber.com/">available here</a>. Paid support is also available, <a href="http://www.leigeber.com/contact/">contact me</a> for details.</p>
<p><strong><a href="http://sandbox.leigeber.com/scroller/">Click here to view the demo.</a></strong></p>
<p><strong><a href="http://sandbox.leigeber.com/scroller/TinyScroller.zip">Click here to download the script.</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leigeber.com/2009/09/javascript-scrollable-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>101 Design resource sites</title>
		<link>http://www.studio7designs.com/blog/101-design-resource-links/</link>
		<comments>http://www.studio7designs.com/blog/101-design-resource-links/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:07:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://studio7designs.com/blog/?p=87</guid>
		<description><![CDATA[<a href="http://www.studio7designs.com/blog/101-design-resource-links/" title="101 Design resource sites"><img src="http://www.studio7designs.com/blog/wp-content/uploads/yapb_cache/101.e2ez2puqenco0kkg4g80wksg4.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="147" alt="101 Design resource sites" style="float:left;padding:0 10px 10px 0;" ></a>We love prowling the web for the latest trends and design inspiration. Here we have composed a list of common resources we use. The primary focus of this list is inspiration, it can come from a photograph, font, or a website. The secondary focus is improving your design skills, which can be done by keeping [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.studio7designs.com/blog/101-design-resource-links/" title="101 Design resource sites"><img src="http://www.studio7designs.com/blog/wp-content/uploads/yapb_cache/101.e2ez2puqenco0kkg4g80wksg4.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="147" alt="101 Design resource sites" style="float:left;padding:0 10px 10px 0;" ></a>
<p>We love prowling the web for the latest trends and design inspiration. Here we have composed a list of common resources we use. The primary focus of this list is inspiration, it can come from a photograph, font, or a website. The secondary focus is improving your design skills, which can be done by keeping up to date with tutorials and reading other graphic design blogs.<span id="more-87"></span> We hope you enjoy our personal list of great sites, and we will be adding to this list in the coming weeks and months as there are a lot of <a href="http://ecoki.com">great new sites</a> coming online every other day now.</p>
<p><span style="color: #ffffff;">.<br />
 </span>View our latest community site<strong>. <a href="http://ecoki.com">Ecoki.com </a></strong></p>
<h3>Free Font Downloads<br />
</h3>
<p>Free Fonts and Other Resources: <a href="http://www.webpagepublicity.com/free-fonts.html">Web Page Publicity</a><br />
 Huge Collection of Free Fonts: <a href="http://www.dafont.com">Da Font</a><br />
 Nice Selection of Free Fonts: <a href="http://www.urbanfonts.com">Urban Fonts</a><br />
 Fonts and Other Freebies: <a href="http://simplythebest.net/fonts/index.html">Simply The Best Fonts</a><br />
 1001 Free Fonts for Download: <a href="http://www.1001freefonts.com">1001 Free Fonts</a><br />
 Over 9000 Free Fonts: <a href="http://www.creamundo.com/index.php?lang=en">Creamundo</a><br />
 A Small List of Free Fonts: <a href="http://www.bestfreefonts.com">Best Free Fonts</a></p>
<h3>Paid Font Sites<br />
</h3>
<p>A Large Selection of Fonts for Purchase: <a href="http://www.myfonts.com">My Fonts</a><br />
 Quality Fonts for Purchase: <a href="http://www.veer.com/products/type">Veer</a><br />
 Information and Fonts for Purchase: <a href="http://www.fonts.com">Fonts</a><br />
 Font Resources and Sales: <a href="http://www.fonthaus.com">Font Haus</a></p>
<h3>Stock Photos and Vectors<br />
</h3>
<p>The Best Stock Photo and Vector Website: <a href="http://www.istockphoto.com">iStockphoto</a><br />
 Quality Photos for Purchase: <a href="http://www.shutterstock.com">Shutterstock</a><br />
 Stock Photos and Other Pay Downloads: <a href="http://www.veer.com/products/photography">Veer</a><br />
 Quality, Affordable Vectors for Purchase: <a href="http://vectorstock.com/home">Vector Stock</a><br />
 Stock Photos With a Great Selection: <a href="http://www.jupiterimages.com">Jupiter Images</a><br />
 Stock Photos and Photography Network: <a href="http://www.stockvault.net">Stock Vault</a><br />
 Quality Stock Photos: <a href="http://pro.corbis.com">Corbis</a></p>
<h3>Free Photos and Vectors<br />
</h3>
<p>Submit Vectors or Download Others for Free: <a href="http://www.vectorart.org">Open Source Vector Art</a><br />
 Tons of Great Free Vectors and Photos: <a href="http://www.deviantart.com">Deviant Art</a><br />
 59 Pages of Free Vector Art: <a href="http://www.freevectors.net">Free Vectors</a><br />
 Large Gallery of Free Vectors: <a href="http://www.vecteezy.com">Vecteezy</a><br />
 Quality Vector Downloads: <a href="http://vector4free.com">Vector 4 Free</a><br />
 Neat Collection of Free Photos From Around the World: <a href="http://freestockphotos.com">Free Stock Photos</a><br />
 Great Collection of Free Vectors and Resources: <a href="http://www.youthedesigner.com/free-vector-graphics">You The Designer</a><br />
 Great Free Stock Photos: <a href="http://www.freefoto.com/index.jsp">Free Foto</a><br />
 A List of Free Downloads: <a href="http://www.bittbox.com/category/freebies">Bittbox</a><br />
 700 Free Stock Photos: <a href="http://www.freepictureclick.com">Free Picture Click</a></p>
<h3>Website Templates<br />
</h3>
<p>A Few High Quality Wordpress Themes: <a href="http://www.evaneckard.com/pages/themes.php">Evan Eckard</a><br />
 Over 2000 Free Web Templates: <a href="http://www.oswd.org">OSWD</a><br />
 A Small Selection of Nice Templates: <a href="http://www.opensourcetemplates.org">Open Source Templates</a><br />
 A Large List of Free Templates: <a href="http://www.free-css-templates.com">Free CSS Templates</a><br />
 Nice Wordpress Templates for Download: <a href="http://www.freecsstemplates.org">Free CSS Templates</a><br />
 A Combination of Free and Pay Templates: <a href="http://www.freetemplatesonline.com">Free Templates Online</a><br />
 Affordable, Quality Templates: <a href="http://www.templamatic.com">Templamatic</a><br />
 Free Blog Templates: <a href="http://www.bloggingthemes.com">Blogging Themes</a></p>
<h3>CSS Galleries<br />
</h3>
<p>The Best Sites on the Web: <a href="http://www.cssremix.com">CSS Remix</a><br />
 A Frequently Updated Gallery of Sites: <a href="http://www.cssmania.com">CSS Mania</a><br />
 An Organized List of Nice Sites: <a href="http://www.mostinspired.com">Most Inspired</a><br />
 CSS Gallery of Quality Sites: <a href="http://www.css-design-yorkshire.com">CSS Design Yorkshire</a><br />
 A Selection of Only Nature Based Sites: <a href="http://www.cssnature.org">CSS Nature</a><br />
 A Selective List of Well Designed Sites: <a href="http://www.webcreme.com">Web Creme</a><br />
 High Quality CSS Showcase: <a href="http://www.csstux.com">CSS Tux</a><br />
 Nice CSS Websites: <a href="http://www.thedesignedtree.com">The Designed Tree</a><br />
 A CSS Collection Organized by Category: <a href="http://www.csselite.com">CSS Elite</a></p>
<h3>Inspiration<br />
</h3>
<p>A Great Site About Everything Type: <a href="http://ilovetypography.com">I Love Typography</a><br />
 An Incredible Illustrator: <a href="http://www.burstofbeaden.com">Burst of Beaden</a><br />
 A Great Designer and Illustrator: <a href="http://www.fullyillustrated.com">Fully Illustrated</a><br />
 Customizable List of Design Resources: <a href="http://www.corkdump.com">Cork Dump</a><br />
 The Society of Graphic Designers of Canada: <a href="http://www.gdc.net">GDC</a><br />
 Freelance Advice Blog and Resources: <a href="http://freelanceswitch.com">Freelance Switch</a><br />
 Amazing Collection of Logos: <a href="http://logopond.com">Logopond</a><br />
 Stunning Desktop Wallpapers: <a href="http://www.desktopography.net">Desktopography</a><br />
 A Graphic Design Magazine: <a href="http://www.computerarts.co.uk">Computer Arts</a></p>
<h3>Tutorials<br />
</h3>
<p>The Best Photoshop Tutorials: <a href="http://www.psdtuts.com">PSD Tuts</a><br />
 A Talented Photoshop Designer: <a href="http://abduzeedo.com">Abduzeedo</a><br />
 Photoshop Tutorials and Web Design Resources: <a href="http://www.webdesign.org/web/photoshop/tutorials">Web Design Library</a><br />
 Tutorials for Photoshop, Illustrator and More: <a href="http://www.tutorialvault.net">Tutorial Vault</a><br />
 A Few Neat Illustrator and Photoshop Tutorials: <a href="http://www.designspice.com/main/tutorials/tut_ind.php">Design Spice</a><br />
 Great Photoshop Tutorials and Downloads: <a href="http://pswish.com">PS Wish</a><br />
 Tutorials for Every Computer Program: <a href="http://www.tutorialing.com/index.php?idcategoria=16">Tutorialing</a></p>
<h3>Free Photoshop Downloads<br />
</h3>
<p>A Couple Free Patterns for Download: <a href="http://www.designspice.com/main/free/free_downloads.php">Design Spice</a><br />
 Free Photoshop Brushes: <a href="http://www.designfruit.com/jasongaylor/blog">Design Fruit</a><br />
 Free Photoshop Actions: <a href="http://www.visual-blast.com/photoshop/124-free-photoshop-actions">Visual Blast</a><br />
 Tons of Free Photoshop Brushes: <a href="http://www.brusheezy.com">Brusheezy</a><br />
 A Few Nice Free Photoshop Brushes: <a href="http://www.brushes.obsidiandawn.com/index.htm">Obsidian Dawn</a><br />
 Great Grunge Brushes and Others: <a href="http://www.photoshopbrushes.com/brushes.htm">Photoshop Brushes</a><br />
 Free Background Patterns for Photoshop: <a href="http://www.freebg.info">Free BG</a><br />
 Over 150 Free Background Patterns: <a href="http://www.squidfingers.com/patterns">Squidfingers</a></p>
<h3>Design Blogs<br />
</h3>
<p>A Frequently Updated Design Blog: <a href="http://veerle.duoh.com">Veerle&#8217;s Blog</a><br />
 A Design Magazine and Blog: <a href="http://www.smashingmagazine.com">Smashing Magazine</a><br />
 A European Design Blog: <a href="http://www.designineurope.eu">Design In Europe</a><br />
 A Unique Nerdy Blog: <a href="http://designyoutrust.com">Design You Trust</a><br />
 The Personal Blog of a Graphic Designer: <a href="http://www.larissameek.com">Larissa Meek</a><br />
 A German Design Blog: <a href="http://www.davidhellmann.com">David Hellmann</a><br />
 The Blog of a Canadian Geek/Model: <a href="http://www.mostlylisa.com">Mostly Lisa</a><br />
 A Graphic Design Blog: <a href="http://www.bittbox.com">Bittbox</a><br />
 A Blog About Freelance Graphic Design Advice: <a href="http://freelanceswitch.com">Freelance Switch</a><br />
 A Design Blog Full of Resources: <a href="http://www.youthedesigner.com">You The Designer</a><br />
 A Popular Design Blog: <a href="http://blog.fazai38.com">Fazai 38</a></p>
<h3>Colour Palettes<br />
</h3>
<p>A Flash Site of User Generated Colour Palettes: <a href="http://kuler.adobe.com">Adobe Kuler</a><br />
 Using Colours From Photos: <a href="http://www.colr.org">Colr</a><br />
 Colours, Palettes and Patterns: <a href="http://www.colourlovers.com">COLOURlovers</a><br />
 A Colour Palette Generated From Your Images: <a href="http://www.degraeve.com/color-palette/index.php">Color Palette Generator</a><br />
 See The Results of Your Palette on a Website: <a href="http://www.colorspire.com">Color Spire</a><br />
 Create and Email Colour Palettes: <a href="http://colorblender.com">Color Blender</a></p>
<h3>Tips and Tricks<br />
</h3>
<p>Vector Do&#8217;s and Dont&#8217;s: <a href="http://www.istockphoto.com/article_view.php?ID=367">iStockphoto</a><br />
 The Web Design Polish: <a href="http://psdtuts.com/designing-tutorials/elements-of-great-web-design-the-polish">PSD Tuts</a><br />
 Promote Your Design Business: <a href="http://http://freelanceswitch.com/designer/how-to-promote-your-graphic-design-business-%E2%80%93-part-one">Freelance Switch</a><br />
 How To Increase Web Traffic: <a href="http://www.youthedesigner.com/2008/03/06/30-ways-to-increase-website-traffic">You The Designer</a></p>
<h3>Coders<br />
</h3>
<p>Quality Programming: <a href="http://xhtmlized.com">XHTMLized</a><br />
 Professional Web Slicing: <a href="http://www.psdslicing.com">PSD Slicing</a><br />
 XHTML in 24 Hours: <a href="http://www.weusescissors.com">We Use Scissors</a><br />
 Affordable, Quality Coding: <a href="http://www.psd2html.com">PSD2HTML</a><br />
 From Design to Code, Quick and Cheap: <a href="http://frontenders.com">Front Enders</a></p>
<h3>Designer Geek Merch<br />
</h3>
<p>Great Nerdy Clothing and Accessories: <a href="http://www.veer.com/products/merch">Veer</a><br />
 Nice T-Shirt Collection: <a href="http://www.designloot.com">Design Loot</a><br />
 Graphic Design T-Shirts and Accessories: <a href="http://www.cafepress.com/buy/graphic+design/-/source_searchBox/x_0/y_0">Cafepress</a><br />
 Geek Merchandise For Everyone: <a href="http://www.thinkgeek.com">Think Geek</a><br />
 Graphic Design T-Shirts: <a href="http://www.zazzle.com/vonster">Zazzle</a><br />
 Unique T-Shirt Designs You Can&#8217;t Find Anywhere Else: <a href="http://allmightys.com">Allmightys</a></p>
<h3>Newly added resources</h3>
<p>A great new marketplace for stock graphic design: <a href="http://www.inkd.com">Inkd.com</a><br />
 A fantastic resource for finding information on corporate brand identity: <a href="http://www.brandsoftheworld.com">Brands of the World</a><br />
 We just launched a fun eco focused site <a href="http://ecoki.com">ecoki.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studio7designs.com/blog/101-design-resource-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
