TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Give me some PHP project or web app ideas

41 点作者 gembird超过 11 年前

22 条评论

nate超过 11 年前
My favorite method for generating ideas is this:<p>1) Find a task I have. If I want to make money later from this idea, this task should probably be something I already pay money for, but if I just want to make my life easier, than forget the money part. My credit card statement is a great place to look for the money making ones. Once I have the task...<p>2) List out all the steps this task has. Be as detailed as you can.<p>3) Figure out how to remove as many steps as possible.<p>Seems simple, but I don&#x27;t see people doing this very much. Instead they focus on making something because it sounds cool or is going to be the next Facebook for people who use Groupon.<p>OXO is one of my favorite examples of doing this. They make household goods.<p>1) Task: they studied the tasks people have in the kitchen. They watched how people cooked and baked using measuring cups.<p>2) Steps: one of the weird steps people have in cooking with measuring cups is when they lift the cup to see the water level against the cups ruler. They would do this 4 or 5 times trying to get an accurate amount of water in their cup.<p>3) Remove: they figured out they could add the measuring cups ruler to the top of the measuring cup so that people could see the measurement while they used the kitchen faucet to add water. They no longer needed to lift the cup up to read the level.<p>So simple, but they shaved off those 4-5 extra steps, and they sold millions of their new measuring cups in 18 months.<p>They innovated on a measuring cup. Pretty inspiring when you think of how long measuring cups have been around and how simple they are. There are so many newer more complicated things around us today that could use the simplification above.
评论 #6790242 未加载
评论 #6790238 未加载
评论 #6790349 未加载
评论 #6791045 未加载
actionscripted超过 11 年前
Find some WordPress bugs&#x2F;issues&#x2F;features and start hacking away [1] or find another open-source project to contribute some PHP work to.<p>[1] <a href="http://codex.wordpress.org/Developer_Documentation#Contributing_to_WordPress" rel="nofollow">http:&#x2F;&#x2F;codex.wordpress.org&#x2F;Developer_Documentation#Contribut...</a>
jtheory超过 11 年前
What makes a project&#x2F;webapp idea well-suited to PHP? It might be better to ask about your interests, your experience, etc.. Presumably you&#x27;ve branched off from coding basic CRUD apps into something more specialized; do you have expertise (and contacts, domain knowledge, etc.) you might want to leverage in a new project? Or do you want to start a side project to build more expertise in X?<p>What do you want out of this?<p>Suggestions for finding (and validating) ideas for new webapps&#x2F;projects are all over; you might check into those.
评论 #6790442 未加载
comicjk超过 11 年前
My way of learning a programming language is always to write a chess program in it (this is probably why I haven&#x27;t learned any languages which don&#x27;t encourage state). A multiplayer chess site would be a fun and challenging project.
评论 #6790498 未加载
wickedOne超过 11 年前
though i agree with the comments that there&#x27;s not really an idea restricted to php (jtheory) and your interests would be good to know (jtheory, dutchbrit), i throw in a wild idea as you didn&#x27;t provide those…<p>an application in which you keep track of your fridge&#x27;s content (throw a cam driven barcode scanner in there) and suggests meals to cook based on the lowest investment (stuff not in your fridge) taking into account the store closest to you (can throw a little location based feature) your favourite meals sorted desc based on a custom rating (client specific rating db?)…<p>should keep you busy for a while? B-)
sz0ka超过 11 年前
Write a service for people who got the same issue like you: A web(app|page), where people can submit their computer problems like &quot;I need an application, that scans my calendar from &lt;insert calendar provider here&gt; and alerts me in my browser ten minutes before the event comes up&quot;. Programmers than could just pick a task from it and post the solution. The whole thing can be expanded to the maximum like payed work, featured idea&#x27;s, collaboration &#x2F; team finding based on activity stats .. you name it :) I hope this helps you a bit.. .&#x2F;sz0ka
评论 #6790810 未加载
jpatapoff超过 11 年前
I find that it&#x27;s better to work on a project related to something you&#x27;re passionate about. Otherwise a couple weeks will go by and you&#x27;ll have a hard time continuing to work on it.<p>If you want to do something audio related, you can use an API that I built out <a href="http://audiour.com/api" rel="nofollow">http:&#x2F;&#x2F;audiour.com&#x2F;api</a> There are a couple things I want to rework before officially releasing it into the wild, but you can start using it now if you&#x27;re interested.
adamzerner超过 11 年前
A web app that plays music (could just be youtube videos), and makes smart ratings and playlists for you based on how long you listen to your songs. The idea is that if you listen to a song for 20 seconds, you don&#x27;t like it as much as if you listen to it for 2:30. From this data on how much you like songs, you could even get into better predicting of which songs you should try (like Pandora does).
评论 #6790813 未加载
krapp超过 11 年前
PHP forum scripts are mostly horrible, out of date and bug-ridden messes. Make something simpler and better that&#x27;s not a service.
评论 #6790326 未加载
X4超过 11 年前
For MONEY, or NOT?<p>If not, I&#x27;d say create a webpage for a charity organization that cares for the environment or children or poor people etc.
drizzzler超过 11 年前
I&#x27;ve got a near fully built front-end that needs a back-end. The project is in the travel industry. It&#x27;s a lot simpler than AI, video crawling, etc that you mention, but it&#x27;s straightforward and ready to make money. Ping me on Twitter if you&#x27;re interested.
dysoco超过 11 年前
You can probably do a simple Twitter-like application, it&#x27;s simple CRUD and shouldn&#x27;t be difficult (It&#x27;s used both in Rails for Zombies and the Rails Book as example iirc)<p>A simple blog engine isn&#x27;t complicated either.
评论 #6791560 未加载
MonkoftheFunk超过 11 年前
I had a similar post, has some links to app ideas <a href="https://news.ycombinator.com/item?id=6067537" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6067537</a>
BigBalli超过 11 年前
Try this method (for mobile apps): <a href="http://mobileappchat.com/mylyrics-giacomo-balli/" rel="nofollow">http:&#x2F;&#x2F;mobileappchat.com&#x2F;mylyrics-giacomo-balli&#x2F;</a>
sirsar超过 11 年前
An RSS reader that flows all the feeds together, but weights them based on frequency. So your once-a-month blog is above your webcomic is above your HN feed.
gembird超过 11 年前
thinking about some AI technologies like Natural Language interfaces, intelligent OCR scanners, video crawler with using machine vision .... etc
评论 #6790188 未加载
评论 #6790332 未加载
puppetmaster3超过 11 年前
One project would be to learn another programming lang so you know something other that PHP. Same advice I would give to Java or others.
评论 #6790773 未加载
vtempest超过 11 年前
<a href="http://www.freelancer.com/jobs/php/" rel="nofollow">http:&#x2F;&#x2F;www.freelancer.com&#x2F;jobs&#x2F;php&#x2F;</a>
NicoJuicy超过 11 年前
I have like 5 a day... So i don&#x27;t think it&#x27;s hard ;)<p>Also, ideas are very subjective :)
alb000超过 11 年前
read the book &quot;The Millionaire Fastlane&quot; by MJ Demarco. after you have read it, your ideas will flow (I think) and you will have a clearer vision on what you really must pursue.
inafewwords超过 11 年前
Web app to generate useful ideas for web apps based on user interests
dutchbrit超过 11 年前
What are your hobbies&#x2F;ambitions?