Front-end developer is forming sites utilizing HTML, CSS, JavaScript and other regular client side scripting technologies. The aim is on complete the product on restricted time frame. The front-end developer consider the page as a whole and web project as a combination of those pages. UI-Developer utilizes HTML, CSS, JavaScript and other client-side technologies. There…
Prevent Blogger from Redirecting to Country Specific Domains
This nation based URL redirection is liable to affect your Blogger online journals in a not all that positive way. For instance: The social details – like your Facebook Likes, Google +1s and Tweet tallies – for your blog entries may be decreased as the URLs for the same blog entry will be distinctive for…
Generate three letter month name from a date with example code
Php date function have number of usages in Web programming. You can make it our own different ways for desired output. Here the piece of php code tell how to Generate three letter month name from a date echo date(‘M’, strtotime(’14-12-1985′)); OutPut Dec 3 letter abbreviation of english Month December Searches related to php date…
Jquery code for Animated Scroll to Top
Create a div with class name gotop and Simply Copy paste the jquery code in betweenfor getting a scroll top functionality in a webpage. <div class=’gotop’>Scroll To Top</div> Jquery Code jQuery(window).scroll(function(){ if(jQuery(this).scrollTop()>1){jQuery(‘.gotop’).css({bottom:”0px”})}else{jQuery(‘.gotop’).css({bottom:”-100px”})}});$(window).ready(function(){$(‘.gotop’).click(function(e){e.preventDefault();$(‘html,body’).animate({scrollTop:0},700).animate({scrollTop:60},300).animate({scrollTop:0},400)})})(jQuery); Searches related to Scroll to Top scroll to top jquery, javascript scroll to top, scroll to top bottom of the photos, scroll to…
How to Rename Multiple Files with Windows
Step 1: Open the Windows Explorer. Step 2: Click Start-> All Programs-> Accessories and then click Windows Explorer. Step 3: Select files in a folder. Step 4: Press F2 Step 5: Give the new name, and then press ENTER. Search related terms rename multiple files windows, rename multiple files download, rename multiple files mac,…