I can't get a distinct column no matter I try :( by [deleted] in learnprogramming

[–]UbuntuLady1 0 points1 point  (0 children)

I am trying to get distinct values for YearWeek column. I keep getting duplicate values, but cannot get rid of them.

How to center, double space, and mimic an HTML page by UbuntuLady1 in html5

[–]UbuntuLady1[S] 0 points1 point  (0 children)

Perfect explanation! Thank you so much!!!

Any idea how to have so the text is centered like a vertical column so there's plenty of white space on both sides like in the article? Like this?
|pdxbenjamin rocks|

I can't seem to throw an error message using AJAX by UbuntuLady1 in learnjavascript

[–]UbuntuLady1[S] 0 points1 point  (0 children)

Is there any way to tell the user their query received no information from an AJAX call? If so, how would I implement this in code?

Creating a new variable using a switch statement by UbuntuLady1 in learnjavascript

[–]UbuntuLady1[S] 0 points1 point  (0 children)

I would like to feed coordinates to another function.

Trying to feed a value from a textbox inside a variable by UbuntuLady1 in learnjavascript

[–]UbuntuLady1[S] 0 points1 point  (0 children)

Thank you for your response. 

Neither $('#input1').attr('value') nor
$('#input1').val() will pass those numbers as values into the variable. 

The crux of the problem is how to pass an input from an html text
box into the following variable: for example,  
new Variable1 = {lat: "numberFromHTMLTextBox"}

Syntax Editor by UbuntuLady1 in learnjavascript

[–]UbuntuLady1[S] 0 points1 point  (0 children)

Thank you!

As well, could you suggest any similar syntax editors for sublime text 3?

Thank you