Archive for the 'Information' Category
Posted in Information | Wednesday, May 27th, 2009 | No Comments »
No bug spray can get rid of the many programming bugs that are detected by the parser as you compile the program to come up with the final product. As any programmer knows, program bugs are as sure as the existence of and energy drink by their side, and though most of them may be the result of simple typo’s and other naming problems one can be assured of an unusual one that defies all your efforts and phone calls to buddies. What do you do? Ask the community of course, through the PHP Bugs site where they are compiled as reference for all who use PHP. (more…)
Posted in Information, News | Monday, April 27th, 2009 | No Comments »
PHP developers and industry leaders are holding this year’s Testfest 2009 in a few months to get people all over the globe to test and review the current RC for approval and review pending full release. Such public or community testing is standard of the many open-source developers who help each other to test out new features and past problems if they were addressed or not. Many of the detected errors would be addressed in the subsequent Full Release. The open-sourced community is made up of leading programmers, developer groups and even companies, all of which work together during testfest. (more…)
Posted in Information, News | Friday, March 27th, 2009 | No Comments »
Or so they say, with them releasing the software development kit (SDK) for Azure, Microsoft’s cloud services platform. maybe they’ve wised up and have accepted they cannot stand alone in the fast evolving internet and computing industry, most of which have long shifted to open sourced platforms for their web needs. The SDK includes code samples and tools for developers so they can work with Silverlight and IE8, the next generation of browser they have for the long Internet Explorer line. (more…)
Posted in Information | Saturday, January 10th, 2009 | No Comments »
The internet is composed of many web sites with most written in PHP, some in python and many other sub languages which are based on other proprietary formats. The heavy use of PHP necessitates the issuance of frequent updates which addresses security issues and flaws that prevents hackers from getting access or control of vulnerable implementations of systems using PHP in Windows. Windows Being the most targeted Operating System makes it very vulnerable but thanks to the open nature of the web, any security flaws that are found are immediately found and announced getting the community on the hunt for an immediate solution.
(more…)
Posted in Information, News | Saturday, December 13th, 2008 | No Comments »

Say goodbye to the ‘ol 5.2.7. and say hello to 5.2.8.:
Due to a security bug found in the PHP 5.2.7 release, it has been removed from distribution. The bug affects configurations where magic_quotes_gpc is enabled, because it remains off even when set to on. In the meantime, use PHP 5.2.6 until PHP 5.2.8 is later released.
The PHP Development Team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, which was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release. Alternatively you can apply a work-around for the bug by changing “filter.default_flags=0″ in php.ini.
Take out 5.2.7. as soon as possible and use the newest one for security’s sake!
Source
Posted in Advanced Programming, Basic Programming, Basics, Debugging, Information, News, Sample Code, Template | Monday, August 11th, 2008 | No Comments »

Image source: www.basicphpprogramming.com
A programmer’s job requires him to keep his eyes focused on the glowing computer screen and keying in data by constantly pounding the keys of the keyboard. Programmers love what they do that it even makes them glued on their seats in front of their PCs which even they admit to be obsessive. But the consequence of their love affair with the computer is the painful overuse injuries that can keep them from doing their fist love—programming— and even simple tasks such as opening a mineral water bottle and turning the doorknob.
Repetitive Strain Injuries are acquired by the overuse of muscles and/or holding them in an unnatural position for a long time.
There are two common repetitive strain injury or RSIs are carpal tunnel syndrome and forearm tendonitis. If untreated, carpal tunnel syndrome can sometimes cause permanent nerve damage, and forearm tendonitis can harm muscles, tendons and ligaments that are essential for repetitive motion.
Standard keyboards require programmers to hold their hand in a fixed and unnatural position that can strain the forearms. Some computer tables may also be too high for them that when they key in data, their wrists are flexed which puts too much pressure on the median nerve. Constant pounding on the keys can cause tiny tears in the muscles and ligaments. In case no adjustments are made, this minor strain and discomfort can eventually lead into disabling injuries that can take months to heal. In some cases, even turning a doorknob produces extreme pain that is cause by hypersensinized nerves on the wrists.
Good news: RSIs are preventable and treatable. Regular breaks from typing, exercises concentrating on the hands, wrists and fingers, maintaining good posture in sitting and proper arm placement at the keyboard and a healthy workplace will go a long way towards preventing them.
Posted in Information | Friday, April 25th, 2008 | No Comments »

Decide first the features you want in your message board. It’s like choosing between a luxurious or economy model. You may also want to consider the time length of time you are willing to devote in building an online message board. But always remember that message boards involve a lot of constant maintenance and repairs. Check on the internet for the companies that provide services for message boards and then compare. Keep in mind that it is quite difficult and laborious to work on creating boards; you may want the service of companies that specialize on message boards. Proboards.com and boardhost.com are examples of companies that provide services in creating message boards.
Posted in Information | Thursday, April 10th, 2008 | No Comments »

Rasmus Lerdorf in 1994 originally generated PHP as a wrapper around Perl to display his resume information and collect some data like how many hits it was making. In 1995 Leodorf combined his own Form Interpreter with “personal home page tools” to create PHP/FI. In 1997, two Israeli developers of the Technion, Zeev Suraski and Andi Gutmans, rewrote the parser thus the basis of PHP3. PHP/FI 2 was officially released in November 1997 and public testing of PHP 3 began right away and the official launching was in June 1998. in 1999, the two Israelite started a new rewrite of PHP’s core thus producing the Zend Engine. And in May 2000, PHP 4 was released and the development continues with PHP 5.
Posted in Information | Friday, March 7th, 2008 | No Comments »

You may have a few reasons why you need to restore your MySQL database and as long as you have your database backed up, you will actually find it easy to restore your MySQL database. Create a new MySQL database by logging into the control panel of your web host and click the link for creating a MySQL database. You can use your old username, password and database name for you not to update anymore and fill in again the configuration file on the scripts that power your site. After creating a new database, return to the main page. Look for “PhpMyAdmin” link; click it for you to enter the admin area.