Making Changes requested
Implement suggested change by Jonathan
0836667
Implements missing suggestions
ac7f044
Article: Front End Tribute Page (#726)
* Created tribute page front end project wiki page
created a wiki page for the front end project Build a Tribute Page.
Added in what I consider to be tips that I found useful when I first
started designing simple web pages. wiki issue #539
* REMOVES EMPHASIS AND APPLIES HEADINGS
Removes the use of emphasis for the start of each tip and
applies H2 and H3 instead
* REMOVES H3 FROM OVERALL BODY TEXT
Removes H3 from body text and puts H2 on first line
a8cb8b0
Merge pull request #786 from hallaathrad/master
Add cities, Apr 24 2016
b88e256
Fix How to start when you are stuck (II)
4baf3e5
Create wiki article about "ping" command basics (#754)
* Create wiki article about "ping" command basics
Teach new users how to use the "ping" command, built right into your existing Mac or Windows computer, which can help identify basic connection problems.
* Update 1: Implemented suggestions
Per @alayek / @abhisekp :
@alayek
> Use Markdown based image tagging and not raw HTML
Changed for all
> help desk people get offended if you do anything other than what they ask you to do. How about you figure out the problem before you press the right button sequence to get to your IT help desk?
Added “And please remember that your Support personnel are debug specialists, so follow their instructions when they step you through the troubleshooting sequence.” to help ease the interaction.
> The "ping"ping command:
Changed all human-text references from “ping” to `ping`
> Also add Linux distros to the list. They also have ping terminal utility.
Added
@abhisekp
> Make these [bolded sections] as headings (small headings)
Changed, e.g, **The `ping` command:** -> ###The `ping` command:
@alayek,
> Added The original author, [Mike Muuss](https://en.wikipedia.org/wiki/Mike_Muuss)
Changed. Also added wikipedia reference to “ping” sound attribution which is not cited on Mike Muss’ page
> [plural] -> command provides
Nice catch!
> inline code syntax for returned data
Changed for all
> Mention somewhere below that you need to Cmd + C to stop
Mentioned under "Important Mac Tip", added <kbd> tags
> Google.com inline style, and NOT link, because
Changed
> Remove +[Note: Queue crickets, wait a while...]
Changed
>change “request timeout” to `request timeout`
Changed
> Add <kbd> to return
Changed
> For Mac users, it's the Command Key, marked Cmd. Not Control, unless I am much mistaken.
Not changed. Yep, it's the “control” key on the Mac. I'm on a Mac now, and if I had a dime for every time I've forgotten and failed by using the command-c key instead...
> In Windows, it's Enter on the keyboard.
Nice catch, changed
> local IT Support Person -> support person
Changed
@abhisekp:
> This particular first heading must be either heading 1 or heading 2
Changed
> Use heading here too and all other such instances
Changed
Thanks!
* Update 2: Review and cleanup
Actions:
Fixed top graphic
Dropped (without quotes) from command `ping Google.com` since it now uses inline format and no quotes.
Changed to inline format for `sendto: No route to host`
Changed to inline format for (IP `216.58.196.46`)
Add Linux to TL;DR "Mac OS X, Windows or Linux computer"
* Update 3: Implemented additional improvements
Thanks to @abhisekp for additional suggestions
> The image link is broken.I am getting broken image when page loads.
> Use http://imgur.com instead so that wiki repo is kept pure textual.
Changed all images to use http://imgur.com
> Link to an external Wiki page for the protocol.
Cleaned up phrasing and added link
> Shouldn't TL;DR be at the very top of the article?
Moved TL;DR to below the lead paragraph. Good discussion on where TL;DR should be placed:
1) http://meta.stackexchange.com/questions/137120/tldr-summaries-at-the-top-of-question
2) https://www.reddit.com/r/Showerthoughts/comments/31uu4t/why_is_tldr_always_mentioned_at_the_end_of_a_post/
* Update 4: Fixed imgur links
Changed links to directly reference images and use https
7aec4f6
Merge pull request #783 from hallaathrad/master
Add today's cities, link to assets repo and improve the map's description
6132059
Added link to FCC Campsite materials repo
371f747
Merge pull request #782 from n00bax/patch-2
Update Checkpoint-Profile-Lookup.md
4e1d15c
Update Checkpoint-Profile-Lookup.md
`.hasOwnProperty()` method is more appropriate in the code solution, I also updated the explanation.
377e534
Merge pull request #781 from koustuvsinha/contribute/java-3
Add Java Interfaces article
0479375
Implement suggestions and add snippets
35ed11b
Add Java Interfaces article
9ce3737
Merge pull request #780 from hallaathrad/master
Add cities, Apr 22 2016
62a958d
Merge branch 'Rafase282-lint-scripts'
* Rafase282-lint-scripts:
Adds eslint and fix linting issues
d2cf26a
Adds eslint and fix linting issues
40b62fb
Add Java Inheritance wiki (#773)
* Add Java Inheritance wiki
* Update article with suggestions
* Implement suggestions
* Minor edits
* Update with new suggestions
* Updated with new suggestions
* Add relative links
8849036
Merge pull request #777 from hallaathrad/master
Add cities, Apr 21 2016
840f672
Merge pull request #771 from raisedadead/add/room-indonasia
Add Bahasa Indonesia
10eff22
while-loop.md
It explains how to use while loop.
a5ef78e
Merge pull request #770 from hallaathrad/master
Add cities, Apr 20 2016
bfda1cf
Merge pull request #760 from Rafase282/korean-articles
Adds prefix to Home.md to rename it
b668804
Merge pull request #759 from Rafase282/spanish-articles
Rename Spanish Home.md to ES-Home.md
df43240
Merge pull request #761 from Rafase282/french-articles
Rename files to follow protocol
e4075b3