Easy Webbers About Authors Contact Us Advertise Login

Archive for the 'ASP' Category

ASP Forum Software

Posted by Simon on August 27th, 2006 in ASP, Softwares and Tools | No Comments

Here is a list of different forum softwares for your ASP host. If you know any other please drop a comment. Thanks!

IdealBB
http://www.idealbb.com

Snitz Forums
http://forum.snitz.com

WebWizGuide Forums
http://www.webwizguide.info/web_wiz_forums/forum_download.asp
(Access2000 or SQL-Server2000)

Toast Forums
http://www.toastforums.com
(MDAC or SQL-Server)

VieBoard
http://www.vienuke.com/vie/portal.asp
(Though its more of a portal than a forum software)

ASP DEvXM
http://www.asp-dev.com/main.asp?page=1
(SQL-Server2000)

ASP to PHP converter!

Posted by Simon on August 27th, 2006 in ASP, PHP | No Comments

If you’re migrating from ASP to PHP, you might consider using ASP2PHP, a freeware converter between the languages. Although it isn’t perfect, it can give you a big head start if you are trying to migrate a large project. Your best option is to use the tool, then go over the generated scripts by hand to make sure there are no bugs or performance issues. You can download ASP2PHP from http://asp2php.naken.cc.

- TillDoomsday.com

Finally! The difference between PHP, ASP and other scripting languages

Posted by Josh on August 27th, 2006 in ASP, Opinion, PHP, Web Design | 1 Comment

PHP

PHP uses a blend of interpretation and compilation in order to provide the best mix of performance and flexibility to programmers.

Behind the scenes, PHP compiles your script down to a series of instructions (called opcodes) whenever it is accessed. These instructions are then executed one by one until the script terminates. This is different from conventional compiled languages such as C++ where the code is compiled down to native executable code then that executable is run from then on. Instead, PHP re-compiles your script each time it is requested.

This constant recompilation may seem a waste of processor time, but it is actually not all that bad because you no longer need to worry about hand recompiling your scripts when you make any changes. On the flip side, many scripts take longer to compile than they do to execute!

Furthermore, it provides very quick feedback during development. If you have an error somewhere in your file, PHP will refuse to compile the page until you have fixed the problem, and you are able to step through execution of your code line by line until you find the problem.

The speed hit of regular compilation is nullified entirely by the use of PHP accelerators.

One major advantage to having interpreted code is that all memory used by the script is managed by PHP, and the language automatically cleans up after every script has finished. This means that you do not need to worry about closing database links, freeing memory assigned to images, and so on, because PHP will do it for you. That is not to say you should be lazy and make PHP do all the work - good programmers clean up themselves, and let PHP work as backup in case something is missed.

(more…)

Free 100 MB ASP host

Posted by Simon on August 26th, 2006 in ASP, Free Stuff, Webhosting | No Comments

If you want to try out coding in ASP or you just want a free asp host you can get a free account at 1asphost.com with the following features:

100 MB of Space
Instant Account Activation
Online Control Panel
Online Unzip Capability
1 GB Monthly Bandwidth
SSI (DHTML)
WAP
Active Server Pages Support - ASP 3.0
Free Database Connectivity:
MS Access databases
Macromedia Shockwave support

They have no ugly ads on their site. Just a little text at the bottom of your pages. Easy Webbers is using this host for our new poll that you can see to the left. So far the they have worked out just fine. But you can’t use a FTP program with them. Just a online control panel. But that’s fine. Just zip everything and upload the zip file.

* UPDATE: They seem to run a few pop-ups once and then!