DevNexus 2018: Intermediate Git
I presented at DevNexus for the first time, yesterday. A great experience! Below is my slide deck.
I presented at DevNexus for the first time, yesterday. A great experience! Below is my slide deck.
At work last month, I researched, developed, and gave a three-hour workshop on Git basics. Below is the presentation I created. I am now working on a Git 201 class!
I published my first Chrome Extension yesterday: https://chrome.google.com/webstore/search/Optimum%20jQuery%20Selector It can also be found on GitHub: https://github.com/amandaol/generate-selector There’s certainly a Phase 2 or Phase 3 worth of features I’d like to add, to make it far more valuable, and I don’t think it’s totally bug free, but, “beta version” is live. Enjoy!
A common problem is refreshing a browser, noticing no change, assuming your code is wrong, attempting to fix it, no worky, and then after a long time realizing that you had simply never saved the file and probably your code was fine the whole time. In walks Sublime! Go to "Preferences" then "Settings – User" […]
I was recently given the task of converting many PDFs to HTML. This is not fun. However, it’s fun if you get to play with the Sublime Text 2 settings/packages/amazing stupedous power. Here’s what I wanted to do: In Adobe Reader, save PDF as HTML. Against that, do all of the following. run HTML Tidy […]
I don't usually work with cookies much but today I did. And this tool is the best tool I've ever seen for managing cookies. Pretty comprehensive. It is of course Firefox specific, unfortunately. https://addons.mozilla.org/en-US/firefox/addon/cookie-manager/
http://stackoverflow.com/questions/11920176/how-to-use-dollar-signs-jquery-with-sublimetext2-snippets First, I had the issue of a new snippet not appearing when I tried to insert it. And then, the above page not only fixed that but shows how to insert as many cursor insertion points into the code snippet as you would like (to tab through them). I was hoping that could be […]
I tested about 5 code playgrounds today: http://dabblet.com/ http://codepen.io/ http://jsfiddle.net http://jsbin.com http://cssdeck.com – winner CSS Deck was the winner for various reasons: when the code is embedded in another site, you can view multiple panes of code at once and each pane has line numbers. The others do some great things but not both of […]
I just downloaded and installed, and partially configured, Sublime Text 2. Notepad++ wasn’t as robust as I wanted, and I like the idea of an IDE that is more configurable than Dreamweaver. And Sublime Text 2 has come with a lot of fanfare. I’ve stuck with Dreamweaver so long partially because it is as configurable […]