<?xml version="1.0" encoding="utf-8"?>
<!--	Generated by Google Yahoo MSN Sitemaps and RSS v1.2.0RC4 - (C) 2006 dcz - http://www.phpbb-seo.com/ -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Others - Digest</title>
		<link>http://www.frihost.com/forums/vf-58.html</link>
		<description>Scripting : Others &lt;hr/&gt; All other scripting/programming languages or databases. &lt;hr/&gt;&lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 791 Topics || 3618 Posts</description>
		<language>en</language>
		<copyright>Frihost</copyright>
		<lastBuildDate>Sat, 21 Nov 2009 07:20:26 GMT</lastBuildDate>
		<image>
			<title>Others - Digest</title>
			<url>http://www.frihost.com/forums/mx_ggsitemaps/images/rss_forum_big.gif</url>
			<link>http://www.frihost.com/forums/vf-58.html</link>
		</image>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Ultimate Google Sitemaps and RSS v1.2.0RC4 www.phpBB-SEO.com</generator>
		<ttl>5</ttl>
		<item>
			<title>Htaccess question: hiding cpanel subdomains</title>
			<link>http://www.frihost.com/forums/vt-110808.html</link>
			<pubDate>Sat, 21 Nov 2009 07:20:26 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Htaccess question: hiding cpanel subdomains &lt;/div&gt; &lt;hr/&gt; over here on frihost I use DirectAdmin so I never used the cpanel interface before. i was helping a friend to move his site to a new hosting provider and i noticed that when you create an addon domain in the cpanel you also create a subdomain on the main domain of the hosting.
&lt;br/&gt;

&lt;br/&gt;
i contacted his tech support and they told me that's how cpanel works and that i could use rewrite rules to fix the problem. i found this really annoying since i figure there would be seo problems if you have 2 addresses with the same content. i read a bit on the net and i came up with this solution to remove the 2 urls created by the subdomain made by cpanel (2ndDomain.1stDomain.com and 1stDomain.com/2ndDomain.com):
&lt;br/&gt;

&lt;br/&gt;
RewriteCond %{HTTP_HOST} ^(www.)?2ndDomain.1stDomain.com [NC]
&lt;br/&gt;
RewriteRule ^(.*)$ &lt;a href=&quot;http://www.1stDomain.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; class=&quot;postlink&quot;&gt;http://www.1stDomain.com/&lt;/a&gt; [L,R=301]
&lt;br/&gt;

&lt;br/&gt;
RewriteCond %{HTTP_HOST} ^(www\.)?1stDomain\.com$
&lt;br/&gt;
RewriteRule ^2ndDomain.com/(.*) &lt;a href=&quot;http://www.1stDomain.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; class=&quot;postlink&quot;&gt;http://www.1stDomain.com/&lt;/a&gt; [R=301,L]
&lt;br/&gt;

&lt;br/&gt;
I'm guessing there must be other people ot there that have had this problem so let me know if this solution makes sense or what you did to fix this problem. thanks in advance!&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110808.html&quot; title=&quot;Htaccess question: hiding cpanel subdomains&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 2 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110808.html</guid>
		</item>
		<item>
			<title>Postfix/Courier</title>
			<link>http://www.frihost.com/forums/vt-111738.html</link>
			<pubDate>Fri, 20 Nov 2009 21:48:14 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Postfix/Courier &lt;/div&gt; &lt;hr/&gt; I have installed postfix and courier... now a problem i am having is i can't get authenticated users to send email via my domain mail.3ld.biz.
&lt;br/&gt;
I can login via &lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;netcat mail.3ld.biz 25&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt; and &lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;netcat mail.3ld.biz 110&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt; and send mail logging in to my account coreyman
&lt;br/&gt;

&lt;br/&gt;
do i need to set a special alias for the account coreyman to be able to send from an external source authenticated as that user?
&lt;br/&gt;

&lt;br/&gt;
I CAN send mail unauthenticated from localhost, it seems kinda slow though. Seems like it only sends mail every minute or so. Can anyone help?&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111738.html&quot; title=&quot;Postfix/Courier&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 3 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111738.html</guid>
		</item>
		<item>
			<title>CMD prompt</title>
			<link>http://www.frihost.com/forums/vt-111481.html</link>
			<pubDate>Fri, 20 Nov 2009 11:56:28 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : CMD prompt &lt;/div&gt; &lt;hr/&gt; Does anywone know anything cool we could do using command prompt(CMD) in windows XP and Vista..?
&lt;br/&gt;

&lt;br/&gt;
I personally found some simple scripts to make the computer restart each time it would open, and there was even one which could reformat the computer... 
&lt;br/&gt;
?Have ou read/made any such scripts? well... post them!&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111481.html&quot; title=&quot;CMD prompt&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 3 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111481.html</guid>
		</item>
		<item>
			<title>Java, python, or c++?</title>
			<link>http://www.frihost.com/forums/vt-109977.html</link>
			<pubDate>Wed, 18 Nov 2009 22:45:45 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Java, python, or c++? &lt;/div&gt; &lt;hr/&gt; Which language has support for directX/opengl?
&lt;br/&gt;
and which language is better for 2D rendering?
&lt;br/&gt;
thanks&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-109977.html&quot; title=&quot;Java, python, or c++?&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 6 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-109977.html</guid>
		</item>
		<item>
			<title>Python help</title>
			<link>http://www.frihost.com/forums/vt-109966.html</link>
			<pubDate>Wed, 18 Nov 2009 22:44:30 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Python help &lt;/div&gt; &lt;hr/&gt; Well i am a noob to python and i can't seen to get python to do anything.
&lt;br/&gt;
i save this as project.py:&lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#file&amp;#58;project.py
&lt;br/&gt;
print &amp;quot;hello world&amp;quot;
&lt;br/&gt;
#end
&lt;br/&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt;
&lt;br/&gt;
It keeps poping up in a ms-dos window and then the window disapears.
&lt;br/&gt;

&lt;br/&gt;
What can i be doing wrong?!&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-109966.html&quot; title=&quot;Python help&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 14 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-109966.html</guid>
		</item>
		<item>
			<title>Python Web Application Framework</title>
			<link>http://www.frihost.com/forums/vt-110132.html</link>
			<pubDate>Wed, 18 Nov 2009 22:41:04 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Python Web Application Framework &lt;/div&gt; &lt;hr/&gt; I am in the process of setting up a Python web application to do some geo-locative work. After evaluating the available web frameworks I have tentatively chosen TurboGears 2.0. But I'm still not sure if that is the best option for me.
&lt;br/&gt;

&lt;br/&gt;
I have only done PHP web development before this. This is my first Python web application so I was wondering what you all thought about the available frameworks. Any comments or advice from Python developers who have actually used these frameworks would be much appreciated.
&lt;br/&gt;

&lt;br/&gt;
&lt;a href=&quot;http://www.djangoproject.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Django&lt;/a&gt;
&lt;br/&gt;
&lt;a href=&quot;http://ww.zope.org/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Zope&lt;/a&gt;
&lt;br/&gt;
&lt;a href=&quot;http://www.pylonshq.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Pylons&lt;/a&gt; (plain Pylons which TG uses as well anyway)
&lt;br/&gt;
and of course 
&lt;br/&gt;
&lt;a href=&quot;http://www.turbogears.org&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;TurboGears&lt;/a&gt;.
&lt;br/&gt;

&lt;br/&gt;
Also what about things like Google App Engine? Has anyone here used it. How is it? What have you done with it?
&lt;br/&gt;

&lt;br/&gt;
Thanks,
&lt;br/&gt;
GP&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110132.html&quot; title=&quot;Python Web Application Framework&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 9 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110132.html</guid>
		</item>
		<item>
			<title>PostScript - Path with Different Colour Stroke &amp; Fill</title>
			<link>http://www.frihost.com/forums/vt-111878.html</link>
			<pubDate>Mon, 16 Nov 2009 22:20:51 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : PostScript - Path with Different Colour Stroke &amp; Fill &lt;/div&gt;&lt;hr/&gt; I can't work out how to give a single path different a coloured stroke and fill.
&lt;br/&gt;

&lt;br/&gt;
I've written something similar to the following, but it obviously doesn't work:
&lt;br/&gt;

&lt;br/&gt;
[code]
&lt;br/&gt;
newpath
&lt;br/&gt;
some drawing
&lt;br/&gt;
closepath
&lt;br/&gt;
1 1 1 setrgbcolor
&lt;br/&gt;
fill
&lt;br/&gt;
0&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111878.html&quot; title=&quot;PostScript - Path with Different Colour Stroke &amp;amp; Fill&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 1 Post</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111878.html</guid>
		</item>
		<item>
			<title>Mod Rewrite .htaccess</title>
			<link>http://www.frihost.com/forums/vt-111797.html</link>
			<pubDate>Mon, 16 Nov 2009 13:29:25 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Mod Rewrite .htaccess &lt;/div&gt; &lt;hr/&gt; Why is my .htaccess not working when i upload it to my public html of this site??
&lt;br/&gt;

&lt;br/&gt;

&lt;br/&gt;
Here is the code.
&lt;br/&gt;

&lt;br/&gt;
&lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br/&gt;
RewriteEngine on
&lt;br/&gt;
RewriteRule /index.php http&amp;#58;//3ld.biz/forums/portal.php
&lt;br/&gt;
RewriteRule /members.php http&amp;#58;//3ld.biz/forums/members.php&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111797.html&quot; title=&quot;Mod Rewrite .htaccess&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 6 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111797.html</guid>
		</item>
		<item>
			<title>best programming editor</title>
			<link>http://www.frihost.com/forums/vt-92247.html</link>
			<pubDate>Sun, 15 Nov 2009 06:41:19 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : best programming editor &lt;/div&gt; &lt;hr/&gt; Well, until now i can't decide what is the best programming editor, because i haven't used all of yet. 
&lt;br/&gt;

&lt;br/&gt;
but for now I prefer using PHPEdit for coding the html files and Dreamweaver for for designing. 
&lt;br/&gt;

&lt;br/&gt;
I am still testing some editor to be used portably, so I can do my projects where ever there's computer.
&lt;br/&gt;

&lt;br/&gt;
I still have no laptop yet.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-92247.html&quot; title=&quot;best programming editor&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 44 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-92247.html</guid>
		</item>
		<item>
			<title>java help pls!</title>
			<link>http://www.frihost.com/forums/vt-110561.html</link>
			<pubDate>Tue, 10 Nov 2009 14:28:48 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : java help pls! &lt;/div&gt; &lt;hr/&gt; Please understand that I don't expect you to do my work; I was just hoping that after 2 days of work someone could point me in the right direction.
&lt;br/&gt;

&lt;br/&gt;
This is my code. 
&lt;br/&gt;
any help would be much appreciated. 
&lt;br/&gt;
Here's the assignment: 
&lt;br/&gt;
&lt;a href=&quot;http://pavao.org/compsci/apcs/WebLessons2/LessonA4/Lab-A4-1.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; class=&quot;postlink&quot;&gt;http://pavao.org/compsci/apcs/WebLessons2/LessonA4/Lab-A4-1.html&lt;/a&gt;
&lt;br/&gt;

&lt;br/&gt;
Here's the code: 
&lt;br/&gt;
public class Car{
&lt;br/&gt;

&lt;br/&gt;
int start;
&lt;br/&gt;
int end;
&lt;br/&gt;
double gasUsed;
&lt;br/&gt;
public void car(int odometerReading){
&lt;br/&gt;
}
&lt;br/&gt;

&lt;br/&gt;

&lt;br/&gt;
public void fillUp(int odometerReading, double gallons){
&lt;br/&gt;

&lt;br/&gt;
}
&lt;br/&gt;

&lt;br/&gt;
public double calculateMPG(){
&lt;br/&gt;
calculateMPG = odometerReading - start / gallons;
&lt;br/&gt;
}
&lt;br/&gt;

&lt;br/&gt;
public double resetMPG(){
&lt;br/&gt;
start = odometerReading;
&lt;br/&gt;
}
&lt;br/&gt;

&lt;br/&gt;
public void calculate(){
&lt;br/&gt;
Car auto = new Car(15);
&lt;br/&gt;
System.out.println(&amp;quot;New car odometer reading: &amp;quot;);
&lt;br/&gt;
auto.fillUp(150, &lt;img src=&quot;http://www.frihost.com/forums/http://www.frihost.com/forums/images/smiles/icon_cool.gif&quot; alt=&quot;Cool&quot; border=&quot;0&quot; /&gt;;
&lt;br/&gt;
System.out.println(&amp;quot;Miles per gallon&amp;quot; + auto.calculateMPG());
&lt;br/&gt;
System.out.println(&amp;quot;Miles per gallon&amp;quot; + auto.calculateMPG());
&lt;br/&gt;
auto.resetMPG();
&lt;br/&gt;
auto.fillUp(350, 10);
&lt;br/&gt;
auto.fillUp(450, 20);
&lt;br/&gt;
System.out.println(&amp;quot;Miles per gallon&amp;quot; + auto.calculateMPG());
&lt;br/&gt;
auto.resetMPG();
&lt;br/&gt;
auto.fillUp(603, 25.5);
&lt;br/&gt;
System.out.println(&amp;quot;Miles per gallon&amp;quot; + auto.calculateMPG());
&lt;br/&gt;
 }
&lt;br/&gt;
}
&lt;br/&gt;

&lt;br/&gt;
[/code]&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110561.html&quot; title=&quot;java help pls!&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 5 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110561.html</guid>
		</item>
		<item>
			<title>Does Frihost server support SSI?</title>
			<link>http://www.frihost.com/forums/vt-111696.html</link>
			<pubDate>Tue, 10 Nov 2009 13:20:42 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Does Frihost server support SSI? &lt;/div&gt; &lt;hr/&gt; That's my question. Apologies if there was a similar topic started already somewhere...this is a big forum.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111696.html&quot; title=&quot;Does Frihost server support SSI?&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 2 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111696.html</guid>
		</item>
		<item>
			<title>PHP and Mysql Project. Help</title>
			<link>http://www.frihost.com/forums/vt-109210.html</link>
			<pubDate>Wed, 28 Oct 2009 12:32:42 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : PHP and Mysql Project. Help &lt;/div&gt; &lt;hr/&gt; We are doing a project, just learning it. I don't know what to do for the architecture notebook. What do I write for the architecture. We are going to do an online testing system. It will have two parts - student and the teacher part. We are going to use php and mysql. But I don't know what kind of architecture it is going to be. I found online 3- tiered architecture but Is it going to be of this architecture. I am confused because 3 -tiered usually has a client and server architecture. but we have two clients student and teacher. ...&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-109210.html&quot; title=&quot;PHP and Mysql Project. Help&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 3 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-109210.html</guid>
		</item>
		<item>
			<title>asp database help</title>
			<link>http://www.frihost.com/forums/vt-111251.html</link>
			<pubDate>Mon, 26 Oct 2009 07:35:28 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : asp database help &lt;/div&gt;&lt;hr/&gt; i am making a asp website i want to store datas in database, so i need some code to place in the database, and how to access datas and display in HTML... pls any one help me or give me some very good tutorial website for asp database details...&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111251.html&quot; title=&quot;asp database help&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 1 Post</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111251.html</guid>
		</item>
		<item>
			<title>Flash?</title>
			<link>http://www.frihost.com/forums/vt-111019.html</link>
			<pubDate>Mon, 26 Oct 2009 06:32:49 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Flash? &lt;/div&gt; &lt;hr/&gt; Does anyone have experience with flash here? If so, what programs should I use to make a flash GAME or INTRO. Wither will be good.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111019.html&quot; title=&quot;Flash?&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 6 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111019.html</guid>
		</item>
		<item>
			<title>Problem with mod_security</title>
			<link>http://www.frihost.com/forums/vt-111203.html</link>
			<pubDate>Sun, 25 Oct 2009 10:16:28 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Problem with mod_security &lt;/div&gt;&lt;hr/&gt; Hello community.
&lt;br/&gt;

&lt;br/&gt;
Today i wanted to install SMF again (i messed something up yesterday so needed reinstall). Now it says it has problem with mod_security. So I opened google and searched from there. Found something about .htaccess . I made new htaccess file with these instructions ( &lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=34270.0&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; class=&quot;postlink&quot;&gt;http://www.simplemachines.org/community/index.php?topic=34270.0&lt;/a&gt; ) and i reuploaded the file to cgi-bin. Still having this error. What to do ?
&lt;br/&gt;

&lt;br/&gt;
Thanks&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111203.html&quot; title=&quot;Problem with mod_security&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 1 Post</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111203.html</guid>
		</item>
		<item>
			<title>JAVA - random name generator</title>
			<link>http://www.frihost.com/forums/vt-69269.html</link>
			<pubDate>Sun, 25 Oct 2009 05:35:59 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : JAVA - random name generator &lt;/div&gt; &lt;hr/&gt; Have you guys ever heard of the alphabet frequency table?
&lt;br/&gt;

&lt;br/&gt;
it's just like 0.0341 = a etc (not correct, but just an example)
&lt;br/&gt;

&lt;br/&gt;

&lt;br/&gt;
Anyway, that's part of the point.
&lt;br/&gt;

&lt;br/&gt;
I need to make a random name generator. And each random number that it produces, it tries to match with the closest alphabet decimal number... 
&lt;br/&gt;

&lt;br/&gt;
Anyone got ne ideas that I cud start off with! I have a few but I wanna see if there is a more efficient way of doing it.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-69269.html&quot; title=&quot;JAVA - random name generator&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 7 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-69269.html</guid>
		</item>
		<item>
			<title>Java Keylogger.</title>
			<link>http://www.frihost.com/forums/vt-108028.html</link>
			<pubDate>Sat, 24 Oct 2009 15:43:37 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Java Keylogger. &lt;/div&gt; &lt;hr/&gt; Is is possible to create a keylogger program using java?
&lt;br/&gt;
I know the method to get the keys entered in the our application window..
&lt;br/&gt;
But how the keys entered in the other windows can be stored to a file?
&lt;br/&gt;

&lt;br/&gt;
Please help here or post the links of such programs.
&lt;br/&gt;
Thanks in advance.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-108028.html&quot; title=&quot;Java Keylogger.&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 9 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-108028.html</guid>
		</item>
		<item>
			<title>Do new class files require a restart</title>
			<link>http://www.frihost.com/forums/vt-110618.html</link>
			<pubDate>Fri, 23 Oct 2009 04:45:44 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Do new class files require a restart &lt;/div&gt; &lt;hr/&gt; My developers keep telling me that updated/ new class files require a server restart.
&lt;br/&gt;

&lt;br/&gt;
Is This true? Is there any work around?&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110618.html&quot; title=&quot;Do new class files require a restart&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 4 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110618.html</guid>
		</item>
		<item>
			<title>Pascal</title>
			<link>http://www.frihost.com/forums/vt-111127.html</link>
			<pubDate>Thu, 22 Oct 2009 15:33:42 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Pascal &lt;/div&gt; &lt;hr/&gt; the program said has error in the fifth line where? 
&lt;br/&gt;

&lt;br/&gt;
&lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br/&gt;
uses crt; 
&lt;br/&gt;
var 
&lt;br/&gt;
customer-name&amp;#58; string 
&lt;br/&gt;
balance valor_debitar, total&amp;#58; Real; 
&lt;br/&gt;
begin 
&lt;br/&gt;
clrscr; 
&lt;br/&gt;
writeln &amp;#40; 'enter the name of the client'&amp;#41;; 
&lt;br/&gt;
readln &amp;#40;client_name&amp;#41;; 
&lt;br/&gt;
writeln &amp;#40; 'enter the amount of your balance'&amp;#41;; 
&lt;br/&gt;
readln &amp;#40;balance&amp;#41;; 
&lt;br/&gt;
writeln &amp;#40; 'the amount to be debited and'&amp;#41;; 
&lt;br/&gt;
readln &amp;#40;valor_debitar&amp;#41;; 
&lt;br/&gt;
total&amp;#58; = &amp;#40;balance&amp;#41; - &amp;#40;valor_debitar&amp;#41;; 
&lt;br/&gt;
if total &amp;lt;0 then 
&lt;br/&gt;
begin 
&lt;br/&gt;
write &amp;#40; 'was negative'&amp;#41;; 
&lt;br/&gt;
end; 
&lt;br/&gt;
write &amp;#40; 'Total =', total&amp;#58; 5&amp;#58;2&amp;#41;; 
&lt;br/&gt;
readkey 
&lt;br/&gt;
end.
&lt;br/&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-111127.html&quot; title=&quot;Pascal&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 2 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-111127.html</guid>
		</item>
		<item>
			<title>New to programming..advise please.</title>
			<link>http://www.frihost.com/forums/vt-109754.html</link>
			<pubDate>Sun, 18 Oct 2009 05:47:57 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : New to programming..advise please. &lt;/div&gt; &lt;hr/&gt; I have just started looking at learning a programming language...I have been looking a C++ and will be teaching myself ...
&lt;br/&gt;
Should I concentrate or C++ or would another language ...like visual basic or .NET be more useful ?
&lt;br/&gt;

&lt;br/&gt;
Any suggestions would be appreciated.
&lt;br/&gt;

&lt;br/&gt;
Ease of learning is a consideration as i am a novice &lt;img src=&quot;http://www.frihost.com/forums/http://www.frihost.com/forums/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-109754.html&quot; title=&quot;New to programming..advise please.&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 9 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-109754.html</guid>
		</item>
		<item>
			<title>.cgi files using Irie Pascal</title>
			<link>http://www.frihost.com/forums/vt-110828.html</link>
			<pubDate>Sun, 11 Oct 2009 19:13:10 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : .cgi files using Irie Pascal &lt;/div&gt; &lt;hr/&gt; Hi,
&lt;br/&gt;

&lt;br/&gt;
I use Irie Pascal to create simple web applications.
&lt;br/&gt;

&lt;br/&gt;
It is really easy to access the likes of MySQL or to produce nifty HTML pages.
&lt;br/&gt;

&lt;br/&gt;
The real advantage is that it is possible to compile the output file as &amp;quot;.exe&amp;quot;, &amp;quot;.cgi&amp;quot; or &amp;quot;.ivm&amp;quot; files.
&lt;br/&gt;

&lt;br/&gt;
I prefer to use &amp;quot;.exe&amp;quot; as it runs as a stand-alone code on a windows server, although I have used both the &amp;quot;.cgi&amp;quot; and &amp;quot;.ivm&amp;quot; equivalents on my own home-based Apache server which I use for testing.
&lt;br/&gt;

&lt;br/&gt;
However, it is sometimes difficult to find internet web hosts who support &amp;quot;.exe&amp;quot; files.
&lt;br/&gt;

&lt;br/&gt;
Does anyone know of one ?
&lt;br/&gt;

&lt;br/&gt;
Thanks,
&lt;br/&gt;

&lt;br/&gt;
Rob&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110828.html&quot; title=&quot;.cgi files using Irie Pascal&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 2 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110828.html</guid>
		</item>
		<item>
			<title>Shell scripting write/edit/delete</title>
			<link>http://www.frihost.com/forums/vt-110244.html</link>
			<pubDate>Sun, 11 Oct 2009 01:42:24 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Shell scripting write/edit/delete &lt;/div&gt; &lt;hr/&gt; How to create shell script to save then edit and delete data in a file?&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110244.html&quot; title=&quot;Shell scripting write/edit/delete&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 3 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110244.html</guid>
		</item>
		<item>
			<title>Convert between C# and Java with CSharpJavaMerger</title>
			<link>http://www.frihost.com/forums/vt-110564.html</link>
			<pubDate>Mon, 28 Sep 2009 02:13:26 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Convert between C# and Java with CSharpJavaMerger &lt;/div&gt;&lt;hr/&gt; CSharpJavaMerger is an open source tool. It provides common interfaces of C# and Java and enables you to write one set of code which can be used both by C# and Java.
&lt;br/&gt;

&lt;br/&gt;
Below is a method that can be used in both of C# and Java. In the sample, CString is a class defined in the CSharpJavaMerger Framework. 
&lt;br/&gt;

&lt;br/&gt;
public void AddTwoValues()
&lt;br/&gt;
{
&lt;br/&gt;
 try
&lt;br/&gt;
 {
&lt;br/&gt;
 CString strValue1 = m_mainForm.GetFirstTextBoxValue();
&lt;br/&gt;
 CString strValue2 = m_mainForm.GetSecondTextBoxValue();
&lt;br/&gt;

&lt;br/&gt;
 int iValue1 = strValue1.ToInteger();
&lt;br/&gt;
 int iValue2 = strValue2.ToInteger();
&lt;br/&gt;
 int iResult = iValue1 + iValue2;
&lt;br/&gt;
 CString strShowResult = CString.ValueOf(iResult);
&lt;br/&gt;
 m_mainForm.ShowResult(strShowResult);
&lt;br/&gt;
 CString strSaveResult = new CString(strValue1.GetValue() + &amp;quot; + &amp;quot; + strValue2.GetValue() + &amp;quot; = &amp;quot; + strShowResult.GetValue() + &amp;quot;\n&amp;quot;);
&lt;br/&gt;
 m_mainForm.SaveResult(strSaveResult);
&lt;br/&gt;
 }
&lt;br/&gt;
 catch (Exception ee)
&lt;br/&gt;
 {
&lt;br/&gt;
 m_mainForm.SaveResult(new CString(ee.Message + &amp;quot;\n&amp;quot;));
&lt;br/&gt;
 m_mainForm.ShowResult(new CString(&amp;quot;Error&amp;quot;));
&lt;br/&gt;
 }
&lt;br/&gt;
} 
&lt;br/&gt;

&lt;br/&gt;
More info on CSharpJavaMerger: &lt;a href=&quot;http://www.kevingao.net/csharp-java-conversion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; class=&quot;postlink&quot;&gt;http://www.kevingao.net/csharp-java-conversion&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110564.html&quot; title=&quot;Convert between C# and Java with CSharpJavaMerger&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 1 Post</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110564.html</guid>
		</item>
		<item>
			<title>TI-Basic help</title>
			<link>http://www.frihost.com/forums/vt-110013.html</link>
			<pubDate>Sat, 12 Sep 2009 22:03:43 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : TI-Basic help &lt;/div&gt; &lt;hr/&gt; Ugh...
&lt;br/&gt;
This is annoying.
&lt;br/&gt;

&lt;br/&gt;
I'm programming on my TI-84 Silver Edition.
&lt;br/&gt;

&lt;br/&gt;

&lt;br/&gt;
And for some reason, the following code doesn't work:
&lt;br/&gt;

&lt;br/&gt;
10-&amp;gt;T
&lt;br/&gt;
While 1
&lt;br/&gt;
T-1-&amp;gt;T
&lt;br/&gt;
End
&lt;br/&gt;

&lt;br/&gt;

&lt;br/&gt;
WTF is wrong with it?&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-110013.html&quot; title=&quot;TI-Basic help&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 8 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-110013.html</guid>
		</item>
		<item>
			<title>Reading Map file - C++</title>
			<link>http://www.frihost.com/forums/vt-109979.html</link>
			<pubDate>Sat, 05 Sep 2009 12:02:24 GMT</pubDate>
			<description>&lt;div class=&quot;item_sub_title&quot;&gt;Others : Reading Map file - C++ &lt;/div&gt; &lt;hr/&gt; I currently have a map file in a txt format. such as the below code
&lt;br/&gt;

&lt;br/&gt;
&lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;1&amp;#58;0 0&amp;#58;0 0&amp;#58;0 1&amp;#58;0&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt;
&lt;br/&gt;

&lt;br/&gt;
I need a way to separate them out without using fscanf().
&lt;br/&gt;
For example the way my map format works is the space is the delimiting character and then the first number on the left hand side of the colon is the TileID and then the number the other side is TileType.
&lt;br/&gt;

&lt;br/&gt;
I have tried to use getline() but it doesn't allow the same functionalty as fscanf(); Such as the code below
&lt;br/&gt;

&lt;br/&gt;
&lt;/div class=&quot;detail&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;div class=&quot;detail&quot; class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div class=&quot;detail&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;fscanf&amp;#40;FileHandle, &amp;quot;%d&amp;#58;%d &amp;quot;, &amp;amp;tempTile.TileID, &amp;amp;tempTile.TypeID&amp;#41;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;div class=&quot;detail&quot; class=&quot;postbody&quot;&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://www.frihost.com/forums/vt-109979.html&quot; title=&quot;Reading Map file - C++&quot;&gt;&lt;b&gt;More ...&lt;/b&gt;&lt;/a&gt; &lt;hr/&gt; &lt;br/&gt; &lt;u&gt;Stats :&lt;/u&gt; 5 Replies</description>
			<source url="http://www.frihost.com/rss/forum-rss58-m.xml">Others</source>
			<guid isPermaLink="true">http://www.frihost.com/forums/vt-109979.html</guid>
		</item>
	</channel>
</rss>
<!-- URL list generated in  0.09255 s ( Mem Usage : 162.38 Kb ) - 10 sql - 26 URLs listed -->