Writing with Atom and Markdown - Images

Writing with Markdown and Atom - Images This pertains to general writing, blogging, and documentation and other such things. I am nostly focusing on documentation and blogging, which overflows into general writing. In Atom.io there are many markdown plugins and I have been going through them to see which ones I like the best and which ones I don’t like and which ones I find useful and what I don’t. You can find more reviews, ideas, suggestions, tips, tricks and ramblings about this in this in this category here.

C# External Config File

Objective The objective of this is just to try to get the data from a config file for the database connection. The situation is where one would have a C# executable on a server that would be executed by the webpage. The security standards are that we don’t want the connection string in the SVN/GIT repository at all (besides these “test” ones that are dummy). That also includes having the connection string in the code that will be in the repository (SVN/GIT).

Hugo Front-Matter

What is Front-Matter? Tommy, Jason, and Yaml - Front-Matter Languages? Ok, its not really “Tommy” and “Jason”. Atom Packages Everyone is going to have a different style of how they want to do things. This is my style and let me try to justify it. language-markdown by burodepeper Install: 195,561 Atom Page: Repo: Description: markdown-writer by zhuochun Installs: Atom Page: Repo: Description: Review: markdown-table-editor by susisu Installs: Atom Page: Repo:

Learning Markdown

Why Learn Markdown? That is a great question. Consider this a “Part 1” to a mulit-part blog, as there is several answers and questions I want to address. I started to commit myself to learning Markdown in general and using it. Mostly, I wanted to learn it for note taking. I know everyone has their own methods and their own thing regarding notes. My reason is mostly because of personal habits, so let me digress here for a moment.

JavaScript Detecting when iFrame Scrolled to Bottom

Objective This situation is becoming more and more common as people do more and more commerce online. I have a customer who wants ensure that their customers (online) have scrolled to the bottom of a document to make sure that their customers have read the terms, policy, contract, agreement or whatever it might be. Depending on the requirements, this can be handled differently. We have all seen them on pages, and we even see this now when signing up for something.

A Funny Thing with ColdFusion - CFQuery Serialized Data

CFQuery SerializeJSON() and the structure returned So this might not be the best programming at all, but recently I had a task, like many others. I needed to get data from the DB using ColdFusion and put it directly into a JavaScript plugin. The JavaScript plugin is a chart and graph one that the company bought years ago and no one has used until now. This specific library is looking for pure data and then it will make the charts and such.

Nested JSON Results

Nested JSON Results Digging through JSON objects to get what we need. Revisit some bad code written from a previous post. This is a bit of a rebuild or rebuttle from a previous post about the funny thing with ColdFusion. I know in that post some of what I did was bad programming. Most of that in the name of pushing it to the server and for the sake of the example and illustrating the parts of ColdFusion.

SQL Performance and Generating a Unique ID

Hello Aaron - Thank you for the post it was something great to look into and to see. I have a different method that worked for me and my group, that was similar to your first example and something that “we” on 5/17/2016 had asked about. I adjusted the table that I had to have a “uniqueidentifier” as a field and then to have a calculated column based on that field to give me a 10 digit ID, which would be 9.

Using Netlify to Blog

The “theory” is with Jekyll it recognizes markdown files and serves it up as a regular file. Awesome! Except this wants Jekyll install with the Repo, which needs Ruby and RubyGems (installed locally and thus with the repo and the blog) Alternatives on Netlify - Jekyll - Middleman (also a Ruby thing) - Node, NPM and Yarn ?? - Python - Hugo - Bower - Grunt - Hugo - Written in GO - Roots - Gatsby -

Git Client on Android While doing some research for a git client for android I came across some issues. This post is not an app review or what I eventually settled on. Rather something that I hope will help someone else. Issue History The first issue is that I wanted to created my own SSH key to access the various git remotes. I had some proprietary and some personal, all of which were on various remote git servers.