Like And Dislike Rating System With PHP ,MySQL and Jquery
Like And Dislike Rating System With PHP ,MySQL and Jquery for developers
Tweet 0 Comments Save Tags: ajax , javascript , php , web design
7 secrets every developer should know before getting into a manager or lead role
At some point of time in your career, you have to decide if you want to continue on a technical path or to take up a management role.... more »
Magento: Change Database Prefix
In this quick article we will see how you can perform database table prefix change for Magento.
Tweet 0 Comments Save Tags: how-to , open source , php , research
Adding custom CSS to your Joomla site
A simple java script to add custom CSS to your joomla site, without changing the template source, or dig to its settings.
Tweet 0 Comments Save Tags: css-html , javascript , php , web design
A Complete Beginners Guide for Prestashop Users: Trade Big-Trade Online
Building ecommerce website is a very tough task; you will need to invest bundles of hard–earned bucks, you will require learning core... more »
Tweet 0 Comments Save Tags: how-to , php
PHP vs Ruby and the Python Phenom
Both Ruby and PHP have been around since 1995, but the “newcomer” Python is actually older, first appearing in 1991. Since their... more »
Tweet 0 Comments Save Tags: opinion , other languages , php , web design
How to structure your PHP code to achieve testability and maintainability?
Frameworks provide a tool for rapid application development, but often accrue technical debt as rapidly as they allow you to create... more »
Tweet 0 Comments Save Tags: how-to , php , standards
Ext4Yii 1.5 is released
Ext4Yii is an application framework for bridging Ext JS and Yii
Tweet 0 Comments Save Tags: announcement , frameworks , javascript , php
Using TraceView to Identify and Solve Query Loop Problems
We’ve got another video in our series on common web app performance problems. This time – we’re looking into how to identify and solve... more »
Tweet 0 Comments Save Tags: how-to , methodology , php , tools
How to Redirect Visitors to a Maintenance Page During Website Maintenance Using .htaccess
Redirecting visitors to a maintenance page or other temporary page is a must have tool for every webmaster or web developer. We can... more »
Tweet 0 Comments Save Tags: open source , php , web 2.0 , web services
Webhooks, upload notifications and background image processing
This blog post details how you can use Cloudinary to perform asynchronous background image processing in the cloud and receive web... more »
Initiating File Download With Javascript
This tutorial covers various methods to start file download using javascript, iframe and php.
Tweet 0 Comments Save Tags: javascript , php , web design
Comment Notification Wordpress Plugin
A very small plugin, which enhance user comment interaction using email.
Tweet 0 Comments Save Tags: php , web 2.0
How to use Gmail to send emails in WordPress, PHP and ASP.NET
Sending email using Gmail SMTP server in WordPress, PHP and ASP.NET - Step by step tutorial with codes.
Tweet 0 Comments Save Tags: .net , how-to , php
Tips and Tricks for Improved Drupal Security
Drupal is one of the most popular free and open source web application frameworks. Drupal is almost infinitely extensible through not... more »
Tweet 0 Comments Save Tags: php
Types of MVC Architecture
In this article we will see comparison of different types of MVC architecture we have.
Tweet 0 Comments Save Tags: methodology , open source , php , research
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 »
Compiling PHP 5.5 From Scratch
There’s always a lag behind new releases of PHP and releases of packages for operating systems such as Ubuntu. This lag time means that... more »
Tweet 0 Comments Save Tags: how-to , php
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 Traceview to Identify and Solve Webserver Queueing Problems
We’re kicking off a series of videos on how to find and attack common problems in your complex web applications. Today’s topic is one... more »
Joomla Tutorial - Build a Custom Authentication Component
Short tutorial that shows how to create an API for authenticating anyone via a query string. This will allow an external program -- e.g.... more »
Tweet 0 Comments Save Tags: how-to , php , security
Magento: Get Payment Method name using Order ID
In this quick tip we will see how how we can get Payment Method name using the Magento Order ID.
Tweet 0 Comments Save Tags: how-to , open source , php , research
Email Conversion to MHTML, ICS Files Processing & PSTs Creation are Enhanced
Aspose.Email for Java 2.9.0 now supports adding contacts, notes, tasks, calendar, and journal items to PST files in the same way as... more »
Behat: The BDD library for PHP
Behat is an open source Behavior Driven Development (BDD) framework for PHP inspired by the Ruby Cucumber BDD framework.
Tweet 0 Comments Save Tags: methodology , open source , php , tools
Cloning in PHP
Cloning is an operation consisting in the duplication of a data structure, usually to avoid the aliasing problem of having... more »
Tweet 0 Comments Save Tags: how-to , php