10 Free Best Business Email Templates

Emails have risen as the backbone of businesses and play a prominent role in the growth of any organization. Business groups are broadly using email for communicating with their suppliers, business partners, and clients. Moreover, a majority of business organization are now employing Top Email Marketing Services for – Sending business email newsletter Promoting new …

PhoneGap Bluetooth

Bluetooth is a software(Based on wireless technology) which is generally used for making the communication or information exchange… …between two electronic devices such as mobile phone computer tablet etc. Though we have various fast data transfer technology today, which are capable to exchange data with a very fast speed rate, still we are carying and …

AngularJS-Directive : Incharge To Give Commands

In this tutorial, we are going to create a simple application using angularjs-directives. This application will contain the following feature. Display all the available themes product. Each theme product contains a product image, show features button, price, features section, Hide Features and Buy Themes buttons. When a user clicks on a product’s Show Features button,  the features section …

Disposable Email Address Checker Using PHP

In today’s scenario, Disposable Emails  have arisen a bigger problem for all websites runner. It seems very hard to identify the Temporary or Disposable email addresses because… …they register with a valid id(valid for small time spam) in our website. Disposable Emails: Emails which are generated for small time duration with a valid domain address… How …

Paypal Recurring Payments for Installment Plan in PHP

Use PayPal Installment Plan button for installments based recurring payments. Using this buyer can pay, the full amount or pay an amount in installment, without any interest. In our previous blog post, we have discussed how we can use PayPal Subscription Button, Example for any service and product Subscription and PayPal Donate Button, Example for Any …

CSS Image Sprites

CSS sprites are used to reduce the number of HTTP requests send to server. The smaller images are combined into a larger one at defined X and Y coordinates. After assigning this generated image to relevant page elements, using the background-position CSS property we can then shift the visible area to the required component image. Why we use image sprites: 1 : …

CodeIgniter Template : Adding Header, Footer and Dynamic Content

CodeIgniter MVC work on a separate layer, applying MVC pattern, it is recommended that header, footer, side menu bar should be separate. Benefits of using these architectures are. If your website contains multiple pages and all have a header, footer and menu bar and if you want to make some changes on header so you …