Nokia Tech News 

Nokia could soon launch two smartphones with QHD displays and Snapdragon 820 chipsets

If a recent post from a Weibo turns out to be true, we could soon be seeing the launch of not one, but two new smartphones from Finnish smartphone maker, Nokia. While the company has been on a long sabbatical ever since the acquisition of its mobile devices division by Microsoft, a new piece of information claims that it is planning a big comeback with two new flagship devices. The leak which was first reported by Phoneradar, comes from Weibo and points to two new smartphones, that will be powered…

Read More
IT Public Sector News Tech News 

Reliance Jio claims 1.5 million test users on network, monthly consumption per user 26 GB

Reliance Jio Infocomm, the telecom arm of Reliance Industries, has claimed it has over 1.5 million test users on its network but did not specify a launch date for its commercial operations. “The average monthly consumption per user is in excess of 26 GB and is increasing rapidly. Average voice usage per month is over 355 minutes. The test programme will be progressively upgraded into commercial operations in coming months,” RIL said announcing the first quarter results. Reliance Jio, which is gearing up to launch its 4G services, said that…

Read More
skill india News Tech News 

Government of india launched online skill training portal

Ministry of Skill Development and Entrepreneurship on Saturday launched an online platform for imparting skills with an aim to reach millions of skill seekers in the country. The web portal (indiaskillsonline.com) is a part of the government’s Skill India campaign that aims to provide vocational training to 1 crore workers in the next four years. It will provide free online courses to aspirants registered for skill training schemes that can also be downloaded as mobile applications. Apart from domain specific, qualification pack courses, the website will also offer courses on…

Read More
API's MySql PHP Web API 

Google API to Calculate a Distance in PHP / Mysql

I actually had a hard time finding some of the Geographic calculations to find the distance between two locations so I wanted to share them here. If you remember ‘the old days’ of calculating a distance between two points, it was simply the hypotenuse of a triangle (A² + B² = C²). That’s an interesting start but it doesn’t apply with Geography since the distance between lines of latitude and longitude are not an equal distance apart. As you get closer to the equator, lines of latitude get further apart.…

Read More
IT Healthcare Tech News 

With Apple Iphone Sync, A new product skipping roap is now ready to buy at 90$

This week, Apple Stores will begin selling the Tangram smart rope, a jump rope with embedded LEDs that creates the appearance of a digital display in mid-air that displays your jump count. The smart rope tracks your jumps, calories burned, and has a leaderboard system that will let you compare jump stats with your friends. The Tangram Smart Rope is $90. The top-selling jump rope on Amazon is $10. A jump rope that can count for you (and let’s be honest, you know how to count just fine) is probably not…

Read More
News Retail/E-commerce Tech News 

Dish – Remote control will listen when you talk.

Soon we’ll all be mumbling to everything in our homes, calling up microwave popcorn and vacuum cleanings like befuddled Scotties in the Voyage Home. Until then Dish is giving us the option of chatting with our TV remotes with the new $30 Voice Remote. The squat remote has a button on the side that activates voice commands like “Watch ESPN,” “Record this,” or “Romantic Comedies featuring Harvey Keitel.” It also has a touchpad/numeric keypad built into the half-sized device. It has a touchpad-like interface above the play and fast forward…

Read More
ccavenue payment gateway Integration Payment Gateway PHP 

CCavenue Payment gateway integration using PHP

CCavenue Payment gateway is simple to integrate and the following are things you need before integrating. We need a merchant id and working for implementing payment gateway These two details will be given by CCavenue They use a redirect model for payment ie the user will be redirected to there site for making the payment Before for sending the details to CCavenue, we need to save the details so that we can verify the details after the payment we need to generate a signature(checksum) that is it contains some details…

Read More
IT Healthcare Tech News 

Increase in IV medications driving demand for automation

Compounding IV medications is a burdensome manual process that carries considerable risks. As hospitals care for more acute inpatients, the demand for IV medications is on the rise. With an eye on improving safety, increasing compliance and reducing waste, an increasing number of hospitals and health systems are looking to insource and automate their IV compounding processes. At Duke University Hospital in Durham, North Carolina, the decision to utilize a compounding robot has yielded positive results. “It was our first attempt at using technology to bring back in-house items that…

Read More
HTML logo CSS Frontend Programming HTML Javascript jQuery 

How to stick header to top using HTML/CSS/Javascript

To stick header / Fix the Header to top Follow these Steps 1.Create a Div in Html as shown in the below code 2. then add CSS, to it Position:fixed is very important to fix the header. 3. Then add JS you can also use this too. If the trigger point is unknown but should be whenever the sticky element reaches the top of the screen, offset().top can be used. then you can use the JS. .DEMO :http://jsfiddle.net/gxRC9/502/

Read More