How to fix height problem with floating DIVs

You must have run into the problem of height property of a DIV not being active when it contains floating DIVs. This is because when you set the CSS property of a DIV to either float left or right, it starts floating to the respective direction and hence the height is not retained for the parent element.

Read more…

Payoneer debit card blocked for transactions in Pakistan

IMPORTANT UPDATE!

Payoneer has resolved the issue. They are issuing new Choice Debit Cards to their card holders. I received an email from them, confirming they have issued a new Choice Card at my address. This card will have no restriction, like cash withdrawl. Thanks Payoneer.

At May4, 2010, I received this unfortunate email from Payoneer:

Dear Customer,

Due to a change in requirements from our regulators, as of June 1, 2010 Payoneer cards will be blocked for transactions in the countries listed by the US government as having strategic Anti Money Laundering (AML) deficiencies. This change will affect card usage in the following countries: Angola, Ecuador, Ethiopia, Pakistan, Turkmenistan and Sao Tome and Principe.

Read more…

How to Slice a PSD

A comprehensive tutorial explaining step by step of how to effectively slice a PSD to be used in PSD to xHTML conversion.

This tutorial is a detailed step by step guide to slice a PSD into images that can be used to build the xHTML web page. Read more…

Simple AJAX Library

Free simple AJAX library is an extremely light weight AJAX library with which you can make an AJAX call with only one line of code.

Size:
The size of the library is only 3 KB. Read more…

Movable DIV using JavaScript

How to make a DIV movable using JavaScript. An absolute positioned DIV can made movable by adding a bit of JavaScript logic.

I have written a JavaScript to make a DIV movable, the size of the script is only 4KB.

You can download the script with example: Read more…