Posts

Showing posts from February, 2016

11 Windows 10 Apps you must have

Image
Drawboard PDF Put your pen and paper to the side. This productivity app is a handy tool for reviewing and annotating PDF files. You can use the annotation tools in Drawboard PDF to create new PDF files, mark up existing content, and save documents as compatible PDF files. You can test the app in a three-day free trial and, if you like it, purchase the full version for $10 on the Windows Store. (Image: Drawboard via Windows Store) Flipboard The Flipboard app for Windows 10 is an endless stream of news and information curated according to your personal interests. It has a visually appealing grid design that you can navigate by swiping from page to page. The app is free on the Windows Store. (Image: Flipboard via Windows Store) VLC For Windows Store The Windows Media Player was one of the features that didn't make it to Windows 10. VLC for Windows Store is a free, open-source multimedia player you can use to play multimedia files after downloading Windows 10. Th...

Clone TextBox dynamically without values and store values in database in JSON formate

# This Source code in php would help you to create dynamic textboxes which would be just clone of already made . The limit is upto 12 textboxes but you can change that and all the values that user will input will be stored in the mysql database in json formate. <!DOCTYPE html> <html> <head> <!-- <style> #textbox1, #textbox2 { display: block; float: left; width: 100px; } </style>--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script> $(document).ready(function() { var max_fields = 12; //maximum input boxes allowed var wrapper = $(".input_fields_wrap"); //Fields wrapper var add_button = $(".add_field_button"); //Add button ID var submit = $("#container2"); var x = 1; //initlal text box count $(add_button).click(function(e){ //on add inp...

How Tiny RFID Tagging Chips Will Change Our Lives

Image
Image: Flickr Short Bytes:  RFID technology has been used to track animal movements for almost 20 years but in recent years an increased trend of using it on humans has been observed. An RFID chip fitted inside a glass tube is inserted into a human body which allows him to access buildings and operate other compatible devices without even touching them. W e use RFID tags on animals to track their location and movement habits while they’re busy with their jungle jobs. Twenty years have passed since we started inserting RFID chips into tigers, lions, and other members of the wild family. You might have encountered the power of RFID when you were trying to sniff some items at the supermarket and suddenly the alarm rang. Nowadays, an incline towards implanting RFID chips into the bodies of social animals a.k.a. humans has begun. To know about the very first RFID implant in a human body, it would require us to time travel back to 1998, when Kevin Warwick, a Bri...

Google Script To notify with an email to multiple recipients with cell values in tabular formate

Image
What this script does: This script will get the recent changes from the google sheet and will send to multiple recipients given with the data that is entered in the sheet. Simply the last row is targeted and fetched and sent to recipients with the headers in a table formate. Anyone can use this script and change the script names and manipulate the code to run on their google sheet. Instructions: 1. Open the sheet where you want to trigger this code. 2. Click on Tools - > Set notification rules -> shown in below image 3 3.Then save. 4. Again click on Tools -> select "script edtitor" and paste this whole script there. 5. Set the sheet name as your sheet name, and your email ids where you want the mail to be sent. 6. set the trigger when to fire this script select on resources  - > current project Trigger and set it as shown in below image. If you want this should be fire on onEdit. you can set trigger as you want...

This Is Faraday Future’s 1,000 Horsepower Electric Batmobile

Image
Short Bytes:  California-based Faraday Future has unveiled its first electric concept car at CES 2016. The company has challenged Tesla with its futuristic “Variable Platform Architecture” concept that will enable it to offer cars on a subscription basis to the customers. F araday Future – the ultra-secretive electric car company – has been operating in stealth mode from some time. After a-year-and-a-half long secret operation, few months ago, company’s  $1 billion facility was revealed in Los Angeles . Now, Faraday Future – a direct competitor to Tesla Motors – has unveiled its first electric concept car at CES 2016 . The company was founded in 2014 and it has already grown to house about 800 employees from all over the world. The battery-powered FFZero1 concept comes with a smartphone dock in the steering wheel and projects information over the driver’s view. The car’s design is modular basis that allows the same elements to create different types of...