<?xml version="1.0" encoding="UTF-8"?>
 		<rss version="2.0"><channel>
 		<title><![CDATA[LoPressure Design]]></title>
 		<description><![CDATA[Articles]]></description>
 		<link>http://www.lopressure.com/</link>
 		<copyright><![CDATA[Copyright LoPressure Design]]></copyright>
 		<generator>sNews CMS</generator><item>
			<title><![CDATA[Johnny&#039;s Garden Custom Wordpress Theme]]></title>
			<description>
				<![CDATA[
				<p>I'm currently developing and designing a custom theme for <a href="http://johnnysgarden.co.uk/" title="Johnny's Garden Bees & Hives">Johnny's Garden</a>.</p>


<p>Download it: <a href="http://lopressure.com/assets/JohnnysGarden/JohnnysGarden.zip" title="Custom Wordpress Theme for Johnny's Garden">JohnnysGarden.zip</a> [672Kb]</p>



				]]>
			</description>
			<pubDate>Mon, 20 Jun 2011 11:51:21 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/wordpress/johnnys-garden-custom-wordpress-theme/</link>
			<guid>http://www.lopressure.com/web-development/wordpress/johnnys-garden-custom-wordpress-theme/</guid>
			</item><item>
			<title><![CDATA[easySlider modification: Use a dynamic array to define the text for panel links.]]></title>
			<description>
				<![CDATA[
				<p>First, thanks for this slider code. It's the best one I've used. <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" title="Easy Slider 1.7 - Numeric Navigation jQuery Slider">Read the original article</a>.<br />
Second, thanks to <a href="http://kyleflorence.com/" title="Kyle Florence">Kyle Florence</a> for his modifications. They're great.</p>


<p>After implementing this slider I decided that I would like the controls to be text links rather than numbers. Also it would be advantageous for me to be able to control the amount of links/sliders displayed.</p>


<p>I settled on using dynamic arrays of strings (<em>the text for the links</em>) with the size of the array (<em>amount of text links/sliders</em>) both controlled by passing values as options.</p>

<p>I added these default variables:</p>

<p>
controlsTextNumber: '', //The total number of text links
controlsText:   ['','','','',''] //array of text links labels, amount equal to the number set in controlsTextNumber
</p>
<p>The variables are declared empty - you can set default values here if you wish. Maybe it's more advisable to do so?</p>

<p>and initialised the array like this:</p>


<p>
this.each(function()
        {
            var obj = $(this);
            <strong>var controlsText = new Array(options.controlsTextNumber);</strong>
</p>
            
<p>I altered the following code:</p>

<p>
if(options.numeric)
            {
                for(var i=0;i
				]]>
			</description>
			<pubDate>Sat, 30 Oct 2010 16:30:54 +0000</pubDate>
			<link>http://www.lopressure.com/javascript/jquery/easyslider-modification-use-a-dynamic-array-to-define-the-text-for-panel-links/</link>
			<guid>http://www.lopressure.com/javascript/jquery/easyslider-modification-use-a-dynamic-array-to-define-the-text-for-panel-links/</guid>
			</item><item>
			<title><![CDATA[Web design tools and resources]]></title>
			<description>
				<![CDATA[
				<p>The following list contains the content, tools and resources I use to create websites. Do you have any great tools or icons or techniques that are not on this list? <a href="/contact/" title="Tell me">Tell me</a>.</p>

<p><em>All the content listed here is free for commercial use unless otherwise marked.</em>
</p>

    
    
        <h3>jQuery Essential Widgets</h3>
	            <ul class="ulList">
                            <li>Beautiful slider <a href="http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html" title="Beautiful slider" class="site">Site</a></li>
		            <li>jQuery Tools<a href="http://flowplayer.org/tools/index.html" title="jQuery Tools - the missing UI library" class="site">Site</a></li>
		            <li>FancyBox<a href="http://fancybox.net/" title="FancyBox" class="site">Site</a></li>
		            <li>Cycle 2.32<a href="http://malsup.com/jquery/cycle/" class="site">Site</a></li>			<li>Easy Slider<a href="http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider/" class="site">Site</a></li>
		            <li>InnerFade<a href="http://medienfreunde.com/lab/innerfade/" class="site">Site</a></li>
		            <li>jQuery FancyZoom<a href="http://orderedlist.com/articles/fancyzoom-meet-jquery" class="site">Site</a></li>
                </ul>
                
            <h3>Javascript</h3>
	        <ul class="ulList">
		    <li>jQuery<a href="http://jquery.com/" title="http://jquery.com/" class="site">Site</a> | <a href="http://acodingfool.typepad.com/blog/pdf/jquery_1.3_cheatsheet_v1.pdf" class="docs">Cheat Sheet</a></li>			<li>SWFObject 2.1<a href="http://code.google.com/p/swfobject/" title="SWFObject 2.1" class="site">Site</a></li>
		    <li>NicEdit<a href="http://nicedit.com/" class="site">Site</a></li>
	    </ul>

<h3>CSS Techniques & Layouts</h3>
<ul class="ulList">
<li>Smashing Magazine: CSS<a href="http://www.smashingmagazine.com/2006/10/25/css-techniques-tutorials-layouts/" title="Smashing Magazine CSS, http://www.smashingmagazine.com/2006/10/25/css-techniques-tutorials-layouts/" class="site">Site</a></li>
<li>CSS3 Buttons <a href="http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba" title="CSS3 Buttons" class="site">Site</a></li>
</ul>
    

    			
        <h3>jQuery Specialized Widgets</h3>
	        <ul class="ulList">
		        <li>Vertical Sliding Panel<a href="http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/" title="Vertical Sliding Panel Tutorial">Tutorial</a></li>
		        <li>Noupe Sliding Content<a href="http://www.noupe.com/design/sliding-content.html" title="5 Sliding Content Techniques">Tutorial</a></li>
				<li>Dynamic Sliding Panels<a href="http://www.switchonthecode.com/tutorials/jquery-tutorial-dynamic-sliding-panels" title="Dynamic Sliding Panels">Tutorial</a></li>
				<li>Wordpress jQuery Sliding Panel<a href="http://web-kreation.com/all/implement-a-nice-clean-jquery-sliding-panel-in-wordpress-27/" title="jQuery Sliding Panel in Wordpress 2.7">Tutorial</a></li>
				<li>Coda Slider<a href="http://jqueryfordesigners.com/coda-slider-effect/" title="Cosa Slider-like sliding panels">Tutorial</a></li>
				<li>10 Sliding Panel tutorials<a href="http://www.dreamcss.com/2009/04/10-beautiful-sliding-panel-with-jquery.html" title="10 Sliding Panel Tutorials">Tutorial</a></li>
				<li>More jQuery Sliding Panels<a href="http://cherne.net/brian/resources/jquery.slidingPanels.html" title="More jQuery Sliding Panels">Tutorial</a></li>
				<li>Even more jQuery Sliding Panels<a href="http://www.balkhis.com/web-designs-resources/7-incredibly-beautiful-sliding-panel-with-jquery/" title="Even more jQuery Sliding Panels">Tutorial</a></li>
				<li>Tipsy 0.1.2<a href="http://onehackoranother.com/projects/jquery/tipsy/" class="site">Site</a></li>
				<li>Auto-Grow Textarea<a href="http://onehackoranother.com/projects/jquery/jquery-grab-bag/autogrow-textarea.html" class="site">Site</a></li>
    			<li>Input Hints<a href="http://onehackoranother.com/projects/jquery/jquery-grab-bag/input-hint.html" class="site">Site</a></li>
				<li>markItUp! 1.1.5<a href="http://markitup.jaysalvat.com/home/" class="site">Site</a></li>
				<li>jEditable 1.5.1<a href="http://www.appelsiini.net/~tuupola/258/jeditable-in-place-editor-plugin-for-jquery" class="site">Site</a></li>
    			<li>BlockUI 2.14<a href="http://malsup.com/jquery/block/" class="site">Site</a></li>
    			<li>jCarousel 0.2.3<a href="http://sorgalla.com/jcarousel/" class="site">Site</a></li>
				<li>Custom Checkboxes 1.1.0b2<a href="http://code.google.com/p/jquery-checkbox/" class="site">Site</a></li>
				<li>Date Picker 2.1.2<a href="http://kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html" class="site">Site</a></li>
                <li>Table Sorter 2.0.3<a href="http://tablesorter.com/docs/" class="site">Site</a></li>
                <li>Ingrid Datagrids 0.9.1<a href="http://reconstrukt.com/ingrid/index.html" class="site">Site</a></li>
				<li>Star Rating<a href="http://examples.learningjquery.com/rating/" class="site">Site</a></li>
				<li>Farbtastic 1.2 Color Picker<a href="http://acko.net/dev/farbtastic" class="site">Site</a></li>
		    </ul>
    

    
    
        <h3>Miscellaneous Tools</h3>
		<ul class="ulList">
                        <li>30 stunning jQuery slider plugins <a href="http://www.themeflash.com/30-stunning-jquery-slider-plugins-and-tutorials-to-boost-your-work/" title="30 stunning jQuery slider plugins" class="site">Site</a></li>
			<li>Javascript Email Enkoder (Spam protection)<a href="http://danbenjamin.com/enkoder/form" class="site">Site</a></li>
			<li>The Big Collection Of Free Design Textures<a href="http://www.noupe.com/freebie/the-big-collection-of-free-design-textures.html" class="site">Site</a></li>
    	</ul>
    	
	    <h3>PHP/MySQL</h3>
			<ul class="ulList">		
				<li>pChart 1.2.7<a href="http://pchart.sourceforge.net/" class="site">Site</a> | <a href="http://pchart.sourceforge.net/documentation.php" class="docs">Docs</a></li>
				<li>mySQLDumper<a href="http://www.mysqldumper.de/en/" class="site">Site</a></li>
				<li>PHPMailer 2.3<a href="http://phpmailer.sourceforge.net/" class="site">Site</a> | <a href="http://phpmailer.codeworxtech.com/index.php?pg=tutorial" class="other">Tutorial</a></li>
				<li>ROS PDF Class<a href="http://www.ros.co.nz/pdf/" class="site">Site</a></li>
			</ul>
			
	    <h3>Grid Design</h3>
		    <ul class="ulList">
			    <li>960 Grid System<a href="http://960.gs/" class="site">Site</a></li>
			    <li>Blueprint CSS 0.8<a href="http://www.blueprintcss.org/" class="site">Site</a></li>
		    </ul>
    

				]]>
			</description>
			<pubDate>Sun, 11 Jul 2010 15:39:16 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/web-design-tools-and-resources/</link>
			<guid>http://www.lopressure.com/web-development/web-design-tools-and-resources/</guid>
			</item><item>
			<title><![CDATA[Create a retro-urban gig poster using Photoshop]]></title>
			<description>
				<![CDATA[
				<p><a href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-retro-urban-gig-poster-in-photoshop/" title="Create a retro-urban gig poster using Photoshop">Create a retro-urban gig poster using Photoshop</a></p>
<p>Digital graphics are largely dependent on the software used to create them. Given the clean, pixel-perfect nature of Photoshop, artworks always risk looking too perfect therefore it’s important to learn how to bring nature’s random variations into our digital creations. In this tutorial we’ll create an atmospheric poster for a dance party using the textured, retro look that’s so popular nowadays.</p>


<h4>Resources:</h4>
<p><a href="http://www.sxc.hu/photo/1214892" title="Cardboard texture">Cardboard texture</a><br />

<a href="http://www.sxc.hu/photo/1017656" title="Chicago skyline">Chicago skyline</a></p>

				]]>
			</description>
			<pubDate>Tue, 29 Jun 2010 03:50:36 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/create-a-retrourban-gig-poster-using-photoshop/</link>
			<guid>http://www.lopressure.com/web-development/create-a-retrourban-gig-poster-using-photoshop/</guid>
			</item><item>
			<title><![CDATA[How I Moved My Website to a New Bluehost Account]]></title>
			<description>
				<![CDATA[
				<p>I'm planning to move a few websites to alternative hosts.</p>


				]]>
			</description>
			<pubDate>Tue, 22 Jun 2010 02:03:38 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/how-i-moved-my-website-to-a-new-bluehost-account/</link>
			<guid>http://www.lopressure.com/web-development/how-i-moved-my-website-to-a-new-bluehost-account/</guid>
			</item><item>
			<title><![CDATA[Email Obfuscation]]></title>
			<description>
				<![CDATA[
				<p>When displaying an e-mail address on a website you obviously want to <a href="http://dictionary.reference.com/browse/obfuscate" title="obfuscate: 1. to confuse, bewilder, or stupefy; 2. to make obscure or unclear. via dictionary.com">obfuscate</a> it to make it difficult (impossible?) for the email address to be harvested without your permission. The email address however needs to readable & usable by your human visitors - otherwise what's the point?</p>


<p>There are many methods available for email obfuscation. I have chosen one, CSS direction reversal, as my personal favourite. It's lightweight, supported by all modern browsers, easy to implement and deploy and effective.</p>


<p>Simply put, we create a CSS style that reverses the displayed direction of any text to which the style is applied. For an email address we add the REVERSED text to the web page and apply the custom style. When this page is viewed in a browser the visitor will see the email address in the usual, readable direction however any person, or harvester, who copies this email address text will only be able to copy the reversed text as it is coded into the page. Email harvesters do not process CSS rules.</p>
 
<p>Here's an example - try to copy & paste it:</p>


<p>gro.liamon@0-elpmaxe</p>

<p>One drawback with this method is that the email address cannot be linked using "mailto:". If you want to provide a linked email address you will have to use another method, such as that provided by <a href="http://www.healyourchurchwebsite.com/obfuscator/" title="Heal Your Church Web Site">Heal Your Church Web Site</a>. This tool lets you create an obfuscated, linked email address.
</p>

				]]>
			</description>
			<pubDate>Fri, 07 May 2010 11:47:25 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/good-practice/email-obfuscation/</link>
			<guid>http://www.lopressure.com/web-development/good-practice/email-obfuscation/</guid>
			</item><item>
			<title><![CDATA[Free photoshop textures]]></title>
			<description>
				<![CDATA[
				<p><a href="http://www.noupe.com/freebie/the-big-collection-of-free-design-textures.html" title="Free Textures">Free Textures</a></p>

				]]>
			</description>
			<pubDate>Tue, 10 Nov 2009 09:43:50 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/free-photoshop-textures/</link>
			<guid>http://www.lopressure.com/web-development/free-photoshop-textures/</guid>
			</item><item>
			<title><![CDATA[Search Engine Optimisation]]></title>
			<description>
				<![CDATA[
				<p>A few days ago I discovered an interesting and thought-provoking article which discussed the phenomenon of Search Engine Optimisation (SEO). Read it here <a href="http://powazek.com/posts/2090" title="Spammers, Evildoers, and Opportunists by Derek Powazek"><em>Spammers, Evildoers, and Opportunists</em></a> by <a href="http://powazek.com/about/" title="Derek Powazek"> Derek Powazek</a>.</p>

<p>It's been my experience that almost all of my clients, both potential and actual, want to show "high in Google". One client in particular is very concerned about this aspect of his on-line business. He has just enough knowledge of the internet, and search engine optimisation in particular, to convince him that there exists some magic arcane wizardry that will propel his site up the Google rankings and he wants me to sacrifice whatever animals are required to make this happen for him.</p>

<p>Throughout the time I've known this client I have repeatedly talked about such concepts as writing excellent content, appealing to his target market, creating an enjoyable, feature-rich worthwhile site and the value these could have in powering a site up through the Google atmosphere.</p>

<p>It's a pleasant feeling to find an article that reflects my own beliefs and ideas, shares my philosophy for web development and so I've shared it here.</p>

 


				]]>
			</description>
			<pubDate>Thu, 15 Oct 2009 16:03:32 +0000</pubDate>
			<link>http://www.lopressure.com/online-business/seo/search-engine-optimisation/</link>
			<guid>http://www.lopressure.com/online-business/seo/search-engine-optimisation/</guid>
			</item><item>
			<title><![CDATA[Good, fast, cheap]]></title>
			<description>
				<![CDATA[
				<h2>We offer three kinds of service</h2>
<p>You can pick any two.</p>
<p>This is the Designers' One Rule. When creating a project, clients may choose only two options - they can't have it all. It's a "rule" for Life that applies aptly to design - clients simply have to deal with it. And we, as Web designers, must also accept this as fact.</p>

<p>And so, here it is:</p>

<h3>GOOD service FAST won't be CHEAP</h3>
<p>Choose Good and Fast and we will postpone every other job, cancel all appointments and stay up 25-hours a day just to get your job done. Of course don't expect it to be Cheap.</p>
 
<h3>GOOD service CHEAP won't be FAST</h3>
<p>Choose Good and Cheap and we will do a great job for a discounted price however you'll have to be patient until we have some free time from paying clients.</p>
 
<h3>FAST service CHEAP won't be GOOD</h3>
<p>Choose Fast and Cheap and you can expect an inferior job delivered on time. You truly get what you pay for and in our opinion this is the least favorable choice of the three. In fact we most likely won't even offer this option - financially it's a poor choice for us and professionally we don't wish to be associated with low-quality work.</p>
 
				]]>
			</description>
			<pubDate>Fri, 11 Sep 2009 11:47:36 +0000</pubDate>
			<link>http://www.lopressure.com/web-development/good-practice/good-fast-cheap/</link>
			<guid>http://www.lopressure.com/web-development/good-practice/good-fast-cheap/</guid>
			</item><item>
			<title><![CDATA[How to set your default sNews timezone using date_default_timezone_set]]></title>
			<description>
				<![CDATA[
				<p>I live in Scotland while my website is hosted in Pittsburgh, USA. As sNews uses the server time to timestamp submissions my articles have the 'wrong' date-time - each article shows a time that is 5 hours behind my local time, the time at which I created and submitted the article.</p>

<p>There is no setting within the sNews Administration console that allows me to adjust the time zone. It's necessary to open snews.php and add the following code, somewhere near the top of the file.</p>


// Set local timezone
date_default_timezone_set('Europe/London');

<p>The function date_default_timezone_set() has been available since PHP v5.1.</p>
<p>I have used <em>Europe/London</em>
 (I could have used <em>Europe/Dublin</em>, or <em>Europe/Edinburgh</em> - each is within the same time zone as my home town). Replace <em>Europe/London</em> with your own choice from <a href="http://us3.php.net/manual/en/timezones.php" title="PHP: List of supported timezones">this list</a>.</p>

<p>An alternative method is to use</p>
php_value date.timezone 'Europe/London'
<p>in your .htaccess file.</p>
				]]>
			</description>
			<pubDate>Mon, 03 Aug 2009 20:25:22 +0000</pubDate>
			<link>http://www.lopressure.com/php/how-to-set-your-default-snews-timezone-using-datedefaulttimezoneset/</link>
			<guid>http://www.lopressure.com/php/how-to-set-your-default-snews-timezone-using-datedefaulttimezoneset/</guid>
			</item></channel></rss>
