Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15680 > unrolled thread
| Started by | Brara morad35 <bramorad35@gmail.com> |
|---|---|
| First post | 2015-09-22 12:08 -0700 |
| Last post | 2015-09-22 16:41 -0400 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.php
Classifieds aggregator Brara morad35 <bramorad35@gmail.com> - 2015-09-22 12:08 -0700
Re: Classifieds aggregator gordonb.g4f5v@burditt.org (Gordon Burditt) - 2015-09-22 15:34 -0500
Re: Classifieds aggregator Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-22 16:41 -0400
| From | Brara morad35 <bramorad35@gmail.com> |
|---|---|
| Date | 2015-09-22 12:08 -0700 |
| Subject | Classifieds aggregator |
| Message-ID | <0832603a-6e14-40fe-ab97-32d4cc39b3bd@googlegroups.com> |
Hello, I'm on a project to build an portal web of Classifieds aggregator that will contain two types of ads: - local ads: added by our users - Aspirated ads other sites of adds This is the 1st time that I attack a web project of this magnitude, I would like to know what path to take For information I have adopted the method of Pascal Roques for my project, but to start development I paddled a bit.
[toc] | [next] | [standalone]
| From | gordonb.g4f5v@burditt.org (Gordon Burditt) |
|---|---|
| Date | 2015-09-22 15:34 -0500 |
| Message-ID | <sfWdnSMUGvPfJpzLnZ2dnUU7-W-dnZ2d@posted.internetamerica> |
| In reply to | #15680 |
> I'm on a project to build an portal web of Classifieds aggregator that will contain two types of ads: > - local ads: added by our users > - Aspirated ads other sites of adds That sounds like you are drowning in ads and you accidentally inhaled some of them into your lungs. That sounds painful. > This is the 1st time that I attack a web project of this magnitude, > I would like to know what path to take Unless you own the other sites you mentioned, or have permission from their owners to do this (in writing), go directly to a lawyer. > For information I have adopted the method of Pascal Roques for > my project, but to start development I paddled a bit. What is the objective of this project? Copyright Infringement?
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2015-09-22 16:41 -0400 |
| Message-ID | <mtseam$d12$1@dont-email.me> |
| In reply to | #15680 |
On 9/22/2015 3:08 PM, Brara morad35 wrote: > Hello, > I'm on a project to build an portal web of Classifieds aggregator that will contain two types of ads: > - local ads: added by our users > - Aspirated ads other sites of adds > > This is the 1st time that I attack a web project of this magnitude, I would like to know what path to take > For information I have adopted the method of Pascal Roques for my project, but to start development I paddled a bit. > Brara, it's really no different than any other project - just on a larger scale. You define the requirements, then design the blocks necessary to satisfy those requirements. Start with high level blocks, then take each block and break it down. With a larger project you need to take more time in the design phase and put things in writing - the details will soon become too numerous to keep straight in your head. And if you don't take the time up front to design the project, you'll take much more time at the end trying to make it work - not to mention rewriting a lot of code along the way. If you've never done it before, it will be a challenge. I don't know Pascal Roques' method, so I can't comment on it. But your method will vary depending on if you are using functional or object oriented programming methods. For a larger project like this I prefer OO; properly done, it's more work up front but more stable and easier to maintain in the long run. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web