<?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>lawebdesign.com.au</title>
	<atom:link href="http://lawebdesign.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://lawebdesign.com.au</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 22:20:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use CSS3 now works in IE</title>
		<link>http://lawebdesign.com.au/use-css3-now-works-in-ie/</link>
		<comments>http://lawebdesign.com.au/use-css3-now-works-in-ie/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 12:02:15 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[pie]]></category>

		<guid isPermaLink="false">http://lawebdesign.com.au/?p=218</guid>
		<description><![CDATA[To quote the PIE website &#8220;PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features&#8221; PIE is a htc script file that you place on your server with your website that makes IE render rounded corners, box-shadow and even CSS3 gradients. PIE stands for Progressive Internet Explorer. It is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lawebdesign.com.au/use-css3-now-works-in-ie/pie/" rel="attachment wp-att-220"><img class="size-full wp-image-220 alignnone" title="pie" src="http://lawebdesign.com.au/wp-content/uploads/2011/02/pie.jpg" alt="CSS3 for IE6-8" width="675" height="150" /></a></p>
<p>To quote the PIE website &#8220;<strong>PIE</strong> makes Internet Explorer 6-8 capable of rendering several of the most useful <strong>CSS3</strong> decoration features&#8221;</p>
<p>PIE is a htc script file that you place on your server with your website that makes IE render rounded corners, box-shadow and even CSS3 gradients.</p>
<p>PIE stands for Progressive Internet Explorer. It is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties. Using PIE is easy, you simply add this after your CSS3 declorations.<span id="more-218"></span></p>
<pre class="prettyprint">
background: #EEE;
padding: 2em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
</pre>
<p>This results in a box with nicely rounded corners in any of today&#8217;s modern browsers, except of course for IE 6, 7, or 8, which all display a square box. However, add the following single rule to that CSS:</p>
<p><code><br />
#myElement {<br />
...<br />
behavior: url(PIE.htc);<br />
}<br />
</code></p>
<p>Now the exact same rounded corners appear in IE! That&#8217;s all there is to it. No, really, I mean it.</p>
<p>PIE currently has full or partial support for the following CSS3 features:</p>
<ul>
<li>border-radius</li>
<li>box-shadow</li>
<li>border-image</li>
<li>multiple background images</li>
<li>linear-gradient as background image</li>
</ul>
<p>Other features are under active development.</p>
<p><strong>Want to learn more?</strong> View some live <a href="http://css3pie.com/demos">demos</a>, read the <a href="http://css3pie.com/documentation/">documentation</a>, and <a href="http://css3pie.com/download-latest">download PIE</a> to try it yourself. Be sure to read the <a href="http://css3pie.com/documentation/known-issues/">Known Issues</a> page for common problems and their solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://lawebdesign.com.au/use-css3-now-works-in-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ultimate jQuery Slider</title>
		<link>http://lawebdesign.com.au/ultimate-jquery-slider/</link>
		<comments>http://lawebdesign.com.au/ultimate-jquery-slider/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 11:25:59 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://lawebdesign.com.au/?p=133</guid>
		<description><![CDATA[Nivo Slider is a lightweight (5kb compressed) jQuery plugin for creating good-looking image sliders. It simply converts an element that wraps images into a slider and offers 9 unique transition effects. The plugin can display prev-next buttons and a navigation to control the slides. The transition to be used can be a single one or [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-134" href="http://lawebdesign.com.au/ultimate-jquery-slider/nivo/"><img class="alignnone size-full wp-image-134" title="nivo" src="http://lawebdesign.com.au/wp-content/uploads/2010/10/nivo.jpg" alt="Nivo slider - Ultimate jquery" width="675" height="150" /></a></p>
<div>
<p><a href="http://nivo.dev7studios.com/" target="_blank"><strong>Nivo Slider</strong></a> is a lightweight (5kb compressed)<strong> jQuery plugin for creating good-looking image sliders</strong>. It simply converts an element that wraps images into a slider and offers <strong>9 unique transition effects</strong>.</p>
<p>The plugin can display <strong>prev-next buttons</strong> and a navigation to control the slides. The transition to be used can be a single one or you can set <strong>Nivo Slider</strong> to randomly apply them. Also, it is possible to define the number of  slices, animation speed and pause period for maximum customization. <span id="more-133"></span></p>
<p><a href="http://nivo.dev7studios.com/" target="_blank"><img src="http://www.webresourcesdepot.com/wp-content/uploads/nivo-slider.jpg" alt="Nivo Slider" width="480" height="223" /></a></p>
<h2>Features</h2>
<ul>
<li>9 unique transition effects</li>
<li>Simple clean &amp; valid markup</li>
<li>Loads of settings to tweak</li>
<li>Built in directional and control navigation</li>
<li>Packed version only weighs 10kb</li>
<li>Supports linking images</li>
<li>Keyboard Navigation</li>
<li>HTML Captions</li>
<li>Free to use and abuse under the MIT license</li>
</ul>
<p><a href="http://dev7studios.com/downloads/33" target="_blank">Download Nivo Slider Here</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lawebdesign.com.au/ultimate-jquery-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Email useful tips</title>
		<link>http://lawebdesign.com.au/html-email-useful-tips/</link>
		<comments>http://lawebdesign.com.au/html-email-useful-tips/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 08:35:58 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Email Designs]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[email design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://lawebdesign.com.au/?p=93</guid>
		<description><![CDATA[Until recently text-based email was the most popular way to communicate, however with the advent of HTML email you can now create and send beautiful graphics, create clickable links and use interactive forms. HTML email can have the same appearance as a web page. You can include your favorite photos, create colorful newsletters or charts [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-110" href="http://lawebdesign.com.au/html-email-useful-tips/email_dev/"><img class="alignnone size-full wp-image-110" title="email_dev" src="http://lawebdesign.com.au/wp-content/uploads/2010/10/email_dev.jpg" alt="Email development" width="675" height="150" /></a></p>
<p>Until   recently text-based email was the most popular way to communicate,   however with the advent of HTML email you can now create and send   beautiful graphics, create clickable links and use interactive forms. HTML email can have the same appearance as a web page. You can   include your favorite photos, create colorful newsletters or charts for   your friends or business associates. It’s now often used as a valuable tool in email marketing campaigns. HTML email has now surpassed text-based email in popularity.</p>
<p>Let’s first point out the pros and cons of sending HTML email before we get into how to create it.<br />
<span id="more-93"></span></p>
<h3>Pros Of Using HTML Email</h3>
<ul>
<li>Visually appealing</li>
<li>Able to include graphics, icons, clickable links, different fonts, interactive forms.</li>
<li>Increased interactivity with your customers.</li>
<li>Mostly used by advertisers, however more consumers are using HTML email as they switch to faster connections.</li>
<li> Ads can be more effective in HTML.</li>
<li>Most of the popular email clients now support HTML email (i.e.   Outlook Express, Outlook, Eudora, Netscape Communicator, Hotmail,   Rocketmail, AOL, Yahoo, Web TV).</li>
</ul>
<h3>Cons Of Using HTML Email</h3>
<ul>
<li>Slow loading due to downloading of graphics.</li>
<li>Takes up more space in your email client.</li>
<li>Not all computers support HTML email.</li>
<li>Users may not have the required bandwidth or may have download quotas set by their ISPs.</li>
<li>Hackers can send viruses, trojan horses embedded in HTML email.</li>
<li>Users may turn off the option to receive HTML email, or use filters to quarantine it.</li>
</ul>
<h3><strong>How To Create A Simple HTML Email</strong></h3>
<ol>
<li>Create a new directory on your web site i.e.   http://www.ihost-websites.com/htmlmail where /htmlmail is the new   directory for all your HTML email files. Your files should include all   the graphics and HTML pages you want to use.</li>
<li>Open your favorite HTML editor i.e. FrontPage, Dreamweaver to create   your new HTML email (you can also use MS Word 97 or 2000 but it tends   to bloat the code a little).</li>
<li>Create a new HTML email page, name it (i.e. newsletter.htm) and save   the page in the new directory you created above:(i.e.   http://www.ihost-websites.com/htmlmail/newsletter.htm)</li>
<li>Keep your design simple – your audience will be viewing the HTML   email document in their Email application, not a Web browser. You have   no control over how large or small a window the person will use to view   your document.</li>
</ol>
<p><strong>Don’t use javascript, flash, style sheets, framesets   rollovers or nested tables. Your beautifully created HTML email page,   may not  render well for your recipients.</strong></p>
<p>Limit your use of graphics so your viewers will not have to wait long to download your document in their email.</p>
<p>Create and store your graphics (i.e. images, icons, fancy fonts) on a web server to correctly appear in your recipient’s email</p>
<ul>
<li>you could save it as an attachment, however most folks will not open   the attachment (and delete it) especially if it’s from someone they   don’t know.</li>
<li>If you don’t want to use graphics, you could use colored tables for   different sections (i.e. header, masthead, contact information and   footers).</li>
<li> This will enable you to create HTML email without using a web   server. Keep in mind your HTML email won’t be as attractive as the one   which includes eye-catching images.</li>
<li>Always use absolute URLS for your graphics and links. Your readers   are all going to be at different locations, so you need to use absolute   paths in an HTML email to ensure that the images display and the links   work.</li>
<li>(i.e. http://www.ihost-websites.com/images/header.gif).It’s best to first complete the design of your images using relative   URLs, then when you are finished, change the relative URLs for the   images into absolute URLs.</li>
<li>Upload the HTML email folder (which includes your images and HTML pages) to your web server.Now you are ready to send your HTML email document.</li>
<li> Open your Email Software – in outlook express (since it’s   the most popular) go to create mail – insert – text from file – scroll   to your saved HTML document.</li>
<li>Email a test to yourself before you send it to your subscriber list.   You may want to send it to your friends who have different email   programs so you can be sure most of your subscribers can read it on   their computers.</li>
</ul>
<p>Once you have created an attractive HTML page or newsletter, save it   as a template. Now you can just open the template whenever you want to   send HTML email and most of the work will be done for you.</p>
<p>HTML email is still … a great marketing tool  if used properly. The key   is to test, test, test to see if your subscribers prefer it over text   based email. If you are unsure your subscribers can read HTML email,   then offer both text-based email and HTML email, to cater to both   audiences.</p>
<p>Dane</p>
]]></content:encoded>
			<wfw:commentRss>http://lawebdesign.com.au/html-email-useful-tips/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

