<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://mudjungle.canalblog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[Mudjungle]]></title>
        <link>https://mudjungle.canalblog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[Mudjungle CMS / LMS: Carte routi&egrave;re de conception et de d&eacute;veloppement]]></description>
                    <item>
    <title><![CDATA[What to delete first? the db record or the referenced data (what was first the egg or the chicken?)]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/06/10/9521348.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/06/10/9521348.html</guid>
    <pubDate>Tue, 10 Jun 2008 17:23:00 +0200</pubDate>
    <description><![CDATA[Well maybe you like me, were trying to store images or raw data like files directly in the database but that is not a good idea because store raw data or binary data inside a database is really expensive in terms of performance and could make the queries... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[YUI Rich Editor Upload Extension (updated)]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/06/06/9472579.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/06/06/9472579.html</guid>
    <pubDate>Fri, 06 Jun 2008 16:50:44 +0200</pubDate>
    <description><![CDATA[May 13, 2008 - Update: I added a fully functional example. In that way you can use the example files instead of copying text from the previous links (Like Peter Briers said in a comment, copy and paste results in not readable scripts). I hope it could... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Basic Pagination in PHP]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/05/25/9319922.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/05/25/9319922.html</guid>
    <pubDate>Sun, 25 May 2008 21:55:15 +0200</pubDate>
    <description><![CDATA[Let's see a basic pagination in PHP: Download Source Code: pagination Adapted from the book: MySQL Cookbook, Second Edition by Paul DuBois ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[How to add Full Text Search to my Web Application]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/05/25/9319762.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/05/25/9319762.html</guid>
    <pubDate>Sun, 25 May 2008 21:38:00 +0200</pubDate>
    <description><![CDATA[It's a natural and popular way to search for information and it's easy to use: enter keywords and get what you need. Let's see some features: Available only for MyISAM tables. Natural language search and boolean search. Creating a Full Text Index CREATE... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Mudjungle Database]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/05/09/9117325.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/05/09/9117325.html</guid>
    <pubDate>Fri, 09 May 2008 18:39:00 +0200</pubDate>
    <description><![CDATA[DB SCHEMA (Updated: June 15, 2008) Here it's the Mudjungle Database Schema: ( FIGURE 1 ) FIGURE 1 The Mudjungle Db schema. There is some thoughts about this design, let me explain a few ones: After try and use some excellent PHP Projects like Gallery... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Mudjungle Course Organization]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/03/25/8460383.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/03/25/8460383.html</guid>
    <pubDate>Tue, 25 Mar 2008 16:56:28 +0100</pubDate>
    <description><![CDATA[We were working for a few days in the Mudjungle course organization. We've taken ideas from Juliux courses and adapted some for our own needs. We think the following organization fulfill the project needs ( FIGURE 1 ). FIGURE 1 Mudjungle project organization.... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Software used in the Project]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/03/04/8198029.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/03/04/8198029.html</guid>
    <pubDate>Tue, 04 Mar 2008 18:56:00 +0100</pubDate>
    <description><![CDATA[I post this a little time ago in another Web page, but just to have everything in one place. I think that maybe some people out there are thinking in develop the next Web 2.0 Application but they just don't know what software to use or to learn, well... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[XHTML Skeleton]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/03/03/8184629.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/03/03/8184629.html</guid>
    <pubDate>Mon, 03 Mar 2008 18:26:00 +0100</pubDate>
    <description><![CDATA[After spending some time trying to figure it out the right xhtml structure for the project we came with the following (FIGURE 1). FIGURE 1 XHTML Skeleton. We think that this skeleton solves our needs and offers enough semantic meaning in the id's of the... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Trying to add Search capabilities to the LMS]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/03/01/8150629.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/03/01/8150629.html</guid>
    <pubDate>Sat, 01 Mar 2008 07:52:00 +0100</pubDate>
    <description><![CDATA[We were just trying to add search capabilities so the people could search through the list of courses already in the LMS. First in MySQL the tables in which the full text search had to be done, needs to be of a specific engine called MyISAM, MyISAM is... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Mudjungle Project Organization]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/02/21/8043304.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/02/21/8043304.html</guid>
    <pubDate>Thu, 21 Feb 2008 18:06:00 +0100</pubDate>
    <description><![CDATA[Ok, let's see how we are organizing the project based in a previous post article: ( FIGURE 1 ) FIGURE 1 The Mudjungle project organization (directory structure). ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Start again...]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/02/19/8021395.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/02/19/8021395.html</guid>
    <pubDate>Tue, 19 Feb 2008 22:31:00 +0100</pubDate>
    <description><![CDATA[I think is a good start: Started to code the course models and ui helper functions Mudjungle will be based in the no-framework PHP MVC framework by Rasmus Lerdorf Taken ideas to organize the mudjungle app based in the presentation "Organizing Your PHP... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Mudjungle team]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/02/19/8021299.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/02/19/8021299.html</guid>
    <pubDate>Tue, 19 Feb 2008 22:21:00 +0100</pubDate>
    <description><![CDATA[Here we introduce to you the Mudjungle team: Alexander Castilloavcastillo at gmail dot com Gustavo Montoyainsecthos at hotmail dot com Roberto Navas navas_giron at yahoo dot com Julio Rivera (coach)julioriverapineda at yahoo dot com Raul Martinez (reader,... ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Mudjungle blog]]></title>
    <link><![CDATA[https://mudjungle.canalblog.com/archives/2008/02/19/8020980.html]]></link>
    <guid>https://mudjungle.canalblog.com/archives/2008/02/19/8020980.html</guid>
    <pubDate>Tue, 19 Feb 2008 21:57:00 +0100</pubDate>
    <description><![CDATA[Here we'll write all the things related to the Mudjungle development and design roadmap, including source files, documentation and links to useful resources taken by the project. ]]></description>
        <dc:creator><![CDATA[coche]]></dc:creator>
    </item>
            </channel>
</rss>

