www.question-defense.com | Engage: Visit :: Login :: Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish

Posts Tagged “format”

1
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 »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , , , , , , , , , ,

Comments No Comments »

1

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 »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , , , ,

Comments No Comments »

1

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 »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Tags: , , , , , , , , , , , , , ,

Comments No Comments »

0

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 »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Tags: , , , , , , ,

Comments No Comments »

0

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 »

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Tags: , , , , , , , ,

Comments 14 Comments »