3 Completely Free & Open Source Wireframe Tools for Creating Mock Ups

When working on client projects, mockups tools are great for quickly demonstrating the probable layouts of web and mobile apps. While there are paid...

Top 91 Free Web Proxies to Access Blocked Websites

Here is a list of best proxy sites list to access website that your ISP may have blocked. At the time of writing this article...

Telemedicine App with Video Consultation(Updated)

I am releasing a telemedicine app with the following features Appointment scheduling and booking Video Consultation Patient record keeping Digital prescription HIPPA compliance This software is best suited for...

40 Sites to find, share & test code snippets online

When you are working on a project, often you come across the need for a block of code that performs a certain function, or display...

Top 72 Image Sharing Sites to Find FREE Stock Images for Commercial Use

Why pay when you can have it free? There are hundreds of free stock images sites on the net for your personal and commercial projects. It...

Redirect Your WordPress Domain from non-www to www

This tutorial is applicable to all types of sites, not only WordPress. When you install WordPress, you get 2 options to set your website's primary URL....

Create Flipp-able Books with flipHtml5

Flip HTML5 is a digital publishing platform. You can use this platform to generate to create visually attractive flipp-able online books. Using flipp-able books created with this...

Add Custom Theme settings using WordPress theme customizer API

WordPress theme customization Api is a set of functions and methods which comes inbuilt since WordPress version 3.4 These functions and methods allow theme developers to...

WP_Query vs query_posts() vs get_posts()

Most WordPress developers have used WP_Query, query_posts and get_posts at one point or the other. Question is - how do you know the use case...

Contact Form in PHP with Validation – Part II

In part I, i covered creating a database, form and entering data with validation checks. In this part i am going to show you how...