Posts Tagged “format”
Posted by alex in Insights
I am fairly new to Markdown and have really just been becoming more familiar with Markdown while posting here on Question Defense’s [Engage][1] site. So far I really like Markdown and have been impressed with how user friendly it becomes as you learn the Markdown tricks as I call them including asterisks or underscores for bolding or italicizing, brackets for links/URLs, and numbered lists simply using 1., 2., 3., etc. While the Markdown learning curve has been fairly steep for me
An issue I ran into on my last post was the fact that I was posting some PayPal variables that included underscores within the variable.
I am fairly new to Markdown which is a lightweight markup language. I have really just started becoming more familiar with Markdown while posting or replying to articles in the Question Defense Engage section. Markdown is the markup language used on Engage to format the posted questions, posted responses, comments, and pretty much anywhere that content data is entered. So far I really like Markdown and have been impressed with how user friendly it becomes as you learn the Markdown tricks as I call them including asterisks or underscores for bolding or italicizing, brackets for links/URLs, and numbered lists simply using 1., 2., 3., etc. While the Markdown learning curve has been fairly steep for me the more I use it the more Markdown is sticking with me.
Read the rest of this entry »
Tags: asterisk, backslash, backtick, bold, curly braces, display, dot, exclamation mark, format, formatting, hash mark, italic, language, Markdown, markup, minus sign, parentheses, plus sign, square brackets, underscore
No Comments »
A colleague at work today had some questions regarding Google Calendar that I attempted to assist him with. In the process I ran into some things that didn’t make a lot of sense to me so I wanted to point out some of the issues I found with importing Calendar Events into Google Calendar. Below I will explain the error I received and how I worked around the error and was able to successfully import the items I had been having an issue with.
Read the rest of this entry »
Tags: .ics, access, calendar, error, event, format, gmail, google, google calendar, iCalendar, import, sufficient, Thunderbird, winmerge
No Comments »
Posted by alex in Insights
When working on a project where I was required to merge two sets of like data to make sure there were not any conflicts I needed a way to dump PostgreSQL database tables to Excel formatted .CSV files. Anyhow dumping Postgres tables to excel is easy to do by following the below directions.
Read the rest of this entry »
Tags: CLI, CSV, database, Excel, export, format, microsoft, output, postgres, PostgreSQL, psql, query, select, sql, table
No Comments »
Posted by alex in Insights
Google Docs is a great tool for storing spreadsheets and other documents because it provides an centralized storage space for all of your documents which can be shared with users and accessed from any where that has an Internet connection. One thing that can be really helpful when creating a Google Spreadsheet is having a unified format to the entire document. A format that can assist in making the data in the spreadsheet easier to read is alternating colors for every row. This way if you have lots of columns per row you can easily see which data belongs to each row. The directions below explain how to set up formatting for two rows and then apply that formatting to the rest of the Google spreadsheet.
Read the rest of this entry »
Tags: background color, column, format, google, google docs, google spreadsheet, row, spreadsheet
No Comments »
Posted by alex in Insights
Creating tables with the textile formatting used by Redmine is fairly easy though it is not listed in the help documentation link. It has been useful to me to create tables specifically in the wiki informational pages. Typically within the Redmine wiki I like to keep things simple so below I will only describe a couple attributes related to tables within textile formatting.
Table Example: three rows, three columns
[BASH]
|one-one|one-two|one-three|
|two-one|two-two|two-three|
|three-one|three-two|three-three|
[/BASH]
Read the rest of this entry »
Tags: centered, column, format, redmine, row, span, table, textile, wiki
14 Comments »
|