jQuery Checkboxes: Select All, Select None, and Invert Selection

A demonstration of selecting checkboxes using jQuery.We start off with a bunch of checkboxes: [sourcecode language=”html”]<input type="checkbox" name="numbers[]" value="0" /> <input type="checkbox" name="numbers[]" value="1" /> <input type="checkbox" name="numbers[]" value="2" /> <input type="checkbox" name="numbers[]" value="3" /> <input type="checkbox" name="numbers[]" value="4" /> <input type="checkbox" name="numbers[]" value="5" /> <input type="checkbox" name="numbers[]" value="6" /> <input type="checkbox" name="numbers[]" value="7" /> … [Read more…]

SEO 10 Steps to Better Search Rankings

Optimizing your website to boost its traffic is neither an easy task nor a rocket science. It is one of those tasks that require both creativity and hard-working. There are many factors that play a role in search engine rankings. Here are a few “on-site” optimization factors that are critical for better search engine rankings … [Read more…]

How to use JS file with APEX?

Today we can not think an application without Ajax/js. Good news APEX already included external js/css facility. First time i have faced some problem implemented external js in APEX but finally implemented. Now step by step we will show the process… 1. Open your application and click ‘Shared components’.   2. At the bottom of … [Read more…]