I'm Rajasekar - Web developer, Freelancer, Blogger and Owner of DeveloperDesks. From India lives in Bahrain. I love to do coding, Creating websites and trying different with code and designs. You Can Hire Me
Google reCAPTCHA v2 (No CAPTCHA) Code For login to avoid Bots Hi Developers, Here We go learn for Integrate Google reCAPTCHA v2 to our login form for avoid bots. reCAPTCHA protects the websites you love from spam and abuse. Google prompted users to confirm they aren’t robots by asking them to read distorted text and…
MicroMax has Launched a new canvas silver – Micromax Canvas Silver 5 at Just Rs 17,999 /-. The Sleek Device Thickness is 5.1 mm, end-to-end. The weight of the canvas is 97 grams, the company claims it is lightest smartphone compare than others. At Demo Event, the company even took a dig at its competitor known…
Developers at Google, Apple, Microsoft and Mozilla are Working to Create WebAssembly (a.k.a wasm) Fastest browser , a bytecode for use in the browsers of the future that promises up to 20 times faster performance. A new byte-code (a machine-readable instruction set that’s quicker for browsers to load than high-level languages) is used to create…
Here we going to learn simple javascript calculator code. Generally for beginners, they think its difficult to writing code for calculator. But its not that much difficult in the codding. We just know only simple things in function like add, sub, mutli and div functions in php. If you know that then the calci code…
Here we create Calendar Code javascript For form using php Step 1: Create Html Code for calendar as calendar.html <!DOCtype html> <!– JSCalendarSimple.html –> <html lang=”en”> <head> <meta charset=”utf-8″> <title>JavaScript Calendar</title> <link rel=”stylesheet” href=”JSCalendarSimple.css”> <script src=”JSDateUtil.js”></script> <script src=”JSCalendarSimple.js”></script> </head> <body> <h2>Calendar</h2> <form id=”frmCalendar”> <select id=”selMonth”> <option>January</option> <option>February</option> <option>March</option> <option>April</option> <option>May</option> <option>June</option> <option>July</option> <option>August</option> <option>September</option> <option>October</option>…
Here we go to create JavaScript code for A Date Picker Step 1: Create Files date.php <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″> <title>A Date Chooser</title> <script src=”dateui.js”></script> <script src=”datepicker.js”></script> </head> <body> <h2>A Date Chooser</h2> <form id=”theForm”> Year: <input type=”text” name=”year” id=”year” size=”4″ maxLength=”4″> Month: <select name=”month” id=”month”> <option id=”month1″ value=”1″>Jan</option> <option id=”month2″ value=”2″>Feb</option> <option…
Hello Developers, Initially I’m trying to developer e-commerce website using php, css and mysql. I developed with designs and templates. Created mysql database and all data’s are fetched from database. Finally the important thing in the e-commerce website is filter concept. So many of them come with filter concepts and face some difficulties, So here…
Features we will Miss In Windows 10 We know that Windows 10 of Microsoft gonna release next month(July). So we are exiting about the new features but you know what we were really miss the features in windows 7. Now some of these features might not be useful to today’s generation, but we really value…
Facebook Launched A New Way to Send a Location in Messenger , Now you can choose to explicitly send a map of your location or another particular place as a separate message. To get started, just tap the More icon or the location pin at the bottom of your screen. If you want to tell…
Microsoft has finally announced July 29 as the exact date of Windows 10 launch. Existing Windows customers will get a free upgrade, Windows 10 has many new features and upgrades including Start menu, new browser, cortana and much more. Watch the following Windows 10 feature highlights video to learn more. Some Features of Windows The Start Menu…