Tag Archives: html

Making content editable – HTML

In HTML page we can edit any document. The javascript helps to overcome this problem. The contenteditable attribute helps whether the content of an element is editable or not. In contenteditable attribute there are three values are available. They are TRUE, FALSE, INHERIT. contenteditable=”” or contenteditable=”true” Indicates that the element is editable. contenteditable=”false” Indicates that… Read More »

Facebook Style Background Image Upload and Position Adjustment

Hi all, I share somany article related to web development. Many people use my article for their professional growth. I got many tutorial requests from my readers related to web development using php, wordpress, mysql, ajax, jquery, javascript etc. From their request, one of my readers asked to me “ how to design facebook style… Read More »