Skip to content

Instantly share code, notes, and snippets.

View rakesh-baikar's full-sized avatar

Rakesh Baikar rakesh-baikar

  • www.techyweb.in
  • Mumbai
View GitHub Profile
@rakesh-baikar
rakesh-baikar / html file
Last active December 23, 2015 05:59
Simple Fade In Fade Out Js for clients images or a testimonials
<div id="testimonialslist1">
<div>Images Here</div>
<div>Text Here</div>
</div>
You can give css for that particular id and use multiple jquery
@rakesh-baikar
rakesh-baikar / default.asp
Created August 28, 2013 13:07
ASP Classic reCAPTCHA
<%@ LANGUAGE="VBScript" %>
<!--#include file="library/adovbs.asp"-->
<!--#include file="library/iasutil.asp"-->
<%
' On Error Resume Next
' Classsic ASP pages created by Andre F Bruton
' E-mail: andre@bruton.co.za
' Date: 2008/01/19