Archive for the ‘Information’ Category
PHP programming language
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.
Using a WYSIWYG editor.
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
Create a game using PHP.
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
Zend Technologies Framework Enhances PHP
All 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 »
TestFest 2009
This 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 »
PHP 5.3.0 RC2 Released
As 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 »
Not resizing file sizes – small mistake, big booboo
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.
PHP 5.2.9-2 Released
The 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.
Tags in Php

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.
Starting Php
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.


