Archive for April, 2008

ASP vs PHP: Security

Wednesday, April 30th, 2008

In PHP, common tasks like ftp, encrypt passwords in MD5, or send email from a web page all are built in hidden code, and as PHP is Open source there is a lot
of free code available for PHP.

Unlike PHP there is no hidden code with ASP. If you need to upload files, then you would need a third party component like ASP upload, also if you need to send mail you need another component and so on.

Although PHP is better in many aspects, ASP offers more security than PHP.

ASP vs PHP: Price and Versatility

Monday, April 28th, 2008

Price Compared to ASP, PHP installations are absolutely cheaper to install. PHP perfectly runs on Linux (which is a free OS) and programmers use MySQL .(which also comes FREE) ASP runs on the IIS Server (Internet Information Server) which requires Windows N.T/2000/2003 Servers or better. Aside from that ASP mostly uses MS-SQL Server as the back end which is really expensive. PHP obviously is cheaper than ASP.

Cross Platform compatibility
PHP programs run on a wide variety of Operating Systems Unix, Linux, Solaris and Window’s.ASP on the other hand only works flawlessly with Windows and not with other platforms. PHP offers more versatility than ASP.

ASP vs PHP: Speed

Friday, April 25th, 2008

Speed
Relatively, PHP is much faster and stable than ASP, this is because ASP is built on a COM-based architecture so whenever a program tries to connect to a database or calls for a COM object, there is an overhead on the server, and this COM overhead adds up and slows things down.
While in PHP, everything runs in PHP’s memory space , this implies that PHP code will run faster because there is no overhead of communicating with different COM objects in different processes.
In addition to this ASP is slower and is a more memory intensive application than PHP’s model because each ASP language compiler runs in its own process.

PHP and ASP Comparison

Wednesday, April 23rd, 2008

What is PHP?
PHP or (PHP: Hypertext Preprocessor) is Open Source’s scripting language designed for the construction of dynamic web pages. PHP is largely used in server-side scripting, but can also be used from a command line interface or in standalone graphical applications.PHP commonly runs on a web server, taking the PHP code as its input and creating web pages as output. It can be set up on most web servers and on almost every operating system and platform for free.

What is ASP?
Active Server Pages (ASP) is Microsoft’s scripting language for building dynamic web sites, web applications and web services., First released in January 2002 , along with the version 1.0 of the .NET Framework, ASP.net is the successor to Microsoft’s Active Server Pages (ASP) technology. ASP.NET is made on the Common Language Runtime, allowing programmers to write ASP.NET code via any supported .NET language such as VBScript and Jscript.

Error reports

Sunday, April 13th, 2008

Photobucket

Learning PHP can be great however it can also be very frustrating to lessen that frustration know more about error reports.

One very important thing to know about PHP is the error reports. You need to have to turn on error reporting immediately preferably on Maximum Level. In this level it will be able to declare a variable ahead of time, reference a variable and use a define that is not set.

It will seem that this is not important but only until you develop structures programs with many functions and classes. It would help lessen the errors as well as long hours of fixing your work due to misspelled variables.

Put this line at the top of the PHP document: error_reporting(E_ALL); It places error reporting into highest level. You’ll be able to receive warning messages that will identify possible wrong elements of the document.

Learning PHP

Tuesday, April 8th, 2008

Photobucket

PHP Programming has become one of the trends today. To learn more about it, you can first start through the internet. Although you may also try books however internet provides more comprehensive information. Think what topics about PHP are you most interested about. You can visit and join forums discussing PHP programming. You can even ask questions in the forums. Friends who are into the field of programming might help.

If you want to know more about PHP Programming, it should not be limited to that there are also other areas that you need to learn about like JavaScript, HTML and CSS. It is helpful to always have knowledge on the latest trends and innovations regarding PHP Programming.

PHP-Freelancers.com

Saturday, April 5th, 2008

Photobucket

If you are a programmer, you can try to register at PHP-freelancers.com.

PHP-Freelancers.com is a site wherein service buyers can post a project for free and browse through hundreds of freelance Programmers worldwide. Likewise, freelance programmers can bid to get a project they want.

Once the service buyer finds the appropriate person, he can then choose who on the bidders get the job and they can exchange details and contact information.

It helps businesses as they can advertise for free also minimize the hassle in looking for programmers as they would be the one to come to you. It also helps programmers as they can browse projects in various categories and bid on projects which are of interest to them.

PHP Programmer Job

Thursday, April 3rd, 2008

Photobucket

What does a job of a PHP Programmer entail?

The job of a PHP programmer may involve the creation of scripts, programs and interfaces. They also may be tasked to look after databases.

This job may also include writing codes to make data driven web applications using PHP, SQL, XML and related technologies

They may also design, develop, document, analyze, modify and test system requirements and system changes.

They also do troubleshooting of problems with PHP and other web technologies and provide technical support.

Creation of web applications such as, login systems and email applications is also part of a PHP Programmer’s job.


Bad Behavior has blocked 238 access attempts in the last 7 days.