Tribute To Abdul Sattar Edhi
This tribute is created by me using information from Wikipedia.
See the Pen Abdul Sattar Edhi Tribute Page by Jawad Rashid (@jawadrashid2011) on CodePen.
This tribute is created by me using information from Wikipedia.
See the Pen Abdul Sattar Edhi Tribute Page by Jawad Rashid (@jawadrashid2011) on CodePen.
Wikipedia Article Reader This app uses wikipedia api to get random articles from wikipedia or use wikipedia search api to list down wikipedia results for a term using wikipedia. This page uses Bootstrap, Wikipedia API and AngularJS 1.5.8. View the full pen at https://codepen.io/jawadrashid2011/full/VmrMyL Links: Wikipedia Random Article API https://en.wikipedia.org/wiki/Special:Random Wikipedia API https://www.mediawiki.org/wiki/API:Main_page Wikipedia API…
This is part 2 of the swift development tutorials. Read part 1 here. What is MVC? MVC stands for Model View Controller. Basically as i already said in the last tutorial it is a way to organize code into different logical units based on their functionality and also to make sure there is controlled communication…
This is part 3 of the swift iOS Programming series. You should read part 1 and part 2 before attempting this tutorial. This course is based on Udacity swift programming course and it is basically a text version of the videos present in Udacity. Last time we had just started exploring Xcode not let’s jump and…
This is part 4 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 3 is here. In the previous tutorial we had added button to start recording with an image of microphone, added text to show when recording is in…
Introduction This World population dashboard allows to interactively explore global population data from years 1970-1995 for over 200 countries. This dashboard allows you to dig deeper into each country by visualizing population data for each city. This visualization uses census data collected by United Nations Statistics Division(UNSD). This dashboard integrates data from multiple sources to…
This is part 7 and final part of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 6 is here. In this tutorial we will finish off the app by adding two more buttons in audio playback to change the pitch…