Category Archives: Cocktail

Cocktail category holds mixture of all web development, we design issues and solutions. General place for all kind of issues related to web development.

Add down arrow to active menu

on

Active navigation will have the different appearance to make user understand, where they are. Lets create the active menu like in below image. Active menu has bottom centre down arrow. Lets see how to using css3 :after pseudo create.     HTML markup to create basic navigation menu! Home About Blog Contact CSS3 to create […]

Read more..

upgrade to new design facebook

on
fb new look

Facebook announced the new design to home page on March 7, 2013. It is awesome look and user experience. we can learn more about the look in facebook official blog. I have seen my friends still using the old version of the facebook design even after few months since new launch. So I just post this […]

Read more..

IFrame Buster killer

on
Iframe uster

IFrames are very common and old technique to display the website content into other website. It’s globally accepted and used all over the web. While it’s famous, people also start thinking to secure their content. So website holders adding Iframe buster to stop access the site throw Iframe. What is IFrame Busting. IFrame Busting is […]

Read more..

php array for TLD list

on

I created the php array for TLD(Top Level Domain) list for country. The array will have country code (ISO 3166-1 alpha-2) as key and TLD as value. I belive it will be useful to someone that they want TLD in PHP array format. Please find the below free download link. Download php array for TLD

Read more..

gepg payment integration in php

on

GePG is the Government of India e-Payment Gateway for government department. I thought GePG can integrate in the website as other payment service do. I try to find the integration all over the web, but I was failed. So I write a letter to Technical director about my concern integrating GePG in PHP website. I amused about Indian government payment gateway GePG. […]

Read more..

PHP Warning: file_get_contents(): Unable to find the wrapper “https”

on

While i try to install composer.phar in my wamp server using command prompt i received below error in my cmd. Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. I used composer while install Symfony2.

Read more..