<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[WebMasters Forums - All Forums]]></title>
		<link>http://webmasters-forums.com/</link>
		<description><![CDATA[WebMasters Forums - http://webmasters-forums.com]]></description>
		<pubDate>Thu, 24 Jul 2008 05:12:09 -0500</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[change every page in the directory to same page?]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1467</link>
			<pubDate>Mon, 21 Jul 2008 22:55:42 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1467</guid>
			<description><![CDATA[Im pretty sure it would fall under php or script, other than changing every one individually, how can I change every page in my directory to look like the same page?]]></description>
			<content:encoded><![CDATA[Im pretty sure it would fall under php or script, other than changing every one individually, how can I change every page in my directory to look like the same page?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Get PR4 Targeted backlinks with Targeted Traffic!]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1464</link>
			<pubDate>Tue, 15 Jul 2008 09:49:39 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1464</guid>
			<description><![CDATA[MixCat.com Link Directory: http://submit.mixcat.com has been in the industry since 1996 and continuously growing. We invite you to try out our Link Directory and get maximum exposure from our directory traffic. We strive hard to maintain the quality of our directory to give you quality listigns as well. You get targeted traffic for the minimum bid of just &#36;2. Be included in our directory list and be one of our satisfied clients. <br />
<br />
Our link directory alone is averaging 100,000++ unique visitors a month. These numbers will continue to rise as we have marketing people promoting it daily.<br />
<br />
For previously listed sites, you could increase your bids to get higher placement in your category.<br />
<br />
Thanks in advance.<br />
MixCat.com Interactive]]></description>
			<content:encoded><![CDATA[MixCat.com Link Directory: http://submit.mixcat.com has been in the industry since 1996 and continuously growing. We invite you to try out our Link Directory and get maximum exposure from our directory traffic. We strive hard to maintain the quality of our directory to give you quality listigns as well. You get targeted traffic for the minimum bid of just &#36;2. Be included in our directory list and be one of our satisfied clients. <br />
<br />
Our link directory alone is averaging 100,000++ unique visitors a month. These numbers will continue to rise as we have marketing people promoting it daily.<br />
<br />
For previously listed sites, you could increase your bids to get higher placement in your category.<br />
<br />
Thanks in advance.<br />
MixCat.com Interactive]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Website Uptime Monitoring Service]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1463</link>
			<pubDate>Tue, 15 Jul 2008 09:48:05 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1463</guid>
			<description><![CDATA[Hey guys!<br />
<br />
Should you need a tool to monitor your site's uptime rate, please visit http://timetouptime.com<br />
<br />
It's so easy to use.  Generate the code and place it on your site.  For more details, refer to the FAQ section.<br />
<br />
It's totally free!<br />
<br />
Cheers!]]></description>
			<content:encoded><![CDATA[Hey guys!<br />
<br />
Should you need a tool to monitor your site's uptime rate, please visit http://timetouptime.com<br />
<br />
It's so easy to use.  Generate the code and place it on your site.  For more details, refer to the FAQ section.<br />
<br />
It's totally free!<br />
<br />
Cheers!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Acees XAMPP with the IP so others on the internet can acess]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1462</link>
			<pubDate>Mon, 14 Jul 2008 15:13:40 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1462</guid>
			<description><![CDATA[Hello,<br />
Can anyone help me?  have xampp portforwarded 80 port. And : How can i use xampp with my ip so other peiples can acess? And the prob: I am on WLAN (ROUTER) it doesnt work and if i am on the oterh computer with LAN (THE CABLE OF THE LAN IS ON THE ROUTER) it works! Why? Help plez]]></description>
			<content:encoded><![CDATA[Hello,<br />
Can anyone help me?  have xampp portforwarded 80 port. And : How can i use xampp with my ip so other peiples can acess? And the prob: I am on WLAN (ROUTER) it doesnt work and if i am on the oterh computer with LAN (THE CABLE OF THE LAN IS ON THE ROUTER) it works! Why? Help plez]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Image Rollover Script Javascript]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1459</link>
			<pubDate>Mon, 14 Jul 2008 03:15:27 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1459</guid>
			<description><![CDATA[<br />
Quote:source > java.net <br />
<br />
<br />
Image Rollover Script Javascript<br />
POST THIS IN HEAD TAG <br />
Code:<br />
&amp;lt;script language="Javascript"&gt;<br />
&amp;lt;!--<br />
//Slide Show script (this notice must stay intact)<br />
//For this and more scripts<br />
//visit SITE.COM 1 or SITE2.COM<br />
<br />
if (document.images) {<br />
&nbsp;&nbsp;&nbsp;&nbsp; button1 = new Image<br />
&nbsp;&nbsp;&nbsp;&nbsp; button2 = new Image<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; button1.src = 'img1.gif'<br />
&nbsp;&nbsp;&nbsp;&nbsp; button2.src = 'img2.gif'<br />
 }<br />
//--&amp;gt;<br />
&amp;lt;/script&gt;<br />
<br />
<br />
n THN PASTE THIS IN BODY TAG ><br />
<br />
Code:<br />
&lt;a href="http://java-scripts.net" onmouseover="document.rollover.src=button2.src" onmouseout="document.rollover.src=button1.src"&gt;&lt;img src="img1.gif" border=0 name="rollover"&gt;&lt;/a&amp;gt;<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Quote:source > java.net <br />
<br />
<br />
Image Rollover Script Javascript<br />
POST THIS IN HEAD TAG <br />
Code:<br />
&amp;lt;script language="Javascript"&gt;<br />
&amp;lt;!--<br />
//Slide Show script (this notice must stay intact)<br />
//For this and more scripts<br />
//visit SITE.COM 1 or SITE2.COM<br />
<br />
if (document.images) {<br />
&nbsp;&nbsp;&nbsp;&nbsp; button1 = new Image<br />
&nbsp;&nbsp;&nbsp;&nbsp; button2 = new Image<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; button1.src = 'img1.gif'<br />
&nbsp;&nbsp;&nbsp;&nbsp; button2.src = 'img2.gif'<br />
 }<br />
//--&amp;gt;<br />
&amp;lt;/script&gt;<br />
<br />
<br />
n THN PASTE THIS IN BODY TAG ><br />
<br />
Code:<br />
&lt;a href="http://java-scripts.net" onmouseover="document.rollover.src=button2.src" onmouseout="document.rollover.src=button1.src"&gt;&lt;img src="img1.gif" border=0 name="rollover"&gt;&lt;/a&amp;gt;<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[script&gt;  How to &quot;Hi-Light&quot; textt...]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1458</link>
			<pubDate>Mon, 14 Jul 2008 03:10:53 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1458</guid>
			<description><![CDATA[I saw this effect used once on a discussion forum, so figured I'd try it out. Turns out that you can hilight your text with any color you want!<br />
>>><br />
<br />
<br />
Now my Hi-Lighter won't run out!<br />
<br />
<br />
Code:<br />
Now my &lt;span style="background-color:yellow"&gt;Hi-Lighter&lt;/span&gt; won't run out!<br />
<br />
[/quote]]]></description>
			<content:encoded><![CDATA[I saw this effect used once on a discussion forum, so figured I'd try it out. Turns out that you can hilight your text with any color you want!<br />
>>><br />
<br />
<br />
Now my Hi-Lighter won't run out!<br />
<br />
<br />
Code:<br />
Now my &lt;span style="background-color:yellow"&gt;Hi-Lighter&lt;/span&gt; won't run out!<br />
<br />
[/quote]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[script &gt; How to use an image as a submit button]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1457</link>
			<pubDate>Mon, 14 Jul 2008 03:08:07 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1457</guid>
			<description><![CDATA[wanna add image as a submit button .. try this >><br />
<br />
<br />
<br />
<br />
Code:<br />
&lt;form method=POST action="cgi-bin/someprogram.cgi"&gt;<br />
&lt;input type="text" name="yourname"&gt;<br />
&lt;input type="image" value="submitname" src="submit-button.gif" width="80" height="20" border="0" alt="SUBMIT!" name="image"&gt;<br />
&lt;/form&gt;<br />
<br />
]]></description>
			<content:encoded><![CDATA[wanna add image as a submit button .. try this >><br />
<br />
<br />
<br />
<br />
Code:<br />
&lt;form method=POST action="cgi-bin/someprogram.cgi"&gt;<br />
&lt;input type="text" name="yourname"&gt;<br />
&lt;input type="image" value="submitname" src="submit-button.gif" width="80" height="20" border="0" alt="SUBMIT!" name="image"&gt;<br />
&lt;/form&gt;<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[all new ..........]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1456</link>
			<pubDate>Mon, 14 Jul 2008 02:42:32 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1456</guid>
			<description><![CDATA[http://www.xby32.com<br />
       http://www.webfreakz.co.nr <br />
here u can have all new softwares n music n evrything <br />
<br />
..   n NOw I CaN provide u wid cheapest hosting ever... 19 &#36; per year .... <br />
 unlimtd bandwidth n 10 gb space .sql php n other features.. {warez allowed} ...so grab it ...<br />
so guys cheers ..  u can contact me at > ravi_steal@yahoo.co.in]]></description>
			<content:encoded><![CDATA[http://www.xby32.com<br />
       http://www.webfreakz.co.nr <br />
here u can have all new softwares n music n evrything <br />
<br />
..   n NOw I CaN provide u wid cheapest hosting ever... 19 &#36; per year .... <br />
 unlimtd bandwidth n 10 gb space .sql php n other features.. {warez allowed} ...so grab it ...<br />
so guys cheers ..  u can contact me at > ravi_steal@yahoo.co.in]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[awesome web hosting price ..check]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1465</link>
			<pubDate>Wed, 16 Jul 2008 06:52:55 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1465</guid>
			<description><![CDATA[hey frns .. I guesss ,, u guyz r interstd in buyin hostin .. If ya ... just add me >> ravi_steal@yahoo.co.in at yahoo msngr .... ! <br />
 i can realy help u guys... ;) <br />
I hv my own personal dedicated server... add me I have much better plans fr u guys :)<br />
<br />
 unlimited bandwidth ... 10 gb space , warez allowed , sql php included ..<br />
just for 19 &#36; per year .. pm me at ravi_steal@yahoo.co.in  <br />
                contact me ... may  b I may reduce price fr specl persons :Pdetails of the hosting  i m providing ;)<br />
Unlimited Web Space<br />
Unlimted Bandwith<br />
99.9% Uptime Guaranteed<br />
Unlimited Monthly Bandwidth Transfer<br />
Unlimted Email Accounts<br />
Parked Domains :100<br />
Addon Domains : 100<br />
Sub Domains : 100<br />
FTP Accounts : 100<br />
SQL Databases : Unlimted<br />
Php Version : 5.2.5<br />
Operating system : Linux  <br />
warez allowed <br />
<br />
<br />
rs. 2500 //- per year <br />
<br />
contact me fr details...<br />
ravi_steal@yahoo.co.in<br />
<br />
just contact me n hav funn .. lods of other offers ;)]]></description>
			<content:encoded><![CDATA[hey frns .. I guesss ,, u guyz r interstd in buyin hostin .. If ya ... just add me >> ravi_steal@yahoo.co.in at yahoo msngr .... ! <br />
 i can realy help u guys... ;) <br />
I hv my own personal dedicated server... add me I have much better plans fr u guys :)<br />
<br />
 unlimited bandwidth ... 10 gb space , warez allowed , sql php included ..<br />
just for 19 &#36; per year .. pm me at ravi_steal@yahoo.co.in  <br />
                contact me ... may  b I may reduce price fr specl persons :Pdetails of the hosting  i m providing ;)<br />
Unlimited Web Space<br />
Unlimted Bandwith<br />
99.9% Uptime Guaranteed<br />
Unlimited Monthly Bandwidth Transfer<br />
Unlimted Email Accounts<br />
Parked Domains :100<br />
Addon Domains : 100<br />
Sub Domains : 100<br />
FTP Accounts : 100<br />
SQL Databases : Unlimted<br />
Php Version : 5.2.5<br />
Operating system : Linux  <br />
warez allowed <br />
<br />
<br />
rs. 2500 //- per year <br />
<br />
contact me fr details...<br />
ravi_steal@yahoo.co.in<br />
<br />
just contact me n hav funn .. lods of other offers ;)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sell the game you created]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1454</link>
			<pubDate>Fri, 11 Jul 2008 00:05:43 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1454</guid>
			<description><![CDATA[Let say i created a game with Game Maker 7. and i think it is a pretty good game and wanna put it onto the internet to see if anyone willing to pay some money for this game. U know... just a couple Dollars per download or something like that. where can i do it?]]></description>
			<content:encoded><![CDATA[Let say i created a game with Game Maker 7. and i think it is a pretty good game and wanna put it onto the internet to see if anyone willing to pay some money for this game. U know... just a couple Dollars per download or something like that. where can i do it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Two New blogs of mine]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1453</link>
			<pubDate>Thu, 10 Jul 2008 21:17:14 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1453</guid>
			<description><![CDATA[Just started two new blogs<br />
themoneyoppo.blogspot.com<br />
hoobersoft.blogspot.com<br />
<br />
moneyoppo is about making money online.<br />
hoobersoft is about computer solution<br />
<br />
come and take a look :)]]></description>
			<content:encoded><![CDATA[Just started two new blogs<br />
themoneyoppo.blogspot.com<br />
hoobersoft.blogspot.com<br />
<br />
moneyoppo is about making money online.<br />
hoobersoft is about computer solution<br />
<br />
come and take a look :)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adsense VS Yahoo Publisher Network]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1452</link>
			<pubDate>Thu, 10 Jul 2008 21:04:39 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1452</guid>
			<description><![CDATA[Google and Yahoo! are two of the best search engine ever. They are probably very reliable on this PPC payment thing. Im pretty sure they pay. They both seems pretty reliable, so how would you guys compare them?]]></description>
			<content:encoded><![CDATA[Google and Yahoo! are two of the best search engine ever. They are probably very reliable on this PPC payment thing. Im pretty sure they pay. They both seems pretty reliable, so how would you guys compare them?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What are some of the best and easiest way to drive traffic to your blog?]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1451</link>
			<pubDate>Thu, 10 Jul 2008 20:45:45 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1451</guid>
			<description><![CDATA[I have two blogs<br />
themoneyoppo.blogspot.com<br />
hoobersoft.blogspot.com<br />
<br />
I kinda just started them and the content... well to be honest, just normal. However, i dun think anyone even know these two sites exist. Probably just me. What are some of the best way that make them more noticeable without doing like sponsoring (pay &#36;&#36; each month)? Hopefully for free.]]></description>
			<content:encoded><![CDATA[I have two blogs<br />
themoneyoppo.blogspot.com<br />
hoobersoft.blogspot.com<br />
<br />
I kinda just started them and the content... well to be honest, just normal. However, i dun think anyone even know these two sites exist. Probably just me. What are some of the best way that make them more noticeable without doing like sponsoring (pay &#36;&#36; each month)? Hopefully for free.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Website designer wanted - Paid work]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1448</link>
			<pubDate>Sat, 05 Jul 2008 14:25:08 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1448</guid>
			<description><![CDATA[I have been doing some work for my partners uncle and have been given a project to set up a new website. Although im ok at simple stuff this site will require more then i can do.<br />
<br />
The site will be a recruitment site and will require a jobs section and a few other features.<br />
<br />
If anyone would be interested in this work please get in touch i am willing to pay the person who completes the job.]]></description>
			<content:encoded><![CDATA[I have been doing some work for my partners uncle and have been given a project to set up a new website. Although im ok at simple stuff this site will require more then i can do.<br />
<br />
The site will be a recruitment site and will require a jobs section and a few other features.<br />
<br />
If anyone would be interested in this work please get in touch i am willing to pay the person who completes the job.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[living life with Cancer]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1445</link>
			<pubDate>Fri, 04 Jul 2008 23:47:25 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1445</guid>
			<description><![CDATA[This is my new Cancer COMMUNITY FORUM<br />
<br />
http://living.lifewithc.com<br />
<br />
The Home site is http://www.lifewithc.com<br />
<br />
Please feel free to browse around and tell me what you think.<br />
<br />
I used SMF <br />
I added a new theme to the original one and i made change to the Header LOGO design with my design and I made new Icons and changed a few other Icons from Icon pack I have collected.<br />
<br />
Mark.....]]></description>
			<content:encoded><![CDATA[This is my new Cancer COMMUNITY FORUM<br />
<br />
http://living.lifewithc.com<br />
<br />
The Home site is http://www.lifewithc.com<br />
<br />
Please feel free to browse around and tell me what you think.<br />
<br />
I used SMF <br />
I added a new theme to the original one and i made change to the Header LOGO design with my design and I made new Icons and changed a few other Icons from Icon pack I have collected.<br />
<br />
Mark.....]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Welcome to the Dungeon]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1444</link>
			<pubDate>Fri, 04 Jul 2008 19:15:55 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1444</guid>
			<description><![CDATA[It's a corny idea, but my new webmaster forum is Webmaster Dungeon; well, okay, the start of the forum anyway.<br />
<br />
http://webmasterdungeon.com/<br />
<br />
BTW, I'm the Dungeonmaster :D.<br />
<br />
<br />
Yes, just what the internet needs, another webmaster forum to add to the 1000s already cluttering it.<br />
<br />
I do like that SEO Board script and have used it here as well. This is the second site on which I have used it.<br />
<br />
I'm going to try to keep things light and fast on the site; too many webmaster forums are just simply bloated (DP for example).<br />
<br />
This is just a simple chat forum for webmasters with a tongue-in-cheek attitude, and where there are no restrictions.<br />
<br />
I am just getting things lined out, so if anyone has any suggestions for forums to add that they feel would round it out, please let me know.<br />
<br />
I will eventually build a site around it by adding some stuff like, perhaps, a script directory and webmaster tools section, but I'm not going to add too much.<br />
<br />
Have some fun with the new forum, or with picking on me about it.:P]]></description>
			<content:encoded><![CDATA[It's a corny idea, but my new webmaster forum is Webmaster Dungeon; well, okay, the start of the forum anyway.<br />
<br />
http://webmasterdungeon.com/<br />
<br />
BTW, I'm the Dungeonmaster :D.<br />
<br />
<br />
Yes, just what the internet needs, another webmaster forum to add to the 1000s already cluttering it.<br />
<br />
I do like that SEO Board script and have used it here as well. This is the second site on which I have used it.<br />
<br />
I'm going to try to keep things light and fast on the site; too many webmaster forums are just simply bloated (DP for example).<br />
<br />
This is just a simple chat forum for webmasters with a tongue-in-cheek attitude, and where there are no restrictions.<br />
<br />
I am just getting things lined out, so if anyone has any suggestions for forums to add that they feel would round it out, please let me know.<br />
<br />
I will eventually build a site around it by adding some stuff like, perhaps, a script directory and webmaster tools section, but I'm not going to add too much.<br />
<br />
Have some fun with the new forum, or with picking on me about it.:P]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Submit for Web Site of the Month - July 08]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1443</link>
			<pubDate>Fri, 04 Jul 2008 13:37:50 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1443</guid>
			<description><![CDATA[<br />
Website of the Month<br />
<br />
Submissions for July08<br />
<br />
<br />
<br />
To be considered for July's site of the month, please submit your website here.<br />
<br />
To make a submission: Reply to this thread with the following filled in<br />
<br />
URL:<br />
Site Name:<br />
Description:<br />
Banner URL: A banner under dimension 160 x 60 included with your site name.<br />
<br />
<br />
Criteria Used<br />
<br />
Design: clean, original, appealing, etc<br />
Content: Is the content valuable and original to the users?<br />
Navigation - how easily it is to find and move around<br />
Errors - scripting errors that effect general browsing of site<br />
Popularity of the site.<br />
<br />
<br />
<br />
Rules<br />
<br />
You must have at least 20 posts.<br />
Submissions are accepted from the 1st day of the month to the last.<br />
Websites can only be named SOTM once a year.<br />
You must be affiliated with the website in some way (owner, designer, staff, etc).<br />
No late/early submissions will be accepted.<br />
No websites containing but not limited to warez, illegal downloads, pornography, obscene material, and/or offensive material and the discussion of any of the listed content will not be considered.<br />
<br />
<br />
Good luck!]]></description>
			<content:encoded><![CDATA[<br />
Website of the Month<br />
<br />
Submissions for July08<br />
<br />
<br />
<br />
To be considered for July's site of the month, please submit your website here.<br />
<br />
To make a submission: Reply to this thread with the following filled in<br />
<br />
URL:<br />
Site Name:<br />
Description:<br />
Banner URL: A banner under dimension 160 x 60 included with your site name.<br />
<br />
<br />
Criteria Used<br />
<br />
Design: clean, original, appealing, etc<br />
Content: Is the content valuable and original to the users?<br />
Navigation - how easily it is to find and move around<br />
Errors - scripting errors that effect general browsing of site<br />
Popularity of the site.<br />
<br />
<br />
<br />
Rules<br />
<br />
You must have at least 20 posts.<br />
Submissions are accepted from the 1st day of the month to the last.<br />
Websites can only be named SOTM once a year.<br />
You must be affiliated with the website in some way (owner, designer, staff, etc).<br />
No late/early submissions will be accepted.<br />
No websites containing but not limited to warez, illegal downloads, pornography, obscene material, and/or offensive material and the discussion of any of the listed content will not be considered.<br />
<br />
<br />
Good luck!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I need webmasters and moderators]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1442</link>
			<pubDate>Thu, 03 Jul 2008 11:18:25 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1442</guid>
			<description><![CDATA[I am launching a new site, a webmasters forum that offers free cpanel hosting (shared and reseller) + money for posting on the forums.<br />
<br />
I need staff members, <br />
I will offer free hosting and may be double rates for really good staff members, PM me if inetersted]]></description>
			<content:encoded><![CDATA[I am launching a new site, a webmasters forum that offers free cpanel hosting (shared and reseller) + money for posting on the forums.<br />
<br />
I need staff members, <br />
I will offer free hosting and may be double rates for really good staff members, PM me if inetersted]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The Lofts at 6 Vista Lane]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1441</link>
			<pubDate>Sun, 29 Jun 2008 23:17:19 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1441</guid>
			<description><![CDATA[This is actually a work in progress and I will update the thread as each step is completed.<br />
<br />
The function of this site is primarily testing some scripts. I am going to need to work with social networking scripts for my project site; though the scripts on this site are not as involved as what I will need on that one. These scripts will be a good starting point for me to work out problems before moving on the more involved scripts and getting into coding more deeply; in order to get the project site where I want it, I will have to have a good grasp on coding.<br />
<br />
The Lofts at 6 Vista Lane is my lightweight version of a social networking site. A visitor can set up their own loft (homepage), add a forum, participate in the multi-user blog, and roam the rest of the site.<br />
<br />
The homepage script is basic. It is a perl script which allows someone to set up a single page with content, links, and an image.<br />
<br />
The forum script is the old forumhost script that allows someone to create their own very basic flat, old style, forum.<br />
<br />
I have already installed the homepage script on another site, and delving into it more deeply on this one has made me discover some mistakes I made on the previous installation; which means the script won't work right on the first installation.<br />
<br />
Although the script is up on the server now, it is not ready as I am going to be testing different permissions to see if I can get it to work with a more secure permission than the recommended 777. If anyone has any suggestions for permissions, please let me know.<br />
<br />
Presently, only the homepage is up, so clicking on a link will only get you an error page.<br />
<br />
At this point, you can check out the template and make fun of me for that. <br />
<br />
The name of the site is nothing special, it just fits with the 3 character dotnet domain I already had.<br />
<br />
<br />
http://6vl.net]]></description>
			<content:encoded><![CDATA[This is actually a work in progress and I will update the thread as each step is completed.<br />
<br />
The function of this site is primarily testing some scripts. I am going to need to work with social networking scripts for my project site; though the scripts on this site are not as involved as what I will need on that one. These scripts will be a good starting point for me to work out problems before moving on the more involved scripts and getting into coding more deeply; in order to get the project site where I want it, I will have to have a good grasp on coding.<br />
<br />
The Lofts at 6 Vista Lane is my lightweight version of a social networking site. A visitor can set up their own loft (homepage), add a forum, participate in the multi-user blog, and roam the rest of the site.<br />
<br />
The homepage script is basic. It is a perl script which allows someone to set up a single page with content, links, and an image.<br />
<br />
The forum script is the old forumhost script that allows someone to create their own very basic flat, old style, forum.<br />
<br />
I have already installed the homepage script on another site, and delving into it more deeply on this one has made me discover some mistakes I made on the previous installation; which means the script won't work right on the first installation.<br />
<br />
Although the script is up on the server now, it is not ready as I am going to be testing different permissions to see if I can get it to work with a more secure permission than the recommended 777. If anyone has any suggestions for permissions, please let me know.<br />
<br />
Presently, only the homepage is up, so clicking on a link will only get you an error page.<br />
<br />
At this point, you can check out the template and make fun of me for that. <br />
<br />
The name of the site is nothing special, it just fits with the 3 character dotnet domain I already had.<br />
<br />
<br />
http://6vl.net]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[z54 Retail Community Portal]]></title>
			<link>http://webmasters-forums.com/showthread.php?tid=1440</link>
			<pubDate>Sat, 28 Jun 2008 19:07:14 -0500</pubDate>
			<guid isPermaLink="false">http://webmasters-forums.com/showthread.php?tid=1440</guid>
			<description><![CDATA[Well, I may have posted this domain on here before. I originally used it for a business services site, but that quickly fizzled.<br />
<br />
The Premise:<br />
<br />
I wanted a site which could serve as a meeting place for people who work in the retail industry in my local area.<br />
<br />
<br />
What I Needed:<br />
<br />
1) A site that is easy to find; hence a short and/or memorable domain name.<br />
<br />
2) Retail runs the gamut from underpaid to well paid. There are going to be plenty of people from both ends to which I will promote this site. I need to have a site that is light on resources to make it as accessible for a dial-up user as it is for a broadband user.<br />
<br />
3) Not everybody is an internet junkie like us. Some scripts that are great otherwise, have simply been designed for people who are familiar with such scripts. My objective was to make the site easy enough to navigate and get scripts that are simple enough that they would be intuitive for a first time surfer.<br />
<br />
<br />
The work in progress:<br />
<br />
<br />
The template is a template I have used on other portal sites. It is very light, 5kb to begin, and uses no graphics. <br />
<br />
I do need to work on getting a news reader to display top headlines, yet be hosted no my site rather than a remote service like the present one. This is primarily to make certain that if a story is not available, or for any other reason that the feeds are not available, that the page does not hang on loading due to an unavailable remote service.<br />
<br />
You might have noticed that there are two link boxes (collections of links) on the front page. I added the second box as a seasonal thing. Every few months I will change the content of that window, probably to a subject which fits well with the season.<br />
<br />
The box at the bottom of the page contains DVDs at present. That will continue for the time being, as it fits with the special links, but I will whittle down the titles to about 4 or 5 to speed up load time, and because what is there at present are some adult titles; I'm going with more schlocky drive-in type DVDs. This same box will be used for different products that correspond with the special feature for the season.<br />
<br />
The scripts I am using are pretty light-weight.<br />
<br />
The forum script is SEO Board as is very fast. I contemplated between SEO Board, Phorum, and BBPress. Seo Board won out over Phorum for some very trivial reasons, but they should be of benefit to me.<br />
<br />
The script used for the Notebook is another light-weight script. It only has the features I wanted. I considered a wiki script, but most of those presume a familiarity with wikis to be able to use them. The one thing lacking from the present script is some form of registration. We'll see if that becomes a problem with spammers or not.<br />
<br />
The Homepages script is exactly what it appears to be; a script that will allow someone to create their own homepage on the site.<br />
<br />
I'm leaving it at that for now. I still need to make adjustments to the template to get the colors to match better with the scripts and to get the header to match better with the forum.<br />
<br />
At a future date I may consider adding a news script to the mix.<br />
<br />
<br />
http://z54.org]]></description>
			<content:encoded><![CDATA[Well, I may have posted this domain on here before. I originally used it for a business services site, but that quickly fizzled.<br />
<br />
The Premise:<br />
<br />
I wanted a site which could serve as a meeting place for people who work in the retail industry in my local area.<br />
<br />
<br />
What I Needed:<br />
<br />
1) A site that is easy to find; hence a short and/or memorable domain name.<br />
<br />
2) Retail runs the gamut from underpaid to well paid. There are going to be plenty of people from both ends to which I will promote this site. I need to have a site that is light on resources to make it as accessible for a dial-up user as it is for a broadband user.<br />
<br />
3) Not everybody is an internet junkie like us. Some scripts that are great otherwise, have simply been designed for people who are familiar with such scripts. My objective was to make the site easy enough to navigate and get scripts that are simple enough that they would be intuitive for a first time surfer.<br />
<br />
<br />
The work in progress:<br />
<br />
<br />
The template is a template I have used on other portal sites. It is very light, 5kb to begin, and uses no graphics. <br />
<br />
I do need to work on getting a news reader to display top headlines, yet be hosted no my site rather than a remote service like the present one. This is primarily to make certain that if a story is not available, or for any other reason that the feeds are not available, that the page does not hang on loading due to an unavailable remote service.<br />
<br />
You might have noticed that there are two link boxes (collections of links) on the front page. I added the second box as a seasonal thing. Every few months I will change the content of that window, probably to a subject which fits well with the season.<br />
<br />
The box at the bottom of the page contains DVDs at present. That will continue for the time being, as it fits with the special links, but I will whittle down the titles to about 4 or 5 to speed up load time, and because what is there at present are some adult titles; I'm going with more schlocky drive-in type DVDs. This same box will be used for different products that correspond with the special feature for the season.<br />
<br />
The scripts I am using are pretty light-weight.<br />
<br />
The forum script is SEO Board as is very fast. I contemplated between SEO Board, Phorum, and BBPress. Seo Board won out over Phorum for some very trivial reasons, but they should be of benefit to me.<br />
<br />
The script used for the Notebook is another light-weight script. It only has the features I wanted. I considered a wiki script, but most of those presume a familiarity with wikis to be able to use them. The one thing lacking from the present script is some form of registration. We'll see if that becomes a problem with spammers or not.<br />
<br />
The Homepages script is exactly what it appears to be; a script that will allow someone to create their own homepage on the site.<br />
<br />
I'm leaving it at that for now. I still need to make adjustments to the template to get the colors to match better with the scripts and to get the header to match better with the forum.<br />
<br />
At a future date I may consider adding a news script to the mix.<br />
<br />
<br />
http://z54.org]]></content:encoded>
		</item>
	</channel>
</rss>