Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (Bjab), 25 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 469
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
SD 10
dbremer 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 3 1 2 3 >
Topic Options
#29240 - 10/18/00 07:17 AM HAIL SCREAM !!!
Anonymous
Unregistered

Hail scream !! I'm so happy to see you starting PHP.
All of you curently running perl w3t, I can tell you you will LOVE php version <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

My suggestions for PHP version:

- All the current w3t feature
- Show total post
- Welcome last registered user
- Unlimitted subcategories depth

Clean code, not too much sql querries per page <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Also, a question: is there a difference between porting a product to php from perl or writing it from scratch ? Will it be as good as if it was originally made for PHP ?

Will you do convert utilities so we can convert other PHP forums database to w3t php ?

Thats it <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Benj
Top
#29241 - 10/18/00 11:26 AM Re: HAIL SCREAM !!!
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
The initial version will be a straight port, new features will be added once I get the base version caught up with the perl version.

One thing that I have always gotten compliments on is clean/commented code, so that shouldn't be a problem.

I've got almost 2 years in of optimizing the program for SQL and the number of SQL calls has always been kept to a minimun as a priority.

The difference between porting and writing from scratch depends upon the languages. If you have a fundamental difference in the logic of the language then it would probably be easier to write from scratch. But, the differences between PHP and PERL are minimal, the logic is basically the same so there will be no loss in doing a port.

If there is enough interest in a conversion script from different products, then yeah I would probably write one up.

---
Scream
<A HREF="http://www.wcsoft.net" target="_new">http://www.wcsoft.net</A>
Top
#29242 - 10/18/00 12:26 PM Re: HAIL SCREAM !!!
Anonymous
Unregistered

One thing that I have always gotten compliments on is clean/commented code, so that shouldn't be a problem.

Even if your indentation is suspect! <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Lee
<P ID="edit"><FONT SIZE=-1><EM>Edited by lcantey on 10/18/00 09:27 AM.</EM></FONT>
Top
#29243 - 10/18/00 12:30 PM Re: HAIL SCREAM !!!
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Hey, what's wrong with my indentation? <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

---
Scream
<A HREF="http://www.wcsoft.net" target="_new">http://www.wcsoft.net</A>
Top
#29244 - 10/18/00 01:58 PM Re: HAIL SCREAM !!!
Anonymous
Unregistered

Nothing..

What editor do you use for developement?

HomeSite 4.5 is the best windows Perl editor if you ask me.

You can set the tabs to spaces, (how ever many you want, 3 or 4 is what I use) that way your code always looks clean regardless of the editor you view it in.

Some editors treat tabs different than others so using spaces is the best <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Oh and nothing beats HomeSite's syntax highlighting <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Ever consider putting your code in a CVS and giving reged users read privis? <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

------------------------------------------------
Jeremy 'PeelBoy' Amberg
Top
#29245 - 10/18/00 02:12 PM Re: HAIL SCREAM !!!
Anonymous
Unregistered

Spaces are great. A tab character, if present, must equate to an eight character tab stop. Nothing else is acceptable.

Lee.
Top
#29246 - 10/18/00 02:17 PM Re: HAIL SCREAM !!!
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I use vi, that's it, nothing else. I do a 2 character space for indentation, but because of the // for comments in php I'm doing 3 spaces for indentation in php.

Have contemplated the cvs thing, but have never gotten the time to install it and set it up.

---
Scream
<A HREF="http://www.wcsoft.net" target="_new">http://www.wcsoft.net</A>
Top
#29247 - 10/18/00 02:18 PM Re: HAIL SCREAM !!!
Anonymous
Unregistered

Hehe, thought I might get a rise there <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" /> . Actually the only problem I've run into that I really notice (I won't get into minor preferences like open brace location or amount of indentation which no one agrees on) is that you outdent your comments which breaks up the visual alignment of blocks. I tend to stop scanning upwards when I run across them. I'll manage <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Lee
Top
#29248 - 10/18/00 02:19 PM Re: HAIL SCREAM !!!
Anonymous
Unregistered

Sorry for my ignorance, but what is a CVS? I just walked into a shoping cart script in PHP and saw that term and was wondering what it is... Thanks, I wont be ignorant to this any more... <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

As for the Perl editor, tried DZsoft Perl Editor?

Mateo Byler
<A HREF="http://crucedecaminos.com" target="_new">CruceDeCaminos.com</A>
Top
#29249 - 10/18/00 02:20 PM Re: HAIL SCREAM !!!
Anonymous
Unregistered

Oh, cool... vi is nice.. I could never use it to develop because I'm not good enough in it yet, but for editing files here and there it is great (specially if I need to change a lot of things in a file.. gotta love vi!!)

CVS was actually pretty easy to setup and get working.. I haven't figured out users yet though.. I installed it the lazy way using an RPM since my server runs redhat.. Works great..

------------------------------------------------
Jeremy 'PeelBoy' Amberg
Top
Page 1 of 3 1 2 3 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image