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.
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 6 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 # 5 is here. In the last part we were able to play audio from a file and also change the rate of the audio to speed it…
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…
Introduction This is part 1 of the tutorial to development with Swift. This series of tutorial is a step by step text tutorial of the course on Udacity titled “Intro to iOS Development With Swift”. This course is a very introductory course to swift programming and does not assume that you know objective-c(language used by apple for…
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 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…