<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fluxbb.org/forums/extern.php?action=feed&amp;type=rss&amp;fid=16&amp;order=last_post" rel="self" type="application/rss+xml" />
		<title><![CDATA[FluxBB Forums / Programming]]></title>
		<link>http://fluxbb.org/forums/index.php</link>
		<description><![CDATA[The most recent topics at FluxBB Forums.]]></description>
		<lastBuildDate>Tue, 07 Feb 2012 06:36:01 +0000</lastBuildDate>
		<generator>FluxBB 1.4.8</generator>
		<item>
			<title><![CDATA[Messing up with DB Query in parser]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6082&amp;action=new</link>
			<description><![CDATA[<p>I was suspecting something like that but couldn&#039;t put my finger on it... Thanks a lot, works great now!</p>]]></description>
			<author><![CDATA[dummy@example.com (Askelon)]]></author>
			<pubDate>Tue, 07 Feb 2012 06:36:01 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6082&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[IE6-compatible drop-down menu]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6064&amp;action=new</link>
			<description><![CDATA[<p>Not for this particular audience.</p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Sun, 29 Jan 2012 18:48:18 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6064&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[login using fluxbb in my site]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6029&amp;action=new</link>
			<description><![CDATA[<p>That&#039;s because you don&#039;t seem to have this line after the &quot;define(&#039;PUN_ROOT...&quot; line:</p><div class="codebox"><pre><code>include PUN_ROOT.&#039;include/common.php&#039;;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Wed, 11 Jan 2012 22:08:38 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6029&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to create website thumbnails using php]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5740&amp;action=new</link>
			<description><![CDATA[<p>Here&#039;s a script I use to resize photos on my website.</p><p><a href="http://www.white-hat-web-design.co.uk/blog/resizing-images-with-php/">http://www.white-hat-web-design.co.uk/b … -with-php/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (OneMan)]]></author>
			<pubDate>Wed, 21 Dec 2011 01:41:06 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5740&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Replace comma[,] with space['']]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5995&amp;action=new</link>
			<description><![CDATA[<p>Moved to programming.</p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Tue, 20 Dec 2011 11:19:16 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5995&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[order by after the 5 first]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5873&amp;action=new</link>
			<description><![CDATA[<p>nevermind I found the answer</p><p>you have to put DESC LIMIT 5,20</p>]]></description>
			<author><![CDATA[dummy@example.com (fra2591)]]></author>
			<pubDate>Tue, 01 Nov 2011 19:20:47 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5873&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[What is the purpose of adding filemtime to avatar?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5868&amp;action=new</link>
			<description><![CDATA[<p>The webserver serving up the static content may embed some headers for the purpose of making the browser cache the avatar. Adding the parameter, which is dependent on the last modified time of the file, makes the browser treat each new uploaded avatar as a new file (because each new avatar will have a new last modified time). This allows the most up to date avatar to be shown to the user.</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Mon, 31 Oct 2011 20:46:40 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5868&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[best way to do a listing]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5845&amp;action=new</link>
			<description><![CDATA[<p>Have a loop? Just do something like this and do the rest in CSS:</p><div class="codebox"><pre><code>define(&#039;NUM_COLS&#039;, 3);

$c = 0;
while (nextitem())
{
    echo &#039;&lt;div class=&quot;col&#039;.(++$c % NUM_COLS).&#039;&quot;&gt;&#039;.item().&#039;&lt;/div&gt;&#039;;
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Thu, 20 Oct 2011 21:25:54 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5845&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[What are the known Bot User agents ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5423&amp;action=new</link>
			<description><![CDATA[<p>you can also view a list of bots at <a href="http://www.robotstxt.org/db.html">http://www.robotstxt.org/db.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (iadamsky)]]></author>
			<pubDate>Sun, 04 Sep 2011 03:18:09 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5423&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[Javascript] How to extend a user selection ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=4680&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>omibb wrote:</cite><blockquote><div><p>I found this, it might help, they specify &#039;textedit&#039; rather than &#039;character&#039; for the IE section:</p><p><a href="http://www.java2s.com/Code/JavaScriptReference/Javascript-Methods/moveStartExample.htm">http://www.java2s.com/Code/JavaScriptRe … xample.htm</a><br /><a href="http://www.java2s.com/Code/JavaScriptReference/Javascript-Methods/moveEndExample.htm">http://www.java2s.com/Code/JavaScriptRe … xample.htm</a></p></div></blockquote></div><br /><p>thanks for this. <img src="http://fluxbb.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (iadamsky)]]></author>
			<pubDate>Sun, 04 Sep 2011 03:15:47 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=4680&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Regular expressions in lexing and parsing]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5724&amp;action=new</link>
			<description><![CDATA[<p>Just read this: <a href="http://commandcenter.blogspot.com/2011/08/regular-expressions-in-lexing-and.html">http://commandcenter.blogspot.com/2011/ … g-and.html</a></p><p>What do you guys think about this?</p>]]></description>
			<author><![CDATA[dummy@example.com (FSX)]]></author>
			<pubDate>Tue, 23 Aug 2011 20:26:00 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5724&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Firefox shrinks my icons]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5640&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>Elliene wrote:</cite><blockquote><div><p>How to keep forum icons same size in Firefox,Opera,IE ??<br />i made 32x32 png icons to replace those boxes in my test forum, but firefox shrinks them <img src="http://fluxbb.org/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />Opera and IE shows original size. Or is it just my firefox <img src="http://fluxbb.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></div></blockquote></div><p>Found the problem <img src="http://fluxbb.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />. I had accidentally uset zoom function <img src="http://fluxbb.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" />, so resetting firefox zoom (windows key + 0 ) resolvet that shrink issue.</p>]]></description>
			<author><![CDATA[dummy@example.com (Elliene)]]></author>
			<pubDate>Sun, 31 Jul 2011 13:31:15 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5640&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[XHTML questions]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5649&amp;action=new</link>
			<description><![CDATA[<p>I modified the guest usernames to make them not-strong (viewtopic.php and post.php), to demote them somewhat, to differentiate them from members and admin/mods. The trade off was that it was less code, but maybe now it is less extensible. I may revert to conforming the code back to the implied format of FluxBB.</p><p>Thanks Paul.</p>]]></description>
			<author><![CDATA[dummy@example.com (omibb)]]></author>
			<pubDate>Mon, 25 Jul 2011 15:58:29 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5649&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[lightbox]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5620&amp;action=new</link>
			<description><![CDATA[<p>Maybe this one? <a href="https://fluxbb.org/resources/mods/lightbox-for-fluxbb/">https://fluxbb.org/resources/mods/lightbox-for-fluxbb/</a></p><p>As I don&#039;t use it for my forums, I didn&#039;t test it on 1.4.5 but it should work.</p>]]></description>
			<author><![CDATA[dummy@example.com (adaur)]]></author>
			<pubDate>Sat, 16 Jul 2011 15:36:33 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5620&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Looking for a text editor]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=2642&amp;action=new</link>
			<description><![CDATA[<p><img src="http://fluxbb.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> ... old thread.</p><div class="quotebox"><cite>Pedro wrote:</cite><blockquote><div><p>Does any of those supports code snippets with placeholders?</p></div></blockquote></div><p>I&#039;m thinking of using Notetab Pro. It has snippets and a scripting language that can insert variables/expressions and such within the snippets...</p><p>It&#039;s not free, but it&#039;s relatively cheap.</p><p><a href="http://www.notetab.com">http://www.notetab.com</a>/</p><p>The latest version supports ANSI character sets, UTF8, Unicode and DBCS.</p><p>And good regex support.</p>]]></description>
			<author><![CDATA[dummy@example.com (omibb)]]></author>
			<pubDate>Thu, 07 Jul 2011 01:50:32 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=2642&amp;action=new</guid>
		</item>
	</channel>
</rss>

