I had tried to jump on to the cloud password manager band wagon last year with Lastpass but it was a spectacular failure. I installed the Lastpass Firefox plugin, it asked me if I wanted to import all my existing usernames and passwords, then it… more »
Categories: "Computer Languages"
Found a page with no formatting and no jQuery loaded into it so had to go old skool and write some pure Javascript! This gets a list of img tags and then loops through them setting the style. I had tried to use forEach, each, filter and others to create… more »
If you want to update a single document by hand there is a gotcha. When you run a find it looks like you are getting one result but you are actually getting a set of records which contains 1 entry. Log into mongo: > var x =… more »
Recently had a problem with Yii2's migrate when trying to connect to a local database. I added the settings from common and Hey Presto! everything works. more »
Recently got this message while I was trying to use get_file_contents in PHP. more »