Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all 9624 articles
Browse latest View live

Is there a clever way to search Youtube comments of a specific video?

$
0
0

I found a service called Juphy which unfortunately did not work even though it said they offer searching through Youtube comments.

I thought of scrolling down until all comments are shown and then just searching in the page but the browser gets a bit unstable after a while of scrolling and it isn't the best solution anyway...

This question is 6 years old and not quite the same so I think it is ok to post a new one.


How do we add custom properties to a google drive file(PDF) using Google Apps Script?

$
0
0
function addCustomProperty(fileId) {
  var property = {
    key: 'department',
    value: 'Sales',
    visibility: 'PUBLIC'
  };
  Drive.Properties.insert(property, fileId);
}

Yield in Google Apps Script

$
0
0

I am trying to create a generator as part of a script that I am writing. I am getting syntax errors. I am starting to wonder if it is because it is a new feature of JavaScript that is not in Google App Scripts.

Is this the case? If so, is there another way to create generators?

How do I retrieve a recently deleted item from Gmail?

$
0
0

While writing an answer to an email it went into draft mode and I deleted the draft while at the same time it deleted her email. How do I undo that? I was under the impression that deleted items stay in the trash bin and are available to be undone.

Gmail wrote "Merry Christmas Everybody" in the subject line and it is irremovable. How can I get rid of it, please?

$
0
0

The subject matter, and tone, of the Christmas email, is trivialized and the readers will be insulted, and hurt, by the "Merry Christmas Everybody". It is Christmas Eve. I want to send the email tonight. Am I being pranked or is Gmail's Artificial Intelligence asserting itself, or what? Please, the email's intended recipients are a lovely couple and it has lost a child. "Merry Christmas Everybody" must be removed before I can send the email. If anyone has a solution, please help me. Deepest Thanks.

How to move Google Photos albums from one account to another?

$
0
0

I have multiple free Google Photos accounts and I'd like to consolidate them all into a single paid account.

I found a way to move photos from one account to another (basically make a partner account, then copy photos over). However, I don't see any sane way to move albums.

I have over fifty hand picked albums and redoing this is a non starter.

So...is there a way?

Keep two Twitter accounts in two separate browser tabs?

$
0
0

I am using Google Chrome. Is it somehow possible to keep two different Twitter accounts in two distinct tabs within the same window?

Whats app old account recovery

$
0
0

My old phone was stolen.so i didn't logged in my whats app account for about 3 months.After buying a new phone I created a new account with new number(as i didn't have the old one then) and was added by my freinds in an old group.But my old number was still added in that group. So with the mi dual apps facility I logged in with my old number in some days. Now there are no groups or profile pic or chat history or anything. However,There was immidiately a message in that group that my old number has left the group. Now can I get my groups back?


How to find, out of many days, 1 day that is most profitable on Google Sheets?

$
0
0

Ok, I've been looking for this type of formula but not finding it. So here I am asking for help.

I'm a day trader on stocks and I want to analyze my performance. For example:

+-----------------+--------------+-----------+-----------------+----------+
|      Days       | Profit/Loss  |  Per Day  | Per Day Pr/Loss | Best Day |
+-----------------+--------------+-----------+-----------------+----------+
| Monday          | $100         | Monday    |           -1088 | Friday   |
| Tuesday         | -$50         | Tuesday   |           -3550 |          |
| Thursday        | $21          | Wednesday |            -958 |          |
| Monday          | $12          | Thursday  |              21 |          |
| Monday          | -$1200       | Friday    |            5715 |          |
| Wednesday       | -$1200       |           |                 |          |
| Friday          | $3200        |           |                 |          |
| Tuesday         | -$3500       |           |                 |          |
| Wednesday       | -$300        |           |                 |          |
| Wednesday       | $42          |           |                 |          |
| Wednesday       | $500         |           |                 |          |
| Friday          | $15          |           |                 |          |
| Friday          | $2500        |           |                 |          |
+-----------------+--------------+-----------+-----------------+----------+

P/L according to days should be:

Mondays -$1088,  
Tuesdays -$3550,  
Wednesdays -$958,  
Thursdays $21,  
Fridays $5715 

(How can I calculate this as well?)

And the most profitable days traded from the example above should be FRIDAY.

Now my question is, how can I formulate this so that it gives me Friday as the answer?

How to get a gap in a circle in draw.io?

$
0
0

I am trying to create a small gap inside a circle I have created in draw.io but I do not see not even an eraser than I can just erase that area:

enter image description here

Is there a way I could do it here:

ellipse;whiteSpace=wrap;html=1;aspect=fixed;shadow=0;strokeWidth=11;perimeterSpacing=0;spacingRight=1;

Formula Error: =IF( SEARCH() ); Visual Reference to Question

$
0
0

I know I'm very close with my formula: =IF(SEARCH("Wednesday", (A3:A)), "workday", 0),

But I must be missing something here...: I can't get this formula to display the value "-" when I run it on a cell that is False. (I'm trying to paste this formula on every row to have a quick visual reference for whether or not that day was a workday. Currently my days off are Wednesday and Friday.)

Would anyone help me understand where this formula needs to be corrected?

P.S. I did look a little bit of searching on this website for about five minutes; is that enough time to warrant asking this question? I have also provided a visual reference to the Sheet itself.

Google sheets is so powerful, I had no idea. Fun to be learning this.

Formula that doesn't work as expected: =IF(SEARCH("Wednesday", (A3:A)), "workday", "-")

An image of the formula =IF(SEARCH("Wednesday", (A3:A)), "workday", 0)

How to directly edit source code of page directly in Wix Corvid?

$
0
0

Wix has a coding thing called Corvid, but I can't seem to edit the source code of the website directly using Corvid.

How do I do so?

Is there a way to see my retweets within a date range?

$
0
0

I know that I can see my own tweets within a date range by doing something like this:

from:@username until:2019-01-01 since:2018-01-01

But is there a way I can see other peoples tweets that I have retweeted during a date range?
I'm happy to use a platform like TweetDeck if it's not possible in the native Twitter search interface.

Find most liked photo on my Facebook page?

$
0
0

I am runnig a Facebook page for my own photos, sharing them with friends. There is over 1000 photos this year, in about 10 albums.

Is there a way to statistically analyse individual photos? For example, the photo with most likes etc.

I found this question, but it is for whole posts, not individual photos: What are my most-liked Facebook posts?

How to filter a query by one more column

$
0
0

As a data analyst, I'm trying to get a specific string from Google Sheets with a query, so that my table can be more filtered with useful information.

This is my current query which is working, but I would like to add another column as a filter.

Current query (which works):

=query('Observations Table - Live'!A:H,"select C, sum(B) where B is not null group by C pivot A",1)

The query I'm trying to use but is not working:

=query('Observations Table - Live'!A:H,"select C, H sum(B) where B is not null and H = 'STRING' group by C pivot A",1)


Google Sheets: insert a non http protocol link?

$
0
0

I use the Chrome extension Session Buddy to store browsing sessions. In this case, I saved a few windows with tabs on a search I just did but will read later.

So, on a Sheet where I keep notes to read later I'd like to link this sheet to that saved session, to easily reload when time allows.

So, the link I want to insert is: =hyperlink("chrome-extension://edacconmaakjimmfgnblocblbcdcpbko/main.html#VDNNy652XdoPqvxr6QKLfnZ6hyhHzM0M","My link label")

Sheets will not treat this as a valid link, it won't output a link (just text). And says Link doesn't look right. Typo? if I use the link input form. I assume only http protocol links are supported ?

Workaround?: Perhaps, although hacky, use some kind of proxy / url re-writing technique? I'm a web dev, so I could implement this sort of hack, say simply if my proxy / router sees any link such as http://my-url-change/link123 would re-write (locally, on my LAN) to any of my desired non-http links (such as file://, etc) ? Makes sense, anyone ? If so, I'll try that and share findings here.

How to delete a shipping address in Google Photos (photo book)?

$
0
0

When ordering a photo book within Google Photos, the address is obviously stored in their website.

However, as it seems there is no option to delete an incorrect address. Or not even to edit an existing address.

In the order status it is stated directly below the address given:

To change shipping address follow instructions here.

which links to https://support.google.com/photos/answer/7378942?p=change_address#changeshipping

However, it says nothing about deleting an address, instead:

To change shipping address after buying, cancel your order and buy the book again.

But no way to delete former addresses.

How to delete existing addresses then?

WhatsApp old account recovery

$
0
0

My old phone was stolen. So, I didn't logged in my WhatsApp account for about 3 months. After buying a new phone I created a new account with new number (as I didn't have the old one then) and was added by my friends in an old group. But my old number was still added in that group. So with the MI dual apps facility I logged in with my old number in some days. Now there are no groups or profile pic or chat history or anything. However, there was immediately a message in that group that my old number has left the group. Now can I get my groups back?

How to concatenate several "filled" time slots in a spreadsheet and then check if they completely fill a "main" time slot?

$
0
0

For each row that represents a day of the month (month day 1, month day 2, month day 3 and so on...), I need this spreadsheet to answer NO at column C if no employee will be in the office during at least 1 minute between the office's opening hour (column G) and the office's closing hour (column W). It needs to be accurate to the order of minutes.

Each employee is represented by a code (a single letter): A (Andrew), B (Brandon), C (Christina), D (Daniel), E (Emma), F (Francis), G (George) and H (Harry).

If on day D at least 1 employee code is assigned to a shift (e.g. shift 1), then the spreadsheet needs to understand that on day D there will be at least one person in the office during the time interval represented by such shift.

Therefore, if e.g. employee A is assigned to shift 1 (08:00 till 14:00) on day D, then the spreadsheet needs to understand that on day D there will be at least one employee in the office between 08:00 and 14:00 (such period of time will be occupied or filled). However, if during day D the entire business hours encompasses e.g. 08:15 till 19:45, then it's still going to be necessary to assign additional employees to be at the office between 14:01 and 19:45. The spreadsheet will let you know about such need by reporting NO at the column C (at the row of day D).

a screenshot of the spreadsheet

Is it possible to cause the cells at column C to perform as described in here? If so, how?

Email HTML table renders correctly in Gmail but fails in Outlook

$
0
0

I'm trying to convert a simple Web HTML into an Email HTML file. I was able to convert it into table structure which renders properly in Gmail but fails in Outlook.

The height and width of all the corresponding rows and columns are correct. I'm not able to figure out the reason why it breaks in Outlook.

Below is a screenshot of the working case from Gmail:

Working scenario

Below is a screenshot of the failing case from Outlook :

enter image description here

Below is the HTML code for the file : https://jsfiddle.net/9zLx68ke/

Can you please let me know how to make it correct and consistent across both Gmail and Outlook?

Viewing all 9624 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>