<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="News" -->
				<rss  version="2.0" 
					xmlns:content="http://purl.org/rss/1.0/modules/content/" 
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"

				>
				<channel>
				<title>Deltik : News</title>
				<link>http://www.deltik.org/</link>
				<description></description>

<language>en-gb</language>
				<copyright>Terms of Service | Privacy Policy | Acceptable Use Policy | Powered by e107</copyright>
				<managingEditor>deltik@nospam.com (Deltik)</managingEditor>
				<webMaster>deltik@nospam.com (Deltik)</webMaster>
				<pubDate>Sun, 20 May 2012 00:10:27 -0500</pubDate>
				<lastBuildDate>Sun, 20 May 2012 00:10:27 -0500</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>

				<ttl>60</ttl>
<atom:link href="http://www.deltik.org/e107_plugins/rss_menu/rss.php?news.2" rel="self" type="application/rss+xml" />

					<image>
					<title>Deltik : News</title>
					<url>http://www.deltik.org/e107_images/deltik-button.png</url>
					<link>http://www.deltik.org/</link>
					<width>88</width>
					<height>31</height>
					<description></description>
					</image>
<item>
<title>We're Still Here...</title>
<link>http://www.deltik.org/news.php?item.9.7</link>
<description><![CDATA[Deltik's top priority project Log2Log is still very active. We're working on it as hard as we can and will continue to do so until it's production-ready.]]></description>
<content:encoded><![CDATA[<br /><table style="width: 100%;"><thead><tr><th>Windows</th><th>Mac</th><th>Linux</th></tr></thead><tbody><tr><td width="33%"><a href="http://img692.imageshack.us/img692/4458/log2logmockupskypetopid.png" rel="external"><img src="http://img692.imageshack.us/img692/4458/log2logmockupskypetopid.png" alt="[MISSING SCREENSHOT]" width="100%" /></a></td><td width="33%"><a href="http://img534.imageshack.us/img534/6719/log2logmockuppidgintoad.png" target="_blank"><img src="http://img534.imageshack.us/img534/6719/log2logmockuppidgintoad.png" alt="[MISSING SCREENSHOT]" width="100%" /></a></td><td width="33%"><a href="http://img27.imageshack.us/img27/2324/log2logmockupaimtotrill.png" target="_blank"><img src="http://img27.imageshack.us/img27/2324/log2logmockupaimtotrill.png" alt="[MISSING SCREENSHOT]" width="100%" /></a></td></tr></tbody></table><div><br /><strong><span style="text-decoration: underline;">We're Still Here</span></strong><br /><strong></strong>Deltik's top priority project, <a title="Log2Log Chat Log Converter" href="http://log2log.sf.net/" target="_blank">Log2Log</a>, is still very active. We're working on it as hard as we can and will continue to do so until it's production-ready.﻿<br /><br /><br /><strong><span style="text-decoration: underline;">What's Taking So Long?</span></strong><br />Don't believe that we're working hard on it? <a title="Log2Log Git shortlog on SourceForge.net" href="http://log2log.git.sourceforge.net/git/gitweb.cgi?p=log2log/log2log;a=shortlog" target="_blank">See for yourself!</a><br /><br />Creating a chat log converter is by no means easy. Me? I want Log2Log to be released as soon as possible without sacrificing the originally intended enterprise-grade quality. In order to do that, I have to learn <a title="cplusplus.com" href="http://cplusplus.com/" target="_blank">C++</a> and the <a title="Qt" href="http://qt.nokia.com/" target="_blank">Qt framework</a> on-the-fly while programming Log2Log.<br /><br />Log2Log was intended to be released at the end of August 2011.  The development team has underestimated how much work it would take to create it, but don't let that get you down.  I really, <em>really</em>, <em><span style="text-decoration: underline;">really</span></em> want Log2Log ready for people by the end of <em>this</em> month, September 2011.<br /><br /><br /><strong><span style="text-decoration: underline;">What Works</span></strong><br />Surely we have made some progress in the several weeks of persistent development.  This is the rundown of what works in Log2Log as of 10 September 2011:<br /><ul><li>Fully capable of reading files from a directory, feeding them through the format converters, and saving the converted files</li><li>Interface shows what data may be lost in the conversion process (formats don't store the same data)</li><li>Feature to "Check for Updates"</li></ul>But there are a plethora of things that don't work:<br /><ul><li>Most of the planned format converters have not been created yet.</li></ul><br /><br /><strong><span style="text-decoration: underline;">Detailed Priorities</span></strong><br />As of 08 September 2011, here are the priorities for development of Log2Log format converters:<br /><ol><li><span style="text-decoration: underline;">Pidgin HTML</span> -- Log2Log was originally created on 01 January 2011 with this format in mind.  Pidgin HTML is complicated, and if I can create a good format converter for it, the others can easily fall in place.</li><li><span style="text-decoration: underline;">Meebo (download)</span> -- This was <a href="http://forum.meebo.com/forums/87057-meebo-messenger/suggestions/1253893-ability-to-export-chat-logs" target="_blank"><em><strong>the reason</strong></em></a> why I wanted to create Log2Log.  The format would be very easy to convert to and from, but there is a major problem to solve: The chat logs must be downloaded from a remote server.  The code for doing this already exists, but originally, I had made it in a different programming language, PHP.  It's now a matter of porting it to the language that Log2Log is now programmed in, C++.</li><li><span style="text-decoration: underline;">Log2Log JSON</span> (standardized export) -- For advanced purposes, I intend to create this format converter.  Theoretically, this should take only minutes to create because it directly exports what Log2Log already does in the background.</li><li><span style="text-decoration: underline;">Trillian</span> -- Trillian stores its chat logs in XML format.  Pidgin HTML is also like XML, so with that established foundation, I should have no problem creating a format converter to and from Trillian.</li><li><span style="text-decoration: underline;">Windows Live Messenger</span> -- By input from an eagerly waiting person, I'll create the Windows Live Messenger format converter.  I looked at the chat log format, which was XML as well.  Since Pidgin HTML will have been completed by the time I start working on this format converter, it should be very easy to read this format.</li><li><span style="text-decoration: underline;">AIM</span> -- Also by request, I intend AIM to be the sixth format converter I make.  AIM chat logs are in HTML, and they resemble Meebo chat logs, but they're somewhat more detailed.  It seems rather easy to create this format converter as well.</li><li><span style="text-decoration: underline;">Skype</span> -- Personally, I also want a Skype format converter.  There is a major frustration, though.  Skype thought that it would be funny to create their own eccentric chat log format.  The format makes <em>absolutely no logical sense</em> at all, but all the data exists.  In order to read it, I have to drop down to a very primitive level and scan the binary data.  I started work on it in PHP, but once again, I have to port it to C++ because Log2Log is now written in C++.</li></ol>﻿<br /><br /><strong><span style="text-decoration: underline;">Loguntu</span></strong><br />Loguntu has been envisioned, and some planning has been done.  As for a server to host Loguntu on, we are trying to secure one by 04 October 2011.<br /><br /><br /><strong><span style="text-decoration: underline;">Thank You</span></strong><br /><ul><li>Igor Cardoso — ﻿still sticking with the Log2Log project</li><li>John — ﻿for helping us know what to work on next in the development of Log2Log</li></ul></div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.7'>Projects Update</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Sun, 11 Sep 2011 16:50:58 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.9.7</guid>
</item>

<item>
<title>Chat Log Management Is Up To Us</title>
<link>http://www.deltik.org/news.php?item.8.4</link>
<description><![CDATA[The Internet doesn't have any services that can take care of your chat logs! Introducing... Log2Log Chat Log Converter and Loguntu Online Storage!]]></description>
<content:encoded><![CDATA[<br /><div><img style="float: right; cursor: pointer;" onclick="this.style.display='none';" src="http://i.imgur.com/QOMq7.jpg" alt="[Chat Log Converter+]" /></div><div style="background: #161616; color: #ffffff; border-radius: 15px 0px 0px 15px; box-shadow: 0 0 24px #161616, 0 0 8px #161616, 0 0 8px #161616, 0 0 4px #161616, 0 0 4px #161616, 0 0 4px #161616, 0 0 4px #161616;"><div style="text-align: center;">The world no longer has a<br /><img style="border: 0px solid black; float: none;" src="http://i.imgur.com/fahf0.png" alt="[Chat Log Converter+]" /><span style="font-size: 48px;"> chat log converter <img style="width: px; height: px; border: 0px solid black; float: none;" src="http://i.imgur.com/TeLfo.png" alt="[ :O ]" /></span></div></div><div><br /><br /><strong><span style="text-decoration: underline;">The Bad News</span></strong><br />As of this post, wherever you look, even on <a title="Google Search: chat log converter" href="http://lmgtfy.com/?q=chat+log+converter" rel="external">Google</a>, you probably can't find anything that will convert the chat logs that you want to convert.<br /><br />You: "Is it possible to import pidgin chat logs to empathy? If so, how?"<br />Us: "<em>Actually, yes. <a title="Jalli - an opensource chatlog converter" href="http://jalli.berlios.de/" target="_blank">Here you go</a>. Bad example. :&#092;</em>"<br /><br />You: "Is it possible to make my skype chat logs readable? If so, how?"<br />Us: "<em>Today, nah. To make that possible, we are in the process of making Log2Log, a program that can read and save your Skype chat logs into something readable.</em>"<br /><br />You: "Is it possible to download a copy of my chat logs from gmail? If so, how?"<br />Us: "<em>Oh no! You can't, at least not in an easy way. The Internet is missing something that people are looking for. Deltik has founded the Log2Log project to allow you to get chat logs that you previously thought were locked in the grasp of someone else.</em>"<br /><br />You: "Is it possible to keep my chat logs synced with me everywhere I go?"<br />Us: "<em>Nope. Good idea, though. We're going to make Loguntu, a system that will allow you to store chat logs in one central location that's convenient for you.</em>"<br /><br /><br /><strong><span style="text-decoration: underline;">The Good News</span></strong><br />We are going to take the matters into our hands. Deltik has two fresh projects, prioritized sequentially:<br /><ol><li>Log2Log Chat Log Converter</li><li>Loguntu Online Storage</li></ol><span style="text-decoration: underline;">Log2Log Chat Log Converter</span><br />This will be the most advanced chat log converter ever, even surpassing the good work that Chat Log Converter+ did when it existed. Unfortunately, the creator, UFGrayMatter, no longer maintains it. This is why the Internet doesn't have a universal chat log converter anymore. :(<br /><br />But Log2Log will be more than just a chat log converter. Here are three challenging tasks that Log2Log is planned to take on:<br /><ul><li>Google <a title="StackOverflow: Anyone found a way to download google chat logs?" href="http://stackoverflow.com/questions/402219/anyone-found-a-way-to-download-google-chat-logs" target="_blank">won't let you</a> download your chat logs you stored while chatting on gChat. Using Log2Log, you can securely sign in to Gmail and download your gChat logs without ever giving your password nor data to anyone, not even Deltik.</li><li>Meebo <a title="Conversation between Nick Liu (Deltik) and Corey (Meebo Support)" href="http://img811.imageshack.us/img811/5673/contactsupportmeebo.png" target="_blank">is a meanie</a> and refuses to create a feature to let you download your chat logs. Log2Log can hop on Meebo and gather all your logs without ever leaking your personal information to anyone.</li><li>Skype <a title="How to Read Skype Chat Logs" href="http://mandarino70.it/Documents/SkypeLogFileAnalysis.pdf" target="_blank">is a weirdo</a> and stores chat logs in some inefficient and freakish way. Log2Log can read it all, and reassemble the logs so that they can be compatible with all the other IM clients.</li></ul><br /><br /><span style="text-decoration: underline;">Loguntu Online Storage</span><br />That's not all. I personally use two IM clients, <a title="Pidgin, the universal chat client" href="http://pidgin.im/" target="_blank">Pidgin</a> and <a title="Meebo — Together is better." href="http://www.meebo.com/" target="_blank">Meebo</a>. It would be a pain to have to run Log2Log often to copy my new conversations from Meebo to Pidgin.<br /><br />Loguntu aims to become the first online storage system for chat logs. The chat logs get stored in one central place that <em>you choose</em>. All the file storage services I know sync files to their own servers, like <a title="Dropbox - Simplify your life." href="https://www.dropbox.com/" target="_blank">Dropbox</a> or <a title="Ubuntu One" href="http://one.ubuntu.com/" target="_blank">Ubuntu One</a>. Loguntu will support a variety of locations, so you can choose where to store things.<br /><ul><li>Dropbox, Ubuntu One, Box.net, Windows Live SkyDrive, and more — Ain't nothin' like an old-fashioned simple storage method.</li><li>FTP — Have you got an FTP server? FTP is easy for Loguntu and you!</li><li>SSH — If you're really fancy and have an SSH server, Loguntu can handle that too.</li><li><a title="750 Words" href="http://750words.com/" target="_blank">750 Words</a> — This wouldn't be the wisest choice, but hey, storing chat logs isn't against Buster's terms of service, and there is no clear limitation on his free text storage service.</li><li>Yahoo! Mail, Gmail, GMX — Hey, you know your email provider offers you a lot of storage. Idea?</li><li><a title="Loguntu Online Storage" href="http://products.deltik.org/loguntu/" target="_blank">Loguntu</a> — Deltik may even host your chat logs for you! We may be able to offer you some space for free, but we also know that many of you have a grand history. For a low monthly fee, Deltik can host your files with extra storage and features.</li></ul>I'm still not done. Why specialize Loguntu for chat logs only? You should be able to store normal files, too! When Loguntu has fulfulled its purpose as chat log storage, file storage wherever you want would be a cool feature.<br /><br />Okay, last thing. Loguntu should team up with Log2Log and <em>synchronize</em> your chat logs! This here is a major challenge. Let's say you have some meetings on Skype, then chat with some friends on Gmail, and you pull up Adium on your Mac for a few days. Using Log2Log by Loguntu, your chat logs can be kept up-to-date with all your clients (if possible) by using the Log2Log Standard Chat Log Format.<br /><br /><br /><strong><span style="text-decoration: underline;">When Can I Get All This Awesomeness???</span></strong><br />>_&lt; ... O_O<br />Okay, so this is completely new territory for Deltik—so new that Deltik has no idea how to make any of those things yet.<br />This will take a long while... unless... <strong>you help!</strong> Yes, we can really use your help. No, I'm not asking for donations. If you're a computer programmer who's willing to help with the Log2Log and/or Loguntu project, please, <a title="Deltik: Contact Us" href="contact.php" target="_self">contact us</a>!<br /><br />By kind support by some other developers, I'm setting a tentative date of the end of August 2011 for the launch of an awesome Log2Log Chat Log Converter.<br /><br /><br /><strong><span style="text-decoration: underline;">Priorities (as of 24 June 2011)</span></strong><br /><ol><li>Log2Log — support for downloading Meebo chat logs (This was why Log2Log was created in the first place.)</li><li>Log2Log — support for more protocols, including Pidgin, Empathy, Adium, Skype, Trillian, Digsby, Kopete, more, and hopefully all the major protocols</li><li>Loguntu — saving chatlogs and integration with Log2Log</li><li>Loguntu — file storage</li><li>Loguntu — storage on Deltik as Loguntu</li></ol></div><div><strong><span style="text-decoration: underline;">Special Thanks To:</span></strong></div><div><ul><li>UFGrayMatter — Whoever you are, you inspired me to make the Log2Log/Loguntu chat log management solution. :)</li><li>Igor Cardoso — for supporting the Log2Log project</li><li>George Nassar — for wanting to help the Log2Log project</li></ul></div><div> </div><div> </div><div> </div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.4'>Breaking News</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Thu, 23 Jun 2011 23:07:13 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.8.4</guid>
</item>

<item>
<title>Log2Log Restructured</title>
<link>http://www.deltik.org/news.php?item.7.7</link>
<description><![CDATA[Log2Log needs to be redesigned to be able to perform well. Even though it passed our stress tests, our tests were not intensive enough.]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">Deltik does not know<br /><span style="font-size: xx-large;"><code>what to put in the center</code></span><br />this time.</div><div><br /><br /><span style="text-decoration: underline;"><strong>The Problem</strong></span><br />Log2Log is programmed in PHP, a language that is not optimized for Log2Log's purpose. PHP isn't designed to handle files, especially not large and plentiful ones.<br /><br /><br /><span style="text-decoration: underline;"><strong>The Solution</strong></span><br />In the end, the best solution is to port Log2Log to a multiplatform desktop software.<br /><br />Advantages:<br /><ul><li>safer — As desktop software, your sensitive data such as chat logs will no longer need to be sent insecurely over the Internet. Your data sticks with you, and Internet access is only needed for Log2Log services such as MeeboConnect or <a title="Loguntu Chat Log Storage" href="http://products.deltik.org/loguntu/" rel="external">Loguntu</a>.</li><li>faster — Information doesn't need to be sent through the Internet to be processed by PHP. Instead, it'll all be done on your computer.</li><li>more reliable — No more relying on an online service, which could go down at any time. With Log2Log as desktop software, it'll be ready when you are.</li><li>convenient — Instead of going to a webpage, Log2Log would conveniently be a desktop application.</li><li>accessible — Log2Log would be right there on your computer, ready for you at all times.</li></ul>Disadvantages:<br /><ul><li>There are disadvantages? O_o</li></ul><br /><br /><span style="text-decoration: underline;"><strong>Dedicated to <a title="IsMyWebsite Free Webhosting" href="http://www.ismywebsite.com/" target="_blank">IsMyWebsite</a></strong></span><br />Hey Matt,<br />Yeesh, I didn't mean to make <a title="Nick Finishes The Job" href="http://img864.imageshack.us/img864/7339/nickfinishesthejobismyw.png" target="_blank">you rant like that</a>.<br />In response to <a title="Nick Finishes The Job" href="http://ismywebsite.wordpress.com/2011/06/16/nick-finishes-the-job/" target="_blank">your blog post</a>,<br /><blockquote style="background-color: #cccccc;">They had a script driving up the server load consistently for about 5 minutes to 2.00+</blockquote>(That would be Log2Log v0.0.1a4.)<br /><br />... I overhaul the Log2Log project and start anew with the solution specified above.</div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.7'>Projects Update</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Sun, 19 Jun 2011 05:37:57 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.7.7</guid>
</item>

<item>
<title>Deltik Is Hosted on Almighty Servers</title>
<link>http://www.deltik.org/news.php?item.6.5</link>
<description><![CDATA[Deltik is now hosted on a VPS from Almighty Servers <http://www.almightyservers.com/>]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">Deltik is now hosted on<br /><a style="text-decoration: none;" title="Almighty Servers" href="http://www.almightyservers.com/" rel="external"><span style="color: #75ad2e; font-variant: small-caps; font-size: 48px; text-shadow: 0 0 2px #568221, 0 0 1px black;">Almighty Servers</span></a></div><div><br /><br /><strong><span style="text-decoration: underline;">What's New?</span></strong><br /><ul><li>Deltik has moved onto a <a title="Shared web hosting service on Wikipedia" href="http://en.wikipedia.org/wiki/Shared_web_hosting_service" target="_blank">shared webhost</a> and a <a title="Virtual private server on Wikipedia" href="http://en.wikipedia.org/wiki/Virtual_private_server" target="_blank">VPS</a>, provided by <a title="Almighty Servers" href="http://www.almightyservers.com/" target="_blank">Almighty Servers</a>.</li><li>Our previous webhost, <a title="IsMyWebsite - Free PHP MySQL cPanel Web Hosting Space" href="http://www.ismywebsite.com/" target="_blank">IsMyWebsite</a>, has pretty much committed suicide. We're outta there.</li></ul><br /><br /><strong><span style="text-decoration: underline;">What This Means for You</span></strong><br />You can expect Deltik to be much more stable and have less downtime.  (No guarantees; it's possible that I can accidentally botch up something because I'm not used to the new provider..)<br />Also, Deltik should load faster now.  The new hosting provider outperforms our old one.<br /><br /><br /><strong><span style="text-decoration: underline;">What This Means for Us</span></strong><br />With most of the capabilities of a real server available to us, it is now possible for us to create, host, and run completely new types of programs and scripts on the VPS.  It doesn't have to be all on <a title="Deltik Area 51" href="http://deltik.ath.cx/" target="_blank">Deltik Area 51</a> anymore.  We are now in near-full control of what we run.<br />As for the main Deltik website, for simplicity purposes, we are still on a shared host.  For the most part, Deltik is expected to perform normally.</div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.5'>Website Update</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Sat, 04 Jun 2011 13:16:45 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.6.5</guid>
</item>

<item>
<title>MuSeSPinger v3.0.0</title>
<link>http://www.deltik.org/news.php?item.5.7</link>
<description><![CDATA[MuSeSPinger, our oldest project, gets reloaded in an all-new contraption!]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">Our oldest project<br /><a style="text-decoration: none;" title="MuSeSPiger" href="http://products.deltik.org/pub/musespinger/demos/latest/" rel="external"><strong><span style="font-size: 48px; color: #ffffff; font-family: MetaBold,monospace; text-shadow: 0 0 24px #888888, 0 0 8px #888888, 0 0 8px #888888, 0 0 4px #888888, 0 0 4px #888888, 0 0 4px #888888, 0 0 4px #888888; cursor: default;">MuSeSPinger</span></strong></a><br />gets a major upgrade!</div><div><span style="text-decoration: underline;"><strong>Huh? What's MuSeSPinger?</strong></span><br />MuSeSPinger stands for <strong>Mu</strong>ltiple <strong>Se</strong>rver <strong>S</strong>tatus <strong>Pinger</strong>. You can check websites to see if they are online or offline by the masses.﻿<br /><br /><br /><strong><span style="text-decoration: underline;">Why We Made MuSeSPinger</span></strong><br />Wa-a-ay back in 2008, Deltik was hosted on a webhost called <a title="IsMyWebsite" href="http://www.ismywebsite.com/" target="_blank">IsMyWebsite</a>. IsMyWebsite was a unique webhost in that it had 16 servers called <em>nodes</em>. The nodes hosted different websites. We created a tool called IsMyWebsite Node Status Checker (IMWNSC), which was a hard-coded system that checked the status of all the nodes.<br /><br />Over time, IMWNSC evolved from its narrow purpose into MuSeSPinger. MuSeSPinger was then improved and expanded.<br /><br /><br /><strong><span style="text-decoration: underline;">The First of Its Kind</span></strong><br />You may think that we have reinvented the wheel because there are plenty of other services that check to see whether a website is online like <a title="Down For Everyone Or Just Me?" href="http://downforeveryoneorjustme.com/" target="_blank">Down For Everyone Or Just Me?</a> and <a title="CheckSite.us" href="http://www.checksite.us/">CheckSite.us</a>.<br />MuSeSPinger is the first and only service that can:<br /><ul><li>check multiple URLs at the same time,</li><li>render an image that shows the status of multiple URLs, and</li><li>use a mirror network to check multiple URLs.</li></ul>In addition to those unique core features, MuSeSPinger has:<br /><ul><li>a streamlined interface,</li><li type="_moz">its source code available to anyone,</li><li>three different methods of checking URLs,</li><li>a user-friendly administration control panel, and</li><li>almost three years of dedicated support from Deltik.</li></ul></div><div>﻿<br /><br /><strong><span style="text-decoration: underline;">What's New?</span></strong><br />See <a title="MuSeSPinger Changelog" href="http://products.deltik.org/pub/musespinger/CHANGELOG" target="_blank">the changelog</a> for yourself!<br />Or if you're too lazy:<br /><pre style="font-family: monospace,courier;">3.0.0 (2011/05/20)<br />  - NEW: Completely rewritten<br />  - NEW: Redesigned interface<br />  - NEW: cURL and file_get_contents for server status checking<br />  - NEW: MuSeSPinger network for worldwide server status checking<br />  - NEW: Option to render without the network: "Work Locally"<br />  - NEW: Status icons for "online with problems" and "status unavailable"<br />  - NEW: No JavaScript compatibility<br />  - NEW: "Report Problem" link<br />  - NEW: Administration control center for modifying configuration<br />  - NEW: Fetch MuSeSPinger news from Deltik<br />  - MOD: URL input uses line breaks instead of spaces.<br />  - MOD: Remade status icons<br />  - MOD: Foreign language support removed<br />  - MOD: Automatic update system removed<br />  - MOD: 'update' directory re-purposed to MuSeSPinger news<br />  - MOD: Implemented GNU GPL License</pre><br /><br /><span style="text-decoration: underline;"><strong>Links</strong></span><br /><ul><li><a title="MuSeSPinger" href="http://products.deltik.org/musespinger/" target="_blank">MuSeSPinger</a></li><li><a title="MuSeSPinger v3.0.0 Demo" href="http://products.deltik.org/pub/musespinger/demos/3.0.0/" target="_blank">MuSeSPinger v3.0.0 Demo</a></li><li><a title="Download MuSeSPinger" href="http://products.deltik.org/pub/musespinger/releases/" target="_blank">Download MuSeSPinger</a></li><li><a title="Deltik Docs: MuSeSPinger" href="http://man.deltik.org/index.php?title=MuSeSPinger" target="_self">Deltik Docs Article: MuSeSPinger</a></li></ul></div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.7'>Projects Update</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Fri, 20 May 2011 20:00:04 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.5.7</guid>
</item>

<item>
<title>The Cure for Immaturity</title>
<link>http://www.deltik.org/news.php?item.4.7</link>
<description><![CDATA[Deltik is working on the universal cure for immaturity.]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">Deltik is working on:<br /><div style="margin-top: 8px;"><a style="text-decoration: none;" href="http://products.deltik.org/pub/immaturity/demos/latest/" target="_self"><span style="font-size: xx-large; font-variant: small-caps; border: 1px solid black; text-shadow: 1px 2px 5px silver; color: #cccccc; background: #666666; font-family: sans-serif,sans,arial; padding: 4px;">The Cure for Immaturity</span></a></div></div><div><br />Wouldn’t it be nice if there were a fun remedy for that whiner in the cubicle behind you or that weird kid who wants world domination?﻿<br /><br /><span style="text-decoration: underline;"><strong>Note</strong></span><br />This project is still a work in progress as of this news post. It has some... stuff... but at this early stage of release, there's only a basic introduction.<br /><br /><br /><strong><span style="text-decoration: underline;">What This Document Contains</span></strong><br /><ol><li>Learn about how an unofficial disorder, immaturity, works and affects people.</li><li>How to survive annoying people﻿</li><li>Find out how to get back at those annoying people! There's also a chance of curing them while you're getting your revenge.</li><li>See tips on self-help if you have immaturity.</li><li>And more...</li></ol><br /><strong><span style="text-decoration: underline;">Why We Are Researching This</span></strong><br />Long story short: Immaturity is a big problem in the world, and it isn't recognized by any real health organization. Try to find it if you don't believe me: <a title="World Health Organization" href="http://www.who.int/en/" rel="external">World Health Organization</a>, <a title="Mayo Clinic" href="http://www.mayoclinic.com/" target="_blank">Mayo Clinic</a>, <a title="National Institutes of Health" href="http://www.nih.gov/" target="_blank">National Institutes of Health</a><br /><br />Links:<br /><ul><li><a title="The Cure for Immaturity" href="http://products.deltik.org/pub/immaturity/demos/latest/" target="_self">"The Cure for Immaturity"</a> by Deltik</li><li><a title="Oppositional defiant disorder" href="http://en.wikipedia.org/wiki/Oppositional_defiant_disorder" target="_blank">Oppositional defiant disorder</a> on Wikipedia</li><li><a title="Conduct disorder" href="http://en.wikipedia.org/wiki/Conduct_disorder" target="_blank">Conduct disorder</a> on Wikipedia</li><li><a title="Antisocial personality disorder" href="http://en.wikipedia.org/wiki/Antisocial_personality_disorder" target="_self">Antisocial personality disorder</a> on Wikipedia</li></ul></div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.7'>Projects Update</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Wed, 04 May 2011 12:33:21 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.4.7</guid>
</item>

<item>
<title>Third Birthday of the Deltik Website</title>
<link>http://www.deltik.org/news.php?item.3.6</link>
<description><![CDATA[The Deltik Website turns 3 years old! We celebrate with changes to make an all-new Deltik! :D]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">On 31 March 2011, Deltik turned<br /><strong><span style="font-size: 48px; color: #ffffff; font-family: MetaBold,monospace; text-shadow: 0 0 24px #1C74BE, 0 0 8px #1C74BE, 0 0 8px #1C74BE, 0 0 4px #1C74BE, 0 0 4px #1C74BE, 0 0 4px #1C74BE, 0 0 4px #1C74BE; cursor: default;">3</span></strong><br />years old!</div><br /><span style="text-decoration: underline;"><strong>Really?</strong></span><br />Yes.<br /><br /><br /><span style="text-decoration: underline;"><strong>Deltik History in a Nutshell</strong></span><br />The concept of Deltik was formulated on 31 March 2008 at 11:18 AM CDT. It was called <em>DELTA Burnt Programming</em>, later to be known as <em>DELTA Burnt</em>, then <em>Delta Burnt</em>, then <em>DelTIk</em>, then <em>Deltik</em>. Delta Burnt was a non-profit <a title="TI Graphing Calculators" href="http://education.ti.com/educationportal/sites/US/productCategory/us_graphing.html" rel="external"> Texas Instruments graphing calculator</a> programming group.<br />The DELTA Burnt Website began to be created on 01 April 2008 and was finally set up on 08 April 2008.<br /><br />On 07 April 2008, DELTA Burnt became Delta Burnt, which was a non-profit programming, gaming, and graphics design team.<br />At the beginning of June 2008, Delta Burnt became DelTIk. The name <em>DelTIk</em> was a portmanteau of <em>Delta</em>, <em>TI</em>, and a <em>k</em> for "calculator".<br />By the next month, July 2008, <em>DelTIk</em> lost its capitalization of "TI" as development on Texas Instruments calculators stopped and became <em>Deltik</em>.<br /><br />For the first year of Deltik's life, it was extremely unstable. In the end, Deltik collapsed in May 2009 along with their fourth webhost, The Web World. Internal conflict and poor management led to the ruin of Deltik.<br /><br />For the second year of Deltik's life, it was just another region of the Internet. Deltik served no purpose that year and was used primarily to host miscellaneous test scripts.<br /><br />Plans to rennovate Deltik were made on 04 February 2011 and were carried out thusly. The goal was to deploy a completely redesigned Deltik by 31 March 2011, its third birthday anniversary.<br /><br /><br /><span style="text-decoration: underline;"><strong>What's New</strong></span><br /><br /><span style="text-decoration: underline;">1. We Have A Direction</span><br />Deltik is a place where creative minds like  you think up and make computer programs, Web scripts, or other unique  and awesome stuff that nobody has ever thought of before.<br /><br /><span style="text-decoration: underline;">2. New Management</span><br />Deltik is now operated by people of the right ilk. No more internal conflict nor aimless struggling!<br /><br /><span style="text-decoration: underline;">3. Community Restarted</span><br />The general public of Deltik has been pruned and restarted. The majority shall no longer have eccentric people!<br /><br /><span style="text-decoration: underline;">4. I Want It My Way</span><br />To  start off Deltik, I want to take charge of exactly how I want things to  work. I have taken to my own custom development work, unlike  previously, where complete strangers were asked to make something vague.<br />There is now a site theme that I have redesigned to look the way I want it to.<br /><br /><span style="text-decoration: underline;">5. Organized Design</span><br />I  have made a well-thought out layout of Deltik. Although some parts of  the design are not favored by preliminary surveys, I feel that upon  application, the design would be rather sturdy and somewhat flexible.<br />Deltik  was built around the content management system e107, and even then, I  have made sure to allow space to be able to pluck e107 out and put in  something else in the future. The code was made to accommodate change.<br /><br /><span style="text-decoration: underline;">6. Ready to Govern</span><br />Deltik  now has an established Terms of Use, Privacy Policy, and Acceptable Use  Policy. With fair rules in place now, Deltik is prepared to handle  non-compliance situations.<br /><br /><span style="text-decoration: underline;">7. Starter Material</span><br />I have made and released my own creations, such as Chatbot Unified Graphical User Interface &lt;<a rel="nofollow" href="http://products.deltik.org/pub/aigui/" target="_blank">http://products.deltik.org/pub/aigui/</a>>, Log2Log Chat Log Converter &lt;<a rel="nofollow" href="http://products.deltik.org/pub/log2log/" target="_blank">http://products.deltik.org/pub/log2log/</a>>, Multiple Server Status Pinger &lt;<a rel="nofollow" href="http://products.deltik.org/pub/musespinger/" target="_blank">http://products.deltik.org/pub/musespinger/</a>>, and PHP History Hider &lt;<a rel="nofollow" href="http://products.deltik.org/pub/phphistoryhider/" target="_blank">http://products.deltik.org/pub/phphistoryhider/</a>>.<br />Deltik  is a place where people can create novel things like the four listed  above. Deltik is here to support user contributions of inventions.<br /><br /><span style="text-decoration: underline;">8. New Focus</span><br />No  longer is Deltik focused on internal conflict and selfishness. Deltik  is now concerned about helping the users, whom are our bright inventors  and idealists.<br /><br /><span style="text-decoration: underline;">9. The New Webmaster</span><br />Me, Nick! Inspired by Dale  Carnegie, I have become a much better person. I can handle complaints,  avoid arguments, keep human communication satisfactory, think new  thoughts, acquire new visions, and get things done better.<br /><br /><span style="text-decoration: underline;">10. The All-New Deltik</span><br />Deltik's  third birthday anniversary is on 31 March 2011. We've been around a  long time, but it hadn't taken off in all that time... until now.<br />For Deltik's third year of life, it's time to start right this time! Let's go!<br /><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.6'>Special Events</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Wed, 30 Mar 2011 23:00:00 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.3.6</guid>
</item>

<item>
<title>Log2Log Chat Log Converter</title>
<link>http://www.deltik.org/news.php?item.2.7</link>
<description><![CDATA[Log2Log Chat Log Converter v0.0.1a1 released at http://products.deltik.org/pub/log2log/releases/0.0.1a1/]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">Deltik is finally ready to present:<br /><strong><a style="text-decoration: none;" href="http://products.deltik.org/pub/log2log/demos/latest/"><span style="font-size: 48px; cursor: default;"><span style="color: #000000;">L</span><span style="color: #800000;">o</span><span style="color: #ff0000;">g</span><span style="color: #ff6600;">2</span><span style="color: #ff9900;">L</span><span style="color: #ffcc00;">o</span><span style="color: #ffff00;">g</span></span></a></strong><br /><div style="text-align: left;">... an online service that converts uploaded chat logs to another format and returns the new format to the user.<br /><br /><span style="text-decoration: underline;"><strong>Before You Even Think About Using It</strong></span><br />You probably can't, at least not as of this post, 21 March 2011. Log2Log is on version 0.0.1a1, which is a very early development release. There are bound to be problems and bugs everywhere. We have acknowledged many of them and would like to fix them, but we're quite excited to get the first release of Log2Log out to you.<br /><br /><br /><span style="text-decoration: underline;"><strong>Why We Made Log2Log</strong></span><br />Alright, everybody! Storytime!<br /><br />I, Deltik, love to use <a title="meebo" href="http://www.meebo.com/" rel="external">Meebo</a> as my mobile Internet messenger. Meebo isn't "good", in my opinion, but one thing that made me choose Meebo over other services was that it has the ability to store chat logs. Now, don't argue "<em>But IM+ saves chat logs too!</em>". Firstly, back then, IM+ didn't save chat logs. Secondly, Meebo didn't cost me a penny. Anyway, I used Meebo often.<br /><br />Over time, I became increasingly concerned that Meebo did not have a feature to download chat logs. As a personal data hog, I urgently need to have my chat logs with me where I can protect them from harm. Finally, one day, 21 November 2010 at 09:52 PM, I contacted Meebo support to request a feature that had been requested plenty of times before—the ability to download Meebo chat logs. Take a look at <a title="Conversation between Nick Liu (Deltik) and Corey (Meebo Support)" href="http://img811.imageshack.us/img811/5673/contactsupportmeebo.png" target="_blank">my conversation with Meebo Support</a>.<br /><br />One day, 01 January 2011, I reached my frustration threshold and founded the Log2Log project. (It was officially named on 02 January 2011 at 07:50 PM, a candidate among "AdapChat", "Online Chat Log Converter", and "Log2Log".)<br /><br />After over two and a half months of work, I finally reverse-engineered Meebo and created a fully automated system that can download all Meebo chat logs.<br /><br />That's not all, folks. I thought that since I was going to convert Meebo chat logs to the format of my current IM client, <a title="Pidgin IM" href="http://pidgin.im/" target="_blank">Pidgin</a>, I might as well expand Log2Log to a full online chat log conversion service.<br /><br />In a nutshell, there was a primary reason and a secondary reason for making Log2Log:<br /><ol><li>To download Meebo chat logs</li><li>To be a better chat log converter than <a title="Chat Log Converter+" href="http://logconverter.com/" target="_blank">Chat Log Converter+</a> by using better algorithms</li></ol><br /><br /><span style="text-decoration: underline;"><strong>What Works</strong></span><br /><ul><li>You can use the "MeeboConnect" user interface to download Meebo chat logs. <a title="Download Meebo Chat Logs" href="http://meebo.deltik.org/" target="_blank">Click here</a> to go there.</li><li>You can use "MeeboConnect" to download all the chat logs from your Meebo account. <a title="Convert from MeeboConnect" href="http://products.deltik.org/log2log/convert.php?convertfrom=meeboconnect" target="_blank">Click here</a> to go do that.</li><li>You can do a export MeeboConnect to the raw Meebo chat log format (not recommended). <a title="Convert from MeeboConnect to Meebo" href="http://products.deltik.org/log2log/convert.php?convertfrom=meeboconnect&amp;convertto=meebo" target="_blank">Click here</a> to go do that.</li><li>You can convert to Pidgin chat logs, even from MeeboConnect. <a title="Convert from MeeboConnect to Pidgin" href="http://products.deltik.org/log2log/convert.php?convertfrom=meeboconnect&amp;convertto=pidgin" target="_blank">Click here</a> to go do that.</li><li>You can download the source code Log2Log. <a title="Download Log2Log Releases" href="http://products.deltik.org/pub/log2log/releases/" target="_blank">Click here</a> to go do that.</li></ul><br /><br /><span style="text-decoration: underline;"><strong>Links</strong></span><br />Log2Log-related links:<br /><ul><li><a title="Log2Log Chat Log Converter" href="http://products.deltik.org/pub/log2log/demos/latest/" target="_blank">The Actual Online Service Itself / Latest Demo</a></li><li><a title="Download Log2Log" href="http://products.deltik.org/pub/log2log/releases/" target="_blank">Download the Source Code</a></li><li><a title="Log2Log Changelog" href="http://products.deltik.org/pub/log2log/CHANGELOG" target="_blank">See the Version History</a></li><li><a title="Log2Log - Deltik Docs" href="http://man.deltik.org/index.php?title=Log2Log" target="_self">Deltik Docs Article: Log2Log</a></li></ul><br /><br /><span style="text-decoration: underline;"><strong>Help Us!</strong></span><br />Deltik is looking for volunteers who would like to help expand Log2Log. <a title="Contact Deltik" href="http://contact.deltik.org/" target="_self">Contact Deltik</a> if you would like to help.</div></div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.7'>Projects Update</category>
<dc:creator>Deltik</dc:creator>
<pubDate>Sun, 20 Mar 2011 19:20:00 -0500</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.2.7</guid>
</item>

<item>
<title>Welcome to Deltik</title>
<link>http://www.deltik.org/news.php?item.1.6</link>
<description><![CDATA[<br /><div style="text-align: center;">Deltik is proud to present...<br /><strong><span style="font-size: xx-large;"><img style="width: 190px; height: 60px; border: 0px solid black; float: none;" src="http://www.deltik.org/e107_images/logo.png" alt="logo.png" /></span></strong><br /><div style="text-align: left;">... a place where creative minds like you think up and make computer programs, Web scripts, or other unique and awesome stuff that nobody has ever thought of before.<br /><br /><br /><span style="text-decoration: underline;"><strong>Mission Statement</strong></span><br />Deltik is commited to provide quality benefit to the world with what we have.  It is our mission to support the brilliant inventors who stumble upon here, brainstormers, thinkers, idealists, builders, and makers.  We strive to disseminate our products, services, and useful information.<br /><br /><br /><span style="text-decoration: underline;"><strong>How We Work</strong></span><br /><em>You</em> tell us. It's kind of like "You tell us what to make, and we'll make it." Not really, though... It's more like "You tell us what to make, and we'll help you make it if we can and think that it's a good idea."<br /><br />Not like this: "Make me a pet unicorn!"<br />In response to that request, Deltik issued the following suggestion: "<em>The Deltik Organization regrets to inform you that we do not have the resources to make you a pet unicorn. Instead, we have a suggestion for you to be able to model a unicorn: try inserting a knife or dagger through the head of a horse, preferably an already dead one. That way, you can see the basic physical features of a unicorn without actually having one.</em>"<br /><br />But like this: "You know what? I am really annoyed by immature people. What can you do about them?"<br />Then Deltik would procede thusly: "<em>Dealing with immaturity by yourself is something that isn't established in the world today and could be a huge help to society if everyone knew what to do. We have taken your idea of surviving immature people, and now, we have our unconventional Psychology team working on a fix for you. It's doable; we think that we can cure immaturity.</em>"<br /><br />We make stuff too: "I would like an interface to create online practice tests for my students."<br />And Deltik to the rescue!: "<em>There are already graphical assessment generators out there, such as the <a title="Moodle Quiz activity module" href="http://docs.moodle.org/en/Quiz_module" rel="external">Quiz activity module</a> of the <a title="Moodle" href="http://moodle.org/" target="_blank">Moodle Course Management System</a>, but we feel that such tools existing today could be redesigned to be better. That is why we founded and support <a title="Kweshuner Quiz Script" href="http://products.deltik.org/kweshuner/" target="_blank">Kweshuner Quiz Script</a>, our way of generating assessments.</em>"<br /><br />Deltik wouldn't function without good people backing it. We can't do everything by ourselves, so we let you take command of your own designs and projects. Well, why even bother if you just take over yourself?<br /><ul><li>You get to control how your projects are developed, so there's no way Deltik can misinterpret exactly what you want.</li><li>You get backing from Deltik. Deltik will give personal-level support for the fantastic contraptions that you design and build.</li><li>There is also a community right here to help you or receive help from you. Yes, it's this central location called Deltik.</li><li>Deltik provides the resources for you to easily deploy many of your completed products.</li><li>You might be surprised at how many people want to use some ingenious thing you create. Deltik can help get the word out to people.</li></ul><br /><br /><span style="text-decoration: underline;"><strong>Enough Text for Now</strong></span><br />We maintain a Wikipedia-style documentation site that amasses whatever is inside Deltik. For more information, see <a title="Deltik Docs &lt;man.deltik.org>" href="http://man.deltik.org/" target="_self">Deltik Docs</a>.<br />You could also browse the navigation pane just to see what's around.<br />Off you go! Explore the realm of Deltik!</div></div><div style="opacity: 0; display: none; padding: 10px; background-color: #ffffff; position: fixed; right: 0px; top: 0px;"><img title="Replacing Emoji..." src="data:image/gif;base64,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" alt="Replacing Emoji..." /></div><br />]]></description>
<content:encoded><![CDATA[<br /><div style="text-align: center;">Deltik is proud to present...<br /><strong><span style="font-size: xx-large;"><img style="width: 190px; height: 60px; border: 0px solid black; float: none;" src="http://www.deltik.org/e107_images/logo.png" alt="logo.png" /></span></strong><br /><div style="text-align: left;">... a place where creative minds like you think up and make computer programs, Web scripts, or other unique and awesome stuff that nobody has ever thought of before.<br /><br /><br /><span style="text-decoration: underline;"><strong>Mission Statement</strong></span><br />Deltik is commited to provide quality benefit to the world with what we have.  It is our mission to support the brilliant inventors who stumble upon here, brainstormers, thinkers, idealists, builders, and makers.  We strive to disseminate our products, services, and useful information.<br /><br /><br /><span style="text-decoration: underline;"><strong>How We Work</strong></span><br /><em>You</em> tell us. It's kind of like "You tell us what to make, and we'll make it." Not really, though... It's more like "You tell us what to make, and we'll help you make it if we can and think that it's a good idea."<br /><br />Not like this: "Make me a pet unicorn!"<br />In response to that request, Deltik issued the following suggestion: "<em>The Deltik Organization regrets to inform you that we do not have the resources to make you a pet unicorn. Instead, we have a suggestion for you to be able to model a unicorn: try inserting a knife or dagger through the head of a horse, preferably an already dead one. That way, you can see the basic physical features of a unicorn without actually having one.</em>"<br /><br />But like this: "You know what? I am really annoyed by immature people. What can you do about them?"<br />Then Deltik would procede thusly: "<em>Dealing with immaturity by yourself is something that isn't established in the world today and could be a huge help to society if everyone knew what to do. We have taken your idea of surviving immature people, and now, we have our unconventional Psychology team working on a fix for you. It's doable; we think that we can cure immaturity.</em>"<br /><br />We make stuff too: "I would like an interface to create online practice tests for my students."<br />And Deltik to the rescue!: "<em>There are already graphical assessment generators out there, such as the <a title="Moodle Quiz activity module" href="http://docs.moodle.org/en/Quiz_module" rel="external">Quiz activity module</a> of the <a title="Moodle" href="http://moodle.org/" target="_blank">Moodle Course Management System</a>, but we feel that such tools existing today could be redesigned to be better. That is why we founded and support <a title="Kweshuner Quiz Script" href="http://products.deltik.org/kweshuner/" target="_blank">Kweshuner Quiz Script</a>, our way of generating assessments.</em>"<br /><br />Deltik wouldn't function without good people backing it. We can't do everything by ourselves, so we let you take command of your own designs and projects. Well, why even bother if you just take over yourself?<br /><ul><li>You get to control how your projects are developed, so there's no way Deltik can misinterpret exactly what you want.</li><li>You get backing from Deltik. Deltik will give personal-level support for the fantastic contraptions that you design and build.</li><li>There is also a community right here to help you or receive help from you. Yes, it's this central location called Deltik.</li><li>Deltik provides the resources for you to easily deploy many of your completed products.</li><li>You might be surprised at how many people want to use some ingenious thing you create. Deltik can help get the word out to people.</li></ul><br /><br /><span style="text-decoration: underline;"><strong>Enough Text for Now</strong></span><br />We maintain a Wikipedia-style documentation site that amasses whatever is inside Deltik. For more information, see <a title="Deltik Docs &lt;man.deltik.org>" href="http://man.deltik.org/" target="_self">Deltik Docs</a>.<br />You could also browse the navigation pane just to see what's around.<br />Off you go! Explore the realm of Deltik!</div></div><div style="opacity: 0; display: none; padding: 10px; background-color: #ffffff; position: fixed; right: 0px; top: 0px;"><img title="Replacing Emoji..." src="data:image/gif;base64,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" alt="Replacing Emoji..." /></div><br />]]></content:encoded>
<category domain='http://www.deltik.org/news.php?cat.6'>Special Events</category>
<comments>http://www.deltik.org/comment.php?comment.news.1</comments>
<dc:creator>Deltik</dc:creator>
<pubDate>Fri, 04 Feb 2011 18:48:14 -0600</pubDate>
<guid isPermaLink="true">http://www.deltik.org/news.php?item.1.6</guid>
</item>


				</channel>
				</rss>
