text
stringlengths
83
79.5k
H: Facebook Shared Album I created on a shared album. It is possible that one day in the future, I may delete my account. If I, as the owner of a shared album on Facebook deactivate my account, does that delete the shared album? AI: Yes, that deletes the shared album as well since it's associated with your account.
H: Email notifications layout Is there an option to preserve the 2-columns layout of the form in an email notification (when "include entry details is checked")? AI: I am a developer for Cognito Forms. Currently email notifications and confirmations present entry details in a one column layout with left-aligned field ...
H: How do I copy cell values programatically? How can I do this programmatically in Google Sheets? How can I copy cell values rather than references from one sheet to another in Google Sheets I have a RSS feed, that I am working along side, so I don't want to copy the reference to the other cell, rather the cell data...
H: Filter for Labels duplicates messages when read in Thunderbird I am using Thunderbird to read Gmail messages. I created a few filters on Gmail which put special labels on specific messages. This way the messages appear in their own folders when I read them in Thunderbird. At least they should have! But what happens...
H: Delete Google+ cover photo How do I delete or change a cover photo? Every guide I find is at least two years old and NONE OF IT is relevant to the new business listings in Google+. https://plus.google.com/+BarrJonesAssociatesLLPColumbus/posts?hl=en Not the user photo/icon—that's a piece of cake to update. I'm tryin...
H: Gmail's filter for SPAM folder and/or keywords in multiple fields Gmail's filters are either very weak or I don't understand, how to create just a bit more complex ones. In particular, how can I create a filter, that will match: messages in SPAM folder (as well as in others or only in SPAM folder), messages, that ...
H: How to skip blank cells when copying a range from source to destination by Formula I have three levels of hierarchical data in Google Spreadsheets that looks something like this: As data is being entered in here, I want it collect in three separate sheets like this: The solution I am looking for is a formula dri...
H: Google Sheets Query Get Row When Any of These Cells are Not Empty So like my title states I would like to select via a query only the rows where certain cells are not blank/empty. I have 4 pools that I have a form for collecting their chemistry. In separate sheets I would like to display each pool's data. I'm expe...
H: Can I use ArrayFormula with CountBlank or IsBlank, if so how? =IF( OR(COUNTBLANK($F3)>0, COUNTBLANK($G3)>0, COUNTBLANK($H3)>0, COUNTBLANK($I3)>0), "Missing Values", $E3+(index(LSI_Index!$B$4:$B$40,MATCH(VLOOKUP($G3, LSI_Index!$A$4:$A$40,1),LSI_Index!$A$4:$A$40)))+(index(LSI_Index!$F$4:$F4...
H: Tolerant Sum of column I would like to make the sum of a column which might also contain cells which are not parseable as a number (strings, empty, etc). These cells should just be ignored. I've tried: =SUMIF(A1:A500,"<>0") but it doesn't work because it also seems to exclude cells which actually contain valid num...
H: How can I add hours in Google Sheets to show days? I have 2 cells in Google Sheets with values: 22:00:00 22:00:00 and I have a cell which has the function sum to sum these values and it shows the value: 20:00:00 I am guessing it is trying to tell me 1 day + 20 hours, but how can I see the 1 day part? AI: Doing c...
H: What does Gmail really mean when the login page offers me an option to "stay signed in"? Gmail's sign in page offers the checkbox "stay signed in". Does this mean that it will stay signed in indefinitely? If not, then for how long? The "need help?" link is not immediately helpful. AI: Nothing lasts forever. You sta...
H: Google Spreadsheet: How to fill in missing values (inbetween filled values) automatically I made a spreadsheet for tracking weight, where each row is one day, and one column is weight. Although I've had Google Spreadsheet create a row for every date in the year, I only measure my weight a few times a week. What I w...
H: Google Sheets - Auto update table and auto add new data entries I have a table in wich raw data is entered manually, with info about clients and the requests they made. And then I have this table in which I'm trying to analyze a bit the raw data (# of requests per client, time consumed, etc). I need that in the ...
H: Google Sheets list key with highest value in key value pair I have a some data in key-value pairs setup like so: A B 1 Key: Value: 2 Cars 5 3 Bikes 4 4 Vans 9 5 Trucks 6 What I can't seem to figure out (mind-block) is the formula to answer this: Product...
H: xpath to get non-distinct parent node data for each child node Google Spreadsheets has an IMPORTXML function, which I am trying to use to maintain a list of TV episodes, based on the API at http://services.tvrage.com/feeds/episode_list.php?sid=3183. I am trying to get a table of Date | Season No | Episode No | Titl...
H: Invite people who liked my first page to like another one in Facebook I'm the admin of a certain Facebook page, "A". Some people I don't know personally and I'm not friend with liked this page. Now I created a 2nd page, "B". Since the topics are similar, I'd like to invite all the people from page "A" to also like ...
H: VLOOKUP issues not finding a value that's in its range Here's a link to a copy of my spreadsheet. I am attempting to do the same formula using a VLOOKUP in four sheets to do a calculation called LSI. In the first sheet I have the raw data from a form coming in. In the second sheet I have used a query to just get ...
H: Google spreadsheet - QUERY changes time format I have this column with amounts of time (format set to number > duration), if I made a query of that column I get it with a different time format and I'm not able to set the proper format back again. It automatically goes from duration to time, and if I apply the durat...
H: How to sort Gmail emails but have unread appear in inbox That title is a bit of a mouthful. Anyhow my issue is this: I can automatically apply labels to certain types of emails as they come into my inbox; but I have to file them away separately once I'm finished reading them (a real pain). Alternatively I can apply...
H: Click cell in Google Sheets to open data in popup Is it possible to have a cell that just says "click me" or whatever, which opens a popup so you can see the full data? I want to keep all my data contained in one row per item, but one cell per item has a lot of information that would cause the row to then expand an...
H: Facebook sharer.php not updating shared information after page update I am using the URL https://www.facebook.com/sharer/sharer.php?u=http://example.com/" to allow users to share my website by sending users browsing my site to the aforementioned link. However, after updating my page Open Graph HTML my page is not ...
H: How to check if a Google Books item is in the public domain without API? I know the Google Books API, but if for whatever reason I can't access it, how do I check whether a book is in the public domain? For whatever reason, Google doesn't think this is an information worth of the information pages or of the advance...
H: Why can't I paste into comments in Facebook in Firefox? For more than 3 months Ctrl+V doesn't work when I want to paste something into Facebook comments. I can only drag and drop into the comment box. But my friends say they don't have problems with it... Upon Ctrl+V the UI screws up and the caret doesn't insert ch...
H: How to download the wikicode of a Wikipedia page? I want to download the wikicode of this Wikipedia article with a single Web request. Is there any better way than getting https://en.wikipedia.org/w/index.php?title=Paris&action=edit and filtering the content of the <textarea>? In particular, how to do this with the...
H: Can I display a nested label in the parent label? I have a label 'alpha' and under that I have nested 'abc' and 'def'. When I tag an email with label "alpha/abc" and I open label "alpha", why don't I see that email? I only see the emails tagged with "alpha" and none of the messages tagged with the child label. AI...
H: How do I concatenate a string literal of my cell to a string of another cell? I am trying to make life easier for myself by organising my teaching materials for private tutees of mine from various subjects/educational levels in google spreadsheets. I want to know how I can take a string literal such as "Paper " and...
H: Google Presentation converted to PowerPoint presentation fonts look different I want to download a Google Presentation as a PowerPoint presentation. I want the PowerPoint presentation to be the exact copy of the Google one except the fact that it is a PowerPoint file. I was able to download the Google one into a P...
H: How to block a game on Facebook? This question is similar to this SE question which asks about how to "block all app & game invitations (once and for all)". My question is different: it asks about how to "block a particular, single game app". More details about what I'm after follow: It's been months now that almos...
H: Subclauses in formulas? Quite often I end up including the same calculation in a formula twice, like this: =if(iserror(vlookup("lookup",SheetX!A2:X350,5,false)),"",vlookup("lookup",SheetX!A2:X350,5,false)) I'd like to remove the duplication without cluttering my sheet with endless hidden columns. Is there some way...
H: Twitter URL sharer: what does the 'Recommend @' field do? I would like to know what the 'Recommend @' field does on the Twitter URL sharer at https://about.twitter.com/resources/buttons#tweet. The information appears in one of the HTML data tags, but then when I click on the Tweet button to preview the tweet nothin...
H: How do I get a date formatted as YYY-MM-DD from a cell for using in a script? I have a problem getting a date from a cell in my Google Spreadsheet. I would like to access A3 in the sheet Dates, which holds the date 01/12/2013, and re-use that as variable start-date in the below mentioned script. function fetchMAP2...
H: What authentication methods are supported for Cognito Forms connecting to Sharepoint? Trying to connect a Cognito form to a Sharepoint Foundation 2013 list, I get: Cannot connect: invalid settings. The Sharepoint site is using Forms-based authentication with a custom role/membership provider. I have tried with FB...
H: Use Google Translate without mouse When I want to translate something i do this: Open browser Write translate into searchbar. This makes the translator come up. Click on the "input text" window write something that should be translated. It frustrates me that I have to use my mouse to do step 3. Is there a way to ...
H: How to import JSON data into a Google spreadsheet? Google Sheets has an IMPORTXML function to import data from various structured data types including XML, HTML, CSV, TSV, and RSS and ATOM XML feeds. Is there a similar way to import JSON formatted data? AI: Currently there is no any Add-on which offer this function...
H: How to map a site from an aliased domain? I use the free version of Google Apps (set up before it stopped to be free) to handle the emails and gdrive for two domains: example1.com (primary) and example2.com (aliased). My account joe@example1.com is admin and I add users via the administration concole from that acco...
H: How to disable gmail important? I mainly use gmail through IMAP. For somereason gmail has been skipping the inbox and going straight to important with some messages. I don't use important so might as well disable it. Where is the setting to disable it? AI: Please login to your gmail and follow steps : 1 - Login to ...
H: How to remove the header from a Google document once added Once you add a header to a Google document, it offsets the top of the document even if empty, and receives click events. How can you then remove the header? I am aware that you can reduce the header's effects by decreasing the page's top margin, and reducin...
H: How do I revoke access to Twitter logged in from another site? When using Twitter to log in to a site it wants to give that site certain abilities. How may that be taken back if it's regretted? I've already unfollowed some people that I didn't follow myself (maybe I'm just forgetful) and I want to take back the abi...
H: Google spreadsheet formula using If() And() Or() Statement I need help with a Google spreadsheet formula. This is what I'm trying to do: If (A3 = X) and C3 is not any of the following choices in this list ("Ready for QA Testing on Stage","Deployed to Production","Ready for Deployment","Ready for QA Testing on Trunk...
H: What is the submitter button on Reddit? The [S] button in the image below is labeled as submitter What does it do? I click on it but nothing happens. AI: I found this help page for "what is submitter reddit next to my name". The [S] indicates that I'm the original poster, the one who started the page/link discussi...
H: Pre-fill field with query parameter I'd like to pass a query parameter to the form so that it pre-fills at least one of the fields. Is this possible when embedding on a website? AI: I am a developer for Cognito Forms. You can pre-fill select fields on your form by modifying the embed code that you place on your web...
H: Auto increment ID in Google Forms I am designing a Google Form for managing a congress registration process. I need to have a unique ID number for each registration and I found an answear here: Can I add an autoincrement field to a Google Spreadsheet based on a Google Form? It was certainly very useful, but there ...
H: How do I download images from Google Keep? I shared an image from my phone to Google Keep. I open it on the Google Keep Chrome application. But there's no download option. How do I download images from Google Keep? Is there a work-around? AI: I'm not sure about the Chrome Application, but you can access your "Keeps...
H: How to align objects in draw.io? Is there a possibility to select multiple objects and then i) align them such that they have a common center line and ii) distribute them evenly, such that the vertical spacing between them is evenly? AI: Select the vertices, select "Arrange" on the right-hand side panel, click the ...
H: How to resize a draw.io text box automatically to fit the text? I am new to draw.io, and find it tedious that after inserting a text box and typing text in it, I have to manually resize the text box such that the entire text fits in. Is there a shortcut to automatically resize the text box, such that it fits the te...
H: How to VLOOKUP in a QUERY I Have this sheet with raw data, basically names, dates, amounts of money and if they paid or not (this is the most important). What I am trying to do is to have in another sheet the same table but showing the rows of the people who hasn't paid (filter by a "NO" in "paid" column), and if i...
H: key triggers "Next" button in multiple pages form Impossible to go to the next line in a multiple line textbox because Enter key triggers the "Next" button. Is there a workaround for this? AI: I'm a developer at Cognito Forms. Unfortunately, there is a problem with our keyboard navigation logic for multi-page for...
H: How can I set the number of keepers allowed in Yahoo! Fantasy Baseball? I have renewed my long-running fantasy baseball league. The league is set as a "keeper" league, but I can't find the screen where I can specify how many roster spots can be kept. How can I set the number of keepers allowed in Yahoo! Fantasy Bas...
H: Line-breaks in multiple-line textbox won't show in email notifications Line-breaks in multiple line textbox will show as a single line in email notifications. Is there a workaround for this? AI: I am a developer for Cognito Forms. The same issue occurs when including the field in a content area on the form or the c...
H: Numeric before query but query results are not a numbers I have a column of values, let's say column A, that if I do =isnumber on any of the column data it returns TRUE. Now after I =query and select A, the query gives me the right values, but the type has changed. Now if I do =isnumber on the column it gives me F...
H: How do I get a weekday 12 weeks ago using in a Google script? I'm having the following formula: =TODAY()-WEEKDAY(TODAY(),3)-84 and this gives me Monday, 12 weeks ago. I'm working on this code, but it gives me only a certain days back var twelweWeekAgo = new Date(today.getTime() - 7 * 24 * 60 * 60 * 1000); var star...
H: How to set a formula for a entire column? I need to apply a simple formula into a entire column, this is to prevent having to keep pasting the formula into said column when i add a row... =IFERROR(D1-C1) is the formula that i want to fill the entire column G. AI: Use: =ARRAYFORMULA(IFERROR(D:D-C:C, "error"))
H: Can non-friends in a closed Facebook group, see each other's individual Facebook pages/timelines? I want to set up a closed Facebook group for a group of professional colleagues to communicate and collaborate on a project. But most of these people are not already Friends on Facebook, nor will they likely want to be...
H: GoogleDrive: Cannot move file outside the folder I have nested folders in my google drive. My Drive/ ... Shared with Me/ Folder1/ folder11/ filex filey folder12/ filez I want to move filey in to folder12 but in the current web interface "move to" only al...
H: How can I add special text format on GitHub? I am trying to add text formatted in a special way to a GitHub repo on README.md file but it is not rendering the text format the way I want it. I have attached images below. I want it to look like this: BUT this is how it is rendering it: So how can I achieve my goal...
H: Sharing a Google Document with multiple email addresses and preventing recipients from seeing the list of email addresses Is there any way to share a Google Document with multiple email addresses in such a way that recipients cannot see the list of email addresses I shared the document with? By default upon sharing...
H: how to add logo to background in Trello? The Unreal Engine Trello has the Unreal logo in the background. https://trello.com/b/gHooNW9I/ue4-roadmap How does one put a logo in the background color? AI: You need to have a paid-for Trello Gold or Business-Class account. Then you can upload your own background images, a...
H: Conversion from object to string in Google Apps Script I'm trying to take information from Google Sheets and use it to send an email with the information given in sheets. I have the email part down, but when I try to editAsText to delete unwanted characters it won't allow me to. Here is what I am trying to accompli...
H: How to generate a random string? I need to create a random string of 8 characters for every row in Google Spreadsheet. Basically string should contain letters and numbers upper and low case only, example: LZJ2cuWT Any idea how to do it without using Add-On? AI: You might try: =CHOOSE(RANDBETWEEN(1,2),CHAR(RANDBE...
H: How do I get more info from Gmail's virus warning? A customer reported that he's getting a Gmail virus warning while trying to e-mail around one of our applications. We believe it to be a false positive (as we've had a false positive with another scanner's heuristic engine because our application includes an insta...
H: Key to "Find Next" in Google Docs When I press Ctrl+f on google docs, it lets me search the first occurrence of the string I enter, and it informs me about how many appearances of the string there are. But What key(s) can I use to move to the next appearance? If I press F3 then the browser search functionality is t...
H: Linking a URL to text using Google script in spreadsheet I have a URL ready to be followed. I am sending an email using Google script, and in this email I need this link to be there but I do not want it to be: http://example.com/this/is/very/ugly/when/it/comes/to/sending/emails I would like it to be Example. AI: Yo...
H: Some of my friends can't see my friends publications (restricted list?) I remember that at some point I added a few friends to a "restricted list". Things seem to have changed now and I cannot seem to find a way to edit these settings. Whenever I post something, next to the post it says "Shared with: your friends"....
H: Dots in email address of 'Gmail for work' service: are they ignored? According to this Q&A https://stackoverflow.com/questions/20919325/should-i-remove-all-dots-before-the-sign-in-emails, 'dot' is a valid character in an email address. But for Google's gmail service, they say they do not recognise 'dot'. Quoted fro...
H: How do I do simple time calculation in Google Spreadsheets? I have a really simple question, I have searched online and for the life of me, cannot work out how to do this: Calculate the total hours and minutes from a start time to a finish time? Calculate the grand total hours and minutes? I’ve shared the documen...
H: Facebook "posted by" not showing who posted I have Facebook Fan page. There are 5 editors on this page who post news on it and I am the Admin. I noticed today that the latest post does not show "posted by" and I don't know who are posted latest post on the page. Is it possible for editors to disable "Posted by" a...
H: Calculating fields in confirmation email Is it possible to: Set a number value for a dropdown, but don't show it in the UI (can be in the source)? Take the values from the multiple fields and multiply/add them and send the output in the confirmation email? Looking to create a form that people can fill out and se...
H: Why is it not possible to tweet the following phrase? Why can I not tweet M as in Mancy I've tried on mobile and desktop, is there something wrong with that specific phrase? I know you can include that phrase in other tweets and it will work, but that phrase by itself (without spaces or other alterations) is untw...
H: Is it possible to embed a Google sheet's in a non google-site website? I'm creating an internal site for my users and I don't want to be constricted by the limitations of hosting a site through Google sites. But I also want to be able to embed Google documents and sheets. Is this possible? AI: It certainly is possi...
H: Google Sheets auto-format the highest value in a row of cells I have a set of data like so: A|B|C|D 1 9|3|5|4 2 7|6|6|6 3 3|6|2|7 4 6|9|4|7 And I would like to auto-format the highest value in each row. So, for instance in row 1, A1 would get the auto-format, row 2: A2, row 3: D3, row 4: B4. I have been playing ...
H: Make photos available only to me on Google+ This may already be the default, I don't know. I turned on a feature in the Android app Photos and now all my pictures have been uploaded to Google+. The exact website is https://plus.google.com/photos. I'm not very clear on how this works, I thought I was using google d...
H: How to get Gmail to forward all mail except from a certain address? How can I get Gmail to automatically forward all mail except from a certain address? AI: Go to the Gmail Settings by clicking on the gear in the upper right corner: Go to "Forwarding and POP/IMAP". Click on "Add a forwarding address" and enter t...
H: Stop Google Search From Hiding Results The web-based Google Search user interface works as follows: On http://www.google.com/ , I enter a search term, e.g. latex superscript letters. I hit Return. Google Search displays the results list. I notice most of the results are not what I am looking for, I should put supe...
H: How do I find all of my posts on Google+? My profile page on Google Plus lists all of my posts. This is my profile page. However, for the life of me, I can't figure out how to see this Wall-equivalent from the web interface of plus.google.com. Is it possible to log into plus.google.com and to view all of your posts...
H: Not have anything as title Is it possible not to have anything as the title and subtitle? I wish for that space to be deleted from the HTML code also. I have done a screenshot image below that explains better, I hope...: AI: I am with the Cognito Application Support team and to answer your question yes you can hide...
H: PDF of GitHub Readme file Is there a way to download the Readme file of a GitHub project as a PDF, with the same formatting as the readme? AI: Get the RAW link of that README.md file. Then go to web2pdfconvert. Paste link and click Convert to PDF. Download your PDF.
H: How do I loop a script through all pages but the first one? I'm very new to all this. I'm trying to write a script that sorts sheets by descending date order each time a new row is entered. I need the script to run on all pages but the first (the summary page). I've gotten close (I can get the script to run on a sp...
H: Run rules against messages in inbox in Outlook Web Access I use Outlook Web Access at work and have set up rules for filtering emails by client email domains into different folders. Is there a way for me to apply these new rules to messages already in my inbox? AI: Although the Outlook desktop client allows you to ...
H: How to find Twitter accounts of a certain category that have a certain range of followers? I want to find all the Twitter accounts that tweet about a certain category (let's say, cars) and that have a certain range of followers (let's say, from 1000 to 3000). Is there any tool that can do that? AI: You can use foll...
H: How to sort cells with text and numbers correctly This is my example list: example file As you can see I am sorting all unique elements in row B. But the "Sprint 9" gets sorted as the highest value, not the lowest. I really have no clue how I can fix this. I found this solution and tried to adjust the formula to m...
H: Google Calendar Event Scheduled for Mon - Thurs How do I create a Google Calendar event that occurs all year every Mon-Thurs? AI: In Google Calendar, click on the Create button. Click on the "Repeat..." checkbox, and a popup box will appear. In the "Repeat on" section, check the "M", "T", W", and "T" boxes. In the ...
H: google cell format: only 3 digits Is there any way to do this: I have cell and most of the numbers have 2 significant digits like 3.45. But once in a while I have a number like 143 big number, the rest are under 10. Currently for 143 the cell is displaying 143.00 which takes up too much space. I want it to show 143...
H: How do I remove a photo from a Google+ album without deleting it? If you accidentally add a photo to a Google+ album (e.g. via the "Move" button), it seems there's no way to remove it without deleting it. AI: Navigate to the album in question (Google+ -> Photos -> More -> Albums -> Select your album) In the top-ri...
H: Select row in Google Sheets I have a function in Google Sheets that is giving the following output: a b c 1 2 3 I don't want the a b c I just want the 1 2 3. What function can I wrap around my other function so that it will only show me 1 2 3. I tried array_constrain I want something in the spirit of =ARRAY_CONSTR...
H: Is it possible to find a recent ad in Facebook? Yesterday there was an ad displayed in the feed. How would I go about finding this ad again if I don't have any information on the company like name etc? Perhaps even viewing only sponsored posts and filtering out all the rest? AI: No, it's not possible. Ads are targe...
H: Using DKIM in Gmail without Google Apps I have an email address on my own domain that's forwarded to a Gmail address, so I can manage my email on Gmail. Lately I'm having problems with my email being marked as spam, so as one of the measures I'm taking to prevent this from happening again, I want to add DKIM authen...
H: Add timestamp to two different columns in Google Spreadsheets Need help in adding another function using the below script. I would like to have a timestamp "start" and "end" on two different columns, whenever the other two separate columns are edited. Based on the below script, I could only have one time stamp, fro...
H: How can you make Google Hangouts open URLs in your favorite browser instead of Chrome? Suppose someone sends you a message with an URL: When clicking that URL it'll spin up a Chrome window or tab with that URL. However, Chrome is not my favorite browser on this PC. I want to make Hangouts open links in my favorite...
H: Google Docs Chrome extension - what does it do / why does it exist? In some Chrome instances, several extensions (apps?) called Google Docs, Google Sheets, etc. are installed (I've seen various subsets of these across different Chrome instances). What are these for / what do they do / why do they exist? I verified ...
H: What does the grey color in some synonyms in Google define mean? For example, here is the definition of zealous I find when searching define zealous: Why are hard-core, overkeen and literary in grey? AI: It turns out that the definitions you get from Google actually the definitions of Oxford dictionary. So it's ac...
H: How can I set a label on all cards in a particular list at once in Trello? I have a board with several lists. Three of the lists are "big tasks", "medium tasks", and "small tasks". I want to make all of the cards on each of these lists a particular color. That way, when I move any card from one of the lists to "doi...
H: How to get a running balance? I'm messing around with Google Sheets today, and I'm trying to put together a balance sheet similar to the one my bank uses. Its got both a credit and debit field in each row and a running balance to the far right. I'm kinda new to this, so I'm learning as I go. I've got it set up like...
H: Hiding my birthday How can I hide my birthday and prevent Facebook from notifying my friends when I have a birthday? I tried "Settings -> Privacy", but it only gives very general settings - there is nothing specific about birthday. AI: You can change who can see your birthday by adjusting the audience. Go to your p...
H: Is it possible to send email to many people but different recipients see their own address only in the "To:" field? I am looking for a way in Gmail to send group email to multiple recipients, but each recipient only sees his/her own email address in the "To:" field. I know I can put all recipients' email addresses ...
H: Setting up Google Voice/Hangouts to use my phone number I have an iPhone 4S with Verizon as my carrier. I'd like to be able to use Google Voice and Google Hangouts to call people and have it show up on their caller ID as my phone number. Is there a way to set this up without having to pay money and switch my carrie...
H: Is there any way to remove current profile picture from Skype? I want to remove the picture not to replace it with another. This was asked two years ago, I had forgotten about this one. The new version of Skype has an option to remove/hide profile picture: Still haven't found relevant information on removing it u...
H: Post to Facebook groups without member-freinds being notified of it? Can I post to Facebook groups without my freinds (members of that group) being notified of it? Everytime I post to a group, they get notifications that I just posted something there. AI: Facebook doesn't allow you to do that. You'll either have to...
H: How to host my existing website with Google Drive Google has given me 15GB of storage. Can I host my own website having my own domain? AI: So, can I host my own website which having my own domain? No. Also can I install WordPress to my website if that can be hosted with Google Drive? No, that's not possible.
H: How to search for "python" the programming language on Google Trends? If I type ruby on Google Trends then it suggests "the programming language", which is what I want. But if I type python then it doesn't suggest the programming language. Question How can I get it to search for python the programming language? AI:...