Wordpress - phpfreelancedeveloper.wordpress.com - PHP Web Developer - Freelance Web Developer | Hire PHP Web Developer
General Information:
Latest News:
Zoho API 16 Jul 2012 | 07:02 pm
The Zoho Application Programming Interface (API) lets anyone write their own program to pull Zoho Writer, Zoho Sheet and Zoho Show data and work with the data in many possible ways. The Zoho APIs are ...
PHP Tricks For Beginners 12 Jul 2012 | 02:37 am
In the Web 2.0 era, sites are all about the user – where they’re from, what they like, what they ate for breakfast. It’s becoming increasingly necessary for designers and developers, then, to find a w...
Real Estate website development tips 12 Jun 2012 | 04:30 pm
When creating websites for real estate business we need to keep in mind some key and essential part of information. This might vary in accordance with the major aspects of web designing which include ...
Translating Text Using the Google Translate API and PHP, JSON and cURL 11 Jun 2012 | 01:36 pm
Google Translate is a service from Google that you can use to translate text or HTML from one language to another. One of the great features of this service is that they now offer an API to let you pr...
Writing compiled PHP extensions in PHP 11 Jun 2012 | 01:23 pm
PHP allows a lot of various extensions which add additional library functions, classes, constants and other constructs. Common extensions constitute for example php_mysql and php_iconv. Since extensio...
Display Latest Post on Static PHP Page 30 May 2012 | 05:09 pm
If you have a mixture of static pages and WordPress-built pages on your website it can be quite useful to display an excerpt from your blog on a static page, for example your homepage. The following ...
Htaccess Files 15 May 2012 | 08:59 pm
The Hyper Text Transfer Protocol (HTTP) was initiated at the CERN in Geneve (Switzerland), where it emerged (together with the HTML presentation language) from the need to exchange scientific informat...
Data Handling Errors 15 May 2012 | 07:23 pm
Data handling errors aren’t specific to PHP per se, but PHP application developers still need to be aware of them. This class of error arises when data is handled in an insecure manner, which makes it...
Cross Site Scripting (XSS) Flaws 15 May 2012 | 07:20 pm
Cross site scripting, or XSS, flaws are a subset of user validation where a malicious user embeds scripting commands — usually JavaScript — in data that is displayed and therefore executed by another ...
Session ID Protection 15 May 2012 | 07:17 pm
Session ID hijacking can be a problem with PHP Websites. The PHP session tracking component uses a unique ID for each user’s session, but if this ID is known to another user, that person can hijack th...