Archive for the ‘Technology’ Category

Install PHPUnit On Wamp / Xamp Manually without Pear

All over the internet you can hundred of articles dealing with the installation of PHPUnit with Pear but rarely you will find any help for manual installation of PHPUnit with PHP or Wamp or XAMP on windows without installing Pear. There is no difference for the installation of PHPUnit if you have only PHP working [...]

Parse / Read RSS Feed using PHP

Reading any RSS feed using PHP is not a complex job. RSS feed is also a kind of XML with information defined in a pre-defined format. So the task is simple. We need to read the remote RSS file, parse the XML and display the content. Thats it!!! I have observed that programmers these days [...]

Jquery Tabbing, Create Tab using Jquery, Jquery Tabbing Made Easy

Jquery has really made life very easy for javascript programmers. Traditionally we used to create tabbing in a website page using javascript show /hide methods. But always used to stuck with browser compatibility bugs.

Jquery Lightbox Image Display with Previous Next Functionality Slideshow

I remember 3-4 years back we used to display a Large Image/ Data in a popup window. JavaScript Popup window (window.open function). Recent Web 2.0 application has changed the way we view images data on the website. We are talking about a Lighbox. Lightbox is nothing but a Div layer with zindex above the window [...]

mPDF- Script to create PDF from HTML using PHP on the Fly

In my previous post I have discussed creating a PDF file form HTML code using PHP on the fly through domPDF library. These kind of requirements generally come up when you creating accounting softwares and are required to send an online invoice, quote or any other confidential document to customer or any user through email. [...]

Jquery with PHP Crop Image and Save Image thumbnail on the Fly

Internet world is getting very cozy whilst internet web pages are evolving to more user friendly approach i.e. web2.0. Most of the social networking websites like dating sites, photo albums sites are providing ability to the user to crop their image/photo and save them on the fly. As a developer you must be wondering that [...]

Jquery Add New Text Fields Dynamically

We have already disucssed with examples the power of Jquery, whether it is Jquery with Ajax, image uploading, form validation etc. We can very easily add fields dynamically to our html code dynamically. This means a virtual HTML code is inserted into your HTML code. The basic fundamental is that we are just appending required [...]

How to Send PHP Email using Jquery AJAX without Page, Form Refresh or Reload

In my previous posts I have discussed the power of Jquery, using it for AJAX functionality and sending a PHP email with proper headers. Case Study Today we will combine all the three top graded functionality to form one identity. In the world of Web 2.0 developers get a request very often that a user [...]

Use PHP Curl for Remote API Integration, Payment Gateway Integration

PHP has been gifted with a CURL library. But most of the php developers new in the community are not aware of the power of CURL. Before I show you with some code for which you must be very anxious about, let us go through with some of the benefits whch are provided by CURL [...]

How to Send PHP Email with Proper Headers

All the new bees to PHP always stuck up on the fact that How to send email in PHP with proper email headers. The fact is that if you send an email with just “To, Subject, Message, From” parameters in the mail function, then it is very likely that the email will end up as [...]

Script to Create PDF from HTML on the Fly using PHP

Creating a PDF through PHP from an HTML content has always been a pain for me. Its true that PHP has an in-built extension to create a php on the fly but, you have to take care of every pixel you want to draw on the PDF file output.

Google Top Secret Video Revealed- Where Google Stores Data?

Watch the video where and how google stores data. The secret of getting fast results is here. Google has football field huge data centers.

What you need to Create Cutting Edge Website

Have you ever wondered that what you need to develop fancy, competitive, appealing, easy to use, friendly websites? Yes, this is what developers all over the world are wondering that “Hey, how did this website incorporated this friendly feature?”. The solution is easy-