<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Antilogic.co.uk &#124; Design and Code</title>
	<link>http://www.antilogic.co.uk</link>
	<description>Logics will get you from A to B, Imagination will take you everywhere ~ Albert Einstein</description>
	<pubDate>Wed, 16 Jan 2008 06:58:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>PrestaShop - Shopping cart</title>
		<link>http://www.antilogic.co.uk/prestashop-shopping-cart</link>
		<comments>http://www.antilogic.co.uk/prestashop-shopping-cart#comments</comments>
		<pubDate>Wed, 16 Jan 2008 06:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/prestashop-shopping-cart</guid>
		<description><![CDATA[ 
PrestaShop is a full shopping cart, which is still in development. Unlike other e-Commerce solutions currently on the market, you can download and install PrestaShop Open-Source software free of charge, without license or registration.On the back end, you&#8217;ll use a full-featured back-office application to manage your online business (including inventory, orders, shipping, and customers) [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2008/01/prestashop_logo.jpg" alt="prestashop_logo.jpg" /><span onmouseover="_tipon(this)" onmouseout="_tipoff()"> </span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">PrestaShop is a full shopping cart, which is still in development. </span>Unlike other e-Commerce solutions currently on the market, you can <a href="http://www.prestashop.com/download.php" title="Download the PrestaShop e-Commerce solution" target="_blank">download</a> and install PrestaShop Open-Source software free of charge, without license or registration.On the back end, you&#8217;ll use a <a href="http://www.prestashop.com/features.php" title="PrestaShop features" target="_blank">full-featured</a> back-office application to manage your online business (including inventory, orders, shipping, and customers) in real-time.</p>
<p>On the Web, you can provide your customers with a fun, personalized online store, to which you can add a variety of functions (“modules”) such as:</p>
<ul>
<li>Special deals (such as price reductions and gift coupons)</li>
<li>Payment with <a href="http://www.paypal.com/" title="Payment by Paypal">Paypal™</a></li>
<li>New products</li>
<li>Top sellers</li>
<li>Text-message alerts for new orders and inventory levels</li>
</ul>
<p><a href="http://www.prestashop.com/download.php" id="visit" title="Download the PrestaShop e-Commerce solution" target="_blank">Click here to download PrestaShop<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/prestashop-shopping-cart/feed</wfw:commentRss>
		</item>
		<item>
		<title>free blank logo templates designs</title>
		<link>http://www.antilogic.co.uk/free-blank-logo-templates-designs</link>
		<comments>http://www.antilogic.co.uk/free-blank-logo-templates-designs#comments</comments>
		<pubDate>Sun, 06 Jan 2008 11:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Graphics]]></category>

		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/free-blank-logo-templates-designs</guid>
		<description><![CDATA[
A good number of logos and absolutely free to download. You may use or modify them for any purpose, commercial or otherwise, without fee or obligation of any kind.
But remember, freely obtained does not mean freely redistributable. Don&#8217;t forget to read the copyright  
Click here to download
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2008/01/logotemplater.gif" alt="logotemplater.gif" /></p>
<p>A good number of logos and absolutely free to download. You may use or modify them for any purpose, commercial or otherwise, without fee or obligation of any kind.</p>
<p>But remember, freely obtained does not mean freely redistributable. Don&#8217;t forget to read the copyright <img src='http://www.antilogic.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a target="_blank" href="http://www.logotemplater.com/" id="visit">Click here to download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/free-blank-logo-templates-designs/feed</wfw:commentRss>
		</item>
		<item>
		<title>.htaccess hack</title>
		<link>http://www.antilogic.co.uk/htaccess-hack</link>
		<comments>http://www.antilogic.co.uk/htaccess-hack#comments</comments>
		<pubDate>Wed, 26 Dec 2007 11:04:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[URL Rewriting]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/htaccess-hack</guid>
		<description><![CDATA[Have a loot at this:

RewriteEngine On
RewriteCond %{HTTP_REFERER} .*google.* [OR]
RewriteCond %{HTTP_REFERER} .*yahoo.* [OR]
RewriteCond %{HTTP_REFERER} .*msn.* [OR]
RewriteCond %{HTTP_REFERER} .*ask.*
RewriteRule ^(.*)$ http://www.someotherwebsite.com/ [L]
Basically, this code is redirecting all traffic coming from the above search engines to  http://www.someotherwebsite.com/.
I am sure this does not require any further explanation.
Piece of advice: If your website is hosted on an Apache web [...]]]></description>
			<content:encoded><![CDATA[<p>Have a loot at this:</p>
<p><code><br />
RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*google.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*yahoo.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.*<br />
RewriteRule ^(.*)$ http://www.someotherwebsite.com/ [L]</code></p>
<p>Basically, this code is redirecting all traffic coming from the above search engines to  <code>http://www.</code><code>someotherwebsite</code><code>.com/.</code></p>
<p>I am sure this does not require any further explanation.</p>
<p><strong>Piece of advice: </strong>If your website is hosted on an Apache web server, always check the .htaccess file in the root directory for  foreign code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/htaccess-hack/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Dreamweaver extension</title>
		<link>http://www.antilogic.co.uk/wordpress-dreamweaver-extension</link>
		<comments>http://www.antilogic.co.uk/wordpress-dreamweaver-extension#comments</comments>
		<pubDate>Mon, 24 Dec 2007 18:25:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/?p=44</guid>
		<description><![CDATA[
Good resource offered by Vikiworks. It is an extension to Dreamweaver that will help you generate themes for WordPress.
Non-config-required installation, all you need to do is just grab it and click the extension (.exp) file and it will do the rest of the work. Launch your dreamweaver, and you will find a tab menu as [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/wordpress_dreamweaver1.gif" alt="wordpress_dreamweaver1.gif" /></p>
<p>Good resource offered by <strong>Vikiworks. </strong>It is an extension to <a href="http://www.adobe.com" $included="null" htmlelement="true" target="_blank">Dreamweaver</a> that will help you generate themes for <a href="http://72.14.203.104/translate_c?hl=en&amp;u=http://wordpress.org/" onclick="javascript:urchinTracker('/outbound/wordpress.org/?ref=/category/wordpress/');" $included="null" htmlelement="true">WordPress.</a></p>
<p>Non-config-required installation, all you need to do is just <a href="http://www.vikiworks.com/download-manager.php?id=10" target="_blank">grab it</a> and click the extension (.exp) file and it will do the rest of the work. Launch your dreamweaver, and you will find a tab menu as figured below:</p>
<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/wordpress-dw-extension.png" alt="wordpress-dw-extension.png" /></p>
<p>As you can see, the Wordpress tab includes a set of PHP code objects: Vcard, loop, header and template include and extra stuff. Apparently it will save you a lot of development time in an effective way.</p>
<p><a href="http://vikiworks.com/2007/08/22/dw-extension-for-wordpress-template-build/" target="_blank" id="visit">Click here to download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/wordpress-dreamweaver-extension/feed</wfw:commentRss>
		</item>
		<item>
		<title>Video Portal Player Plugin</title>
		<link>http://www.antilogic.co.uk/video-portal-player-plugin</link>
		<comments>http://www.antilogic.co.uk/video-portal-player-plugin#comments</comments>
		<pubDate>Mon, 24 Dec 2007 16:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/?p=42</guid>
		<description><![CDATA[
With the explosion of popularity of video hosting sites such as YouTube among others, it is now very easy to show videos in any site. This class simplifies the process of embedding videos in PHP sites, as it saves the developers from having to learn all the HTML and Javascript that is necessary to embed [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/utube.jpg" alt="utube.jpg" /></p>
<p>With the explosion of popularity of video hosting sites such as YouTube among others, it is now very easy to show videos in any site. This class simplifies the process of embedding videos in PHP sites, as it saves the developers from having to learn all the HTML and Javascript that is necessary to embed the video players in their site pages.It takes as parameter an HTML template with tags that identify the original URL of the video clip and where the video should appear embeded in the HTML template.</p>
<p>The class replaces video place holder with HTML tags that embed a video player that will show the video clip on the page where the returned HTML tags are inserted.</p>
<p>Currently, the class supports embedding videos from YouTube, Google Video, Clipfish.de, MyVideo.de and VideoTube.de.</p>
<p><a href="http://www.phpclasses.org/browse/package/3911.html" target="_blank" id="visit">Click here to download this class</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/video-portal-player-plugin/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sweetie - Cute and clear icons</title>
		<link>http://www.antilogic.co.uk/sweetie-cute-and-clear-icons</link>
		<comments>http://www.antilogic.co.uk/sweetie-cute-and-clear-icons#comments</comments>
		<pubDate>Mon, 24 Dec 2007 15:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Icons &amp; Buttons]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/?p=38</guid>
		<description><![CDATA[People at Sweetie have released two sets of cute and clear icons to use in your nifty web application.  They are licenced under a Creative Commons licence, commercial use is fine. You can freely make derivatives with the included Photoshop documents.

Download Sweetie Base Pack (182 icons)

Download Sweetie WebCommunication (37 icons)
]]></description>
			<content:encoded><![CDATA[<p>People at <a href="http://sweetie.sublink.ca" target="_blank">Sweetie</a> have released two sets of cute and clear icons to use in your nifty web application.  They are licenced under a Creative Commons licence, commercial use is fine. You can freely make derivatives with the included Photoshop documents.</p>
<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/sweetie-basepack-v3.png" alt="sweetie-basepack-v3.png" /></p>
<p><a href="http://sweetie.sublink.ca/releases/Sweetie-BasePack-v3.zip" id="visit">Download Sweetie Base Pack <em>(182 icons)</em></a></p>
<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/sweetie-webcommunication-v1.png" alt="sweetie-webcommunication-v1.png" /></p>
<p><a href="http://sweetie.sublink.ca/releases/Sweetie-WebCommunication-v1.zip" id="visit">Download Sweetie WebCommunication <em>(37 icons)</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/sweetie-cute-and-clear-icons/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP Code Beautifier</title>
		<link>http://www.antilogic.co.uk/php-code-beautifier</link>
		<comments>http://www.antilogic.co.uk/php-code-beautifier#comments</comments>
		<pubDate>Mon, 24 Dec 2007 14:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/wordpress/?p=35</guid>
		<description><![CDATA[This tool is designed to beautify PHP code, applying most of the PEAR standard requirements to it. It can even process really scrambled scripts, e.g. all code in one line, and thus may help you to get scripts into a more readable form.
What this tool does:
General:

Sets missing line breaks without removing any additional line breaks [...]]]></description>
			<content:encoded><![CDATA[<p>This tool is designed to beautify PHP code, applying most of the PEAR standard requirements to it. It can even process really scrambled scripts, e.g. all code in one line, and thus may help you to get scripts into a more readable form.</p>
<h4>What this tool does:</h4>
<h4>General:</h4>
<ul>
<li>Sets missing line breaks without removing any additional line breaks that you may use to group related things.</li>
<li>Corrects wrong indentation according to the level of nested braces.</li>
</ul>
<p><strong>Pear standard requirements:</strong></p>
<ul>
<li>Tries to set missing curly braces around single conditional statements. This may not work in all situations.</li>
<li>Indents with four spaces.</li>
<li>Uses &#8220;one true brace&#8221; style in function definitions.</li>
<li>Sets one space between control keyword and condition.</li>
<li>Removes space between function calls, parenthesis and beginning of argument list.</li>
</ul>
<h4>What it doesn&#8217;t:</h4>
<p><strong>General:</strong></p>
<ul>
<li>It does not <strong>sanity-check or correct your code.</strong> This is no debugging tool, it only arranges things properly.</li>
<li>It does not support the &#8220;if: &#8230; endif;&#8221; syntax for control structures when indenting.</li>
<li>This tool is dedicated to beautify php code. In case you use php embedded into html, best thing would be to submit only the php parts.</li>
</ul>
<p><strong>Pear standard requirements:</strong></p>
<ul>
<li>It does not add spaces on either side of the assignment operator (but I might add this on request).</li>
<li>It currently does not convert different php tags into the recommended form.</li>
<li>It does not do anything about naming conventions or commenting style or the way you include other scripts, this is entirely up to you.</li>
</ul>
<h4>What can happen in the worst case?</h4>
<p>Worst thing that may happen is that the output on the following page is not what you expected. In this case, you don&#8217;t need to do anything at all. Otherwise, if you like what you see, you can simply copy the output from the browser view and paste it into in your scripts.</p>
<p><a href="wp-content/uploads/2007/12/beautify.zip" id="visit"><strong>Download </strong><strong>beautify.zip</strong></a></p>
<p>Via <a href="http://www.drweb.de" target="_blank">Dr. Web</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/php-code-beautifier/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pamoorama-  Display your panoramic images with style</title>
		<link>http://www.antilogic.co.uk/pamoorama-display-your-panoramic-images-with-style</link>
		<comments>http://www.antilogic.co.uk/pamoorama-display-your-panoramic-images-with-style#comments</comments>
		<pubDate>Mon, 24 Dec 2007 03:05:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/?p=33</guid>
		<description><![CDATA[
Pamoorama is a simple script that aims at spicing up your panoramic image a little bit. It  is quite small in size (5kb) and requires MooTools . No CSS file, barely any html..
Basically what it does is to show only a part of your fullsize image. The image can then be scrolled by moving [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/pamoorama.jpg" alt="pamoorama.jpg" /></p>
<p>Pamoorama is a simple script that aims at spicing up your panoramic image a little bit. It  is quite small in size (5kb) and requires <a href="http://www.mootools.net/" target="_blank">MooTools</a> . No CSS file, barely any html..</p>
<p>Basically what it does is to show only a part of your fullsize image. The image can then be scrolled by moving the mouse over it. Pamoorama will also display a small thumbnail of your panorama with a small window/frame so you can see which part of the image is visible right now. Dragging this little window is also possible!</p>
<p>It also has, as of version 0.3, an autoscroll feature, with a little play/pause button to start/stop the autoscroll. While the autoscroll is playing, all the other events (scroller/draggable etc..) are stopped so it doesn&#8217;t interfere with the autoscroll. Once you stop the animation, the events are resumed as usual.</p>
<p>Below are few examples:</p>
<li><a href="http://www.silverscripting.com/pamoorama/sample1.html" target="_blank">Sample 1</a> : A simple example with all defaults options</li>
<li><a href="http://www.silverscripting.com/pamoorama/sample2.html" target="_blank">Sample 2</a> : Custom caption, width, colors</li>
<li><a href="http://www.silverscripting.com/pamoorama/sample3.html" target="_blank">Sample 3</a> : Disabled slider and autoscroll (only dragging will work)</li>
<p><a href="http://www.silverscripting.com/pamoorama/index.php" target="_blank" id="visit">Click here to visit Pamoorama home page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/pamoorama-display-your-panoramic-images-with-style/feed</wfw:commentRss>
		</item>
		<item>
		<title>TJPzoom 3 - Zoom on images</title>
		<link>http://www.antilogic.co.uk/tjpzoom-3-zoom-on-images</link>
		<comments>http://www.antilogic.co.uk/tjpzoom-3-zoom-on-images#comments</comments>
		<pubDate>Mon, 24 Dec 2007 02:51:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/?p=32</guid>
		<description><![CDATA[
TJPzoom 3 is a beautiful script that allows us to zoom in on our images.  Something to stress is that we can specify  easily with the mouse which  portion of the image we wish to zoom in and how much. The effects are achieved easily, simply give a click with the mouse [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/zoom.jpg" alt="zoom.jpg" /></p>
<p><a href="http://valid.tjp.hu/tjpzoom/" $included="null" htmlelement="true" target="_blank">TJPzoom 3</a> is a beautiful script that allows us to zoom in on our images.  Something to stress is that we can specify  easily with the mouse which  portion of the image we wish to zoom in and how much. The effects are achieved easily, simply give a click with the mouse on the square, and the zoom will occur, but we can also give one click and add a movement to the right and the square where the zoom will increase, and so on.  The choices of effects  are easy to achieve, even more when you see it in action.</p>
<p><a href="http://valid.tjp.hu/tjpzoom/" target="_blank" id="visit">Click here to see it in action</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/tjpzoom-3-zoom-on-images/feed</wfw:commentRss>
		</item>
		<item>
		<title>DfGallery</title>
		<link>http://www.antilogic.co.uk/dfgallery</link>
		<comments>http://www.antilogic.co.uk/dfgallery#comments</comments>
		<pubDate>Mon, 24 Dec 2007 02:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flash/ActionScript]]></category>

		<guid isPermaLink="false">http://www.antilogic.co.uk/?p=29</guid>
		<description><![CDATA[
Today I saw a gallery called dfGallery  created using flash which is a  great tool with easy configuration
Below are some of the wonders this gallery can make:

Support for Flickr, Picasa, Fotki, Photobucket and images themselves.
Option enabling or disabling &#8220;Print Screen&#8221;
Full-screen mode
Support for RSS
Liquid Design - adapts to any size you specify
You can put [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.antilogic.co.uk/wp-content/uploads/2007/12/dfgallery.jpg" alt="dfgallery.jpg" /></p>
<p>Today I saw a gallery called <strong>dfGallery </strong> created using flash which is a  great tool with easy configuration</p>
<p>Below are some of the wonders this gallery can make:</p>
<ul>
<li>Support for <strong><a href="http://flickr.com/" $included="null" htmlelement="true" target="_blank">Flickr,</a> <a href="http://picasa.com/" $included="null" htmlelement="true" target="_blank">Picasa,</a> <a href="http://fotki.com/" $included="null" htmlelement="true">Fotki,</a> <a href="http://photobucket.com/" $included="null" htmlelement="true">Photobucket</a></strong> and images themselves.</li>
<li>Option enabling or disabling <strong>&#8220;Print Screen&#8221;</strong></li>
<li><strong>Full-screen</strong> mode</li>
<li>Support for <strong>RSS</strong></li>
<li><strong>Liquid Design</strong> - adapts to any size you specify</li>
<li>You can put MP3 background</li>
<li>Multilanguage Support</li>
<li>It&#8217;s <strong>FREE</strong></li>
</ul>
<p>It has a <a href="http://www.dezinerfolio.com/dfgallery/manual/" $included="null" htmlelement="true" target="_blank">very comprehensive manual</a> where you will find all the information needed to be able to configure and use.</p>
<p><a href="http://www.dezinerfolio.com" target="_blank" id="visit">Click here to visit </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.antilogic.co.uk/dfgallery/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
