<?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>Tochka &#187; MySQL</title>
	<atom:link href="http://tochka.co.uk/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://tochka.co.uk</link>
	<description>Another blog about web technologies</description>
	<lastBuildDate>Tue, 03 Feb 2009 13:16:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PureEdit &#8211; Simple cms framework</title>
		<link>http://tochka.co.uk/php/pureedit-simple-cms-framework/125/</link>
		<comments>http://tochka.co.uk/php/pureedit-simple-cms-framework/125/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:08:35 +0000</pubDate>
		<dc:creator>R2D2</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://nazzz.wordpress.com/?p=79</guid>
		<description><![CDATA[PureEdit is the first CMS that dramatically simplifies the back-end development of your website while giving you full control of the front-end design and programming. By allowing such uncommon flexibility, PureEdit empowers you to design web sites from the ground up, without forcing you to follow the narrow template rules you&#8217;ll find elsewhere.
links:

homepage: http://www.pureedit.com/

]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-80" title="pureedit-making-content-management-purely-simple" src="http://nazzz.files.wordpress.com/2008/12/pureedit-making-content-management-purely-simple.png" alt="pureedit-making-content-management-purely-simple" width="374" height="113" />PureEdit is the first CMS that dramatically <strong>simplifies the back-end development of your website</strong> while giving you full control of the front-end design and programming. By allowing such uncommon flexibility, PureEdit empowers you to design web sites from the ground up, <strong>without forcing you to follow the narrow template rules</strong> you&#8217;ll find elsewhere.<span id="more-125"></span></p>
<p><strong>links:</strong></p>
<ul>
<li>homepage: <a href="http://www.pureedit.com/" onclick="pageTracker._trackPageview('/outgoing/www.pureedit.com/?referer=');">http://www.pureedit.com/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/php/pureedit-simple-cms-framework/125/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geo Spatial  &#8211; free city to country geo data</title>
		<link>http://tochka.co.uk/database/geo-spatial-free-city-to-country-geo-data/123/</link>
		<comments>http://tochka.co.uk/database/geo-spatial-free-city-to-country-geo-data/123/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 16:45:21 +0000</pubDate>
		<dc:creator>naz</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpro.org]]></category>

		<guid isPermaLink="false">http://nazzz.wordpress.com/?p=76</guid>
		<description><![CDATA[After the release of the US Cities Zip Codes some time ago, PHPRO.ORG has been inundated with requests for a world cities database with all the geo data included. This means Latitude and Longitude data, time zones etc.
PHPRO.ORG answers these request by providing the follow MySQL database of cities and location with 6,670,778 records. Yes thats not [...]]]></description>
			<content:encoded><![CDATA[<p>After the release of the US Cities Zip Codes some time ago, PHPRO.ORG has been inundated with requests for a world cities database with all the geo data included. This means Latitude and Longitude data, time zones etc.</p>
<p><strong>PHPRO.ORG</strong> answers these request by providing the follow <strong>MySQL</strong> database of cities and location with <strong>6,670,778</strong> records. Yes thats not a typo, over six and a half million records provided freely by <strong>PHPRO.ORG</strong>.<span id="more-123"></span></p>
<p>Some data, such as elevation etc may be missing from some records. This database may be mildly or wildly inacurate and is provided <strong>AS IS</strong> with no warranty of fitness for a purpos.</p>
<p><strong>Database Schema:</strong></p>
<p><strong>
<dt>
<ul>
<li>city_id<span style="font-weight:normal;"> - integer id of record in geonames database</span></li>
<li>city_name<span style="font-weight:normal;"> - name of geographical point (utf8)</span></li>
<li>asciiname<span style="font-weight:normal;"> - name of geographical point in plain ascii characters</span></li>
<li>alternatenames<span style="font-weight:normal;"> - alternatenames, comma separated</span></li>
<li>latitude<span style="font-weight:normal;"> - latitude in decimal degrees (wgs84)</span></li>
<li>longitude<span style="font-weight:normal;"> - longitude in decimal degrees (wgs84)</span></li>
<li>feature class<span style="font-weight:normal;"> - see http://www.geonames.org/export/codes.html</span></li>
<li>feature code<span style="font-weight:normal;"> &#8211;  see http://www.geonames.org/export/codes.html</span></li>
<li>country code<span style="font-weight:normal;"> - ISO-3166 2-letter country code, 2 characters</span></li>
<li>cc2<span style="font-weight:normal;"> - alternate country codes, comma separated, ISO-3166 2-letter country code, 60 characters</span></li>
<li>admin1 code<span style="font-weight:normal;"> - fipscode (subject to change to iso code), isocode for the us and ch, see file admin1Codes.txt for display names of this code</span></li>
<li>admin2 code<span style="font-weight:normal;"> - code for the second administrative division, a county in the US, see file admin2Codes.txt</span></li>
<li>admin3 code<span style="font-weight:normal;"> - code for third level administrative division</span></li>
<li>admin4 code<span style="font-weight:normal;"> - code for fourth level administrative division</span></li>
<li>population<span style="font-weight:normal;"> - The population calculated at modification_date</span></li>
<li>elevation<span style="font-weight:normal;"> - in meters</span></li>
<li>gtopo30<span style="font-weight:normal;"> - average elevation of 30&#8242;x30&#8242; (ca 900mx900m) area in meters</span></li>
<li>timezone<span style="font-weight:normal;"> - the timezone id</span></li>
<li>modification date<span style="font-weight:normal;"> - date of last modification in yyyy-MM-dd format</span></li>
</ul>
</dt>
<p></strong></p>
<p><strong>Links:</strong></p>
<ul>
<li>homepage: <a href="http://www.phpro.org/index.php?route=projects/geodb" onclick="pageTracker._trackPageview('/outgoing/www.phpro.org/index.php?route=projects/geodb&amp;referer=');">http://www.phpro.org</a></li>
<li>article: <a href="http://www.phpro.org/index.php?route=projects/geodb" onclick="pageTracker._trackPageview('/outgoing/www.phpro.org/index.php?route=projects/geodb&amp;referer=');">http://www.phpro.org/index.php?route=projects/geodb</a></li>
<li>download: <a href="http://phpro.org/downloads/cities.tar.gz" onclick="pageTracker._trackPageview('/outgoing/phpro.org/downloads/cities.tar.gz?referer=');">http://phpro.org/downloads/cities.tar.gz</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/database/geo-spatial-free-city-to-country-geo-data/123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trellis Desk &#8211; help desk solution</title>
		<link>http://tochka.co.uk/php/trellis-desk-help-desk-solution/122/</link>
		<comments>http://tochka.co.uk/php/trellis-desk-help-desk-solution/122/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 04:51:19 +0000</pubDate>
		<dc:creator>R2D2</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[help desk]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://nazzz.wordpress.com/?p=68</guid>
		<description><![CDATA[Trellis Desk is a powerful, robust help desk solution for your business. Improve your company&#8217;s service by allowing your customers to quickly and easily submit support tickets to your team. Trellis Desk sports a range of advanced features to revitalize the way your business handles customer support. Even better, it&#8217;s completely free; you&#8217;ll never have to [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="aligncenter size-medium wp-image-73" title="td_screenshot_3" src="http://nazzz.files.wordpress.com/2008/12/td_screenshot_3.png?w=300" alt="td_screenshot_3" width="300" height="164" />Trellis Desk</strong> is a powerful, robust help desk solution for your business. Improve your company&#8217;s service by allowing your customers to quickly and easily submit support tickets to your team. Trellis Desk sports a range of advanced features to revitalize the way your business handles customer support. Even better, it&#8217;s completely free; you&#8217;ll never have to pay any license fees to use Trellis Desk.<span id="more-122"></span></p>
<p><strong>Trellis Desk</strong> boasts an impressive set of features that will simplify and expedite the customer support cycle at your business or organization &#8212; and you&#8217;ll never have to pay any license fees to use it. Listed below are just some of the neat things that Trellis Desk can do.</p>
<p><strong>Features:</strong></p>
<p><strong><img class="aligncenter size-full wp-image-69" title="feature_1" src="http://nazzz.files.wordpress.com/2008/12/feature_1.png" alt="feature_1" width="655" height="108" /><br />
</strong></p>
<p><strong></p>
<ul class="featurelistleft">
<li>Ticket departments<span style="font-weight:normal;"> - Create an unlimited number of departments to which your users can submit support tickets, like </span><em><span style="font-style:normal;"><span style="font-weight:normal;">&#8220;<em>Sales</em>&#8220;</span></span></em><span style="font-weight:normal;">,</span><em><span style="font-style:normal;"><span style="font-weight:normal;">&#8220;<em>Billing</em>&#8220;</span></span></em><span style="font-weight:normal;">, and </span><em><span style="font-style:normal;"><span style="font-weight:normal;">&#8220;<em>Technical Support</em>&#8220;</span></span></em><span style="font-weight:normal;">.</span></li>
<li>Canned ticket replies<span style="font-weight:normal;"> - Insert commonly used responses with just one click. Say goodbye to typing out the same old message over and over again.</span></li>
<li>Ticket escalation<span style="font-weight:normal;"> - Allow users to upgrade, or &#8220;escalate,&#8221; a support ticket and ensure it receives attention. Set the amount of time that must pass before a ticket can be escalated.</span></li>
<li>Ticket priority levels<span style="font-weight:normal;"> - Determine which tickets require your immediate attention based on their user-assigned priority levels, such as </span><em><span style="font-weight:normal;">urgent</span></em><span style="font-weight:normal;">, </span><em><span style="font-weight:normal;">high</span></em><span style="font-weight:normal;">, </span><em><span style="font-weight:normal;">medium</span></em><span style="font-weight:normal;">, and </span><em><span style="font-weight:normal;">low</span></em><span style="font-weight:normal;">.</span></li>
<li>Group permissions<span style="font-weight:normal;"> - Restrict users from visiting particular areas of your helpdesk, and prevent staff members from accessing certain administrative functions or ticket departments.</span></li>
<li>Ticket assignment<span style="font-weight:normal;"> - Assign any ticket to a particular staff member who can better address the issue.<strong></strong></span></li>
</ul>
<p></strong></p>
<p><img class="aligncenter size-full wp-image-70" title="feature_2" src="http://nazzz.files.wordpress.com/2008/12/feature_2.png" alt="feature_2" width="655" height="108" /></p>
<p><strong></p>
<ul class="featurelistleft">
<li><span style="font-weight:normal;"><strong>Multi-moderation features - <span style="font-weight:normal;">Quickly perform an action on several tickets at once. Hold, move, close, delete, or reopen numerous tickets in a matter of seconds.<strong></strong></span></strong></span></li>
<li><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong>Helpdesk RSS feeds - <span style="font-weight:normal;">Generate an RSS feed of all the tickets in your department. Add the feed to your newsreader and watch the tickets roll in (ideally, not).<strong></strong></span></strong></span></strong></span></li>
<li><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong>Skin manager - <span style="font-weight:normal;">Change the appearance of your helpdesk by editing templates and CSS from within the administration control panel. Import new skins or export ones you&#8217;ve made.<strong></strong></span></strong></span></strong></span></strong></span></li>
<li><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong>Rich text editor - </strong>Dynamically apply text formatting to your ticket replies such as <em>bold</em>, <em>italic</em>, and <em>underline</em>. Use spellcheck to locate spelling errors in your reply.<strong></strong></span></strong></span></strong></span></strong></span></li>
<li><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong>Ticket attachments - </strong>Users and staff members can attach a file to their ticket reply, if their group permissions allow it. Share documents, error logs, or code.<strong></strong></span></strong></span></strong></span></strong></span></li>
<li><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong><span style="font-weight:normal;"><strong>Language manager - </strong><em>(Trellis Desk ships in US English.)</em> Edit language strings from within the administration control panel. Import new language packs or export translations you&#8217;ve made.</span></strong></span></strong></span></strong></span></li>
</ul>
<p></strong></p>
<p><img class="aligncenter size-full wp-image-71" title="feature_3" src="http://nazzz.files.wordpress.com/2008/12/feature_3.png" alt="feature_3" width="655" height="108" /></p>
<ul class="featurelistleft">
<li><strong>Manage articles and categories - </strong>Create a collection of pre-written articles containing existing solutions to common problems. Group similar articles under the same category for ease of access.</li>
<li><strong>Article ratings and comments - </strong>Allow users to submit a star rating for any knowledgebase article and leave comments on the article page itself.</li>
<li><strong>KB suggestions before ticket submission - </strong>Trellis Desk can automatically show relevant knowledgebase articles to users before they submit a ticket, potentially reducing helpdesk ticket volume.</li>
</ul>
<p><strong>Requirements:</strong></p>
<p><strong></p>
<ul class="featurelist">
<li><strong>PHP<span style="font-weight:normal;"> - </span></strong><span style="font-weight:normal;">Version 4.3.0 or newer</span></li>
<li><strong>MySQL<span style="font-weight:normal;"> - </span></strong><span style="font-weight:normal;">Version 4.1 or newer</span></li>
<li><strong>GD2 with FreeType support<span style="font-weight:normal;"> - </span></strong><span style="font-weight:normal;">For generating security CAPTCHAs</span></li>
<li><strong>Webhost supporting email forwarding<span style="font-weight:normal;"> - </span></strong><span style="font-weight:normal;">Ticket email piping requires a webhost that supports piping incoming mail through use of a forwarder</span></li>
</ul>
<p></strong></p>
<p><strong>Links:</strong></p>
<ul>
<li>homepage: <a href="http://www.accord5.com/trellis" onclick="pageTracker._trackPageview('/outgoing/www.accord5.com/trellis?referer=');">http://www.accord5.com/trellis</a></li>
<li>demo: <a href="http://www.accord5.com/trellis/demo" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.accord5.com/trellis/demo?referer=');">http://www.accord5.com/trellis/demo</a></li>
<li>download: <a href="http://www.accord5.com/trellis/download" onclick="pageTracker._trackPageview('/outgoing/www.accord5.com/trellis/download?referer=');">http://www.accord5.com/trellis/download</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/php/trellis-desk-help-desk-solution/122/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build your Website Today with Subdreamer CMS</title>
		<link>http://tochka.co.uk/php/build-your-website-today-with-subdreamer-cms/72/</link>
		<comments>http://tochka.co.uk/php/build-your-website-today-with-subdreamer-cms/72/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 17:50:34 +0000</pubDate>
		<dc:creator>R2D2</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tochka.co.uk/web-dev/72/build-your-website-today-with-subdreamer-cms/</guid>
		<description><![CDATA[
Subdreamer CMS is a powerful yet simple program used for creating websites. With it&#8217;s quick installation and easy to use admin interface you will have your website up and running within minutes.
Whether your goal is creating a simple website with a couple pages or a larger website with hundreds of pages, Subdreamer CMS will get [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://tochka.co.uk/wp-content/uploads/2007/01/preview_of_skins.jpg" alt="preview_of_skins.jpg" /></p>
<p><strong>Subdreamer CMS</strong> is a powerful yet simple program used for creating websites. With it&#8217;s quick installation and easy to use admin interface you will have your website up and running within minutes.</p>
<p>Whether your goal is creating a simple website with a couple pages or a larger website with hundreds of pages, Subdreamer CMS will get you there by providing unbeatable content management tools. Download today and join the <u>thousands</u> of members that are already using Subdreamer CMS to power their websites!<span id="more-72"></span></p>
<h2> Key Features</h2>
<p><strong>WYSIWYG Editor</strong><br />
Create your pages and articles easily with one of the best editors available. This HTML text editor brings to you many of the powerful functionalities of known desktop editors like Word.<br />
Images and tables can easily be added using the Wysiwyg editor. The editor is compatible with the most important browsers available in the market: <strong>IE 5.5+</strong>, <strong>Firefox 1.0+</strong>, <strong>Mozilla 1.3+</strong> and <strong>Netscape 7+</strong>.</p>
<p><strong>Forum Integration</strong></p>
<p style="text-align: center"><img src="http://tochka.co.uk/wp-content/uploads/2007/01/forum_integration.gif" alt="forum_integration.gif" /></p>
<p>Not only does Subdreamer offer its own member system, but it also allows complete integration with <strong>phpBB 2</strong>, <strong>vBulletin 2</strong>, <strong>vBulletin 3</strong>, <strong>Simple Machines Forum 1</strong>, and <strong>Invision Power Board 2</strong>.<br />
With integration, you can login from any page, display top posters, display forum stats, integrate usergroups, and so much more!<strong>Search Engine-Friendly URLs</strong><br />
The robots used by search engines have problems with dynamic pages that are created by most Content Mangement Systems. However, Subdreamer converts dynamic URLs into static URLs so that they can be indexed! For example, a link such as: subdreamer.com?index.php?categorid=2 would be rewritten to subdreamer.com/features.</p>
<p><strong>Image Manager</strong></p>
<p style="text-align: center"><img src="http://tochka.co.uk/wp-content/uploads/2007/01/image_gallery_1.gif" alt="image_gallery_1.gif" /></p>
<p>No longer will you need to open your <strong>FTP</strong> program to upload images. Subdreamer provides an <strong>Image Manager</strong> to sort through, resize, and upload images on to your website. This makes it incredibly easy to add news images to articles and overall keep track of all your images.</p>
<h2>The Plugin System</h2>
<p><strong>Preinstalled Plugins</strong><br />
13 plugins come preinstalled with Subdreamer CMS, meaning you will be able to use these plugins right out of the box:</p>
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<ul>
<li>Article System</li>
<li>Latest News</li>
<li>User Login Panel</li>
<li>Subcategory Menu</li>
<li>Latest Posts</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Image Gallery</li>
<li>Contact Form</li>
<li>
<p align="center">Registration Page</p>
</li>
<li>Guestbook</li>
<li>Top Posters</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Link Directory</li>
<li>Chatterbox</li>
<li>User Control Panel</li>
</ul>
</td>
</tr>
</table>
<p><u>Downloadable Plugins</u><br />
In addition to the preinstalled plugins, you will be able to download new plugins that are developed by the Subdreamer Team and the community. Many of these plugins provide amazing new functionality and actually compete against standalone applications, best of all these plugins can be downloaded for free once you&#8217;ve purchased your Subdreamer CMS license.</p>
<p>more info: <a href="http://www.subdreamer.com" onclick="pageTracker._trackPageview('/outgoing/www.subdreamer.com?referer=');">subdreamer.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/php/build-your-website-today-with-subdreamer-cms/72/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sNews 1.5.30 &#8211; one file driven CMS</title>
		<link>http://tochka.co.uk/php/40/40/</link>
		<comments>http://tochka.co.uk/php/40/40/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 21:58:03 +0000</pubDate>
		<dc:creator>R2D2</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[sNews]]></category>

		<guid isPermaLink="false">http://tochka.co.uk/web-dev/40/40/</guid>
		<description><![CDATA[
sNews is a completely free PHP and MySQL driven tool for publishing and maintaining news articles on a website. Integrating sNews into your existing design is simple, but you could also use sNews on it&#8217;s own, as a simple Content Management System. Consisting of only one file, sNews is extremely lightweight, very easy to install, [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="ai.gif" id="image39" src="http://tochka.co.uk/wp-content/uploads/2007/01/ai.gif" /></div>
<p>sNews is a completely free <a href="http://www.php.net/" onclick="pageTracker._trackPageview('/outgoing/www.php.net/?referer=');">PHP</a> and <a href="http://www.mysql.com/" onclick="pageTracker._trackPageview('/outgoing/www.mysql.com/?referer=');">MySQL</a> driven tool for publishing and maintaining news articles on a website. Integrating sNews into your existing design is simple, but you could also use sNews on it&#8217;s own, as a simple Content Management System. Consisting of only one file, sNews is extremely lightweight, very easy to install, and easy to use via a simple web interface.</p>
<p>sNews is both template independent, and standards compliant, and having only one file means you can redesign your site whenever you want. We are constantly working on sNews development, which means that as new features are added, all you have to do is download and install the newer version. Your site and design will not be affected.<span id="more-40"></span></p>
<h3>Feature</h3>
<ul>
<li>Search Engine (User) Friendly URLs</li>
<li>Password protected live administration</li>
<li>Template Independency</li>
<li>Static Front Page Option</li>
<li>Categories (add, edit, delete, publish, unpublish)</li>
<li>Articles (add, edit, delete, position, publish / unpublish, future posting)</li>
<li>Comments (enable / disable, freeze / unfreeze, edit, delete, bad words filter)</li>
<li>Easy external files inclusion</li>
<li>External language file support</li>
<li>Images (attach, upload, view, delete)</li>
<li>Archive</li>
<li>Sitemap</li>
<li>Search Engine</li>
<li>Contact Form</li>
<li>RSS Feed</li>
</ul>
<p>Home page: <a href="http://www.solucija.com/" onclick="pageTracker._trackPageview('/outgoing/www.solucija.com/?referer=');">http://www.solucija.com/</a></p>
<p>download page: <a href="http://www.solucija.com/home/snews/" onclick="pageTracker._trackPageview('/outgoing/www.solucija.com/home/snews/?referer=');">http://www.solucija.com/home/snews/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/php/40/40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZenPhoto</title>
		<link>http://tochka.co.uk/php/zenphoto/35/</link>
		<comments>http://tochka.co.uk/php/zenphoto/35/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 03:25:21 +0000</pubDate>
		<dc:creator>R2D2</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tochka.co.uk/web-dev/cms/35/zenphoto/</guid>
		<description><![CDATA[Zenphoto is an answer to lots of calls for an online gallery solution that just makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply. It&#8217;s got all the functionality and &#8220;features&#8221; you need, and nothing you don&#8217;t. Where the old guys put in a bunch [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Zenphoto</strong> is an answer to lots of calls for an online gallery solution that just makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply. It&#8217;s got all the functionality and &#8220;features&#8221; you need, and nothing you don&#8217;t. Where the old guys put in a bunch of modules and junk, we put a lot of thought. We hope you agree with our philosopy: simpler is better. Don&#8217;t get us wrong though – <em>zenphoto</em> really does have everything you need for your online gallery, and you&#8217;ll even stare in awe at some of the innovative innovations we innovated upon.<span id="more-35"></span></p>
<p>Here are some of the wonderful things about it:</p>
<ul>
<li><strong>Your standard gallery stuff</strong>, the way everyone knows it should work: index, albums, and images. And of course, automatically generated thumbnails and sized-down images for your time and bandwidth saving pleasure.</li>
<li><strong>Upload any way you like.</strong> Want to use FTP? Stick your photos in a new folder in the /albums folder, and it&#8217;s an album. Want to use your web browser? Hit the control panel, click upload, enter some names and load your pics. Simple. Want to use e-mail? Sorry, not ready yet. E-mail your picture to your grandmother and she can probably figure it out.</li>
<li><strong>Comments!</strong> Just like on your blog, people can leave comments. Just like on your blog, you can smite them down with a single click if you don&#8217;t like them.</li>
<li><strong>AJAX-powered edit-while-you-browse</strong>, yes, just like flickr (we like flickr, but we also already     pay for lots of online storage, hence, we like zenphoto).</li>
<li><strong>Theme engine!</strong> Kind of like a steam engine, but more powerful&#8230; except when pulling a train. The theme engine is completely flexible; you can make your own themes, you can switch how your whole gallery looks at the click of a button, and you can <em>make it look like your blog!</em>     (yeah, let&#8217;s see you do that, flickr&#8230;).</li>
</ul>
<p>ZenPhoto home page: <a title="ZenPhoto" target="_blank" href="http://www.zenphoto.org/" onclick="pageTracker._trackPageview('/outgoing/www.zenphoto.org/?referer=');">homepage</a><br />
Demo site: <a title="ZenPhoto Demo" target="_blank" href="http://www.zenphoto.org/zenphoto/" onclick="pageTracker._trackPageview('/outgoing/www.zenphoto.org/zenphoto/?referer=');">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/php/zenphoto/35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphider &#8211; lightweight web spider</title>
		<link>http://tochka.co.uk/php/sphider-lightweight-web-spider/53/</link>
		<comments>http://tochka.co.uk/php/sphider-lightweight-web-spider/53/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 01:27:52 +0000</pubDate>
		<dc:creator>R2D2</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://tochka.co.uk/web-dev/53/sphider-lightweight-web-spider/</guid>
		<description><![CDATA[Sphider is a lightweight web spider and search engine written in PHP, using MySQL as its back end database.  It is suitable for adding search functionality to small or medium sites (up to around 100,000 pages). It  also works great as a tool for site analysis &#8211; finding broken links, gathering statistics about [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sphider</strong> is a lightweight web spider and search engine written in PHP, using MySQL as its back end database.  It is suitable for adding search functionality to small or medium sites (up to around 100,000 pages). It  also works great as a tool for site analysis &#8211; finding broken links, gathering statistics about the site etc.</p>
<p>Take a look at the <a href="http://www.cs.ioc.ee/%7Eando/sphider/demo.php" onclick="pageTracker._trackPageview('/outgoing/www.cs.ioc.ee/_7Eando/sphider/demo.php?referer=');">demo</a> section or the <a href="http://www.cs.ioc.ee/%7Eando/sphider/showcase.php" onclick="pageTracker._trackPageview('/outgoing/www.cs.ioc.ee/_7Eando/sphider/showcase.php?referer=');">showcase</a> for sample sites running Sphider.</p>
<p><strong>10-November-2006: Version 1.3.1d released.</strong> Check the <a href="http://www.cs.ioc.ee/%7Eando/sphider/download.php" onclick="pageTracker._trackPageview('/outgoing/www.cs.ioc.ee/_7Eando/sphider/download.php?referer=');">Download</a> section.<span id="more-53"></span></p>
<h3>Features</h3>
<h4>Spidering and indexing</h4>
<ul>
<li>Full text indexing.</li>
<li>Can index both static and dynamic pages.</li>
<li>Finds links in , ,  and <meta /> tags, and can also follow links given in javascript as strings via window.location and window.open.</li>
<li>Respects robots.txt protocol.</li>
<li>Follows server side redirections.</li>
<li>Allows spidering to be limited by depth (ie maximum number of clicks from the starting page), by (sub)domain or by directory.</li>
<li>Supports indexing of pdf and doc files (using external binaries for file conversion).</li>
<li>Allows resuming paused spidering.</li>
<li>Possbility to exclude common words from being indexed.</li>
<li>Sophisticated administrator interface</li>
</ul>
<h4>Searching</h4>
<ul>
<li>Supports AND, OR and phrase searches</li>
<li>Supports excluding words (by putting a &#8216;-&#8217; in front of a word, any page including the word will be omitted from the results).</li>
<li>Option to add and group sites into categories</li>
<li>Possibility to limit searching to a given category and its subcategories.</li>
<li>&#8220;Did you mean&#8221; search suggestion on mistyped queries.</li>
<li>Context-sensitive auto-completion on search terms (la Google Suggest)</li>
<li>Word stemming for english (searching for &#8220;run&#8221; finds &#8220;running&#8221;, &#8220;runs&#8221; etc)</li>
</ul>
<h4>Size and speed</h4>
<p>Sphider uses regular expressions to extract links from webpages, so  indexing is not particularly fast.  Searching is quite fast, if the database size is reasonable. Code base is very small, probably making it the smallest search engine with such functionality out there.</p>
<h4>Compatibility</h4>
<p>Sphider is a typical LAMP application  (but of course it can also be run under Windows). Sphider was designed to be compatible with  older versions of PHP and MySQL, it should work with at least PHP 4 and MySQL 3.23.</p>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/php/sphider-lightweight-web-spider/53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
