Creating a simple to-do application – Part 3
So far we’ve created some basic PHP pages and added some simple authentication. Today we’re going to going to build on that by adding... more »
Tweet 0 Comments Save Tags: how-to , php , usability
Build a PHP Web Server with Ubuntu as LAMP stack
Upcycle – it’s one of those buzz words that we hear a lot. If you have access to an old desktop machine lying around that you no longer... more »
Tweet 1 Comments Save Tags: how-to , php , server
Creating A Single Page Website In Drupal 7
Creating a single page website is a new trend which is becoming popular. Actually single page website are mostly used when you have a... more »
Tweet 0 Comments Save Tags: open source , php
Step-by-Step, Getting Your Website/SaaS Tool Built
Want to make your internet dream a reality? Here's what's involved.
Tweet 0 Comments Save Tags: how-to , opinion , php , web 2.0
Basic Difference in Development Using PHP Frameworks and Core PHP
Web applications are developed using various web based programming languages. PHP is one of the most popular web based language and is... more »
Tweet 0 Comments Save Tags: php
Offline Access to Google and other OAuth based API
Some applications require access to APIs on behalf of the user even when the user is not present, i.e. offline access. OAuth is a... more »
Tweet 0 Comments Save Tags: database , how-to , php , web services
Best PHP Frameworks for Developers
We conducted a search on several of these PHP frameworks which offer developers more in terms of usability, speed, and stability, and... more »
Tweet 1 Comments Save Tags: frameworks , php
Contact Form 7: Redirect After Form Submission
In this article we will see how we can redirect to any specific page after form has been submitted by Contact form 7.
Tweet 0 Comments Save Tags: how-to , open source , php , research
Set Unicode Character in Email Subject with PHP
In this quick article we will see how we can set/use Unicode characters in email subject with PHP.
Tweet 0 Comments Save Tags: how-to , open source , php , research
Let’s Talk About Your Application Performance
Do you know how long your customers are going to wait for a page load? More importantly, how long are you making them wait right now?
Better Documentation for PHP internals - Lately in PHP podcast episode 35
With the inclusion of Zend Optimizer+ extension in PHP 5.5, the need for better documentation of PHP internals became more evident, so... more »
Tweet 0 Comments Save Tags: javascript , opinion , php , tools
APM as a Service: 4 Steps to Monitor Real User Experience in Production
We run our own about:performance blog on WordPress using PHP and MySQL. In order to get visibility into usage, performance and end-user... more »
Tweet 0 Comments Save Tags: announcement , cloud , php , web 2.0
Bridging the Skills Gap
Is your mobile dev team slow to meet the high demand of the mobile market? Recent reports indicate a skills gap is partly responsible for... more »
Tweet 0 Comments Save Tags: mobile , php , tools , web design
Top Version Control Systems used by PHP Developers
Version Control Systems are important tools that every developer should be using. However, for many developers version control systems do... more »
Tweet 0 Comments Save Tags: how-to , methodology , php , trends
Web Framework Benchmarks Round 4
We’ve posted Round 4 of our ongoing project measuring the performance of many web application frameworks and platforms. As with previous... more »
Tweet 0 Comments Save Tags: announcement , perl , php , python
Why I Love WebSockets
Scott Mattocks, author of 'WebSockets' (Developer.Press) on why he loves WebSockets for CTOvision.com
XOOPS 2.5.6 Final Released for PHP 5.4
After almost 50,000 downloads of XOOPS 2.5.5, the XOOPS Team is excited to release the next version of our award-winning CMS: XOOPS... more »
Tweet 1 Comments Save Tags: announcement , open source , php , web design
Using Grep to Find Security Vulnerabilities in PHP code
Finding all security vulnerabilities in a piece of code may be hard as it requires in depth analysis of what the code does. However,... more »
Tweet 0 Comments Save Tags: open source , php , security , tools
Web Programming Languages
Deciding which web programming language you should use really depends on what you are looking to achieve in terms of website design. It’s... more »
Tweet 0 Comments Save Tags: .net , javascript , php
Solution: Magento Admin login problem after fresh installation
Solution for the admin login problem after fresh magento installation, Yes you are not following Web Standards.
Tweet 0 Comments Save Tags: how-to , open source , php , research
5 Reasons Why the Web Platform War is Over: PHP Won with 75% says Google
During Google I/O 2013 event a Google manager said PHP runs on 75% of the Web sites. So they decided to finally support PHP as in their... more »
Using App42 CDN for File Upload
App42 Cloud API is equipped with CDN as a service which can be used through File upload APIs. Whenever a file/photo is uploaded using... more »
Benchmark your software with JMeter
Introduction to web performance benchmark with JMeter.
8 Most Frequently Used And Useful PHP Array Operations
A step by step guide for programmers to start learning or enhance existing knowledge to work with PHP arrays with 8 most frequently used... more »
Tweet 0 Comments Save Tags: php
PHP Exception Explained
In this long (I think so) article, we will see about basics of PHP Exception, how to work with it, advantages, disadvantage and how we... more »
Tweet 0 Comments Save Tags: how-to , open source , php , research