Category: Interview Questions
HTML email template Creation with Example
Every so often I am required to build email templates and am constantly amazed by the new and bizarre bugs I come across. Having worked my way through a mountain of email client “features” over the years I thought it would be good to put together a simple best practice guide to building an email [...]
feedback form with Jquery
feedback form using Jquery with easing animation effect. It’s simple and interesting just hiding and showing the div tags with jquery. Use it and make some thing better your web project feedback box. Download Code : magicalfeedback Javas
Using the HTML title attribute
The HTML title attribute is problematic. It is problematic because it is not well supported in some crucial respects, even though it has been with us for over 13 years. With the rise of touch screen interfaces, the usefulness of this attribute has d
Loading different CSS based on browser
We can use javascript to load the browser based CSS style sheets use the below example to write code [php] <pre dir="ltr"><SCRIPT language=”JavaScript”> var browserName=navigator.appName; if (browserName==”Mic
MIME-Handling Changes in Internet Explorer
Each type of file delivered from a web server has an associated MIME type (also called a “content-type”) that describes the nature of the content (e.g. image, text, application, etc). Back in Internet Explorer 8, we made a few changes to IE’s M
JavaScript date difference calculation
Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “static” js object which can calculate difference between two dates in: days, weeks, months and years.
PHP manual with all PHP Sample’s – Free Download
The PHP manual is available in a selection of languages and formats. Pick a language and format from the table below to start downloading. Notes to read before you download The English version should be considered the most accurate, since