| | | 
Progenic Family

Group: Old Skool Last Login: Today @ 3:45 PM Posts: 1,073, Visits: 2,304 |
| OK, I'll go with the first example that proge did.
As for the images, I usually do blobs for the databases that I make. But I wonder if that'll still be the way to go with this one, because it's gonna have a lot of images in there.
And what I do for thumbnails is that I generate them on the fly through GD PHP. ImageCreateTrueColor, and then Resample to get the jagged edges out.
But I'm scared of CPU usage. How intense do you think that would be on the server?
As far as names go. This is what I have so far.
Arabic names first.
sayarat (cars) /sayarti (my car) / cazdirni (take me around)
The english ones
autobuy / autosell / autoway / autonow / onyourway / autobrowse / autoweb
Some of these are taken, but maybe they'll inspire some more creative ideas.
------------- Is Beezer gonna have to choke Google Adsense? |
| | | | 
Progenic Crew

Group: Administrators Last Login: Today @ 3:16 PM Posts: 904, Visits: 5,302 |
| | For thumbnails, do the same as with normal images - create them once and then serve them from disk instead of from a database or re-creating them on the fly each time. A sort of caching if you will. |
| |
|
|