Add Form Field Hints using JavaScript

Posted by jposwal on December 31st, 2009 under CSS, Design, JavaScriptTags: , ,  • 2 Comments

add-form-field-hints-using-javascript

Web forms are common element on the Internet.
They allow user to enter data (like credit card details) or retrieve data (like advance search on searching engines).
E-commerce websites often spend a good amount to get their web forms in search results (most likely on first page or in first place).
But there is no use if people [...]

LinkedIn works with Twitter and vice versa (Status Share)

Posted by jposwal on November 11th, 2009 under Others, Social NetworkTags: , ,  • No Comments

linkedin-works-with-twitter-and-vice-versa-status-share

LinkedIn and Twitter have announced a partnership deal on 10th November whereby new features that they think are going to make both Twitter and LinkedIn more powerful for it’s users.
LinkedIn and business focused social network Twitter have signed a new deal that will allow users of both services to cross post status messages.

“The [...]

Microsoft Security Essentials- no need to pay for window security

Posted by jposwal on November 11th, 2009 under OthersTags: ,  • 1 Comment

microsoft-security-essentials-no-need-to-pay-for-window-security

While surfing Microsoft website I found a very interesting security update. It’s a tool called Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, worms, rootkits, trojans and more for Windows XP (x86[2]), Windows Vista (x86 and x64[2]), and Windows 7 (both x86 and x64[2]), free of charge.
The [...]

Update Twitter status using SMS in India via Airtel

Posted by jposwal on November 10th, 2009 under Social NetworkTags: ,  • 1 Comment

update-twitter-status-using-sms-in-india-via-airtel

As twitter collaborate with Bharti Airtel, the largest mobile operator in India in October. Now Indian twitter users can directly send tweets from their mobile using SMS at standard rates and receive tweets for free. SMS will be chargeable according to Airtel regular charge. Airtel is offering people in every [...]

The difference between px, pt, % and em

Posted by jposwal on November 6th, 2009 under CSS, XHTMLTags: , ,  • 9 Comments

the-difference-between-px-pt-and-em

Many Designer would dispute about the usage of pixel (px), point (pt) and em when it comes to font sizes and line heights.
In CSS, you’re given four different units by which you could measure the size of text as it’s displayed in the web browser.
The most confusing aspects are which of these four units best [...]

Font-resizing with jQuery – Text Resizing With jQuery

Posted by jposwal on October 28th, 2009 under JavaScript, JqueryTags: , ,  • 2 Comments

font-resizing-with-jquery-text-resizing-with-jquery

jQuery one of the my favorite JavaScript framework. Its is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML.
I used it many of my projetcs. Today i am going to show you how to allow visitors to increase or decrease the text size (font size) on your website?This is important from [...]

Most Popular JavaScript Frameworks

Posted by jposwal on October 19th, 2009 under JqueryTags: , , ,  • No Comments

most-popular-javascript-frameworks

A JavaScript library or Javascript Framework is a library of pre-written JavaScript controls which allow for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.
There are many JavaScript and Ajax framework available in the web. Its not easy to choose which one is the best. Last month i research a lot about [...]

<DOCTYPE> Document Type Declaration

Posted by jposwal on August 20th, 2009 under Web Design, Web StandardTags:  • No Comments

doctype-document-type-declaration

The DTD(<DOCTYPE>) document Type Declaration tells the browser which version of (X)HTML you’re using, so it will know how to display the page. The doctype declaration refers to a Document Type Definition (DTD). The document type declaration must be appaer at the beginning of your code that includes a reference to the DTD for the [...]

HTML mailto command (the mailto Syntax)

Posted by jposwal on August 20th, 2009 under Web Design, Web StandardTags: ,  • No Comments

html-mailto-command-the-mailto-syntax

In one of my article I told you about how to make html mailers. Now I am going to tell you about html mailto command. The mailto command just create hyperlinks that will directly launch the default email software and compose a new email message. Every designer and developer probably know how to [...]

Useful .htaccess Tricks For Web Developers and Designers

Posted by jposwal on August 10th, 2009 under Others, Web Design, Web StandardTags: ,  • 2 Comments

useful-.htaccess-tricks-for-web-developers-and-designers

The .htaccess files (Hypertext Access file) is the default name of a configuration file for use on web servers running the Apache Web Server software. It contains commands known by the server that tell the server how to behave in certain instances. The .htaccess file is placed in your website root directory, and is able [...]