This is the web application developed to check website responsiveness with different different web browsers.This application used for check website size according to mobile, destop and tablets.
PHP
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
PHP session and validations – a best practice teaching example
A session is a way to store information to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer.
An OAuth social login popup system with Facebook, Google and Twitter
OAuth Login is very quick and powerful, sure it helps you to increase your website registrations. It s definitely a must have login system for every PHP based web projects.
Multi-Language switcher in CodeIgniter
Today, we will discuss how to implement the multi-language feature in CodeIgniter framework using MVC pattern.
Stripe Payment gateway integration using PHP
Stripe helps you create any type of payments flow—from e-commerce to recurring billing and everything in between. Stripe enables you to accept payments in minutes. Collect your customers’ payment information easily and securely on web or mobile.
Export MySql data into Excel or CSV format using php
To generate reports or to print data or for some other purpose we often need data to be export in excel or csv format.
Load More items from mySql database using jQuery and PHP
You might have seen the implementation of Ajax based data loading technique at Facebook, Twitter, E-Commerces website or some other websites.
How to increase the maximum upload size on website
Depending on the hosting panel php configuration. For some it is as low as 2MB which is clearly not enough for media files like (images/ audio / video). Most media files are under 2MB, so it is fine for just pictures.
PayPal’s Instant Payment Notification With PHP
Instant Payment Notification (IPN) is a paypal notify service.it is notifie about the paypal transactions.We use notify_url variable to pass into paypal payment transaction API.