javascript CAPTCHA HTML Javascript 

Simple Javascript CAPTCHA Validation

Now a Days Without Captcha if the developers Developed a form then that website should be ready to get spam hits because of unwanted robots may hit.   Step1 : create a form how you need and the and/ configure this below code. step2: then configure this below javascript code to work. Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
Google API Javascript Web API 

GoogleMaps API to Draw a line From A to B Direction

To make Google maps API to Draw a line From One Place to Another Direction. Step1: Add the below Google maps API link to your page   Step 2: Add the below HTML Div to body Step 3: Then you have to configure Javascript code based on your Requirement.   Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
HTML logo CSS Frontend Programming HTML Javascript jQuery 

How to stick header to top using HTML/CSS/Javascript

To stick header / Fix the Header to top Follow these Steps 1.Create a Div in Html as shown in the below code 2. then add CSS, to it Position:fixed is very important to fix the header. 3. Then add JS you can also use this too. If the trigger point is unknown but should be whenever the sticky element reaches the top of the screen, offset().top can be used. then you can use the JS. .DEMO :http://jsfiddle.net/gxRC9/502/ Arjun JSArjun is a Full-stack developer, who is fond of the web.…

Read More