<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.6" -->
<rss version="0.91">
    <channel>
        <title>Open Tag Directory: BASIC</title>
        <description>The Open Tag Directory provides a &quot;directory style&quot; interface to popular social bookmarking websites.</description>
        <link>http://www.open-tag-directory.org/tags/BASIC</link>
        <lastBuildDate>Tue, 06 Jan 2009 06:36:19+0100</lastBuildDate>
        <generator>FeedCreator 1.6</generator>
        <item>
            <title>Remote iTunes | control iTunes from a remote computer (1 Citations)</title>
            <link>http://www.delicioussuite.com/technology/deliciousfun/applications/remote_itunes.html</link>
            <description>&lt;p&gt;If you have ever wanted to remotely control a computer running iTunes then this is your solution. Using the remote Mac's Bonjour name or I.P. address you can control most of the basic iTunes functions without ever touching the remote Mac. Play/Pause the music, make new playlists, turn the volume up or down, search the music database, and have fun!, &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>Code Intensity: SVN Externals are Evil; Use Piston or Braid (1 Citations)</title>
            <link>http://codeintensity.blogspot.com/2008/03/svn-externals-are-evil-use-piston-or.html</link>
            <description>&lt;p&gt;the evil is SVN itself not handling changing of externals (i.e. to/from an external) in basic operations like updates and merges, which may cause a lot of manual work on your end, and break automated builds or similar.wondering about massively usage of it., &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>simpleCart(js) + PayPal = E-commerce in minutes (1 Citations)</title>
            <link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/</link>
            <description>&lt;p&gt;Over the past few years, our company has had several clients who have needed a smaller shopping cart, usually to sell just a couple of items. We generally built these small carts using paypal. I realized it would be nice to package this up, and create a lightweight, easy-to-use, flexible shopping cart.

So we made simpleCart(js). The cart is a 10.5kb javascript file that uses cookies to keep track of the items in the cart. SimpleCart(js) doesn?t require any databases or programming knowledge. You simply need to know some basic HTML and have the ability to copy and paste. However, it can easily be expanded to use databases or contain more advanced options., &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>Comparing ASP.NET Web Services to WCF Based on Development (1 Citations)</title>
            <link>http://msdn.microsoft.com/en-us/library/aa738737.aspx</link>
            <description>&lt;p&gt;Outlines the basic differences between the two.   Gives a developer a better idea of when to use WCF and when not to., &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>blogZero - Cachegrind your Web apps (1 Citations)</title>
            <link>http://loadaveragezero.com/app/s9y/index.php?/archives/156-Cachegrind-your-Web-apps.html=</link>
            <description>&lt;p&gt;Valgrind is a entire suite of open-source tools, including basic debugging, profiling, and more advanced techniques such as threading, memory management, and leak detection. For the purposes of this article, I will focus on Cachegrind, and in particular within the domain of Web applications. Although there are a number of developers contributing to Valgrind, Julian Seward is the original designer and author., &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>Jcrop Manual - Deep Liquid (1 Citations)</title>
            <link>http://deepliquid.com/content/Jcrop_Manual.html</link>
            <description>&lt;p&gt;Jcrop is a powerful image cropping engine for jQuery.

It's been designed so developers can easily integrate an advanced image cropping functionality directly into any web-based application without sacrificing power and flexibility (or the weeks of coding, testing and debugging). Jcrop also features clean, well-organized code that works well across most modern web browsers.

Here you'll find the documentation for Jcrop itself. This guide assumes that you have a basic knowledge of HTML and including files into a web page. At the end of the article, there are links to more advanced concepts and implementation techniques., &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>Cakephp footnotes (on base of notepad  ). Part I. ...</title>
            <link>http://cakeexplorer.wordpress.com/2007/09/07/7/</link>
            <description></description>
        </item>
        <item>
            <title>Feed IE 6 with a basic stylesheet (1 Citations)</title>
            <link>http://www.simonclayson.co.uk/reportage/ie_6_text_only/</link>
            <description></description>
        </item>
        <item>
            <title>Dragonfly 2.0 - Finn Rudolphs Homepage (1 Citations)</title>
            <link>http://194.95.111.244/~countzero/myCMS/index.php?c_id=5&amp;s_id=21#Introduction</link>
            <description>&lt;p&gt;ImageFlow is a picture gallery, which allows an intuitive image handling. The basic idea is to digitally animate the thumbing through a physical image stack. That intuitive handling is automatically caused by the metaphorical use of the well known process of thumbing through., &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
            <title>Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3 (1 Citations)</title>
            <link>http://workaround.org/articles/ispmail-etch/#ronny-tiebel-s-php-administration-frontend</link>
            <description>&lt;p&gt;The configuration described here is not very complicated but still needs to be done carefully. You are expected to have at least basic knowledge of:

    * MySQL (creating a database, granting access to users, basic SQL queries)
    * SMTP (what it is and what a basic SMTP dialog looks like)
    * POP3, IMAP (what they do and what the differences are)
    * basic Postfix configuration (understand the default settings in your main.cf, have read through the basic configuration document and know that your mail log file is at /var/log/mail.log)
    * Debian/Linux (general system administration, using a text editor, reading log files), &lt;a href='http://blogmarks.net/marks/search/basic'&gt;blogmarks.net&lt;/a&gt;&lt;/p&gt;</description>
        </item>
    </channel>
</rss>
