banner ad

RSSCategory: Interview Questions

HTML email template Creation with Example

| February 12, 2011 | 0 Comments

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 [...]

Continue Reading

feedback form with Jquery

| December 27, 2010 | 0 Comments

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

Continue Reading

Using the HTML title attribute

| November 10, 2010 | 0 Comments

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

Continue Reading

Loading different CSS based on browser

| November 7, 2010 | 0 Comments

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

Continue Reading

How to Use Different CSS Style Sheets For Different Browsers

| November 7, 2010 | 0 Comments

In an ideal world, you only need one set of CSS style sheets for your website, and those styles will work with every browser currently being used. This, as every webmaster soon finds out when he/she uses CSS, is a pipe dream. The modern browse

Continue Reading

MIME-Handling Changes in Internet Explorer

| October 28, 2010 | 0 Comments

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

Continue Reading

JavaScript date difference calculation

| October 21, 2010 | 0 Comments

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.

Continue Reading

PHP manual with all PHP Sample’s – Free Download

| October 10, 2010 | 0 Comments

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

Continue Reading

banner ad