Basic PHP Programming

Your guide to basic PHP Programming

Archive for the ‘Information’ Category

PHP programming language

without comments

PHP now known as “PHP Hypertext Preprocessor”, but originally “Personal Home Page Tools” is a widely used open-source programming language used primarily for server-side applications, to develop dynamic web content such as the MediaWiki software. It can be seen as an open source alternative to Microsoft’s Active Server Pages (ASP) system and to the CGI/Perl system.

Its ease of use and similarity with the most common structured programming languages, most notably C and Perl, allows most experienced programmers to start developing complex applications with a minimal learning curve. It also enables experienced developers to get involved with dynamic web content applications without having to learn a whole new set of functions and practices.

Written by Bart

December 1st, 2009 at 11:29 am

Posted in Info, Information

Using a WYSIWYG editor.

without comments

1.png

Editing or creating a php page can lead to migraines and irregular sleeps due to the complicated nature of its coding. However, you can actually save time (and get more sleeps too!) if you will use a WYSIWYG php editor. WYSIWYG stands for “What You See Is What You Get” and it is basically a visual editor. It was made specifically for those who wish to make web pages but do not know anything about coding. TinyMCE is a nice program for those who wish to make websites using javascript, html and php. You can even control the pictures you are going to use in the website you are making, allowing you to preview and move the pictures as freely as possible—of course, without the hassle of inputting codes you cannot understand.

Photo taken from http://www.thesynapticleap.org

Written by editor

July 15th, 2009 at 11:12 am

Posted in Information

Create a game using PHP.

without comments

11.png

Who says php programmers can’t be game programmers? Of course they can! But do not expect them to create a Grand Theft Auto kind of game out of php coding. They can’t. All they can make are simple, yet fun games such as quizzes, sudoku and puzzles. LizQuiz is a downloadable snippet, wherein you can just change the variables you will use for the quiz you are making. You can configure the quiz using an XML file, so you don’t need a database to store your pool of questions. You can even add multiple answers to a single question if the question sees fit. You can get the snippet here.

Photo taken from http://www.sliver.com

Written by editor

June 20th, 2009 at 11:29 am

Posted in Information

Zend Technologies Framework Enhances PHP

without comments

zendAll over the world, people are using PHP in their daily internet experience and with companies working hard to make it into a more powerful tool for the internet of tomorrow, updates and add-on’s are a fact of life. Zend Technologies, one of the developers who work with PHP has announced the release of their new and improved Zend Framework release 1.8 which makes PHP better by bringing Rapid Application Development (RAD) to the industry. The ability to do RAD allows easy business application development using PHP that is set to fuel business ventures into the cloud. Read the rest of this entry »

Written by Bart

May 23rd, 2009 at 5:16 pm

Posted in Information, News

TestFest 2009

without comments

testfest09This year’s TestFest 2009 is almost here and people from all over the globe work together, each devoting a few hours of their time to the proper testing of the newer and enhanced versions of the platform to allow a wider testing program. Most testing is done by a select few who work their best to test, isolate and address issues that come out with previous releases that should have been addressed by current updates. The test group, spanning 20 countries with a multitude of talents hopes to try out and see if all errors, vulnerabilities and enhancements are up to par with programming standards previously implemented. Read the rest of this entry »

Written by Bart

April 23rd, 2009 at 5:45 pm

Posted in Information, News, Web

PHP 5.3.0 RC2 Released

without comments

phpdistAs the internet evolves and the many people who work hard to make it possible try to issue improvements into the already forever present PHP platform, the newest version of PHP 5.3.0, release candidate 2 has been released for evaluation and testing. The update is in efforts to address security vulnerabilities that have been found with the last release only a month or so ago and it is deemed as part of the continuing evolution of PHP into one of the best and most secure web platforms ever. Project managers are advised to download the latest version fro testing with current projects so compatibility issues can be addressed early. Read the rest of this entry »

Written by Bart

March 23rd, 2009 at 5:47 pm

Posted in Information, News, Versions

Not resizing file sizes – small mistake, big booboo

without comments

It’s surprising how many PHP programmers make the mistake of ignoring many of the basics, such as resizing big files. Big files make load times significantly slower, and are a bane to impatient people and people with slow internet connection speeds.

Failing to resize you large files makes you an unintentional elitist – it’s like you hung a sign on your site that says “Folks with slow internet connections speed are NOT welcome here.”

It’s a simple enough tip, but many ignore or overlook it precisely because of that. You might have a fast internet connection, but chances are many viewers don’t enjoy the same luxury. And maximizing viewership is a must for every website, and big files that cause delays in loading times totally defeat the purpose, especially with the shot attention span many people have when browsing the net.

Written by editor

February 10th, 2009 at 4:19 pm

Posted in Basics, Info, Information

PHP 5.2.9-2 Released

without comments

phpThe latest release available for Windows users that is designed to address security flaws in the integrated OPEN SSL libraries with subsequent updates to the Open SSL library (0.9.8k) patching the security vulnerability left by the said windows flaw. The update addresses errors to the ASN1_string function that releases security information upon a call to print. another error that was addressed was with concern to the CMS_verify function which was unable to handle error conditions involving malformed signed attributes. Another issue with the ASN1 structure concerned memory issues that sometimes caused crashes with some installations.
The security holes have long been a problem which the open-sourced community have always managed to release security bulletins and updates to address these issues. The systems which uses the OpenSSL standard is invalidated when the said flaws were discovered making dangerous loophpoles for access by hackers. The update is recommended for all users of the older version of PHP to address and avoid such security issues.

Written by Bart

January 9th, 2009 at 11:08 am

Posted in Information, News, Versions

Tags in Php

without comments

Image Source: blog.bcwelt.de

Perhaps, we should start from the very basic of Php. To be able to fully understand the harder principles. What are tags? Tags are the starting and ending point of a specific code snippet that belongs to any scripting language. To give you a simple example, in HTML, we close HTML codes with and . Much the same with javascript code, which is written like this; . In Asp or Active Server Pages, it is written this way; <% 'asp code and then end with %>. Most of the languages for programming uses similar types too. You might ask yourself, why do these programming need tags, but to be able to understand it, you must have a basic understanding of the process of displaying web page in a browser wether it may be Internet Explorer or Mozilla Firefox.

Written by Bart

October 6th, 2008 at 6:02 pm

Posted in Information

Starting Php

without comments

Here are some helpful basics on PHP.
Image Source:zoo.parkingspa.com

Begin, at all times, a PHP page with “.” and use “;” at the end of a variable. Before manually starting phpmyadmin to make your PHP program run properly, be ready to set up PHP, PHPTriad first. Next, to enable your php program to function, bring a php page in a .php wing. And lastly, don’t forget that security is the main requirement in using this type of PHP language. In developing a page with PHP, high level of security is necessary. It is also very important to note that if you really want your program to operate, follow instructions to the letter. With this type of system, accuracy is the key. Programming is not really hard. , nowadays, almost anyone can learn the skill. There are tutorials online that should be boosted by a one’s interest. Perseverance entails to a learner reading tutorial lessons and later try out some actual programming.

Written by Bart

September 29th, 2008 at 6:36 am

Posted in Information

Tagged with ,