Archive for the ‘APIs’ Category
Uploadify: Adding more files to the queue while uploading
07
Jul
Uploadify was created to be an easy-to-implement solution for multiple file uploads. As a jQuery plugin, the Uploadify implementation is simple and highly-customizable.
Visit WebSite
Lot of people ask about adding more files to the queue when the first upload start, the button to “browse” another file don’t work anyway.
This feature is not available in latest release.
So, I found a way to implement this from own code, It will not be a complete fix but allows you to handle oth ....Read Full Article
Google Visualization API
31
Mar
The Google Visualization API lets you access multiple sources of structured data that you can display, choosing from a large selection of visualizations. Google Visualization API enables you to expose your own data, stored on any data-store that is connected to the web, as a Visualization compliant datasource. Thus you can create reports and dashboards as well as analyze and display your data through the wealth of available visualization applications. The Google Visualization API also provides a ....Read Full Article
Google Translate
05
Mar
Use Google translate for your website to translate many languages and show on website with the same format.
I have done this using javascript. Different techniques can be used to apply google translate for your website.
Languages supported by Google translate
Afrikaans
Albanian
Arabic
Belarusian
Bulgarian
Catalan
Chinese
Croatian
Czech
Danish
Dutch
English
Estonian
Filipino
Finnish
French
Galician
German
Greek
Haitian Creole
Hebrew
Hindi
Hungarian
Icelandic
Indonesian
Irish
Italian
Japanes ....Read Full Article
Google Weather API
19
Feb
Google Weather Provides weather information from the world. They accepts a wide range of parameters like [city],[country] e.g. London,England – or postcodes, ISO country codes (UK,DE etc.), Lat/long.
To integrate it with asp.net just use below function and it will return weather information for current and next 4 days with images according to weather.
public static void GoogleWeather(string location)
{
HttpWebRequest GoogleRequest;
HttpWebResponse GoogleResponse = nu ....Read Full Article
RxNorm API
19
Feb
RxNorm API used to get codes for following coding systems:
AMPID – Alchemy Marketed Product Identifier
GCN_SEQNO – Generic Code Number
GFC – Generic Formula Code
GPPC – Generic Product Packing Code
GS – Gold Standard Alchemy identifier
LISTING_SEQ_NO – FDA Identification Number
MMSL_CODE – Multum identifier
NDC – National Drug Code
SNOMEDCT – SNOMEDCT Identifier
SPL – Standard Product Label
UMLSCUI – UMLS Concept Unique Identifie ....Read Full Article
Google Health Integration
29
Jan
1. Method for Linking with Google Health (Both for Import/Export)
Patient/User Logs into your site.
Link will be displayed saying “Link `Your Site Name’ with your Google Health Profile”
On clicking, it will redirect to Google authorization page to authorize Your Site to import/export.
URL will be concatenated with link to take user back to our site, so Google after authorization send users back to that URL with token as Query String.
On redirected page (i.e., https://www.yoursite.com/Link ....Read Full Article