Mobile cloud computing provides a mobile user an application delivered over the internet that is powered by a cloud-backed infrastructure, while cloud security deals with the set of policies, controls, procedures and technologies that work together to protect cloud-based systems, data and infrastructure. These two topics work hand in hand because within mobile cloud computing, you need cloud security in order to protect the data on the cloud from any attack on the end user’s mobile device.
Search Results for: --------
Periodic Elements API
In this project, I have connected an API source for the Periodic Elements. I then created 12 buttons to sub-categorize the elements into their respective groups. The primary button will display all the elements in a table with their atomic number, name, mass, and element group. The smaller buttons, each named for the element group they represent, display a new table that only shows the element group. I did this by using functions that would be run when each button was clicked. The functions themselves used the $.getJSON method, then a for loop to run through the entire API, then within that I used an if statement to make sure that it was only displaying the element group it needed to. I did this to create a functional and easy interface to check which elements belong to which group at the click of a button.
My project can be found here.
MIS 2402 Project
- Link: http://misdemo.temple.edu/tui54144/MIS%202402%20Project/
- Goal: Find substitutes for common ingredients.
- Results: When you type the name of an ingredient (e.g. butter, baking soda) and click the button, a list of substitutes come up.
- What I Learned: I learned how to build something from scratch, and I learned the function of each part of the code. It was a difficult but rewarding experience since it taught me even a small type could affect the interactivity or appearance of the page.
- Once approved, the description is automatically displayed in a post on your e-portfolio.
MIS 2402 Pro Points Project
- The goal was to research and develop a concept of a public API while also providing a recommendation for how it can be used.
- Link: https://misdemo.temple.edu/tuh00470/jeopardy/
- Recommendation: The jeopardy question API can be used through various applications as a possible trivia game. The API would pick random from 156,800 different jeopardy questions, and a user can attempt to answer them by comparing what they typed and the answer in the question’s data which was already generated.
- Once approved, the description is automatically displayed in a post on your e-portfolio.
Professional Achievement Points Project – MIS2402 Web API – Proof of concept
http://misdemo.temple.edu/tuj66655/movieapi/
This app can be used to quickly and easily display info about any Movie or TV show. Easier, quicker, and more effective at finding the information you actually care about and less of it that you don’t. No ads or unnecessary elements to the page. By simply typing in the title of a movie or TV show, the site contacts the OMDb API by placing your query into the .getJSON URL and returns relevant information based on the keywords you entered including: cast, plot, ratings, and awards.
MIS Pro Points API Project
Project link: https://misdemo.temple.edu/tug39450/pro_points_api/
Description added in the single page architecture program.
Recommendation: I recommend that Lichess API be used to run large scale statistics by accessing their public database and using their provided information about their users to draw meaningful conclusions about the online-chess playing community.
API Project
The API a chose is a comprehensive, constantly updating array of astronauts currently in space. This API does not have a significant amount of business value, but it does however have entertainment value. I think that it does have a good amount of entertainment value. First of all, it tells people the exact names of people who are in space. I told a friend about this and she was shocked, because she didn’t even know people were in space right now. She was also impressed by the fact that this list is constantly updating. Overall, it has entertainment value because it gives people the opportunity to see something that they don’t have ready access to.
API assignment
http://misdemo.temple.edu/tug98919/Pro%20points/
Goals: My goal was to create a working API for entertainment use.
Results: I made an API that results in Chuck Norris Quotes.
Recommendation: My API could be used for entertainment purpose, if someone wanted to see different quotes by Chuck Norris.
Periodic Elements API
In this project, I have connected an API source for the Periodic Elements. I then created 12 buttons to sub-categorize the elements into their respective groups. The primary button will display all the elements in a table with their atomic number, name, mass, and element group. The smaller buttons, each named for the element group they represent, display a new table that only shows the element group. I did this by using functions that would be run when each button was clicked. The functions themselves used the $.getJSON method, then a for loop to run through the entire API, then within that I used an if statement to make sure that it was only displaying the element group it needed to. I did this to create a functional and easy interface to check which elements belong to which group at the click of a button.
My project can be found here.
Web API – Proof of Concept
The goal of this project was to implement a web API that we haven’t already worked on and use it to create a useful application. During the process of creating this site, I learned a lot about implementing a web API from an unfamiliar source. It’s one thing to do it with the in class materials, but it becomes more difficult using other people’s APIs. The site I made uses API-NBA, a source of NBA statistics and history. Using API-NBA’s game history, the site is able to list the NBA games played on a given day.
http://misdemo.temple.edu/tug73584/nba_api/
