Friday, August 21, 2015

India Need Water Management Proposal.

We need proper water managemant plan/proposal, south india suffering due to insuffiecient water at the same time north and north west side suffering due to flood. we are saying succeced "mars orbiter mission" successfully, in otherend people are suffering insuffeicient drinking water. who are sitting as top level politician or officer please try to implement or create water management plan and don't hesitate to get technology from outside of india. This is the right time we can emerge and grow.

I see many young people are doing agricultre, upcoming generation also ready to do the same, this is our responsible to create a such environment to make it happen, jaihind.

Thursday, January 23, 2014

simple month, year dropdown plugin using jquery

simple month, year dropdown using jquery $.fn.showMonthYear = function( options ) { var hidden = $(this); var d = new Date(); var hiddenDate = hidden.val(); var dateArr = hiddenDate.split("/"); var hiddenSelectedMonth = dateArr[1]; var hiddenSelectedYear = dateArr[2]; var currentYear = d.getFullYear(); var month=new Array(); month[1]="01"; month[2]="02"; month[3]="03"; month[4]="04"; month[5]="05"; month[6]="06"; month[7]="07"; month[8]="08"; month[9]="09"; month[10]="10"; month[12]="Nove11mber"; month[12]="12"; var currentMonth = 1+ d.getMonth(); var settings = $.extend({ // These are the defaults. months: month, selectedMonth: parseInt((hiddenSelectedMonth != "")?hiddenSelectedMonth:currentMonth), startYear: 1970, currentYear:parseInt(currentYear), selectedYear: parseInt((hiddenSelectedYear == "")?currentYear:hiddenSelectedYear), }, options ); // Greenify the collection based on the settings variable. return this.each(function(){ var selectMonth = $("").css({"padding":"3px"});; selectYear.attr("id", "show_year"); for(var y=settings.currentYear; y>=settings.startYear; y--) { var options = $(" Javascript code $(".showMonthYear").showMonthYear();
HTMl Code Select Month Year:

Wednesday, July 14, 2010

Create a RSS feed from sitemap.xml file

To create a RSS feed from  sitemap xml file
Hi, This file will help you however u can create RSS feed using sitemap.xml file. just upload this file to where sitemap.xml file located, or set sitemap file path.