1,005 items tagged “quora”
2013
What are the best ways to get traffic to my SAAS project management app?
At your stage you won’t be able to get meaningful paying customers from regular web traffic. You need to be building up your customer base manually, one at a time, through a high touch sales process.
[... 233 words]What are some creative ways to pitch a new initiative to my team without slides?
Use a whiteboard.
[... 24 words]Why are so many YCombinator startups focussed solving logistics, marketplaces or business problems rather than true hardcore engineering problems?
Because building a successful startup isn’t about solving difficult engineering problems, it’s about Making Something People Want. Customers pay for services that solve problems they have. They don’t care how hard it was to build.
[... 60 words]Is Quora an effective tool for participating in realtime conversations at SXSW?
Not really. Quora tends to deliberately under-emphasize the time aspect if when something was posted—I’m still seeing unanswered questions from SXSW 2011 popping up in my feed!
[... 47 words]How can I print out USA postage stamps online using a credit card with a non-US address?
After much research, the answer appears to be that you can’t. To quote http://stamps.com, “The USPS requires you to register your name, telephone number and physical address from which your postage will be printed”. It appears you can only print stamps for mail that is to be sent from your specific registered address, so you can’t use it to prepare stamped-self-addressed-envelopes anyway.
[... 86 words]Which investors would consider a natural language processing startup in London?
I don’t know the answer, but I know how you can find it: track down as many London-based AI/machine learning/NLP startups as you can and look at who their investors are.
[... 48 words]What are some early examples of SaaS?
37 Signals’ Basecamp was one of the pioneers if modern SaaS back in 2004.
[... 27 words]What role does YC play in helping its portfolio companies hire early employees?
YC companies can post job advertisements on Hacker News (an ability that is not available to other companies). Other than that YC provide advice on hiring but they don’t take an active role in recruiting on behalf of companies.
[... 58 words]What are the conference/meet-ups on JavaScript that accept guest speakers?
We have a crowdsourced list of JavaScript events that are accepting speaker submissions here: JavaScript conference calls for participation
[... 53 words]What are some tips on scaling a startup once you get massive news coverage?
It’s pretty rare for press coverage to drive large amounts of traffic—even if you get stories on a bunch of big news site you’re very unlikely to see a traffic spike of more than 20-30 hits a second, which most reasonably well built web applications should be able to handle.
[... 160 words]What is “Software-as-a-Service”?
Software which is hosted for you by the providing company, so you don’t need to install and manage it on your own servers.
[... 44 words]Why doesn’t Quora open-source its search interface?
See my answer to Simon Willison’s answer to How come Quora hasn’t contributed any significant open source tools?
[... 32 words]What is a good, simple SaaS tool for testing SOAP calls?
I doubt you’ll find one. The words “Simple” and “SOAP” don’t deserve to appear in the same sentence, and SOAP is massively unfashionable these days (for good reason) so you’re unlikely to find any modern SaaS companies developing tools for it.
[... 58 words]Is there a maximum number of records one can fetch with a MySQL query?
To my knowledge there is no upper limit—that’s why good database libraries provide abstractions that let you iterate over large queries without loading the entire result set in to memory at once.
[... 54 words]Are you less likely to be accepted to Y Combinator if you don’t know how to make money yet?
If you apply and say “we have no idea how we will make money” you are much less likely to be accepted than if you say “we’re not 100% sure how we will make money, but our initial thoughts are to try X”.
[... 156 words]What are the pro and cons of outsourcing the coding of an SaaS tool?
Pros: if you can afford it and are completely incapable of hiring an in-house development team, it will get a version of your software built.
[... 153 words]Y Combinator: I’m interested in how what the YC$ were spent on was impacted by whether you were from outside the Valley when you went thro the program or were local?
If you’re from outside the area you’ll spend a chunk of the money on rent (and maybe car rental). If you already live in or near Mountain View you won’t need to do that.
[... 71 words]What are those most annoying problems you experience while working on presentations?
Keynote crashing and losing all of my work.
[... 43 words]What systems/software are absolutely worth purchasing for a solidly funded e-commerce startup?
I’d use a small fraction of that budget for relevant SaaS subscriptions—things like www.kissmetrics.com or www.mixpanel.com for user analytics, www.moz.com or www.ginzametrics.com for SEO reporting, or www.geckoboard.com for building a custom dashboard.
[... 93 words]What is the best service for web hosting and buying a domain? Is it better to have both under one provider?
No, it’s not better to have both under the same provider. Good web hosts do not necessarily make good DNS hosts and vice versa.
[... 51 words]What is the real risk of pirating Microsoft software as a startup business vs an individual user?
I agree with David S. Rose—integrity matters. Look in to BizSpark.
[... 108 words]I have an idea for a conference. What do I need to do to make it happen?
Read http://www.quirksmode.org/coh/
[... 26 words]Should you start with planning the view, the model or the controller?
My preference is to start by designing the URLs, then roughing out the first version of the database models. Everything else tends to evolve from there.
[... 44 words]How does a career progresses for a web developer?
A web developer is a software developer, so you should look in to how software development careers work.
[... 207 words]Other than CL, Yelp and Eventbrite, what are some good online event calendars to post to?
Make sure you are listed on http://lanyrd.com/—and don’t forget to add you event’s speakers and tag it with the relevant topics (e.g. http://lanyrd.com/topics/social-... )
[... 50 words]Event Planning: What are some useful books and resources on professional events and conference planning?
http://www.quirksmode.org/coh/ is fantastic. It focuses on running small tech conferences, but there’s plenty of advice in there that applies to all sizes of event.
What can startups do on big data day one?
Log everything, and then forget about it. That way you’ll have data you can analyse later on, but aside from setting up logging and log storage you won’t waste any time messing around with Big Data when you haven’t yet found product-market fit.
[... 58 words]What are some good open source projects that VMware is directly part of?
To my knowledge they fund almost all of the development work on RabbitMQ, Redis and the Spring Java framework.
[... 38 words]What are some techniques, workflows, thought-processes etc. you would do as an experienced web-developer (front-end/back-end) that a new web developer might benefit from?
Learn the Chrome Developer Tools inside out, and live in them—especially the interactive JavaScript console, which can be a huge boon to your productivity.
[... 56 words]