Skip to content

Instantly share code, notes, and snippets.

@shawn-crigger
Forked from slow-is-fast/webdev_tools.md
Created July 15, 2019 14:07
Show Gist options
  • Save shawn-crigger/fafef71aa079cc10b136c4f08c76f976 to your computer and use it in GitHub Desktop.
Save shawn-crigger/fafef71aa079cc10b136c4f08c76f976 to your computer and use it in GitHub Desktop.

Revisions

  1. @ctkjose ctkjose revised this gist Dec 5, 2015. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions webdev_tools.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,15 @@
    ## Web Development Tools ##

    My list of commonly used sites for web development

    | Tool | Address |
    | ---- | ------- |
    | Create Data URLs | http://dataurl.net/#about |
    | Desktop Browser Compatibility Tables For DOM Events | [http://www.webbrowsercompatibility.com](http://www.webbrowsercompatibility.com/dom-events/user-submitted/) |
    | Can I Use | http://caniuse.com/ |
    | PHP Composer repository | https://packagist.org |
    | Safari Inspector Guide | [https://developer.apple.com/library/safari/](https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html) |
    | Mozilla Developer Network, MDN | https://developer.mozilla.org/en-US/ |
    | MDN Javascript Guide | [Javascript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript) |
    | MDN CSS Guide | [CSS Guide](https://developer.mozilla.org/en-US/docs/Web/CSS) |

  2. @ctkjose ctkjose revised this gist Dec 5, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion webdev_tools.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    | Tool | Address |
    | ---- | ------- |
    | Create Data URLs | http://dataurl.net/#about |
    | Desktop Browser Compatibility Tables For DOM Events | http://www.webbrowsercompatibility.com/dom-events/user-submitted/ |
    | Desktop Browser Compatibility Tables For DOM Events | [http://www.webbrowsercompatibility.com](http://www.webbrowsercompatibility.com/dom-events/user-submitted/) |
    | Can I Use | http://caniuse.com/ |
    | PHP Composer repository | https://packagist.org |
    | Safari Inspector Guide | [https://developer.apple.com/library/safari/](https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html) |
  3. @ctkjose ctkjose revised this gist Dec 5, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion webdev_tools.md
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,4 @@
    | Desktop Browser Compatibility Tables For DOM Events | http://www.webbrowsercompatibility.com/dom-events/user-submitted/ |
    | Can I Use | http://caniuse.com/ |
    | PHP Composer repository | https://packagist.org |
    | Safari Inspector Guide | https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html |
    | Safari Inspector Guide | [https://developer.apple.com/library/safari/](https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html) |
  4. @ctkjose ctkjose revised this gist Dec 5, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion webdev_tools.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,6 @@
    | ---- | ------- |
    | Create Data URLs | http://dataurl.net/#about |
    | Desktop Browser Compatibility Tables For DOM Events | http://www.webbrowsercompatibility.com/dom-events/user-submitted/ |

    | Can I Use | http://caniuse.com/ |
    | PHP Composer repository | https://packagist.org |
    | Safari Inspector Guide | https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html |
  5. @ctkjose ctkjose revised this gist Dec 5, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion webdev_tools.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    ## Web Development Tools ##


    | Tool | Address |
    | ---- | ------- |
    | Create Data URLs | http://dataurl.net/#about |
    | Desktop Browser Compatibility Tables For DOM Events | http://www.webbrowsercompatibility.com/dom-events/user-submitted/ |

  6. @ctkjose ctkjose created this gist Dec 5, 2015.
    6 changes: 6 additions & 0 deletions webdev_tools.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ## Web Development Tools ##


    | Create Data URLs | http://dataurl.net/#about |
    | Desktop Browser Compatibility Tables For DOM Events | http://www.webbrowsercompatibility.com/dom-events/user-submitted/ |