SavedMarks

Latest Public Bookmarks

  1. Screenshot of Levenshtein Distance: String comparison and highlighting with ColdFusion

    Levenshtein Distance: String comparison and highlighting with ColdFusion

    An old but great ColdFusion script for comparing two pieces of text to see how similar they are. Currently using it to compare product descriptions on a client's site so we can make sure different departments are not using the same description, which is causing some of their pages to be de-indexed by Google.

    Saved by: Paul on 30 Aug 2016

  2. Screenshot of Get Colours - make a colour palette from a picture

    Get Colours - make a colour palette from a picture

    Neat little app from Paul Burgess / delarge.

    Saved by: Paul on 16 Aug 2016

  3. Screenshot of PHP Chart

    PHP Chart

    Charting code for PHP

    Saved by: Paul on 16 Aug 2016

  4. Screenshot of Burp Web Vulnerability Scanner

    Burp Web Vulnerability Scanner

    Worth a try for some of the projects I'm working on.

    Saved by: Paul on 16 Aug 2016

  5. Screenshot of MacGap - make HTML and Javascript in to an OSX app

    MacGap - make HTML and Javascript in to an OSX app

    Worth looking at for some simple projects

    Saved by: Paul on 16 Aug 2016

  6. Screenshot of Charles Proxy

    Charles Proxy

    Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).

    Saved by: Paul on 16 Aug 2016

  7. Screenshot of jQuery tag it

    jQuery tag it

    Helpful code for adding tags

    Saved by: Paul on 16 Aug 2016

  8. Screenshot of Karabiner - A powerful and stable keyboard customizer for OS X

    Karabiner - A powerful and stable keyboard customizer for OS X

    Recommended by John D. I think

    Saved by: Paul on 16 Aug 2016

  9. Screenshot of Getting car repaired in Konstanz

    Getting car repaired in Konstanz

    Linking to my article about Punto steering motor replacement

    Saved by: Paul on 16 Aug 2016

  10. Screenshot of PHP Month Number to Month Name the Easy Way

    PHP Month Number to Month Name the Easy Way

    It's just... $monthNum = 5; $monthName = date("F", mktime(0, 0, 0, $monthNum, 10)); Which is neat. It doesn't use jdmonthname, which expects a day of the year, which is fine but more awkward when you just want to make the month name

    Saved by: Paul on 16 Aug 2016