Author: admin

Highlight text with jQuery

Here I am going to show how to highlight particular word within a block of text.You can use this feature to:– highlight the search terms on the page.– highlight particular keywords dynamically on the page.– highlight negative numeric values on block of page. Below is the working example, enter the text in textbox and click

JQuery WYSIWYG HTML Editors

WYSIWYG(What You See Is What You Get) Editor allows users to enter rich HTML text on the fly in the browser. These controls are very useful for the sites which allow users to publish the content. Here I am going to share JQuery WYSISYG editor, i.e. “NicEdit” and other interesting editors. NicEdit is a Lightweight,

JQuery Textbox Hint

In most of the websites, you might notice textboxes with gray text inside which explains what is it for, and when you focus on the textbox it disappears and reappears when you leave the empty textbox. To achieve this, what i do is:– get the hint text from title attribute of textbox.– Show hint text

JQuery Check/Select all Checkboxes

Using JQuery, i will show how to:– select all checkboxes in a page.– select checkboxes within one block or selected area(table or div).– check selective boxes within the block or page.(select boxes based on css class in block or page) Here is the working example: column1 column2 A B C D E F G H

20 Useful Firefox Add-ons for Web Developers

Most of the web developers use Firefox browser for their development work as it has tons of useful extensions to help in productivity, performance and perfection. Here are some of the useful and commonly used extensions: 1. Firebug This is an essential add-on every developer should have. Firebug allows to inspect HTML and modify the

How to Add Stylesheets for IE Only

It is very challenging to write only one CSS file to target all the browsers, especially to target IE. We can add the IE specific style sheets using conditional comments. So we have to add one global CSS file for all browsers, and one for IE only to override or add styles specific to IE.

Print a Part of Page using Javascript

do you want to print a part of the web page? do you have multiple print buttons in a web page, which prints portion of the page? do you want to exclude some elements in print of your page? (like images, ads) do you want to print the display page differently? (changing font or colors

Google Analytics reports in realtime

Google Analytics  is a best tool for traffic reporting system that will provide statistics on how people find your Website and how they behave once get there. But normally analytic results will show as of a day before,  if you want  to see the same day traffic views,  then just follow the below simple trick.
Close Bitnami banner